Get Logical Switch State

Get Logical Switch State

Returns current state of the logical switch configuration and details of only out-of-sync transport nodes.

Request
URI
GET
https://nsxmanager.your.domain/api/v1/logical-switches/{lswitch-id}/state
COPY
Path Parameters
string
lswitch-id
Required

lswitch-id


Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns LogicalSwitchState of type(s) application/json
This response body class contains all of the following: ConfigurationState , InlineLogicalSwitchState1
{
    "state": "string",
    "details": [
        {
            "sub_system_address": "string",
            "state": "string",
            "sub_system_type": "string",
            "failure_message": "string",
            "failure_code": 0,
            "sub_system_id": "string"
        }
    ],
    "failure_code": 0,
    "failure_message": "string",
    "logical_switch_id": "string"
}

400
Returns BadRequest of type(s) application/json
Operation doesn't return any data structure

403
Returns Forbidden of type(s) application/json
Operation doesn't return any data structure

404
Returns NotFound of type(s) application/json
Operation doesn't return any data structure

412
Returns PreconditionFailed of type(s) application/json
Operation doesn't return any data structure

500
Operation doesn't return any data structure

503
Returns ServiceUnavailable of type(s) application/json
Operation doesn't return any data structure