NSX-T Data Center REST API

Associated URIs:

API Description API Path

Returns IP allocations for all Azure Vnets. This operation is only supported for containers.


GET /api/v1/csm/azure/gateways/ip-mappings

Allocates IPs in the specified Azure Vnet


All the required configuration to allocate public/link local IPs for cloud
will be absorbed as a part of request body in this API and IP allocation
will be triggered. Allocation progress can be known from
GetIpAllocationStatus API. Upon successful allocation, the
ip_allocation_state will be ALLOCATION_SUCCESSFUL. This operation is only
supported for containers.
POST /api/v1/csm/azure/gateways/ip-mappings

Releases allocated IPs in the specified Azure Vnet


All the allocations for the specified Azure Vnet and mapping_id will be
released. This operation is only supported for containers.
DELETE /api/v1/csm/azure/gateways/ip-mappings/<mapping-id>

Returns status information for primary gateway and secondary gateway for the vnet, if exists. This operation is only supported for containers.


GET /api/v1/csm/azure/gateways/ip-mappings/<mapping-id>/status