NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
Get policy route controller interface statistics for given interface-idGet 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-idGet 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 interfacesList route controller interfaces |
GET /policy/api/v1/infra/route-controllers/{router-controller-id}/interfaces
|
Delete a route controller interfaceDelete a route controller interface |
DELETE /policy/api/v1/infra/route-controllers/{router-controller-id}/interfaces/{interface-id}
|
Read a route controller interfaceRead a route controller interface. |
GET /policy/api/v1/infra/route-controllers/{router-controller-id}/interfaces/{interface-id}
|
Patch a route controller interfaceIf 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 interfaceIf 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}
|