List Aws Vpcs
Returns a list of Vpcs. Support optional query parameters like account_id, region_id, cidr and/or op_status
Identifier for account based on which vpcs are to be filtered
IPV4 CIDR Block for the Vpc
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
Identifier for state based on which vpcs are to be filtered
Maximum number of results to return in this page (server may return fewer)
Identifier for region based on which vpcs are to be filtered
sort_ascending
Field by which records are sorted
Identifier for vpc based on which the list can be filtered or can be used to validate that hierarchy is correct
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",
"_revision": 0,
"_create_time": 0,
"_system_owned": false,
"display_name": "string",
"description": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"_last_modified_time": 0,
"_create_user": "string",
"_last_modified_user": "string",
"id": "string",
"resource_type": "string",
"gateway_info": {
"gateway_status": {
"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
}
]
},
"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"
}
},
"ami_id": "string",
"instance_stats": {
"unmanaged": 0,
"vcpus": 0,
"managed": 0,
"error": 0
},
"region_id": "string",
"op_status": "string",
"cidr": "string",
"is_management_vpc": false,
"transport_zones": [
{
"is_underlay_transport_zone": false,
"transport_zone_id": "string",
"transport_zone_display_name": "string",
"logical_switches": [
{
"logical_switch_id": "string",
"instances_count": 0,
"logical_switch_display_name": "string",
"is_default_logical_switch": false,
"nsx_switch_tag": "string"
}
]
}
]
}
]
}