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.
Path parameters
The ID of the provisioning job
Response
Get provisioning status successful
Example response
{
"provisioning_job_id": "123456789"
}Changes
Changed in 7 of the 50 revisions of this API.345
- ●
added the new
FAILUREenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
SUCCESSenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ○
removed the
COMPLETEenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
FAILEDenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ●
- ○
added the new optional
headerrequest parameterX-Atat-Api-Versionto all path's operationsnew-optional-request-default-parameter-to-existing-path
- ○
- ●
deleted the
headerrequest parameterX-Target-Impact-Levelrequest-parameter-removed
- ○
added the optional property
environment_idto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
added the new path request parameter
provisioningJobIdnew-request-path-parameter
- ●
deleted the
pathrequest parameterportfolioIdrequest-parameter-removed
- ▲
- ▲
the response property
portfolio_idbecame optional for the status200response-property-became-optional
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲