Add a Cloud Zone to Your ProjectLast Updated February 5, 2025
As a
Automation Assembler
administrator, you use the PATCH iaas/api/projects
request to attach a
cloud zone to a project.- Verify that all general prerequisites and prerequisites for theAutomation AssemblerInfrastructure as a Service (IaaS) service have been satisfied. See Prerequisites for API Use Case Examples.
- Verify that you have added a project and you have the project ID. See Create a Project to use in Automation Assembler.
If the project already has cloud
zones attached, review them to ensure that all zones needed for the project are included
in the PATCH request to add a new cloud zone.
- Assign the project ID variable.your_project_idis the ID of the new project you created.
- List all cloud zones.
- To obtain a cloud zone ID, examine the response and find the ID of the zone that you want to attach to your project. For a snippet of the response, see Create a Cloud Zone.
- Assign the cloud zone variable.
- List the details of your project.
- Examine the response to see the zones already attached to your project.
- Submit a request to attach and configure a new cloud zone that includes the ID of existing cloud zones for the project.If the call does not include existing cloud zones that are already attached to the project, the PATCH request removes those cloud zones from the project.
Attach a Cloud Zone to Your
Project
For the new project
Example-project
, add a cloud zone. List all cloud zones.
Examine the response to find the cloud
zone you want and assign the zone ID variable.
List the details of your project.
A snippet of the response shows an
existing cloud zone.
Add the new cloud zone. Include the
existing cloud zone
3cc2ecb989eee87557b0d532d4bb0
in the
PATCH request. The response after adding a cloud zone
lists the project with its administrators, members, and zone.