Get Logical Switch Status Summary

Get Logical Switch Status Summary

Returns Operational status of all logical switches.

Request
URI
GET
https://nsxmanager.your.domain/api/v1/logical-switches/status
COPY
Query Parameters
string
switching_profile_id
Optional

Switching Profile identifier

string
included_fields
Optional

Comma separated list of fields that should be included to result of query

string
transport_zone_id
Optional

Transport zone identifier

integer
page_size
Optional

Maximum number of results to return in this page (server may return fewer)

boolean
diagnostic
Optional

Flag to enable showing of transit logical switch.

string
cursor
Optional

Opaque cursor to be used for getting next page of records (supplied by current result page)

string
source
Optional

Data source type.

Possible values are : realtime, cached,
string
transport_type
Optional

Mode of transport supported in the transport zone for this logical switch

Possible values are : OVERLAY, VLAN,
boolean
sort_ascending
Optional

sort_ascending

string
sort_by
Optional

Field by which records are sorted


Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns LogicalSwitchStatusSummary of type(s) application/json
{
    "last_update_timestamp": 0,
    "total_switches": 0,
    "filters": [
        {
            "name": "string",
            "value": "string"
        }
    ],
    "fully_realized_switches": 0
}
integer As int64 As int64
last_update_timestamp
Optional

Timestamp when the data was last updated; unset if data source has never updated the data.

integer As int64 As int64
total_switches
Required

total_switches

array of Filter
filters
Optional

filters

integer As int64 As int64
fully_realized_switches
Required

fully_realized_switches


default

Unexpected error

Returns ApiError of type(s) application/json
{
    "module_name": "string",
    "error_message": "string",
    "error_code": 0
}
string
module_name
Optional

module_name

string
error_message
Optional

error_message

integer As int64 As int64
error_code
Optional

error_code