GET http://[host-proxy]/api/device/mssecurity/MachineIsolate/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
},
"isolationType": {
"type": "string",
"title": "Isolation Type",
"description": "Type of the isolation.",
"readonly": false,
"choices": [
{
"value": "Full",
"title": "Full"
},
{
"value": "Selective",
"title": "Selective"
},
{
"value": "UnManagedDevice",
"title": "UnManaged Device"
}
]
}
},
"schema_version": "1.0"
}