GET http://[host-proxy]/api/device/cucm/InterClusterServiceProfile/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"sipTrunkName": {
"description": "Applicable only for PSTN Access and RSVP Agent",
"title": "Sip Trunk Name",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"interClusterService": {
"title": "Inter Cluster Service",
"minItems": 1,
"required": true,
"choices": [
{
"value": "EMCC",
"title": "EMCC"
},
{
"value": "PSTN Access",
"title": "PSTN Access"
},
{
"value": "RSVP Agent",
"title": "RSVP Agent"
},
{
"value": "TFTP",
"title": "TFTP"
},
{
"value": "LBM",
"title": "LBM"
},
{
"value": "UDS",
"title": "UDS"
}
],
"default": "EMCC",
"maxItems": 1,
"type": "string"
},
"isActivated": {
"title": "Is Activated",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
}
},
"schema_version": "12.5"
}