NSX-T Data Center REST API
Allocates IPs in the specified Azure Vnet
All the required configuration to allocate public/link local IPs for cloudwill 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.
Request:
Method:
              POST
            URI Path(s):
              
              
                  
                  /api/v1/csm/azure/gateways/ip-mappings
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    AzureIpAllocationConfig+
  Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    AzureIpAllocationMappings+
  