List VPC networks
List VPC networks accessible by the organization.
Path parameters
Organization identifier
Query parameters
Identifies the cloud provider
Identifies the region of the VPC network (required when cloudType != azure)
Identifies the resource group of the Azure virtual network (required when cloudType == azure)
Headers
Secret identification
Response
List of VPC networks
Example response
[
{
"name": "MyVPC",
"cidrs": [
"10.50.0.0/16",
"10.50.0.0/16"
],
"id": "vpc-a01106c2"
}
]Changes
Changed in 3 of the 50 revisions of this API.22
- ▲
removed the enum value
alibabafrom thequeryrequest parametercloudTyperequest-parameter-enum-value-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the enum value
oraclefrom thequeryrequest parametercloudTyperequest-parameter-enum-value-removed
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new enum value
alibabato thequeryrequest parametercloudTyperequest-parameter-enum-value-added
- ○
added the new enum value
oracleto thequeryrequest parametercloudTyperequest-parameter-enum-value-added
This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○