[Index]
Controls appearance of web page
Model ref.: data/Theme
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": { "pattern": "^[a-zA-Z0-9_]+$", "required": true, "type": "string", "description": "The name that is given to the Theme.", "title": "Theme Name" }, "hide_from_lower_hierarchies": { "default": false, "type": "boolean", "description": "Indicates if the theme can be viewed and dowloaded at lower hierarchies.", "title": "Hide from Lower Hierarchies" }, "title": { "required": false, "type": "string", "description": "Title displayed in the browser tab", "title": "Site Title" }, "login_page": { "properties": { "cookie_policy": { "properties": { "url": { "required": true, "type": "string", "description": "URL that has Cookie Policy. Opens in a new tab", "title": "Link URL" }, "text": { "displayable": true, "required": true, "type": "string", "description": "Text that will be displayed for the hyperlink", "title": "Link Text" } }, "type": "object", "description": "Reference to resultant hyperlink can be added as {{cookie_policy}} inside the Banner Text field", "title": "Cookie Policy" }, "privacy_policy": { "properties": { "url": { "required": true, "type": "string", "description": "URL that has Privacy Policy. Opens in a new tab", "title": "Link URL" }, "text": { "displayable": true, "required": true, "type": "string", "description": "Text that will be displayed for the hyperlink", "title": "Link Text" } }, "type": "object", "description": "Reference to resultant hyperlink can be added as {{privacy_policy}} inside the Banner Text field", "title": "Privacy Policy" }, "banner": { "displayable": true, "maxLength": 2048, "type": "string", "description": "Banner text displayed at bottom of login page. References to {{cookie_policy}} and {{privacy_policy}} will be replaced with relevant links when displaying the theme.", "title": "Banner Text" }, "title": { "type": "string", "description": "Title displayed at top of login page", "title": "Title" } }, "type": "object", "description": "How theme styles the login page", "title": "Login Page Details" }, "import_file": { "title": "Import File", "type": "string", "format": "file" }, "banner_title": { "required": false, "type": "string", "description": "Text that appears in the Navbar after login", "title": "Navbar Text" }, "import_file_id": { "required": false, "type": "string", "title": "Import File Id" }, "interface": { "default": "administration", "choices": [ { "value": "administration", "title": "Administration" }, { "value": "selfservice", "title": "Self Service" } ], "type": "string", "description": "The selected interface that is associated with the Theme. The interface can be an Administration or Self Service.", "title": "Interface" }, "theme_customisation": { "properties": { "primary_text_colour": { "title": "Primary Text Colour", "required": false, "type": "string", "description": "This is the text colour for anything with the primary colour background.", "format": "color" }, "background_colour": { "title": "Background Colour", "required": false, "type": "string", "description": "The colour of the background.", "format": "color" }, "info_notification_colour": { "title": "Info Notification Colour", "required": false, "type": "string", "description": "The colour used for info notifications.", "format": "color" }, "accent_colour": { "title": "Accent Colour", "required": false, "type": "string", "description": "This colour is used when attention needs to be drawn for important notifications or active buttons and text.", "format": "color" }, "data_driven": { "default": false, "type": "boolean", "description": "Generate a new admin GUI theme, overwriting an existing theme of the same name", "title": "Generate Admin GUI Theme" }, "topbar_colour": { "title": "Topbar Colour", "required": false, "type": "string", "description": "The colour used for the top bar of the site. Will use the primary colour if no value is given.", "format": "color" }, "favicon": { "title": "Favicon", "required": false, "type": "string", "description": "The favicon for the site. Shown on the tab and when the site is bookmarked.", "format": "file" }, "menu_bg_id": { "required": false, "type": "string", "title": "Menu Background Id" }, "panel_text_colour": { "title": "Panel Text Colour", "required": false, "type": "string", "description": "This is the text colour for normal text in the app.", "format": "color" }, "warn_notification_colour": { "title": "Warning Notification Colour", "required": false, "type": "string", "description": "The colour used for warning notifications.", "format": "color" }, "login_logo_id": { "required": false, "type": "string", "title": "Login Logo Id" }, "logo": { "title": "Logo", "required": false, "type": "string", "description": "This image is used for the logo in the top left of the menu bar. Must be a PNG image with a transparent background. Maximum file size is 0.5MiB and maximum dimensions are 600 pixels in width and 192 pixels in height.", "format": "file" }, "favicon_id": { "required": false, "type": "string", "title": "Favicon Id" }, "warn_notification_text_colour": { "title": "Warning Notification Text Colour", "required": false, "type": "string", "description": "This is the text colour for warning notifications.", "format": "color" }, "menu_bg": { "title": "Menu Background", "required": false, "type": "string", "description": "This image is used for the side menu background. Must be a PNG or JPEG image. Maximum file size is 2MiB and maximum dimensions are 240 pixels in width and 1040 pixels in height.", "format": "file" }, "menu_colour": { "title": "Menu Colour", "required": false, "type": "string", "description": "The colour used for the menu on the left. Will use the primary colour if no value is given.", "format": "color" }, "success_notification_text_colour": { "title": "Success Notification Text Colour", "required": false, "type": "string", "description": "This is the text colour for success notifications.", "format": "color" }, "accent_text_colour": { "title": "Accent Text Colour", "required": false, "type": "string", "description": "This is the text colour for anything with the accent colour background.", "format": "color" }, "login_bg": { "title": "Login Background", "required": false, "type": "string", "description": "This image is used for the login screen background. Must be a PNG or JPEG image. Maximum file size is 5MiB and maximum dimensions are 1920 pixels in width and 1080 pixels in height.", "format": "file" }, "error_notification_colour": { "title": "Error Notification Colour", "required": false, "type": "string", "description": "The colour used for error notifications.", "format": "color" }, "primary_colour": { "title": "Primary Colour", "required": false, "type": "string", "description": "This is the background colour for most menus and headers, as well as the text colour for links and buttons.", "format": "color" }, "logo_id": { "required": false, "type": "string", "title": "Logo Id" }, "login_bg_id": { "required": false, "type": "string", "title": "Login Background Id" }, "success_notification_colour": { "title": "Success Notification Colour", "required": false, "type": "string", "description": "The colour used for success notifications.", "format": "color" }, "panel_colour": { "title": "Panel Colour", "required": false, "type": "string", "description": "The colour used for all the panels in the app.", "format": "color" }, "topbar_text_colour": { "title": "Topbar Text Colour", "required": false, "type": "string", "description": "This is the text colour for the top bar. Will use the primary text colour if no value is given.", "format": "color" }, "menu_text_colour": { "title": "Menu Text Colour", "required": false, "type": "string", "description": "This is the text colour for the menu. Will use the primary text colour if no value is given.", "format": "color" }, "error_notification_text_colour": { "title": "Error Notification Text Colour", "required": false, "type": "string", "description": "This is the text colour for error notifications.", "format": "color" }, "info_notification_text_colour": { "title": "Info Notification Text Colour", "required": false, "type": "string", "description": "This is the text colour for info notifications.", "format": "color" }, "login_logo": { "title": "Login Logo", "required": false, "type": "string", "description": "This image is used for the logo on the login page. Must be a PNG image with a transparent background. Maximum file size is 0.5MiB and maximum dimensions are 600 pixels in width and 192 pixels in height.", "format": "file" } }, "type": "object", "description": "The colours and images that comprise a theme.", "title": "Theme Customisation" }, "backup": { "default": false, "type": "boolean", "description": "Create backup if existing theme exists", "title": "Backup Enabled" }, "is_login_theme": { "default": false, "type": "boolean", "description": "Determines if this theme is used to style the login page", "title": "Use this Theme to style Login page" }, "description": { "required": false, "type": "string", "description": "A description for the Theme.", "title": "Description" } }, "schema_version": "0.4.8" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/data/Theme/add/ |
|
The GUI Add form of data/Theme 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/data/Theme/ | 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/data/Theme/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/Theme/[pkid1]", "/api/data/Theme/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/Theme/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/data/Theme/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/data/Theme/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/data/Theme/[pkid1]", "/api/v0/data/Theme/[pkid2]",...]}} |
GET http://[host-proxy]/api/data/Theme/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of data/Theme; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/data/Theme/export/ |
|
{ "hrefs":["/api/data/Theme/[pkid1]", "/api/data/Theme/[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 data/Theme and the JSON format can be used to import instances of data/Theme.
GET http://[host-proxy]/api/data/Theme/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for data/Theme | POST | /api/data/Theme/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Configuration Template | GET | /api/data/Theme/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/data/Theme/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Migration Template | GET | /api/data/Theme/migration/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/data/Theme/ |
|
The data/Theme schema and all instances as JSON. |
(The list will return 0 to 3 data/Theme instances)
{ "operations": [ "field_display_policy", "configuration_template", "help", "get", "export_bulkload_template", "list", "update", "remove", "move", "transform", "add", "export", "migration", "bulk_update_form" ], "pagination": { "direction": "asc", "order_by": "name", "maximum_limit": 2000, "skip": 0, "current": "/api/data/Theme/?skip=0&limit=3&order_by=name&direction=asc&traversal=default", "limit": 3, "total_limit": null, "total": 6 }, "meta": { "tags": [], "cached": true, "title": "", "business_key": { "hierarchy": false, "unique": [ "name" ] }, "schema_version": "0.4.8", "references": { "device": [ { "pkid": "", "href": "" } ], "children": [], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "add": { "support_async": false, "class": "add", "href": "/api/data/Theme/add/?hierarchy=[hierarchy]", "method": "GET", "title": "Add" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/Theme/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "bulk_update_form": { "support_async": false, "class": "update", "href": "/api/data/Theme/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Bulk Modify" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/Theme/export/?hierarchy=[hierarchy]", "method": "POST", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "export_bulkload_template": { "support_async": false, "class": "bulkload_template", "href": "/api/data/Theme/export_bulkload_template/?hierarchy=[hierarchy]", "method": "POST", "title": "Export Bulk Load Template" } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/data/Theme/+tag/?hierarchy=[hierarchy]", "class": "tag", "view": "/api/view/TagNameForm/add/?auth_token=[authtoken] } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/data/Theme/+tag_version/?hierarchy=[hierarchy]", "class": "tag_version", "view": "/api/view/TagVersionForm/add/?auth_token=[authtoken] } }, { "configuration_template": { "support_async": false, "class": "config", "href": "/api/data/Theme/configuration_template/?hierarchy=[hierarchy]", "method": "GET", "title": "Configuration Template" } }, { "field_display_policy": { "support_async": false, "class": "display_policy", "href": "/api/data/Theme/field_display_policy/?hierarchy=[hierarchy]", "method": "GET", "title": "Field Display Policy" } }, { "migration": { "support_async": false, "class": "migration", "href": "/api/data/Theme/migration/?hierarchy=[hierarchy]", "method": "GET", "title": "Migration Template" } }, { "list": { "support_async": false, "class": "list", "href": "/api/data/Theme/?hierarchy=[hierarchy]", "method": "GET", "title": "List" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/Theme/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "model_type": "data/Theme", "model_specific_actions": [ "add", "bulk_update_form", "clone", "configuration_template", "export", "export_bulkload_template", "field_display_policy", "get", "help", "list", "migration", "remove", "tag", "tag_version", "update" ], "summary_attrs": [ { "name": "name", "title": "Theme Name" }, { "name": "description", "title": "Description" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "resources": [ { "pkid": "61b0e44241e9336d6e1ed354", "meta": { "tags": [ "V4UC", "ba_EndToEnd" ], "cached": true, "title": "cisco", "business_key": { "hierarchy": false, "unique": [ "name" ] }, "schema_version": "0.4.8", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "61b0e44241e9336d6e1ed354", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/" } ], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/", "method": "DELETE", "title": "Delete" } }, { "clone": { "support_async": false, "class": "clone", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/clone/?schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/+tag/", "class": "tag", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/+tag_version/", "class": "tag_version", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "class": "get", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/help", "method": "GET", "title": "Help" } } ], "model_type": "data/Theme", "path": [ "6t0ggef2c0deab00hb595101", "61b0e44241e9336d6e1ed354" ], "summary_attrs": [ { "name": "name", "title": "Theme Name" }, { "name": "description", "title": "Description" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "name": "cisco", "title": "CUCDM", "pkid": "61b0e44241e9336d6e1ed355", "login_page": { "title": "Cisco Unified Communications Domain Manager" }, "is_login_theme": false, "hierarchy_friendly_name": "sys (System)", "hierarchy_path": "sys" } }, { "pkid": "61b0e44141e9336d6e1ed33f", "meta": { "tags": [ "V4UC", "ba_EndToEnd" ], "cached": true, "title": "cisco_selfservice", "business_key": { "hierarchy": false, "unique": [ "name" ] }, "schema_version": "0.4.8", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "61b0e44141e9336d6e1ed33f", "href": "/api/data/Theme/61b0e44141e9336d6e1ed33f/" } ], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "href": "/api/data/Theme/61b0e44141e9336d6e1ed33f/", "title": "Modify", "class": "update", "method": "PUT" } }, { "remove": { "support_async": true, "href": "/api/data/Theme/61b0e44141e9336d6e1ed33f/", "title": "Delete", "class": "delete", "method": "DELETE" } }, { "clone": { "support_async": false, "href": "/api/data/Theme/61b0e44141e9336d6e1ed33f/clone/?schema=&schema_rules=true", "title": "Clone", "class": "clone", "method": "GET" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/Theme/61b0e44141e9336d6e1ed33f/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "tag": { "title": "Tag", "support_async": true, "class": "tag", "href": "/api/data/Theme/61b0e44141e9336d6e1ed33f/+tag/", "method": "PATCH", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "class": "tag_version", "href": "/api/data/Theme/61b0e44141e9336d6e1ed33f/+tag_version/", "method": "PATCH", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "href": "/api/data/Theme/61b0e44141e9336d6e1ed33f/", "title": "Get", "class": "get", "method": "GET" } }, { "help": { "support_async": false, "href": "/api/data/Theme/61b0e44141e9336d6e1ed33f/help", "title": "Help", "class": "help", "method": "GET" } } ], "model_type": "data/Theme", "path": [ "6t0ggef2c0deab00hb595101", "61b0e44141e9336d6e1ed33f" ], "summary_attrs": [ { "name": "name", "title": "Theme Name" }, { "name": "description", "title": "Description" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "description": "Cisco End User Self-Service Portal", "title": "Cisco Self-Service", "pkid": "61b0e44241e9336d6e1ed340", "name": "cisco_selfservice", "hierarchy_friendly_name": "sys (System)", "hierarchy_path": "sys" } }, { "pkid": "61b0e44241e9336d6e1ed346", "meta": { "tags": [ "V4UC", "ba_EndToEnd" ], "cached": true, "title": "custom", "business_key": { "hierarchy": false, "unique": [ "name" ] }, "schema_version": "0.4.8", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "61b0e44241e9336d6e1ed346", "href": "/api/data/Theme/61b0e44241e9336d6e1ed346/" } ], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "method": "PUT", "href": "/api/data/Theme/61b0e44241e9336d6e1ed346/", "class": "update", "title": "Modify" } }, { "remove": { "support_async": true, "method": "DELETE", "href": "/api/data/Theme/61b0e44241e9336d6e1ed346/", "class": "delete", "title": "Delete" } }, { "clone": { "support_async": false, "method": "GET", "href": "/api/data/Theme/61b0e44241e9336d6e1ed346/clone/?schema=&schema_rules=true", "class": "clone", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "method": "GET", "href": "/api/data/Theme/61b0e44241e9336d6e1ed346/export/", "class": "export", "view": "/api/view/ExportData/add/" } }, { "tag": { "title": "Tag", "support_async": true, "class": "tag", "href": "/api/data/Theme/61b0e44241e9336d6e1ed346/+tag/", "method": "PATCH", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "class": "tag_version", "href": "/api/data/Theme/61b0e44241e9336d6e1ed346/+tag_version/", "method": "PATCH", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "method": "GET", "href": "/api/data/Theme/61b0e44241e9336d6e1ed346/", "class": "get", "title": "Get" } }, { "help": { "support_async": false, "method": "GET", "href": "/api/data/Theme/61b0e44241e9336d6e1ed346/help", "class": "help", "title": "Help" } } ], "model_type": "data/Theme", "path": [ "6t0ggef2c0deab00hb595101", "61b0e44241e9336d6e1ed346" ], "summary_attrs": [ { "name": "name", "title": "Theme Name" }, { "name": "description", "title": "Description" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "description": "Custom Theme", "title": "Custom", "pkid": "61b0e44241e9336d6e1ed347", "name": "custom", "hierarchy_friendly_name": "sys (System)", "hierarchy_path": "sys" } } ] }
(Show the first instance)
{ "pkid": "61b0e44241e9336d6e1ed354", "meta": { "tags": [ "V4UC", "ba_EndToEnd" ], "cached": false, "title": "cisco", "business_key": { "hierarchy": false, "unique": [ "name" ] }, "schema_version": "0.4.8", "references": { "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "self": [ { "pkid": "61b0e44241e9336d6e1ed354", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/" } ], "foreign_key": [], "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "children": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/?hierarchy=[hierarchy]", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "clone": { "support_async": false, "class": "clone", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/export/?hierarchy=[hierarchy]", "method": "GET", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/+tag/?hierarchy=[hierarchy]", "class": "tag", "view": "/api/view/TagNameForm/add/?auth_token=[authtoken] } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/+tag_version/?hierarchy=[hierarchy]", "class": "tag_version", "view": "/api/view/TagVersionForm/add/?auth_token=[authtoken] } }, { "get": { "support_async": false, "class": "get", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/?hierarchy=[hierarchy]", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/Theme/61b0e44241e9336d6e1ed354/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "model_type": "data/Theme", "path": [ "6t0ggef2c0deab00hb595101", "61b0e44241e9336d6e1ed354" ], "summary_attrs": [ { "name": "name", "title": "Theme Name" }, { "name": "description", "title": "Description" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "pkid": "61b0e44241e9336d6e1ed355", "name": "cisco", "login_page": { "title": "Cisco Unified Communications Domain Manager" }, "is_login_theme": false, "title": "CUCDM" } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for data/Theme. | GET | /api/data/Theme/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/Theme as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/data/Theme/[pkid]/ | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/data/Theme/[pkid]/ | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/data/Theme/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/data/Theme/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of data/Theme; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/data/Theme/[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 data/Theme and the JSON format can be used to import instances of data/Theme.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Tag | PATCH | /api/data/Theme/[pkid]/+tag/ | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/data/Theme/[pkid]/ | hierarchy=[hierarchy] | The data/Theme instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/data/Theme/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/Theme. |