blob: 7c3860f36fad2ecf8bb5e7f896aef7b8bee27c82 [file] [log] [blame]
Marc Koderer24eb89c2014-01-31 11:23:33 +01001{
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}