Delete Logical Switch
Removes a logical switch from the associated overlay or VLAN transport zone. A logical switch cannot be deleted if there are logical ports on the switch. Cascade option can be used to delete all ports and the switch
Request
URI
DELETE
https://nsxmanager.your.domain/api/v1/logical-switches/{lswitch-id}
COPY
Path Parameters
string
lswitch-id
Required
lswitch-id
Query Parameters
boolean
cascade
Optional
Delete a Logical Switch and all the logical ports in it, if none of the logical ports have any attachment.
boolean
detach
Optional
Delete a Logical Switch and all the logical ports in it, regardless of whether the logical port is attached.
Responses
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