From bcea4304e50b692cd0add2c0dab02416f5b279f3 Mon Sep 17 00:00:00 2001 From: Gianluca Piccolo Date: Wed, 7 Oct 2020 16:00:55 +0200 Subject: [PATCH] Fix doc for deployment status api --- doc/70-REST-API.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/70-REST-API.md b/doc/70-REST-API.md index eacd24b9..14cf7494 100644 --- a/doc/70-REST-API.md +++ b/doc/70-REST-API.md @@ -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