v1
latestOpenAPI 3.0.22026-07-13111437.5 KBprovisioning
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
Example response
{
"provisioning_job_id": "123456789"
}