GET http://[host-proxy]/api/device/cucm/DeviceLogin/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 phone that is being logged-into. Not nullable.",
"title": "Device Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
},
"loginDuration": {
"description": "The duration of the login. Not nullable.",
"title": "Login Duration",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "integer"
},
"userId": {
"description": "The LDAP RN of the user that is to be logged-into the phone. Not nullable.",
"title": "User Id",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
},
"profileName": {
"description": "The name or uuid of the Device Profile to be used. Not nullable.",
"title": "Profile Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
}
},
"schema_version": "14.0"
}