NSX-T Data Center REST API
Updates configuration for primary gateway and secondary gateway for the vpc, if exists.
Request:
Method:
PUT
URI Path(s):
/api/v1/csm/aws/gateways/{vpc-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
AwsGatewayDeployConfig+
Example Request:
PUT https://<nsx-csm>/api/v1/csm/aws/gateways/vpc-1234 { "configuration": { "default_quarantine_policy_enabled": true, "managed_without_agents": false, "proxy_server_profile": "a491bc83-5fc8-4e05-adb1-af8274422141", "is_ha_enabled": false }, "account_id": "d02af61a-e212-486e-b6c8-10462ccfbad6", "vpc_id": "vpc-c35dbaa4" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
AwsGatewayDeployConfig+