Fix doc for deployment status api

This commit is contained in:
Gianluca Piccolo 2020-10-07 16:00:55 +02:00 committed by Thomas Gelf
parent dd53e4db9d
commit bcea4304e5

View File

@ -547,6 +547,12 @@ Following an example of how to do it:
} }
} }
``` ```
The list of possible status is:
* `active`: whether this configuration is currently active
* `deployed`: whether this configuration has ever been deployed
* `failed`: whether the deployment of this configuration has failed
* `undeployed`: whether this configuration has been rendered, but not yet deployed
* `unknown`: whether no configurations have been found for this checksum
### Agent Tickets ### Agent Tickets