configuration /
network /
static-routes
CLI REST-API
routes-enabled
routes enabled
This is a read-write object and valid values are:
See also:
/configuration/network/static-routes: static routes
REST-API Support:
This object is supported by the REST API:
Method: GET
URL: /api/configuration/network/static-routes
Example using curl:
curl /api/configuration/network/static-routes
Method: PATCH
URL: /api/configuration/network/static-routes
Body:
{
"routes-enabled": true
}
Example using curl:
curl -X PATCH /api/configuration/network/static-routes -d
{
"routes-enabled": true
}
Valid values when accessing this object via REST API/JSON: false [0], true [1]