Retrieve VPCs
Contributors
Suggest changes
GET /aws/vpcs
Retrieves all VPCs by region by using the credentials.
Token usage: Cloud Manager user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
x-simulator |
string |
header |
False |
|
X-Service-Request-Id |
string |
header |
False |
|
region |
string |
query |
True |
|
account-id |
string |
query |
True |
|
credentials-id |
string |
query |
True |
Response
Status: 200,
List of VpcResponse
Definitions
See Definitions
VpcResponse
Name | Type | Required | Description |
---|---|---|---|
vpcId |
string |
True |
|
state |
string |
True |
|
cidrBlock |
string |
True |
|
tags |
array[string] |
True |
|
default |
boolean |
True |
|
subnets |
array[string] |
True |
|
securityGroups |
array[string] |
True |
|
tenancy |
string |
True |