Get Logical Port Operational Status
Returns operational status of a specified logical port.
Request
URI
GET
https://nsxmanager.your.domain/api/v1/logical-ports/{lport-id}/status
COPY
Path Parameters
string
lport-id
Required
lport-id
Query Parameters
string
source
Optional
Data source type.
Possible values are : realtime, cached,
Responses
200
Success
Returns LogicalPortOperationalStatus of type(s) application/json
{
"logical_port_id": "string",
"status": "string",
"last_update_timestamp": 0
}
string
logical_port_id
Optional
The id of the logical port
string
status
Required
The Operational status of the logical port
Possible values are : UP, DOWN, UNKNOWN,
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.
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
On This Page
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 Mac Table
GET
Get Logical Port Mac Table In Csv Format Csv
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 Csv
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 Csv
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