NSX Autonomous Edge REST API
Associated URIs:
API Description | API Path |
---|---|
List PortsReturns information about all logical ports. |
GET /ports
|
Create a Logical PortCreates a logical port. The required parameters include resource_type. |
POST /ports
|
Get the statistics of a specified LogicalRouterPortReturns the statistics for the Logical Router Port. |
GET /ports/{logical-router-port-id}/statistics
|
Delete a Logical PortDeletes the specified logical port. |
DELETE /ports/{port-id}
|
Read Logical PortReturns information about the specified logical port. |
GET /ports/{port-id}
|
Update a Logical PortModifies the specified logical port. Required parameters include the resource_type. |
PUT /ports/{port-id}
|