[Index]
Model ref.: data/Settings
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": { "maximum_upload_file_size": { "default": 209715200, "type": "integer", "description": "Maximum file size (in bytes) of an upload file. Default size is 209715200 bytes (200 megabytes).", "title": "Maximum Upload File Size" }, "name": { "type": "string", "description": "", "title": "Name" }, "additional_role_access_profile_validation": { "default": false, "type": "boolean", "description": "Enable additional role access profile validation", "title": "Additional Role Access Profile Validation" }, "upload_files_ttl": { "default": 24, "minimum": 1, "type": "integer", "description": "Limits the lifespan (in hours) of an uploaded file in the database. Default value is 24 hours.", "title": "Time-To-Live for Uploaded Files" }, "disable_device_logging": { "default": false, "type": "boolean", "description": "Turn off detailed logging of device APIs", "title": "Disable Device Logging" }, "activate_phone_status_service": { "default": false, "type": "boolean", "description": "Activate service to periodically fetch Call Manager phone status", "title": "Activate Phone Status Service" }, "transaction_log_level": { "title": "Transaction Log Level", "type": "string", "description": "", "choices": [ { "value": "20", "title": "Info" }, { "value": "50", "title": "Warning" }, { "value": "100", "title": "Error" }, { "value": "999", "title": "Disabled" } ] }, "supported_file_extensions": { "items": { "type": "string" }, "type": "array", "description": "List of supported file extensions for upload", "title": "Supported File Extensions" }, "data_sync_blacklist": { "items": { "type": "object", "properties": { "model_type": { "description": "Model type whose attributes should be blacklisted.", "title": "Model Type", "format": "uri", "choices": [], "type": "string", "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken] }, "blacklist_attributes": { "items": { "type": "string" }, "type": "array", "description": "Blacklist attributes of model type.", "title": "Blacklist Attributes" } } }, "type": "array", "description": "Blacklisted attributes for data sync.", "title": "Data Sync Blacklist" } }, "schema_version": "0.3.1" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/data/Settings/add/ |
|
The GUI Add form of data/Settings 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/Settings/ | 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/Settings/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/Settings/[pkid1]", "/api/data/Settings/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/Settings/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/data/Settings/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/data/Settings/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/data/Settings/[pkid1]", "/api/v0/data/Settings/[pkid2]",...]}} |
GET http://[host-proxy]/api/data/Settings/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of data/Settings; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/data/Settings/export/ |
|
{ "hrefs":["/api/data/Settings/[pkid1]", "/api/data/Settings/[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/Settings and the JSON format can be used to import instances of data/Settings.
GET http://[host-proxy]/api/data/Settings/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for data/Settings | POST | /api/data/Settings/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/Settings/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/data/Settings/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Migration Template | GET | /api/data/Settings/migration/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/data/Settings/ |
|
The data/Settings schema and all instances as JSON. |
(The list will return 0 to 3 data/Settings 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/Settings/?skip=0&limit=3&order_by=name&direction=asc&traversal=default", "limit": 3, "total_limit": null, "total": 1 }, "meta": { "tags": [], "cached": true, "title": "", "business_key": { "hierarchy": false, "unique": [ "name" ] }, "schema_version": "0.3.1", "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/Settings/add/?hierarchy=[hierarchy]", "method": "GET", "title": "Add" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/Settings/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "bulk_update_form": { "support_async": false, "class": "update", "href": "/api/data/Settings/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/Settings/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/Settings/export_bulkload_template/?hierarchy=[hierarchy]", "method": "POST", "title": "Export Bulk Load Template" } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/data/Settings/+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/Settings/+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/Settings/configuration_template/?hierarchy=[hierarchy]", "method": "GET", "title": "Configuration Template" } }, { "field_display_policy": { "support_async": false, "class": "display_policy", "href": "/api/data/Settings/field_display_policy/?hierarchy=[hierarchy]", "method": "GET", "title": "Field Display Policy" } }, { "migration": { "support_async": false, "class": "migration", "href": "/api/data/Settings/migration/?hierarchy=[hierarchy]", "method": "GET", "title": "Migration Template" } }, { "list": { "support_async": false, "class": "list", "href": "/api/data/Settings/?hierarchy=[hierarchy]", "method": "GET", "title": "List" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/Settings/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "model_type": "data/Settings", "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": "Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "20.1.1", "tagged_versions": [] }, "resources": [ { "pkid": "5e837417ce894e0015251b32", "meta": { "tags": [ "base", "core" ], "cached": true, "title": "Global", "business_key": { "hierarchy": false, "unique": [ "name" ] }, "schema_version": "0.3.1", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "5e837417ce894e0015251b32", "href": "/api/data/Settings/5e837417ce894e0015251b32/" } ], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/data/Settings/5e837417ce894e0015251b32/", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/Settings/5e837417ce894e0015251b32/", "method": "DELETE", "title": "Delete" } }, { "clone": { "support_async": false, "class": "clone", "href": "/api/data/Settings/5e837417ce894e0015251b32/clone/?schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/Settings/5e837417ce894e0015251b32/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/data/Settings/5e837417ce894e0015251b32/+tag/", "class": "tag", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/data/Settings/5e837417ce894e0015251b32/+tag_version/", "class": "tag_version", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "class": "get", "href": "/api/data/Settings/5e837417ce894e0015251b32/", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/Settings/5e837417ce894e0015251b32/help", "method": "GET", "title": "Help" } } ], "model_type": "data/Settings", "path": [ "6t0ggef2c0deab00hb595101", "5e837417ce894e0015251b32" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "20.1.1", "tagged_versions": [] }, "data": { "data_sync_blacklist": [ { "model_type": "device/ldap/user", "blacklist_attributes": [ "logonCount", "adminCount", "lastLogonTimestamp", "whenCreated", "uSNCreated", "badPasswordTime", "pwdLastSet", "lastLogon", "whenChanged", "badPwdCount", "accountExpires", "uSNChanged", "lastLogoff" ] }, { "model_type": "device/cucm/User", "blacklist_attributes": [ "status", "primaryDevice", "attendeesAccessCode", "displayName", "enableUserToHostConferenceNow", "pinCredentials", "passwordCredentials", "associatedRemoteDestinationProfiles" ] }, { "model_type": "device/cucm/Phone", "blacklist_attributes": [ "keyOrder", "elinGroup", "ecKeySize" ] } ], "name": "Global", "pkid": "5e837417ce894e0015251b33", "upload_files_ttl": 24, "activate_phone_status_service": false, "maximum_upload_file_size": 209715200, "hierarchy_friendly_name": "sys (System)", "transaction_log_level": "20", "supported_file_extensions": [ ".cer", ".crt", ".der", ".gzip", ".json", ".key", ".pem", ".xlsx", ".xml", ".zip", ".png", ".jpg", ".jpeg", ".wav" ], "hierarchy_path": "sys" } } ] }
(Show the first instance)
{ "pkid": "5e837417ce894e0015251b32", "meta": { "tags": [ "base", "core" ], "cached": false, "title": "Global", "business_key": { "hierarchy": false, "unique": [ "name" ] }, "schema_version": "0.3.1", "references": { "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "self": [ { "pkid": "5e837417ce894e0015251b32", "href": "/api/data/Settings/5e837417ce894e0015251b32/" } ], "foreign_key": [], "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "children": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/data/Settings/5e837417ce894e0015251b32/?hierarchy=[hierarchy]", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/Settings/5e837417ce894e0015251b32/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "clone": { "support_async": false, "class": "clone", "href": "/api/data/Settings/5e837417ce894e0015251b32/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/Settings/5e837417ce894e0015251b32/export/?hierarchy=[hierarchy]", "method": "GET", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/data/Settings/5e837417ce894e0015251b32/+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/Settings/5e837417ce894e0015251b32/+tag_version/?hierarchy=[hierarchy]", "class": "tag_version", "view": "/api/view/TagVersionForm/add/?auth_token=[authtoken] } }, { "get": { "support_async": false, "class": "get", "href": "/api/data/Settings/5e837417ce894e0015251b32/?hierarchy=[hierarchy]", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/Settings/5e837417ce894e0015251b32/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "model_type": "data/Settings", "path": [ "6t0ggef2c0deab00hb595101", "5e837417ce894e0015251b32" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "20.1.1", "tagged_versions": [] }, "data": { "transaction_log_level": "20", "name": "Global", "pkid": "5e837417ce894e0015251b33", "upload_files_ttl": 24, "activate_phone_status_service": false, "maximum_upload_file_size": 209715200, "supported_file_extensions": [ ".cer", ".crt", ".der", ".gzip", ".json", ".key", ".pem", ".xlsx", ".xml", ".zip", ".png", ".jpg", ".jpeg", ".wav" ], "data_sync_blacklist": [ { "model_type": "device/ldap/user", "blacklist_attributes": [ "logonCount", "adminCount", "lastLogonTimestamp", "whenCreated", "uSNCreated", "badPasswordTime", "pwdLastSet", "lastLogon", "whenChanged", "badPwdCount", "accountExpires", "uSNChanged", "lastLogoff" ] }, { "model_type": "device/cucm/User", "blacklist_attributes": [ "status", "primaryDevice", "attendeesAccessCode", "displayName", "enableUserToHostConferenceNow", "pinCredentials", "passwordCredentials", "associatedRemoteDestinationProfiles" ] }, { "model_type": "device/cucm/Phone", "blacklist_attributes": [ "keyOrder", "elinGroup", "ecKeySize" ] } ] } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for data/Settings. | GET | /api/data/Settings/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/Settings as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/data/Settings/[pkid]/ | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/data/Settings/[pkid]/ | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/data/Settings/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/data/Settings/?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/Settings; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/data/Settings/[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/Settings and the JSON format can be used to import instances of data/Settings.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Tag | PATCH | /api/data/Settings/[pkid]/+tag/ | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/data/Settings/[pkid]/ | hierarchy=[hierarchy] | The data/Settings instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/data/Settings/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/Settings. |