GET http://[host-proxy]/api/device/mssecurity/MachineOffboard/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 offboarding the machine"
},
"status": {
"title": "Status",
"type": "string",
"readonly": true
}
},
"schema_version": "1.0"
}