Working with Deployments Using vRealize Automation Cloud Assembly APIs
To deploy complex blueprints, you use the vRealize Automation Cloud Assembly Blueprint APIs. To view deployment details, you use the Deployment APIs.
Prerequisites for Working with Deployments
All tasks for working with blueprint deployments share the following common prerequisites:
- Verify that you are at least an organization member in VMware vRealize Automation with a vRealize Automation Cloud Assembly administrator service role.
- Verify that you have an active access token. See Getting Your Authentication Token.
- Verify that the URL variable is
assigned.
url='https://appliance.domain.com'
- Verify that the API version variable is
assigned to a date as in the following example.
api_version='2019-09-12'
If you do not lock your use case to the apiVersion in the example, lock it to the API version date that most recently worked for you so that an API change does not cause an unexpected change in an API response. See API versioning.
Any additional prerequisites are specified with the individual tasks.