GET http://[host-proxy]/api/device/mssecurity/MachineStopAndQuarantineFile/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"id": {
"title": "Machine ID",
"type": "string",
"readonly": true
},
"comment": {
"title": "Comment",
"type": "string",
"description": "Comment explaining the reason for stopping and quarantining the file"
},
"sha1": {
"title": "SHA1 Hash",
"type": "string",
"description": "SHA1 hash of the file to stop and quarantine"
}
},
"schema_version": "1.0"
}