NodeRoutePropertiesListResult
NodeRoutePropertiesListResult
AllOf
JSON Example
{
"_self": {
"rel": "string"
},
"cursor": "string",
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"sort_ascending": false,
"result_count": 0,
"_schema": "string",
"sort_by": "string",
"results": [
{
"_self": {
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"src": "string",
"from_address": "string",
"proto": "string",
"route_type": "string",
"metric": "string",
"destination": "string",
"interface_id": "string",
"route_id": "string",
"netmask": "string",
"scope": "string",
"gateway": "string"
}
]
}