Tool to view Phone count per device for all CUCM Groups.
GET http://[host-proxy]/api/view/CucmGroupCount/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"notes": {
"default": "This view allows you to see all Phone counts per Device Pool per CUCM Group. Select a CUCM cluster.",
"readonly": true,
"type": "string",
"title": " "
},
"group_count": {
"type": "string",
"description": "CUCM Group counts.",
"title": "CUCM Group counts"
},
"description": {
"default": "CUCM Group Counts",
"readonly": true,
"type": "string",
"title": " "
},
"cucm_bkey": {
"description": "BKEY of CUCM.",
"format": "uri",
"title": "CUCM",
"choices": [],
"target_model_type": "data/CallManager",
"type": "string",
"target": "/api/data/CallManager/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
}
}
}