GET http://[host-proxy]/api/device/cucm/DeviceLogout/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"deviceName": {
"description": "The name or uuid of the device to perform the log-out on.",
"title": "Device Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
}
},
"schema_version": "14.0"
}