GET http://[host-proxy]/api/device/mssecurity/MachineActionCancel/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,
"maxLength": 1024
},
"comment": {
"title": "Comment",
"type": "string",
"description": "Comment explaining the reason for canceling the machine action",
"maxLength": 1024
}
},
"schema_version": "1.0"
}