NodeInterfacePropertiesListResult
NodeInterfacePropertiesListResult
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": [
{
"source": "string",
"admin_status": "string",
"link_status": "string",
"interface_alias": [
{
"ip_configuration": "string",
"netmask": "string",
"ip_address": "string",
"physical_address": "string",
"broadcast_address": "string"
}
],
"interface_type": "string",
"interface_id": "string",
"connected_switch": "string",
"mtu": 0
}
]
}