Get Aws Gateway Config

Get Aws Gateway Config

Returns configuration for primary gateway and secondary gateway for the vpc,if exists.

Request
URI
GET
https://nsxmanager.your.domain/api/v1/csm/aws/gateways/{vpc-id}
COPY
Path Parameters
string
vpc-id
Required

ID of the Vpc


Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns AwsGatewayDeployConfig of type(s) application/json
This response body class contains all of the following: Resource , InlineAwsGatewayDeployConfig1
{
    "_self": {
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "vpc_id": "string",
    "configuration": {
        "ami_id": "string",
        "nsx_manager_connection": "string",
        "gateway_ha_configuration": [
            {
                "_self": {
                    "rel": "string"
                },
                "_links": [
                    {
                        "action": "string",
                        "href": "string",
                        "rel": "string"
                    }
                ],
                "_schema": "string",
                "gateway_ha_index": 0,
                "management_subnet": "string",
                "downlink_subnet": "string",
                "uplink_subnet": "string",
                "availability_zone": "string"
            }
        ],
        "is_ha_enabled": false,
        "default_quarantine_policy_enabled": false,
        "key_pair_name": "string"
    },
    "account_id": "string"
}

400
Returns BadRequest of type(s) application/json
Operation doesn't return any data structure

403
Returns Forbidden of type(s) application/json
Operation doesn't return any data structure

404
Returns NotFound of type(s) application/json
Operation doesn't return any data structure

412
Returns PreconditionFailed of type(s) application/json
Operation doesn't return any data structure

500
Operation doesn't return any data structure

503
Returns ServiceUnavailable of type(s) application/json
Operation doesn't return any data structure