[Index]
CustomerBuild-AddCiscoUCCX-WFC_REL
Model ref.: relation/CustomerBuild-AddCiscoUCCX-WFC_REL
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{ "$schema": "http://json-schema.org/draft-03/schema", "type": "object", "properties": { "name": { "is_password": false, "title": "Name", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "relation_UccxServer": { "title": "Relation Uccx Server", "type": "array", "items": { "type": "object", "properties": { "host": { "required": true, "type": "string", "description": "Host name or IP Address of the UCCX server.", "title": "Host name or IP Address" }, "description": { "type": "string", "description": "Description of this UCCX server.", "title": "Description" }, "version": { "description": "Version of the UCCX server.", "title": "Version", "default": "11.6.1", "required": true, "choices": [ { "value": "11.6.1", "title": "11.x / 12.x" } ], "type": "string" }, "username": { "required": true, "type": "string", "description": "Username of the account used for API access.", "title": "Username" }, "password": { "is_password": true, "description": "Password of the account used for API access.", "title": "Password", "store_encrypted": true, "type": "string" }, "cucm_app_users": { "items": { "type": "object", "properties": { "app_user_id": { "type": "string", "description": "Select an Cisco UCM Application User ID that will be associated with Agent controlled devices. Typically the rmcm user is used for this purpose, but other users can also be configured for other purposes like call recording etc.", "title": "Cisco UCM Application User ID" } } }, "type": "array", "description": "Cisco Call Manager application users to use for agent device association.", "title": "Application Users" }, "shadow": { "title": "Shadow", "type": "object", "properties": { "name": { "is_password": false, "title": "Name", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } } } } }, "maxItems": 1 } } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/relation/CustomerBuild-AddCiscoUCCX-WFC_REL/add/ |
|
The GUI Add form of relation/CustomerBuild-AddCiscoUCCX-WFC_REL as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Create | POST | /api/relation/CustomerBuild-AddCiscoUCCX-WFC_REL | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for relation/CustomerBuild-AddCiscoUCCX-WFC_REL | POST | /api/relation/CustomerBuild-AddCiscoUCCX-WFC_REL/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/relation/CustomerBuild-AddCiscoUCCX-WFC_REL/ |
|
The relation/CustomerBuild-AddCiscoUCCX-WFC_REL schema and all instances as JSON. |
(The list will return 0 to 3 relation/CustomerBuild-AddCiscoUCCX-WFC_REL instances)
{ "pagination": { "skip": 0, "limit": 3, "maximum_limit": 2000, "total": 0, "total_limit": null, "order_by": "name", "direction": "asc", "current": "/api/relation/CustomerBuild-AddCiscoUCCX-WFC_REL/?skip=0&limit=3&order_by=name&direction=asc&traversal=fulltree" }, "operations": [ "list", "help", "field_display_policy", "get", "configuration_template", "update", "bulk_update", "export", "add", "remove", "export_bulkload_template" ], "meta": { "model_type": "relation/CustomerBuild-AddCiscoUCCX-WFC_REL", "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "", "business_key": {}, "api_version": "21.2", "cached": true, "references": { "children": [], "parent": [ { "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101", "pkid": "6t0ggef2c0deab00hb595101" } ], "device": [ { "href": "", "pkid": "" } ], "foreign_key": [], "self": [ { "href": "/api/relation/CustomerBuild-AddCiscoUCCX-WFC_REL/None/", "pkid": null } ] }, "model_specific_actions": [ "list", "update", "remove", "add", "export", "export_bulkload_template", "get" ], "schema_version": null, "actions": [ { "add": { "method": "GET", "class": "add", "href": "/api/relation/CustomerBuild-AddCiscoUCCX-WFC_REL/add/?hierarchy=[hierarchy]", "support_async": false, "title": "Add" } }, { "export_bulkload_template": { "method": "POST", "class": "bulkload_template", "href": "/api/relation/CustomerBuild-AddCiscoUCCX-WFC_REL/export_bulkload_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Export Bulk Load Template" } }, { "list": { "method": "GET", "class": "list", "href": "/api/relation/CustomerBuild-AddCiscoUCCX-WFC_REL/?hierarchy=[hierarchy]", "support_async": false, "title": "List" } } ] }, "resources": [] }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/relation/CustomerBuild-AddCiscoUCCX-WFC_REL/[pkid] | hierarchy=[hierarchy] | The relation/CustomerBuild-AddCiscoUCCX-WFC_REL instance with [pkid]. |