diff options
author | ramon <ramongomez@us.es> | 2017-04-04 09:22:41 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-04-04 09:22:41 +0000 |
commit | d57fcbc93ff4e59f1921dcc0e6b6ace992f3702d (patch) | |
tree | d9b66432db14529cbc9393df213d1e7485f5d410 /admin/WebConsole/rest/opengnsys-api.yml | |
parent | a7390604b1d9cc7a20e902cb75fac85f0fbc6c4f (diff) |
#718: Actualizar definiciĆ³n de la API REST.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5257 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/rest/opengnsys-api.yml')
-rw-r--r-- | admin/WebConsole/rest/opengnsys-api.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/WebConsole/rest/opengnsys-api.yml b/admin/WebConsole/rest/opengnsys-api.yml index eef17ca1..3a2783c5 100644 --- a/admin/WebConsole/rest/opengnsys-api.yml +++ b/admin/WebConsole/rest/opengnsys-api.yml @@ -855,6 +855,8 @@ paths: type: description: image type (``monolithic``, ``basic``, ``incremental``) type: string + enum: [ "monolithic", "basic", "incremental" ] + default: "monolithic" baseimg: description: base image for an incremental image (if ``type`` is ``incremental``) type: string @@ -1182,7 +1184,7 @@ definitions: status: description: execution status type: string - enum: [ "off", "ogclient", "busy", "linux", "windows", "macos", "unknown" ] + enum: [ "off", "oglive", "busy", "linux", "windows", "macos", "unknown" ] loggedin: description: flag to check if an user is logged in type: boolean |