Get a deployment process
GET/nevisadmin/api/v1/deployments/:id
Required permission: SUPER_ADMIN (The user that initiated the deployment can also query the deployment process, without any specific permission requirement.)
Possible states:
INITIALIZED: The deployment process has been created and the generation step can be started.GENERATING: The generation step has been started and is currently ongoing.GENERATED: The generation step has been completed.PLANNING: The planning step has been started and is ongoing.PLANNED: The planning step has been completed.DEPLOYING: The deploy step has been started and is ongoing.DEPLOYED: The deploy has been completed.
Request
Responses
- 200
- 400
- 403
- 404
Success
Invalid deployment ID
Insufficient permissions.
Deployment run not found