NSX Autonomous Edge REST API

Associated URIs:

API Description API Path

List Ports


Returns information about all logical ports.
GET /ports

Create a Logical Port


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

Get the statistics of a specified LogicalRouterPort


Returns the statistics for the Logical Router Port.
GET /ports/{logical-router-port-id}/statistics

Delete a Logical Port


Deletes the specified logical port.
DELETE /ports/{port-id}

Read Logical Port


Returns information about the specified logical port.
GET /ports/{port-id}

Update a Logical Port


Modifies the specified logical port. Required parameters include the
resource_type.
PUT /ports/{port-id}