NSX-T Data Center REST API
Updates Azure gateway configuration
Updates configuration for primary gateway and secondary gateway for thevirutal network, if deployed gateways exist for the specified virtual network.
Request:
Method:
              PUT
            URI Path(s):
              
                /api/v1/csm/azure/gateways/{vnet-id}
                
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    AzureGatewayDeployConfig+
  Example Request:
PUT https://<nsx-csm>/api/v1/csm/azure/gateways/e8e719ff-6a40-48e2-8cf7 { "account_id": "28984eef-d296-4a40-979e", "vnet_id": "e8e719ff-6a40-48e2-8cf7", "configuration": { "default_quarantine_policy_enabled": false, "managed_without_agents": false, "proxy_server_profile": "a491bc83-5fc8-4e05-adb1-af8274422141", "auto_agent_install_enabled": false } }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    AzureGatewayDeployConfig+