ralph
ralph copied to clipboard
Cannot set gateway via Networks API
Steps to reproduce
echo '{"name": "test", "gateway": { "id": 1 }}' | http PATCH http://localhost:8000/api/networks/1/ Authorization:"Token ..."
Expected behavior
{
...
"gateway": {"id": 1},
....
}
Actual behavior
{
...
"gateway": {}
....
}
Environment
Master
Any progress ?
Same issue here
Any progress? This issue is really annoying as it prevents automating the addition of hundreds of networks via API. Furthermore setting the gateway via web GUI is simple, so it is quite surprising the same feature is not available programmatically.