TunnelList
TunnelList
AllOf
JSON Example
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"cursor": "string",
"result_count": 0,
"sort_ascending": false,
"sort_by": "string",
"tunnels": [
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"bfd": {
"active": false,
"bfd_encap": "string",
"diagnostic": "string",
"forwarding": false,
"remote_diagnostic": "string",
"remote_state": "string",
"state": "string"
},
"egress_interface": "string",
"encap": "string",
"last_updated_time": 0,
"latency_type": "string",
"latency_value": 0,
"local_ip": "string",
"name": "string",
"remote_ip": "string",
"remote_node_display_name": "string",
"remote_node_id": "string",
"status": "string"
}
]
}