NSX-T Data Center REST API

Associated URIs:

API Description API Path

Get policy route controller interface statistics for given interface-id


Get policy route controller interface statistics for given interface-id
GET /policy/api/v1/infra/route-controllers/{route-controller-id}/interfaces/{interface-id}/statistics

Get policy route controller interface statistics summary for given interface-id


Get policy route controller interface statistics summary for given interface-id
GET /policy/api/v1/infra/route-controllers/{route-controller-id}/interfaces/{interface-id}/statistics/summary

List route controller interfaces


List route controller interfaces
GET /policy/api/v1/infra/route-controllers/{router-controller-id}/interfaces

Delete a route controller interface


Delete a route controller interface
DELETE /policy/api/v1/infra/route-controllers/{router-controller-id}/interfaces/{interface-id}

Read a route controller interface


Read a route controller interface.
GET /policy/api/v1/infra/route-controllers/{router-controller-id}/interfaces/{interface-id}

Patch a route controller interface


If a route controller interface is not already present, create a new route controller interface.
If it already exists, update the route controller interface.
PATCH /policy/api/v1/infra/route-controllers/{router-controller-id}/interfaces/{interface-id}

Create or update route controller interface


If a route controller interface is not already present, create a new route controller interface.
If it already exists, update the route controller interface. This operation will fully replace the object.
PUT /policy/api/v1/infra/route-controllers/{router-controller-id}/interfaces/{interface-id}