NSX-T Data Center REST API
Undeploys gateway for the specified virtual network
All the required configuration to undeploy Azure gateway will be absorbedas a part of request body in this API and gateway undeployment will be
triggered. Undeployment progress can be known from GetAzureGatewayStatus
API. Upon successful undeployment of a gateway, the deployment_step will be
UNDEPLOYMENT_SUCCESSFUL and gateway_status will be NOT_AVAILABLE. If any
error is encountered during undeployment, corresponding error_code and
error_message will be populated in gateway_instances_status
Request:
Method:
POST
URI Path(s):
/api/v1/csm/azure/gateways?action=undeploy
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
AzureGatewayUndeployConfig+
Example Request:
POST https://<nsx-csm>/api/v1/csm/azure/gateways?action=undeploy { "account_id": "28984eef-d296-4a40-979e", "instance_id": "a61b6dea-46a4-4c09-9ada" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a