List Logical Switches By State
Returns a list of logical switches states that have realized state as provided as query parameter.
Request
URI
GET
https://nsxmanager.your.domain/api/v1/logical-switches/state
COPY
Query Parameters
string
status
Optional
Realized state of logical switches
Possible values are : PENDING, IN_PROGRESS, PARTIAL_SUCCESS, SUCCESS,
Responses
200
Success
Returns LogicalSwitchStateListResult of type(s) application/json
This response body class contains all of the following: ListResult , InlineLogicalSwitchStateListResult1
{
"_self": {
"rel": "string"
},
"cursor": "string",
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"sort_ascending": false,
"result_count": 0,
"_schema": "string",
"sort_by": "string",
"results": [
{
"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"
}
]
}
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
Logical Switching Operations
POST
Create Logical Port
POST
Create Logical Switch
POST
Create Switching Profile
DELETE
Delete Logical Port
DELETE
Delete Logical Switch
DELETE
Delete Switching Profile
GET
Get Logical Port
GET
Get Logical Port Operational Status
GET
Get Logical Port State
GET
Get Logical Port Statistics
GET
Get Logical Port Status Summary
GET
Get Logical Switch
GET
Get Logical Switch Mac Table
GET
Get Logical Switch Mac Table In Csv Format
GET
Get Logical Switch State
GET
Get Logical Switch Statistics
GET
Get Logical Switch Status
GET
Get Logical Switch Status Summary
GET
Get Logical Switch Vtep Table
GET
Get Logical Switch Vtep Table In Csv Format
GET
Get Switching Profile
GET
Get Switching Profile Status
GET
List Logical Ports
GET
List Logical Switches
GET
List Logical Switches By State
GET
List Switching Profiles
PUT
Update Logical Port
PUT
Update Logical Switch
PUT
Update Switching Profile