GET http://[host-proxy]/api/device/mssecurity/MachineActionLiveResponseResult/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"id": {
"title": "Machine Action ID",
"type": "string",
"readonly": true
},
"index": {
"title": "Result Index",
"type": "integer",
"description": "Index of the live response result to get"
},
"download_url": {
"title": "Download URL",
"type": "string",
"readonly": true
},
"script_name": {
"title": "Script Name",
"type": "string",
"readonly": true
},
"exit_code": {
"title": "Exit Code",
"type": "integer",
"readonly": true
},
"script_output": {
"title": "Script Output",
"type": "string",
"readonly": true
},
"script_errors": {
"title": "Script Errors",
"type": "string",
"readonly": true
}
},
"schema_version": "1.0"
}