LogicalPortState
LogicalPortState
Contians realized state of the logical port. For example, transport node on which the port is located, discovered and realized address bindings of the logical port.
JSON Example
{
"transport_node_ids": [
"string"
],
"discovered_bindings": [
{
"source": "string",
"binding": {
"vlan": 0,
"ip_address": "string",
"mac_address": "string"
},
"binding_timestamp": 0
}
],
"id": "string",
"realized_bindings": [
{
"source": "string",
"binding": {
"vlan": 0,
"ip_address": "string",
"mac_address": "string"
},
"binding_timestamp": 0
}
]
}
array of string
transport_node_ids
Optional
Identifiers of the transport node where the port is located
array of AddressBindingEntry
discovered_bindings
Optional
Logical port bindings discovered automatically
string
id
Required
Id of the logical port