List Aws Gateways
Returns configuration information for all gateways
Identifier for account based on which Aws gateways list can to be filtered
Opaque cursor to be used for getting next page of records (supplied by current result page)
Comma separated list of fields that should be included to result of query
Maximum number of results to return in this page (server may return fewer)
Identifier for region based on which Aws Gateways list can to be filtered
sort_ascending
Field by which records are sorted
Identifier for vpc based on which Aws Gateways list can to be filtered
Success
{
"_self": {
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"cursor": "string",
"sort_ascending": false,
"sort_by": "string",
"result_count": 0,
"results": [
{
"_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"
}
]
}