Marc Koderer | 24eb89c | 2014-01-31 11:23:33 +0100 | [diff] [blame] | 1 | { |
2 | "name": "get-console-output", | ||||
3 | "http-method": "POST", | ||||
4 | "url": "servers/%s/action", | ||||
5 | "resources": ["server"], | ||||
6 | "json-schema": { | ||||
7 | "type": "object", | ||||
8 | "properties": { | ||||
9 | "os-getConsoleOutput": { | ||||
10 | "type": "object", | ||||
11 | "properties": { | ||||
12 | "length": { | ||||
13 | "type": ["integer", "string"], | ||||
14 | "minimum": 0 | ||||
15 | } | ||||
16 | } | ||||
17 | } | ||||
18 | }, | ||||
19 | "additionalProperties": false | ||||
20 | } | ||||
21 | } |