NSX Autonomous Edge REST API

Associated URIs:

API Description API Path

List Ports


Returns information about all logical ports.
GET /api/v1/ports

Create a Logical Port


Creates a logical port. The required parameters include
resource_type.
POST /api/v1/ports

Get the statistics of a specified LogicalRouterPort


Returns the statistics for the Logical Router Port.
GET /api/v1/ports/<logical-router-port-id>/statistics

Delete a Logical Port


Deletes the specified logical port.
DELETE /api/v1/ports/<port-id>

Read Logical Port


Returns information about the specified logical port.
GET /api/v1/ports/<port-id>

Update a Logical Port


Modifies the specified logical port. Required parameters include the
resource_type.
PUT /api/v1/ports/<port-id>