Get Logical Switch Vtep Table
Returns VTEP table of a specified logical switch from the given transport node if a transport node id is given in the query parameter, from the Central Controller Plane otherwise
lswitch-id
Comma separated list of fields that should be included to result of query
TransportNode Id
Maximum number of results to return in this page (server may return fewer)
Field by which records are sorted
Opaque cursor to be used for getting next page of records (supplied by current result page)
Data source type.
sort_ascending
Success
{
"_self": {
"rel": "string"
},
"cursor": "string",
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"sort_ascending": false,
"result_count": 0,
"_schema": "string",
"sort_by": "string",
"last_update_timestamp": 0,
"logical_switch_id": "string",
"results": [
{
"vtep_label": 0,
"vtep_mac_address": "string",
"vtep_ip": "string",
"segment_id": "string"
}
],
"transport_node_id": "string"
}
Unexpected error
{
"module_name": "string",
"error_message": "string",
"error_code": 0
}
module_name
error_message
error_code