GET http://[host-proxy]/api/device/mssecurity/MachineScan/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": {
"type": "string",
"title": "Comment",
"description": "Comment to associate with the action.",
"readonly": false,
"required": true
},
"ScanType": {
"type": "string",
"title": "Scan Type",
"description": "Defines the type of the Scan.",
"readonly": false,
"required": true,
"choices": [
{
"value": "Quick",
"title": "Quick"
},
{
"value": "Full",
"title": "Full"
}
]
}
},
"schema_version": "1.0"
}