diff options
author | ramon <ramongomez@us.es> | 2017-04-03 12:29:57 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-04-03 12:29:57 +0000 |
commit | a7390604b1d9cc7a20e902cb75fac85f0fbc6c4f (patch) | |
tree | bef82e57bf8a1387972e0da971020fddeb912842 /admin/WebConsole/rest/opengnsys-api.yml | |
parent | 3ac11d485b3dbf90adef8e01c3d6fae91d3cb2f5 (diff) |
#718: Agente OGAgent usa mensajes en UTF-8; actualizar definiciĆ³n de la API REST.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5256 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/rest/opengnsys-api.yml')
-rw-r--r-- | admin/WebConsole/rest/opengnsys-api.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/WebConsole/rest/opengnsys-api.yml b/admin/WebConsole/rest/opengnsys-api.yml index 7fc33b19..eef17ca1 100644 --- a/admin/WebConsole/rest/opengnsys-api.yml +++ b/admin/WebConsole/rest/opengnsys-api.yml @@ -108,6 +108,10 @@ paths: kernel: description: kernel version type: string + architecture: + description: kernel architecture (32-bit or 64-bit) + type: string + enum: [ "i386", "amd64" ] revision: description: OpenGnsys revision type: string @@ -117,6 +121,7 @@ paths: iso: description: ISO file type: string + required: [ distribution, kernel, architecture, revision, directory, iso ] required: [ project, version, release, services ] tags: - server |