Operations on certain device models affect dependent device models.
These are indicated as operations and list of descendants.
Descendants:
add_from_template:
device/cucm/Line pattern is {pattern}: added
GET http://[host-proxy]/api/device/cucm/LineFromULT/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"pattern": {
"required": true,
"type": "string",
"title": "Directory Number"
},
"routePartitionName": {
"target": "/api/device/cucm/RoutePartition/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"required": false,
"choices": [],
"target_attr": "name",
"target_model_type": "device/cucm/RoutePartition",
"title": "Route Partition",
"type": "string"
},
"directoryURI": {
"required": false,
"type": "string",
"title": "Directory URI"
},
"universalLineTemplate": {
"target": "/api/device/cucm/UniversalLineTemplate/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"required": true,
"choices": [],
"target_attr": "name",
"target_model_type": "device/cucm/UniversalLineTemplate",
"title": "Universal Line Template",
"type": "string"
},
"user": {
"target": "/api/device/cucm/User/choices/?field=userid&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"required": false,
"choices": [],
"target_attr": "userid",
"target_model_type": "device/cucm/User",
"title": "User",
"type": "string"
}
},
"schema_version": "12.5"
}