Get Compatible Account Linking Subnets
Gets a customer’s compatible subnets for account linking
Request
URLURL
https://vmc.vmware.com/vmc/api/orgs/{org}/account-link/compatible-subnets
Parameters
Parameters
string
org
Required
Organization identifier
Query Parameters
Query Parameters
boolean
forceRefresh
Optional
When true, forces the mappings for datacenters to be refreshed for the connected account.
string
instanceType
Optional
The server instance type to be used.
string
linkedAccountId
Required
The linked connected account identifier
integer
numOfHosts
Optional
The number of hosts
string
region
Optional
The region of the cloud resources to work in
string
sddc
Optional
sddc
string
sddcType
Optional
The sddc type to be used. (1NODE, SingleAZ, MultiAZ)
Response
Response
Response BodyResponse Body
200 OK returns
AwsCompatibleSubnets
{
"customer_available_zones": [
"string"
],
"vpc_map": {
"key": {
"cidr_block": "string",
"description": "string",
"subnets": [
{
"availability_zone": "string",
"availability_zone_id": "string",
"compatible": false,
"connected_account_id": "string",
"name": "string",
"note": "string",
"region_name": "string",
"subnet_cidr_block": "string",
"subnet_id": "string",
"vpc_cidr_block": "string",
"vpc_id": "string"
}
],
"vpc_id": "string"
}
}
}
array of
string
customer_available_zones
Optional
No description available
cURL Command
curl https://vmc.vmware.com/vmc/api/orgs/{org}/account-link/compatible-subnets?linkedAccountId=string&
Errors
401
The request requires user authentication.
403
The server understood the request, but is refusing to fulfill it.