Get Compatible Subnets

Get Compatible Subnets

Gets a customer's compatible subnets for account linking

Request
URI
GET
https://vmc.vmware.com/vmc/api/orgs/{org}/account-link/compatible-subnets
COPY
Path Parameters
string
org
Required

Organization identifier

Query Parameters
string
linkedAccountId
Required

The linked connected account identifier

string
region
Optional

The region of the cloud resources to work in

string
sddc
Optional

sddc

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
sddcType
Optional

The sddc type to be used. (1NODE, SingleAZ, MultiAZ)

integer
numOfHosts
Optional

The number of hosts


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns AwsCompatibleSubnets of type(s) application/json
{
    "customer_available_zones": [
        "string"
    ]
}
array of string
customer_available_zones
Optional

customer_available_zones

object
vpc_map
Optional

vpc_map


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure