GET http://[host-proxy]/api/device/cucm/LdapSync/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"sync": {
"description": "True means start sync, false means cancel the sync which is currently under process",
"title": "Sync",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "boolean"
},
"name": {
"description": "The Config Name of the Ldap Directory. ",
"title": "Name",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
}
},
"schema_version": "14.0"
}