Get Account Linking URL

Gets a link that can be used on a customer’s account to start the linking process

With this command you can find the CloudFormation Stack URL

URL

<GET> https://vmc.vmware.com/vmc/api/orgs/:org/account-link

Path Variables

KeyExample ValueHow do I find This
orgXXXXXXXXX-1111-XXXX-1111-XXXXXXXXXXXXFind My Org ID

Key Headers

KeyExample ValueHow do I find This
csp-auth-tokeneyJhbGciOiJSUzI1XXXXXXXXXXXXXXXXXX
XXXXXXXXeyJzdWIiOiJ2bXdhcmUuY29
VMware Cloud API Authentication

Example JSON Payload

none


Example Response Body

{
    "template_url": "https://vmware-sddc.s3.us-west-2.amazonaws.com/b7793958-b6b6-4916-a008-40c5c47ec24c/pmmeXXXXXXXXXXXXXXXxgs609ja6oqdaiii1f3ub3m4t6nrfnljm",
    "template_execution_url": "https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?stackName=vmware-sddc-formation-58f4344b-2da6-4e8a-a636-0c2040f05225&templateURL=https%3A%2F%2Fvmware-sddc.s3.us-west-2.amazonaws.com%XXXXXXXXX-1111-XXXX-1111-XXXXXXXXXXXX
52FpmmeXXXXXXXXXXXXXXXxgs609ja6oqdaiii1f3ub3m4t6nrfnljmm",
    "expiration_date": "2022-07-29T01:41:20.780+00:00",
    "tracking_task": "3c8f0f6b-8994-45ec-8862-4e7ba0d729c6"
}
Scroll to Top