Create a Project to use in Automation AssemblerLast Updated February 5, 2025
Automation Assembler
As a
Automation Assembler
administrator, you make a POST request with a project name to create a project. Then you add
members and cloud zones to the project so that project members can deploy cloud templates to
the associated zones.- 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 the project roles that you plan to assign have sufficient permissions to perform project-related tasks.A user with the project administrator or project member role can perform a limited number of project-related tasks. For a complete list of tasks and roles required, see Organization and service user roles inVMware Aria Automation.
- Prepare parameters including the project name, description, and email addresses for administrators, members, or viewers.
- Assign the project name variable.your_project_nameis a name that you choose.
- Create a project.
- admin_email,member_email, andviewer_emailare email addresses of an administrator, member, and viewer user or name of the group in the project.
- The type parameter is optional. It assigns the administrator, member, or viewer to a user or group type. If unspecified, the value defaults touser.
- Get a list of projects and filter for the project withyour_project_name.
- Examine the response and record the ID of your newly created project.
Create a Project to use in
Automation Assembler
Create a project named
Example-Assembler-project
with administrators, members,
and viewers at mycompany.com
. This example assumes that
Example-project
does not exist. Create a project for
Automation Assembler
. The response shows the administrators, members, and viewers related to the project
and the project ID.
Add a cloud zone to your project. See Add a Cloud Zone to Your Project. If you want to add an
administrator or user, see Add Users to Your Project.