blob: 7c3860f36fad2ecf8bb5e7f896aef7b8bee27c82 [file] [log] [blame]
{
"name": "get-console-output",
"http-method": "POST",
"url": "servers/%s/action",
"resources": ["server"],
"json-schema": {
"type": "object",
"properties": {
"os-getConsoleOutput": {
"type": "object",
"properties": {
"length": {
"type": ["integer", "string"],
"minimum": 0
}
}
}
},
"additionalProperties": false
}
}