EdgeStaticRoutes
EdgeStaticRoutes
List of all configured static routes for an Edge Gateway.
JSON Example
{
"values": [
{
"id": "string",
"name": "string",
"description": "string",
"networkCidr": "10.22.0.0/22",
"nextHops": [
{
"ipAddress": "string",
"adminDistance": 0,
"scope": {
"name": "string",
"scopeType": "string",
"id": "string"
}
}
],
"systemOwned": false,
"version": {
"version": 0
}
}
]
}
Availability
Added in 37.0
Deprecated in 38.1
With alternative: see
See /cloudapi/2.0.0/edgeGateways/{gatewayId}/routing/staticRoutes/. New model is GatewayStaticRoutes.
Returned By