v1

latestOpenAPI 3.0.22026-07-13111437.5 KB
provisioning

Get the status of a previously issued provisioning job

Queries the CSP for the status of a previously issued provisioning job for which that CSP issued an HTTP 202 response, indicating that the provisioning job was accepted but a response was not available immediately. This allows continuously checking the status to inform the end user. The provisioning job ID must be unique across all provisioning jobs and must never be reused; however, a provisioning job ID must be queryable for at least 168 but no more than 240 hours.

get/provisioning/{provisioningJobId}/status

Path parameters

provisioningJobIdstring required

The ID of the provisioning job

Response

Get provisioning status successful

provisioning_job_idstring required

The ID of the Provisioning job; used for retrieving status to inform end user. This ID must be unique across all provisioning jobs across portfolios.

portfolio_idstring

The ID of the Portfolio for which status is being returned

environment_idstring

The ID of the Environment for which status is being returned

status'NOT_STARTED' | 'IN_PROGRESS' | 'SUCCESS' | 'FAILURE' required

Example response

{
  "provisioning_job_id": "123456789"
}