[Index]
Model ref.: device/cuc/NotificationTemplate
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": { "URI": { "name": "URI", "title": "URI", "minItems": 0, "format": "uri", "choices": [], "type": "string", "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken] }, "NotificationTemplateID": { "minItems": 0, "title": "Notification Template ID", "type": "string", "description": "Maps with the NotificationTemplateID column of table tbl_NotificationTemplate This column acts as a primery key and value is auto-generated - template parameter [1]", "name": "NotificationTemplateID" }, "Content": { "title": "Content", "type": "string", "description": "The content of Notification Template", "name": "Content" }, "NotificationTemplateName": { "minItems": 0, "title": "Notification Template Name", "type": "string", "description": "Maps with the NotificationTemplateName column of table tbl_NotificationTemplate This column stores the notification template name.", "name": "NotificationTemplateName" }, "SubscriberListURI": { "title": "Subscriber List URI", "type": "string", "description": "The URI to get the list of the users who are using this notification template.", "name": "SubscriberListURI" }, "Undeletable": { "minItems": 0, "title": "Undeletable", "type": "boolean", "description": " A flag indicating whether this notification template can be deleted via an administrative application such as Cisco Unity Connection Administration. It is used to prevent deletion of factory defaults.", "name": "Undeletable" }, "NotificationTemplateType": { "minItems": 0, "title": "Notification Template Type", "type": "integer", "description": " This column stores the notification template type like whether it is for voice message or missed call. ", "name": "NotificationTemplateType" } }, "schema_version": "14.0" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/device/cuc/NotificationTemplate/add/ |
|
The GUI Add form of device/cuc/NotificationTemplate 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/device/cuc/NotificationTemplate/ | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk delete [pkid1],[pkid2]... | DELETE | /api/device/cuc/NotificationTemplate/ | hierarchy=[hierarchy] | {"hrefs":["/api/device/cuc/NotificationTemplate/[pkid1]", "/api/device/cuc/NotificationTemplate/[pkid2]", ...]} |
GET http://[host-proxy]/api/device/cuc/NotificationTemplate/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/device/cuc/NotificationTemplate/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/device/cuc/NotificationTemplate/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/device/cuc/NotificationTemplate/[pkid1]", "/api/v0/device/cuc/NotificationTemplate/[pkid2]",...]}} |
GET http://[host-proxy]/api/device/cuc/NotificationTemplate/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move the instance with [pkid] to [target_hierarchy] | POST | /api/tool/DataMove/?model_type=device/cuc/NotificationTemplate |
|
{"hrefs": ["/api/device/cuc/NotificationTemplate/[pkid]"]} |
Bulk Move | POST | /api/tool/DataMove/?model_type=device/cuc/NotificationTemplate |
|
{"hrefs": ["/api/device/cuc/NotificationTemplate/[pkid1]", "/api/device/cuc/NotificationTemplate/[pkid2]",...]} |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/cuc/NotificationTemplate; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/device/cuc/NotificationTemplate/export/ |
|
{ "hrefs":["/api/device/cuc/NotificationTemplate/[pkid1]", "/api/device/cuc/NotificationTemplate/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of device/cuc/NotificationTemplate and the JSON format can be used to import instances of device/cuc/NotificationTemplate.
GET http://[host-proxy]/api/device/cuc/NotificationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for device/cuc/NotificationTemplate | POST | /api/device/cuc/NotificationTemplate/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Configuration Template | GET | /api/device/cuc/NotificationTemplate/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/device/cuc/NotificationTemplate/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/device/cuc/NotificationTemplate/ |
|
The device/cuc/NotificationTemplate schema and all instances as JSON. |
(The list will return 0 to 3 device/cuc/NotificationTemplate instances)
{ "operations": [ "move" ], "pagination": { "direction": "asc", "order_by": "URI", "maximum_limit": 2000, "skip": 0, "current": "/api/device/cuc/NotificationTemplate/?skip=0&limit=3&order_by=URI&direction=asc&traversal=default", "limit": 3, "total_limit": null, "total": 24 }, "meta": { "tags": [], "cached": true, "title": "", "business_key": {}, "schema_version": "14.0", "references": { "device": [ { "pkid": "", "href": "" } ], "children": [], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "add": { "support_async": false, "class": "add", "href": "/api/device/cuc/NotificationTemplate/add/?hierarchy=[hierarchy]", "method": "GET", "title": "Add" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/device/cuc/NotificationTemplate/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "bulk_update_form": { "support_async": false, "class": "update", "href": "/api/device/cuc/NotificationTemplate/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Bulk Modify" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/?hierarchy=[hierarchy]&model_type=device/cuc/NotificationTemplate", "method": "POST", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/cuc/NotificationTemplate/export/?hierarchy=[hierarchy]", "method": "POST", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "export_bulkload_template": { "support_async": false, "class": "bulkload_template", "href": "/api/device/cuc/NotificationTemplate/export_bulkload_template/?hierarchy=[hierarchy]", "method": "POST", "title": "Export Bulk Load Template" } }, { "configuration_template": { "support_async": false, "class": "config", "href": "/api/device/cuc/NotificationTemplate/configuration_template/?hierarchy=[hierarchy]", "method": "GET", "title": "Configuration Template" } }, { "field_display_policy": { "support_async": false, "class": "display_policy", "href": "/api/device/cuc/NotificationTemplate/field_display_policy/?hierarchy=[hierarchy]", "method": "GET", "title": "Field Display Policy" } }, { "list": { "support_async": false, "class": "list", "href": "/api/device/cuc/NotificationTemplate/?hierarchy=[hierarchy]", "method": "GET", "title": "List" } }, { "help": { "support_async": false, "class": "help", "href": "/api/device/cuc/NotificationTemplate/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } }, { "purge": { "support_async": false, "class": "purge", "href": "/api/device/cuc/NotificationTemplate/purge/?hierarchy=[hierarchy]", "method": "POST", "title": "Purge" } } ], "model_type": "device/cuc/NotificationTemplate", "model_specific_actions": [ "add", "list", "update", "get", "remove", "bulk_update_form", "clone", "configuration_template", "export", "export_bulkload_template", "field_display_policy", "help", "move" ], "summary_attrs": [ { "name": "URI", "title": "URI" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "resources": [ { "pkid": "6109c40ae04a4a00149e6d07", "meta": { "tags": [], "cached": true, "title": "/vmrest/notificationtemplates/12ebde69-6417-41e1-821a-eae74bbc4b5a", "business_key": {}, "schema_version": "", "summary": "false", "references": { "device": [ { "pkid": "6109c0bfe04a4a00149d7d52", "href": "/api/v0/data/UnityConnection/6109c0bfe04a4a00149d7d52" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "6109c40ae04a4a00149e6d07", "href": "/api/device/cuc/NotificationTemplate/6109c40ae04a4a00149e6d07/" } ], "parent": [ { "pkid": "6109c040e04a4a00149d61cf", "href": "/api/data/HierarchyNode/6109c040e04a4a00149d61cf" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/device/cuc/NotificationTemplate/6109c40ae04a4a00149e6d07/", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/device/cuc/NotificationTemplate/6109c40ae04a4a00149e6d07/", "method": "DELETE", "title": "Delete" } }, { "clone": { "support_async": false, "class": "clone", "href": "/api/device/cuc/NotificationTemplate/6109c40ae04a4a00149e6d07/clone/?schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/6109c40ae04a4a00149e6d07/?model_type=device/cuc/NotificationTemplate", "method": "POST", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/cuc/NotificationTemplate/6109c40ae04a4a00149e6d07/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "class": "get", "href": "/api/device/cuc/NotificationTemplate/6109c40ae04a4a00149e6d07/", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/device/cuc/NotificationTemplate/6109c40ae04a4a00149e6d07/help", "method": "GET", "title": "Help" } }, { "purge": { "support_async": false, "class": "purge", "href": "/api/device/cuc/NotificationTemplate/6109c40ae04a4a00149e6d07/purge/", "method": "POST", "title": "Purge" } } ], "model_type": "device/cuc/NotificationTemplate", "path": [ "6t0ggef2c0deab00hb595101", "61097058e04a4a001501b18c", "6109bff5e04a4a00149d4e1d", "6109c032e04a4a00149d5e4d", "6109c040e04a4a00149d61cf", "6109c40ae04a4a00149e6d07" ], "summary_attrs": [ { "name": "URI", "title": "URI" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "URI": "/vmrest/notificationtemplates/12ebde69-6417-41e1-821a-eae74bbc4b5a", "NotificationTemplateID": "12ebde69-6417-41e1-821a-eae74bbc4b5a", "Content": "<![CDATA[<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<title>Untitled Document</title>\n</head>\n\n<body topmargin=\"0\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" bgcolor=\"#F4F4F4\">\n<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"F4F4F4\" style=\"font-family:Arial, Helvetica, sans-serif;font-size:13px;color:#828282;\">\n\t<tr>\n <td>\n\t\t\t<table align=\"center\" width=\"552\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n\t\t\t\t<tr>\n\t\t\t\t\t<td style=\"color:#9DA8B7; font-size:11px;padding: 10px 0 10px 28px;\"><br/></td>\n\t\t\t\t</tr>\n\t\t\t\t<tr> <td><img src=\"%DEFAULT_TOP%\" width=\"552\" height=\"76px\" /></td></tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<table align=\"center\" width=\"552\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n\t\t\t\t\t\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t\t<table cellspacing=\"0\" cellpadding=\"10\" border=\"0\">\n\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t<td width=\"552\" align=\"right\" valign=\"top\" bgcolor=\"#CBDDFF\">\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"font-size:18px; color:#3573AD;\">Voice Message from %SENDER_ALIAS% </div> <br/>\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"font-size:11px;color:#3573AD;\"><a href = \"%MESSAGE_PLAY_MINI_INBOX%\">Play</a> | <a href =\"%MESSAGE_FORWARD%\"> Forward</a> | <a href =\"%MESSAGE_REPLY%\"> Reply</a> | <a href =\"%MESSAGE_DELETE%\"> Delete</a> </div>\n\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t</td>\t\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</table>\n\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t<tr>\n\t\t\t\t\t<td height=\"1\" bgcolor=\"#0066FF\"></td>\n\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<table align=\"center\" width=\"552\" cellspacing=\"0\" cellpadding=\"0\">\n\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t\t\t<table cellspacing=\"0\" cellpadding=\"2\" border=\"0\" bgcolor=\"#CBDDFF\">\n\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t<td align=\"left\" style=\"padding:13px 0 13px 0;font-size:12px; color:#65788A;\" valign=\"top\" width=\"170\">\t\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"padding:0 13px 0 13px;font-size:12px; color:#65788A;\"> <strong>Message Status </strong></div> <br/>\n\t\t\t\t\t\t\n\t\t\t\t\t<div style=\"font-size:11px;color:#3573AD;padding:0 13px 0 13px; margin-left: 0.5em;\">\n<a href= \"%MESSAGE_PLAY_MINI_INBOX%\"> <img src=\"%MWI_STATUS%\" border=\"0\"></img></a> \n<img src=\"%MESSAGE_STATUS%\"></img> \n\n\t\t\t\t\t\t\t\t\t\t</div>\n</td>\n<td align=\"left\" style=\"padding:13px 0 13px 0;font-size:12px; color:#65788A;text-align:justify;\" valign=\"top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Intelligent Notifications </strong> <br /> <br /> Intelligent Notifications deliver rich, customizable, and actionable voice message notifications. When connected to the corporate network, they provide users the ability to play, reply, forward, mark unread, and delete a specific message. \n\n\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t<td width=\"25\" height=\"41\" valign=\"top\"></td>\n\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t</table>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t<tr> <td><img src=\"%DEFAULT_BOTTOM%\" width=\"552\" height=\"76px\" /></td> </tr>\n\t\t\t\t<tr>\n\t\t\t\t <td align=\"left\" style=\"font-size:11px; color:#9DA8B7; padding: 15px 28px 0 28px;text-align:justify;\">\n\t\t\t\t\t<b> Disclaimer: </b>This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail. If you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. </b>\n\t\t\t\t\t\t<hr size=\"1\" color=\"#D4D4D4\"/>\n\t\t\t\t\t\t<p style=\"padding-top: 0pt; \" class=\"paragraph_style\"> <font size=\"1\" align = \"right\" face = \"Arial\" color=\"black\"> \u00a9 2012 Cisco Systems, Inc. <br /> <a title=\"http://www.cisco.com/\" href=\"http://www.cisco.com/\">Cisco.com</a> <span class=\"style\">|</span> <a title=\"http://www.cisco.com/en/US/swassets/sw293/privacy_statement.html\" href=\"http://www.cisco.com/en/US/swassets/sw293/privacy_statement.html\">Privacy Statement</a> <span class=\"style\">|</span> <a title=\"http://www.cisco.com/en/US/swassets/sw293/trademark_statement.html\" href=\"http://www.cisco.com/en/US/swassets/sw293/trademark_statement.html\">Trademarks</a><br /> </font> </p>\n\t\t\t\t\t</td>\t\n\t\t\t </tr>\t\n\t\t\t</table>\n\n\t</td>\n\t</tr>\n</table>\t\n</body>\n</html>\t\n\n\t\t\n\t\n\n]]>", "NotificationTemplateName": "Default_Dynamic_Icons", "SubscriberListURI": "/vmrest/notificationtemplates/12ebde69-6417-41e1-821a-eae74bbc4b5a/subscribers", "hierarchy_friendly_name": "AAAGlobal (Customer)", "summary_device": "Dedicated CUCxn, 192.168.100.20, 8443, hcs.CS-P.CS-NB.AAAGlobal", "Undeletable": true, "NotificationTemplateType": 0, "hierarchy_path": "sys.hcs.CS-P.CS-NB.AAAGlobal" } }, { "pkid": "6109c4c5e04a4a00149e8c9a", "meta": { "tags": [], "cached": true, "title": "/vmrest/notificationtemplates/12ebde69-6417-41e1-821a-eae74bbc4b5a", "business_key": {}, "schema_version": "", "summary": "false", "references": { "device": [ { "pkid": "6109c117e04a4a00149d91d0", "href": "/api/v0/data/UnityConnection/6109c117e04a4a00149d91d0" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "6109c4c5e04a4a00149e8c9a", "href": "/api/device/cuc/NotificationTemplate/6109c4c5e04a4a00149e8c9a/" } ], "parent": [ { "pkid": "6109c040e04a4a00149d61cf", "href": "/api/data/HierarchyNode/6109c040e04a4a00149d61cf" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "href": "/api/device/cuc/NotificationTemplate/6109c4c5e04a4a00149e8c9a/", "title": "Modify", "class": "update", "method": "PUT" } }, { "remove": { "support_async": true, "href": "/api/device/cuc/NotificationTemplate/6109c4c5e04a4a00149e8c9a/", "title": "Delete", "class": "delete", "method": "DELETE" } }, { "clone": { "support_async": false, "href": "/api/device/cuc/NotificationTemplate/6109c4c5e04a4a00149e8c9a/clone/?schema=&schema_rules=true", "title": "Clone", "class": "clone", "method": "GET" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/6109c4c5e04a4a00149e8c9a/?model_type=device/cuc/NotificationTemplate", "method": "POST", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/cuc/NotificationTemplate/6109c4c5e04a4a00149e8c9a/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "href": "/api/device/cuc/NotificationTemplate/6109c4c5e04a4a00149e8c9a/", "title": "Get", "class": "get", "method": "GET" } }, { "help": { "support_async": false, "href": "/api/device/cuc/NotificationTemplate/6109c4c5e04a4a00149e8c9a/help", "title": "Help", "class": "help", "method": "GET" } }, { "purge": { "support_async": false, "href": "/api/device/cuc/NotificationTemplate/6109c4c5e04a4a00149e8c9a/purge/", "title": "Purge", "class": "purge", "method": "POST" } } ], "model_type": "device/cuc/NotificationTemplate", "path": [ "6t0ggef2c0deab00hb595101", "61097058e04a4a001501b18c", "6109bff5e04a4a00149d4e1d", "6109c032e04a4a00149d5e4d", "6109c040e04a4a00149d61cf", "6109c4c5e04a4a00149e8c9a" ], "summary_attrs": [ { "name": "URI", "title": "URI" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "URI": "/vmrest/notificationtemplates/12ebde69-6417-41e1-821a-eae74bbc4b5a", "NotificationTemplateID": "12ebde69-6417-41e1-821a-eae74bbc4b5a", "Content": "<![CDATA[<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<title>Untitled Document</title>\n</head>\n\n<body topmargin=\"0\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" bgcolor=\"#F4F4F4\">\n<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"F4F4F4\" style=\"font-family:Arial, Helvetica, sans-serif;font-size:13px;color:#828282;\">\n\t<tr>\n <td>\n\t\t\t<table align=\"center\" width=\"552\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n\t\t\t\t<tr>\n\t\t\t\t\t<td style=\"color:#9DA8B7; font-size:11px;padding: 10px 0 10px 28px;\"><br/></td>\n\t\t\t\t</tr>\n\t\t\t\t<tr> <td><img src=\"%DEFAULT_TOP%\" width=\"552\" height=\"76px\" /></td></tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<table align=\"center\" width=\"552\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n\t\t\t\t\t\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t\t<table cellspacing=\"0\" cellpadding=\"10\" border=\"0\">\n\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t<td width=\"552\" align=\"right\" valign=\"top\" bgcolor=\"#CBDDFF\">\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"font-size:18px; color:#3573AD;\">Voice Message from %SENDER_ALIAS% </div> <br/>\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"font-size:11px;color:#3573AD;\"><a href = \"%MESSAGE_PLAY_MINI_INBOX%\">Play</a> | <a href =\"%MESSAGE_FORWARD%\"> Forward</a> | <a href =\"%MESSAGE_REPLY%\"> Reply</a> | <a href =\"%MESSAGE_DELETE%\"> Delete</a> </div>\n\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t</td>\t\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</table>\n\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t<tr>\n\t\t\t\t\t<td height=\"1\" bgcolor=\"#0066FF\"></td>\n\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<table align=\"center\" width=\"552\" cellspacing=\"0\" cellpadding=\"0\">\n\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t\t\t<table cellspacing=\"0\" cellpadding=\"2\" border=\"0\" bgcolor=\"#CBDDFF\">\n\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t<td align=\"left\" style=\"padding:13px 0 13px 0;font-size:12px; color:#65788A;\" valign=\"top\" width=\"170\">\t\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"padding:0 13px 0 13px;font-size:12px; color:#65788A;\"> <strong>Message Status </strong></div> <br/>\n\t\t\t\t\t\t\n\t\t\t\t\t<div style=\"font-size:11px;color:#3573AD;padding:0 13px 0 13px; margin-left: 0.5em;\">\n<a href= \"%MESSAGE_PLAY_MINI_INBOX%\"> <img src=\"%MWI_STATUS%\" border=\"0\"></img></a> \n<img src=\"%MESSAGE_STATUS%\"></img> \n\n\t\t\t\t\t\t\t\t\t\t</div>\n</td>\n<td align=\"left\" style=\"padding:13px 0 13px 0;font-size:12px; color:#65788A;text-align:justify;\" valign=\"top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Intelligent Notifications </strong> <br /> <br /> Intelligent Notifications deliver rich, customizable, and actionable voice message notifications. When connected to the corporate network, they provide users the ability to play, reply, forward, mark unread, and delete a specific message. \n\n\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t<td width=\"25\" height=\"41\" valign=\"top\"></td>\n\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t</table>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t<tr> <td><img src=\"%DEFAULT_BOTTOM%\" width=\"552\" height=\"76px\" /></td> </tr>\n\t\t\t\t<tr>\n\t\t\t\t <td align=\"left\" style=\"font-size:11px; color:#9DA8B7; padding: 15px 28px 0 28px;text-align:justify;\">\n\t\t\t\t\t<b> Disclaimer: </b>This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail. If you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. </b>\n\t\t\t\t\t\t<hr size=\"1\" color=\"#D4D4D4\"/>\n\t\t\t\t\t\t<p style=\"padding-top: 0pt; \" class=\"paragraph_style\"> <font size=\"1\" align = \"right\" face = \"Arial\" color=\"black\"> \u00a9 2012 Cisco Systems, Inc. <br /> <a title=\"http://www.cisco.com/\" href=\"http://www.cisco.com/\">Cisco.com</a> <span class=\"style\">|</span> <a title=\"http://www.cisco.com/en/US/swassets/sw293/privacy_statement.html\" href=\"http://www.cisco.com/en/US/swassets/sw293/privacy_statement.html\">Privacy Statement</a> <span class=\"style\">|</span> <a title=\"http://www.cisco.com/en/US/swassets/sw293/trademark_statement.html\" href=\"http://www.cisco.com/en/US/swassets/sw293/trademark_statement.html\">Trademarks</a><br /> </font> </p>\n\t\t\t\t\t</td>\t\n\t\t\t </tr>\t\n\t\t\t</table>\n\n\t</td>\n\t</tr>\n</table>\t\n</body>\n</html>\t\n\n\t\t\n\t\n\n]]>", "NotificationTemplateName": "Default_Dynamic_Icons", "SubscriberListURI": "/vmrest/notificationtemplates/12ebde69-6417-41e1-821a-eae74bbc4b5a/subscribers", "hierarchy_friendly_name": "AAAGlobal (Customer)", "summary_device": "Dedicated CUCxn, 192.168.100.21, 8443, hcs.CS-P.CS-NB.AAAGlobal", "Undeletable": true, "NotificationTemplateType": 0, "hierarchy_path": "sys.hcs.CS-P.CS-NB.AAAGlobal" } }, { "pkid": "6109c2a6e04a4a00149e063a", "meta": { "tags": [], "cached": true, "title": "/vmrest/notificationtemplates/157d54c6-dd30-4690-a4e4-30831f00a63e", "business_key": {}, "schema_version": "", "summary": "false", "references": { "owner": [ { "pkid": "" } ], "device": [ { "pkid": "6109c073e04a4a00149d6e81", "href": "/api/v0/data/UnityConnection/6109c073e04a4a00149d6e81" } ], "self": [ { "pkid": "6109c2a6e04a4a00149e063a", "href": "/api/device/cuc/NotificationTemplate/6109c2a6e04a4a00149e063a/" } ], "parent": [ { "pkid": "6109bff5e04a4a00149d4e1d", "href": "/api/data/HierarchyNode/6109bff5e04a4a00149d4e1d" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "method": "PUT", "href": "/api/device/cuc/NotificationTemplate/6109c2a6e04a4a00149e063a/", "class": "update", "title": "Modify" } }, { "remove": { "support_async": true, "method": "DELETE", "href": "/api/device/cuc/NotificationTemplate/6109c2a6e04a4a00149e063a/", "class": "delete", "title": "Delete" } }, { "clone": { "support_async": false, "method": "GET", "href": "/api/device/cuc/NotificationTemplate/6109c2a6e04a4a00149e063a/clone/?schema=&schema_rules=true", "class": "clone", "title": "Clone" } }, { "move": { "title": "Move", "support_async": true, "method": "POST", "href": "/api/tool/DataMove/6109c2a6e04a4a00149e063a/?model_type=device/cuc/NotificationTemplate", "class": "move", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "method": "GET", "href": "/api/device/cuc/NotificationTemplate/6109c2a6e04a4a00149e063a/export/", "class": "export", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "method": "GET", "href": "/api/device/cuc/NotificationTemplate/6109c2a6e04a4a00149e063a/", "class": "get", "title": "Get" } }, { "help": { "support_async": false, "method": "GET", "href": "/api/device/cuc/NotificationTemplate/6109c2a6e04a4a00149e063a/help", "class": "help", "title": "Help" } }, { "purge": { "support_async": false, "method": "POST", "href": "/api/device/cuc/NotificationTemplate/6109c2a6e04a4a00149e063a/purge/", "class": "purge", "title": "Purge" } } ], "model_type": "device/cuc/NotificationTemplate", "path": [ "6t0ggef2c0deab00hb595101", "61097058e04a4a001501b18c", "6109bff5e04a4a00149d4e1d", "6109c2a6e04a4a00149e063a" ], "summary_attrs": [ { "name": "URI", "title": "URI" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "hierarchy": "6109bff5e04a4a00149d4e1d", "URI": "/vmrest/notificationtemplates/157d54c6-dd30-4690-a4e4-30831f00a63e", "NotificationTemplateID": "157d54c6-dd30-4690-a4e4-30831f00a63e", "Content": "<![CDATA[<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<title>Untitled Document</title>\n</head>\n\n<body topmargin=\"0\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" bgcolor=\"#F4F4F4\">\n<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"F4F4F4\" style=\"font-family:Arial, Helvetica, sans-serif;font-size:13px;color:#828282;\">\n\t<tr>\n <td>\n\t\t\t<table align=\"center\" width=\"500\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n\t\t\t\t<tr>\n\t\t\t\t\t<td style=\"color:#9DA8B7; font-size:11px;padding: 10px 0 10px 28px;\"><br/></td>\n\t\t\t\t</tr>\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<table align=\"center\" width=\"500\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n\t\t\t\t\t\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t\t<table cellspacing=\"0\" cellpadding=\"10\" border=\"0\">\n\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t<td width=\"500\" align=\"left\" valign=\"top\" bgcolor=\"#CBDDFF\">\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"font-size:18px; color:#3573AD;\">Voice Message from %SENDER_ALIAS% </div> <br/>\n\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t<td width=\"500\" align=\"right\" valign=\"top\" bgcolor=\"#CBDDFF\">\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"font-size:11px;color:#3573AD;\"><a href = \"%MESSAGE_PLAY_MINI_INBOX%\">Play</a> | <a href =\"%MESSAGE_FORWARD%\"> Forward</a> | <a href =\"%MESSAGE_REPLY%\"> Reply</a> | <a href =\"%MESSAGE_DELETE%\"> Delete</a></div>\n\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t</td>\t\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</table>\n\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t<tr>\n\t\t\t\t\t<td height=\"1\" bgcolor=\"#0066FF\"></td>\n\t\t\t\t</tr>\n\t\t\t\t<tr>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<table align=\"center\" width=\"500\" cellspacing=\"0\" cellpadding=\"0\">\n\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t\t\t<table cellspacing=\"0\" cellpadding=\"10\" border=\"0\" bgcolor=\"#CBDDFF\">\n\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t<td align=\"left\" style=\"font-size:12px; color:#65788A;text-align:justify;\" width=\"500\" valign=\"top\">\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"font-size:12px; color:#65788A;\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Intelligent Notifications </strong> \n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<br /> <br /> Intelligent Notifications deliver rich, customizable, and actionable voice message notifications. When connected to the corporate network, they provide users the ability to play, reply, forward, mark unread, and delete a specific message.\n\t\t\t\t\t\t\t\t\t\t\t</div>\t\n\t\t\t\t\t\t\t\t\t\t</td>\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t</table>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t<tr>\n\t\t\t\t\t<td align=\"left\" style=\"font-size:11px; color:#9DA8B7; padding: 15px 11px 0 11px; text-align:justify;\">\n\t\t\t\t\t<b> Disclaimer: </b>This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail. If you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. </b>\n\t\t\t\t\t\t<hr size=\"1\" color=\"#D4D4D4\"/>\n\t\t\t\t\t\t<p style=\"padding-top: 0pt; \" class=\"paragraph_style\"> <font size=\"1\" align = \"right\" face = \"Arial\" color=\"black\"> \u00a9 2012 Cisco Systems, Inc. <br /> <a title=\"http://www.cisco.com/\" href=\"http://www.cisco.com/\">Cisco.com</a> <span class=\"style\">|</span> <a title=\"http://www.cisco.com/en/US/swassets/sw293/privacy_statement.html\" href=\"http://www.cisco.com/en/US/swassets/sw293/privacy_statement.html\">Privacy Statement</a> <span class=\"style\">|</span> <a title=\"http://www.cisco.com/en/US/swassets/sw293/trademark_statement.html\" href=\"http://www.cisco.com/en/US/swassets/sw293/trademark_statement.html\">Trademarks</a><br /> </font> </p>\n\t\t\t\t\t</td>\t\n\t\t\t </tr>\t\n\t\t\t</table>\n\n\t</td>\n\t</tr>\n</table>\t\n</body>\n</html>\t\n\n\t\t\n\t\n]]>", "NotificationTemplateName": "Default_Actionable_Links_Only", "SubscriberListURI": "/vmrest/notificationtemplates/157d54c6-dd30-4690-a4e4-30831f00a63e/subscribers", "hierarchy_friendly_name": "CS-P (Provider)", "summary_device": "Partitioned CUCxn, 192.168.100.22, 8443, hcs.CS-P", "Undeletable": true, "NotificationTemplateType": 0, "hierarchy_path": "sys.hcs.CS-P" } } ] }
(Show the first instance)
{ "pkid": "6109c40ae04a4a00149e6d07", "meta": { "tags": [], "cached": true, "cache_control_policy": "cache_then_device", "title": "/vmrest/notificationtemplates/12ebde69-6417-41e1-821a-eae74bbc4b5a", "business_key": {}, "schema_version": "12.5", "references": { "parent": [ { "pkid": "6109c040e04a4a00149d61cf", "href": "/api/data/HierarchyNode/6109c040e04a4a00149d61cf" } ], "self": [ { "pkid": "6109c40ae04a4a00149e6d07", "href": "/api/device/cuc/NotificationTemplate/6109c40ae04a4a00149e6d07/" } ], "foreign_key": [], "device": [ { "pkid": "6109c0bfe04a4a00149d7d52", "href": "/api/v0/data/UnityConnection/6109c0bfe04a4a00149d7d52" } ], "owner": [ { "pkid": "" } ], "children": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/device/cuc/NotificationTemplate/6109c40ae04a4a00149e6d07/?hierarchy=[hierarchy]", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/device/cuc/NotificationTemplate/6109c40ae04a4a00149e6d07/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "clone": { "support_async": false, "class": "clone", "href": "/api/device/cuc/NotificationTemplate/6109c40ae04a4a00149e6d07/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/6109c40ae04a4a00149e6d07/?hierarchy=[hierarchy]&model_type=device/cuc/NotificationTemplate", "method": "POST", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/cuc/NotificationTemplate/6109c40ae04a4a00149e6d07/export/?hierarchy=[hierarchy]", "method": "GET", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "get": { "support_async": false, "class": "get", "href": "/api/device/cuc/NotificationTemplate/6109c40ae04a4a00149e6d07/?hierarchy=[hierarchy]", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/device/cuc/NotificationTemplate/6109c40ae04a4a00149e6d07/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } }, { "purge": { "support_async": false, "class": "purge", "href": "/api/device/cuc/NotificationTemplate/6109c40ae04a4a00149e6d07/purge/?hierarchy=[hierarchy]", "method": "POST", "title": "Purge" } } ], "model_type": "device/cuc/NotificationTemplate", "path": [ "6t0ggef2c0deab00hb595101", "61097058e04a4a001501b18c", "6109bff5e04a4a00149d4e1d", "6109c032e04a4a00149d5e4d", "6109c040e04a4a00149d61cf", "6109c40ae04a4a00149e6d07" ], "summary_attrs": [ { "name": "URI", "title": "URI" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "URI": "/vmrest/notificationtemplates/12ebde69-6417-41e1-821a-eae74bbc4b5a", "NotificationTemplateID": "12ebde69-6417-41e1-821a-eae74bbc4b5a", "Content": "<![CDATA[<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n<title>Untitled Document</title>\n</head>\n\n<body topmargin=\"0\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" bgcolor=\"#F4F4F4\">\n<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"F4F4F4\" style=\"font-family:Arial, Helvetica, sans-serif;font-size:13px;color:#828282;\">\n\t<tr>\n <td>\n\t\t\t<table align=\"center\" width=\"552\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n\t\t\t\t<tr>\n\t\t\t\t\t<td style=\"color:#9DA8B7; font-size:11px;padding: 10px 0 10px 28px;\"><br/></td>\n\t\t\t\t</tr>\n\t\t\t\t<tr> <td><img src=\"%DEFAULT_TOP%\" width=\"552\" height=\"76px\" /></td></tr>\n\t\t\t\t\n\t\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<table align=\"center\" width=\"552\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n\t\t\t\t\t\n\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t\t<table cellspacing=\"0\" cellpadding=\"10\" border=\"0\">\n\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t<td width=\"552\" align=\"right\" valign=\"top\" bgcolor=\"#CBDDFF\">\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"font-size:18px; color:#3573AD;\">Voice Message from %SENDER_ALIAS% </div> <br/>\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"font-size:11px;color:#3573AD;\"><a href = \"%MESSAGE_PLAY_MINI_INBOX%\">Play</a> | <a href =\"%MESSAGE_FORWARD%\"> Forward</a> | <a href =\"%MESSAGE_REPLY%\"> Reply</a> | <a href =\"%MESSAGE_DELETE%\"> Delete</a> </div>\n\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t</td>\t\n\t\t\t\t\t\t</tr>\n\t\t\t\t\t</table>\n\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t<tr>\n\t\t\t\t\t<td height=\"1\" bgcolor=\"#0066FF\"></td>\n\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t<td>\n\t\t\t\t\t\t<table align=\"center\" width=\"552\" cellspacing=\"0\" cellpadding=\"0\">\n\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<td>\n\t\t\t\t\t\t\t\t\t<table cellspacing=\"0\" cellpadding=\"2\" border=\"0\" bgcolor=\"#CBDDFF\">\n\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t\t<td align=\"left\" style=\"padding:13px 0 13px 0;font-size:12px; color:#65788A;\" valign=\"top\" width=\"170\">\t\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"padding:0 13px 0 13px;font-size:12px; color:#65788A;\"> <strong>Message Status </strong></div> <br/>\n\t\t\t\t\t\t\n\t\t\t\t\t<div style=\"font-size:11px;color:#3573AD;padding:0 13px 0 13px; margin-left: 0.5em;\">\n<a href= \"%MESSAGE_PLAY_MINI_INBOX%\"> <img src=\"%MWI_STATUS%\" border=\"0\"></img></a> \n<img src=\"%MESSAGE_STATUS%\"></img> \n\n\t\t\t\t\t\t\t\t\t\t</div>\n</td>\n<td align=\"left\" style=\"padding:13px 0 13px 0;font-size:12px; color:#65788A;text-align:justify;\" valign=\"top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<strong>Intelligent Notifications </strong> <br /> <br /> Intelligent Notifications deliver rich, customizable, and actionable voice message notifications. When connected to the corporate network, they provide users the ability to play, reply, forward, mark unread, and delete a specific message. \n\n\t\t\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t\t\t\t<td width=\"25\" height=\"41\" valign=\"top\"></td>\n\t\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t\t</table>\n\t\t\t\t\t\t\t\t</td>\n\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t</table>\n\t\t\t\t\t</td>\n\t\t\t\t</tr>\n\t\t\t\t<tr> <td><img src=\"%DEFAULT_BOTTOM%\" width=\"552\" height=\"76px\" /></td> </tr>\n\t\t\t\t<tr>\n\t\t\t\t <td align=\"left\" style=\"font-size:11px; color:#9DA8B7; padding: 15px 28px 0 28px;text-align:justify;\">\n\t\t\t\t\t<b> Disclaimer: </b>This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail. If you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. </b>\n\t\t\t\t\t\t<hr size=\"1\" color=\"#D4D4D4\"/>\n\t\t\t\t\t\t<p style=\"padding-top: 0pt; \" class=\"paragraph_style\"> <font size=\"1\" align = \"right\" face = \"Arial\" color=\"black\"> \u00a9 2012 Cisco Systems, Inc. <br /> <a title=\"http://www.cisco.com/\" href=\"http://www.cisco.com/\">Cisco.com</a> <span class=\"style\">|</span> <a title=\"http://www.cisco.com/en/US/swassets/sw293/privacy_statement.html\" href=\"http://www.cisco.com/en/US/swassets/sw293/privacy_statement.html\">Privacy Statement</a> <span class=\"style\">|</span> <a title=\"http://www.cisco.com/en/US/swassets/sw293/trademark_statement.html\" href=\"http://www.cisco.com/en/US/swassets/sw293/trademark_statement.html\">Trademarks</a><br /> </font> </p>\n\t\t\t\t\t</td>\t\n\t\t\t </tr>\t\n\t\t\t</table>\n\n\t</td>\n\t</tr>\n</table>\t\n</body>\n</html>\t\n\n\t\t\n\t\n\n]]>", "NotificationTemplateName": "Default_Dynamic_Icons", "SubscriberListURI": "/vmrest/notificationtemplates/12ebde69-6417-41e1-821a-eae74bbc4b5a/subscribers", "Undeletable": true, "NotificationTemplateType": 0 } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for device/cuc/NotificationTemplate. | GET | /api/device/cuc/NotificationTemplate/help | hierarchy=[hierarchy] | On-line help of Model ref.: device/cuc/NotificationTemplate as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/device/cuc/NotificationTemplate/[pkid]/ | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/device/cuc/NotificationTemplate/[pkid]/ | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/device/cuc/NotificationTemplate/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/device/cuc/NotificationTemplate/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move | POST | /api/tool/DataMove/[pkid]/?model_type=device/cuc/NotificationTemplate | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of device/cuc/NotificationTemplate; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/device/cuc/NotificationTemplate/[pkid]/export/ |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of device/cuc/NotificationTemplate and the JSON format can be used to import instances of device/cuc/NotificationTemplate.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/device/cuc/NotificationTemplate/[pkid]/ | hierarchy=[hierarchy] | The device/cuc/NotificationTemplate instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/device/cuc/NotificationTemplate/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for device/cuc/NotificationTemplate. |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Purge | POST | /api/device/cuc/NotificationTemplate/[pkid]/purge/ | hierarchy=[hierarchy] | If payload required: |