Provisioning an Environment with the Infrastructure Manager REST API
You can provision environments using the functionality exposed by the Infrastructure Manager REST API.
For more details on all available REST API endpoints and the required parameters, refer to the REST API documentation.
-
To connect a repository to the Infrastructure Manager, use the following HTTP request:
POST /provisioning/api/v1/repositories
-
To create an infrastructure provider, use the following HTTP request:
POST /provisioning/api/v1/infrastructure_providers
-
To provision the environment, use the following HTTP request:
POST /provisioning/api/v1/infrastructures
-
To see the executions for the environment, use the following HTTP request:
POST /provisioning/api/v1/infrastructures/{id}/executions