This VIEW allows a user to search all Line dependencies in CUCM. It executes at Site level only and find all related data up in the tree. The VIEW renders with a list of clickable links to the various Relations in VOSS4UC.
GET http://[host-proxy]/api/view/LineSearch/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"hunt_group9_link": {
"format": "link",
"type": "string",
"title": "Huntgroup"
},
"remote_destination_profile_link": {
"format": "link",
"type": "string",
"title": "Remote Destination Profile"
},
"hunt_group8_link": {
"format": "link",
"type": "string",
"title": "Huntgroup"
},
"user1_link": {
"format": "link",
"type": "string",
"title": "User"
},
"user4_link": {
"format": "link",
"type": "string",
"title": "User"
},
"phone2_link": {
"format": "link",
"type": "string",
"title": "Phone"
},
"user3_link": {
"format": "link",
"type": "string",
"title": "User"
},
"phone1_link": {
"format": "link",
"type": "string",
"title": "Phone"
},
"user7_link": {
"format": "link",
"type": "string",
"title": "User"
},
"user9_link": {
"format": "link",
"type": "string",
"title": "User"
},
"line_link": {
"format": "link",
"type": "string",
"title": "Line"
},
"user6_link": {
"format": "link",
"type": "string",
"title": "User"
},
"phone7_link": {
"format": "link",
"type": "string",
"title": "Phone"
},
"hunt_group7_link": {
"format": "link",
"type": "string",
"title": "Huntgroup"
},
"user10_link": {
"format": "link",
"type": "string",
"title": "User"
},
"hunt_group1_link": {
"format": "link",
"type": "string",
"title": "Huntgroup"
},
"device_profile_link": {
"format": "link",
"type": "string",
"title": "Device Profile"
},
"hunt_group6_link": {
"format": "link",
"type": "string",
"title": "Huntgroup"
},
"phone5_link": {
"format": "link",
"type": "string",
"title": "Phone"
},
"user5_link": {
"format": "link",
"type": "string",
"title": "User"
},
"line_hierarchy": {
"type": "string",
"title": "Line Hierarchy"
},
"search_line": {
"type": "string",
"title": "Search Line"
},
"voicemail_link": {
"format": "link",
"type": "string",
"title": "Voicemail"
},
"phone3_link": {
"format": "link",
"type": "string",
"title": "Phone"
},
"hunt_group10_link": {
"format": "link",
"type": "string",
"title": "Huntgroup"
},
"phone4_link": {
"format": "link",
"type": "string",
"title": "Phone"
},
"hunt_group3_link": {
"format": "link",
"type": "string",
"title": "Huntgroup"
},
"line": {
"type": "string",
"title": "Line"
},
"phone8_link": {
"format": "link",
"type": "string",
"title": "Phone"
},
"phone6_link": {
"format": "link",
"type": "string",
"title": "Phone"
},
"user2_link": {
"format": "link",
"type": "string",
"title": "User"
},
"call_pickup_group_link": {
"format": "link",
"type": "string",
"title": "Call Pick Up Group"
},
"phone9_link": {
"format": "link",
"type": "string",
"title": "Phone"
},
"user8_link": {
"format": "link",
"type": "string",
"title": "User"
},
"phone10_link": {
"format": "link",
"type": "string",
"title": "Phone"
},
"hunt_group4_link": {
"format": "link",
"type": "string",
"title": "Huntgroup"
},
"hunt_group5_link": {
"format": "link",
"type": "string",
"title": "Huntgroup"
},
"hunt_group2_link": {
"format": "link",
"type": "string",
"title": "Huntgroup"
}
},
"schema_version": "0.1"
}