NSX-T Data Center REST API
Returns configuration information for all Azure gateways
Returns a list of Azure gateways with information about each gateway likesubnet configuration and corresponding virtual network. Optional query
parameters can be utilized to filter the list.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/csm/azure/gateways
                  
              
            Request Headers:
                n/a
            Query Parameters:
    AzureGatewaysListRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-csm>/api/v1/csm/azure/gatewaysSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    AzureGatewaysListResult+
  