Get Aws Gateway Status

Get Aws Gateway Status

Returns status information 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}/status
COPY
Path Parameters
string
vpc-id
Required

vpc-id


Authentication
This operation uses the following authentication methods.
Responses
200

Success

Returns AwsGatewayStatus of type(s) application/json
This response body class contains all of the following: Resource , InlineAwsGatewayStatus1
{
    "_self": {
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "gateway_cluster_id": "string",
    "gateway_instances_status": [
        {
            "_self": {
                "rel": "string"
            },
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "gateway_tn_id": "string",
            "gateway_ha_index": 0,
            "error_message": "string",
            "gateway_name": "string",
            "gateway_status": "string",
            "gateway_instance_id": "string",
            "is_gateway_active": false,
            "public_ip": "string",
            "error_code": 0,
            "private_ip": "string",
            "deployment_state": "string",
            "gateway_node_id": "string",
            "deployment_status": 0
        }
    ]
}

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