Get status/report of deploy step
GET/nevisadmin/api/v1/deployments/:id/deploy
Required permission: SUPER_ADMIN (The user that initiated the deployment can also access the deploy status, without any specific permission requirement.)
Fetches status of the deployment execution for the deployment run as a whole and per host. 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