Get status of deployment planning step
GET/nevisadmin/api/v1/deployments/:id/plan
Required permission: SUPER_ADMIN (The user that initiated the deployment can also get the satus of the planning step, without any specific permission requirement.)
Fetches the status of the plan generation of a deployment run. Overall status: PENDING, RUNNING, DONE, CANCELLED. Item status: PENDING, RUNNING, DONE, FAILED, CANCELLED.
Request
Responses
- 200
- 400
- 403
- 404
Success
Invalid deployment ID
Insufficient permissions.
Deployment run not found