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