NSX-T Data Center REST API

Associated URIs:

API Description API Path

List route maps


Paginated list of all route maps under a tier-0
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/route-maps
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/route-maps

Delete a route map


Delete a route map
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/route-maps/{route-map-id}

Read a route map


Read a route map
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/route-maps/{route-map-id}
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/route-maps/{route-map-id}

Create or update a route map


If a route map with the route-map-id is not already present, create a new
route map. If it already exists, update the route map for specified
attributes.
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/route-maps/{route-map-id}

Create or update a route map


If a route map with the route-map-id is not already present,
create a new route map. If it already exists, replace the
route map instance with the new object.
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/route-maps/{route-map-id}