Get Logical Port Status Summary
Returns operational status of all logical ports. The query parameter "source=realtime" is not supported. Pagination is not supported for this API. The query parameters "cursor", "sort_ascending", "sort_by", "page_size" and "included_fields" will be ignored.
This api is deprecated from 3.2.2. Please use policy api -
/search/query?query=resource_type:SegmentPort&included_fields=id&included_fields=admin_state
Logical Port attachment Id
Type of attachment for logical port; for query only.
Bridge Cluster identifier
Only container VIF logical ports will be returned if true
Opaque cursor to be used for getting next page of records (supplied by current result page)
Flag to enable showing of transit logical port.
Comma separated list of fields that should be included in query result
Logical Switch identifier
Maximum number of results to return in this page (server may return fewer)
ID of the VIF of type PARENT
sort_ascending
Field by which records are sorted
Data source type.
Network Profile identifier
Transport node identifier
Transport zone identifier
OK
{
"filters": [
{
"name": "string",
"value": "string"
}
],
"last_update_timestamp": 0,
"total_ports": 0,
"up_ports": 0
}
The filters used to find the logical ports- TransportZone id, LogicalSwitch id or LogicalSwitchProfile id
Timestamp when the data was last updated; unset if data source has never updated the data.
The total number of logical ports.
The number of logical ports whose Operational status is UP
curl -H 'Authorization: <value>' https://{api_host}/api/v1/logical-ports/status