[{"label":"Latest (v1.1)","version":"latest"}]
vmc

Get Compatible Subnets Async

Description

Gets a customer’s compatible subnets for account linking via a task. The information is returned as a member of the task (found in task.params[‘subnet_list_result’] when you are notified it is complete), and it’s documented under ref /definitions/AwsCompatibleSubnets

Request

Request

URL

URL


get
https://vmc.vmware.com/vmc/api/orgs/{org}/account-link/compatible-subnets-async
Copy

Path Parameters

Path Parameters

string
org Required

Organization identifier


Query Parameters

Query Parameters

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)


Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

202 Accepted

Returns Task of type(s) application/json
This response body class contains all of the following: AbstractEntity, InlineTask1
Errors

Errors

401

Unauthorized


403

Forbidden

Code Samples

Code Samples

PowerCLI Client SDK Example

Invoke-OrgsOrgAccountLinkCompatibleSubnetsAsyncGet -Org "MyOrg" -LinkedAccountId "MyLinkedAccountId" -Region "MyRegion" -Sddc "MySddc" -InstanceType "MyInstanceType" -SddcType "MySddcType" -NumOfHosts 56

cURL Command

curl https://vmc.vmware.com/vmc/api/orgs/{org}/account-link/compatible-subnets-async?linkedAccountId=string
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-vmc-ui-servicename: compatible-subnets-async
x-vmw-vapi-methodname: get


Feedback

Was this page helpful?