NSX-T Data Center REST API
Update a AWS Gateway AMI. (Deprecated)
Deprecated: This API is needed only in NSX Cloud as a Service workflow, which is discontinued.Request:
Method:
              PUT
            URI Path(s):
              
                /api/v1/csm/aws/gateway-amis/{region-id}
                
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    AwsGatewayAmiInfo+
  Example Request:
PUT https://<nsx-csm>/api/v1/csm/aws/gateway-amis/us-west-2 { "region_id": "us-west-2", "ami_id": "ami-456", "_revision": 0 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    AwsGatewayAmiInfo+