[Index]
This defines a rule for adding a model type using specific device selection type
Model ref.: data/RuleModelDeviceSelectionType
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": { "model_type": { "is_password": false, "description": "The model type the rule will be applied for", "format": "uri", "items": { "is_password": false }, "required": true, "choices": [], "readonly": false, "title": "Model Type", "type": "string", "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken] }, "hierarchy_types": { "is_password": false, "description": "The list of Hierarchy Node Types that will be allowed", "title": "Allowed Hierarchy Node Types", "items": { "is_password": false, "type": "object", "properties": { "use_ndlr": { "type": "boolean", "title": "Use NDLR" }, "hierarchy_type": { "is_password": false, "description": "Allowed Hierarchy Node Type", "title": "Permitted Hierarchy Node Type", "default": "Default", "required": false, "choices": [ { "value": "none", "title": " " } ], "target_attr": "name", "readonly": false, "type": "string", "target": "data/HierarchyNodeType" }, "ndl_selection": { "type": "boolean", "title": "NDL Selection" } }, "format": "uri" }, "required": false, "readonly": false, "type": "array" }, "operation": { "is_password": false, "description": "The operation that applies for this rule", "title": "Operation", "default": "add", "items": { "is_password": false }, "required": true, "choices": [ { "value": "add", "title": "Add" } ], "readonly": false, "type": "string" } }, "schema_version": "0.4" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/data/RuleModelDeviceSelectionType/add/ |
|
The GUI Add form of data/RuleModelDeviceSelectionType 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/RuleModelDeviceSelectionType | 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/RuleModelDeviceSelectionType/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/RuleModelDeviceSelectionType/[pkid1]", "/api/data/RuleModelDeviceSelectionType/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/RuleModelDeviceSelectionType/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/data/RuleModelDeviceSelectionType/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/data/RuleModelDeviceSelectionType/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/data/RuleModelDeviceSelectionType/[pkid1]", "/api/v0/data/RuleModelDeviceSelectionType/[pkid2]",...]}} |
GET http://[host-proxy]/api/data/RuleModelDeviceSelectionType/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of data/RuleModelDeviceSelectionType; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/data/RuleModelDeviceSelectionType/export/ |
|
{ "hrefs":["/api/data/RuleModelDeviceSelectionType/[pkid1]", "/api/data/RuleModelDeviceSelectionType/[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/RuleModelDeviceSelectionType and the JSON format can be used to import instances of data/RuleModelDeviceSelectionType.
GET http://[host-proxy]/api/data/RuleModelDeviceSelectionType/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for data/RuleModelDeviceSelectionType | POST | /api/data/RuleModelDeviceSelectionType/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/RuleModelDeviceSelectionType/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/data/RuleModelDeviceSelectionType/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Migration Template | GET | /api/data/RuleModelDeviceSelectionType/migration/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/data/RuleModelDeviceSelectionType/ |
|
The data/RuleModelDeviceSelectionType schema and all instances as JSON. |
(The list will return 0 to 3 data/RuleModelDeviceSelectionType 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": "model_type", "maximum_limit": 2000, "skip": 0, "current": "/api/data/RuleModelDeviceSelectionType/?skip=0&limit=3&order_by=model_type&direction=asc&traversal=default", "limit": 3, "total_limit": null, "total": 54 }, "meta": { "tags": [], "cached": true, "title": "", "business_key": { "hierarchy": true, "unique": [ "model_type", "operation" ] }, "schema_version": "0.4", "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/RuleModelDeviceSelectionType/add/?hierarchy=[hierarchy]", "method": "GET", "title": "Add" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/RuleModelDeviceSelectionType/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "bulk_update_form": { "support_async": false, "class": "update", "href": "/api/data/RuleModelDeviceSelectionType/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/RuleModelDeviceSelectionType/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/RuleModelDeviceSelectionType/export_bulkload_template/?hierarchy=[hierarchy]", "method": "POST", "title": "Export Bulk Load Template" } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/data/RuleModelDeviceSelectionType/+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/RuleModelDeviceSelectionType/+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/RuleModelDeviceSelectionType/configuration_template/?hierarchy=[hierarchy]", "method": "GET", "title": "Configuration Template" } }, { "field_display_policy": { "support_async": false, "class": "display_policy", "href": "/api/data/RuleModelDeviceSelectionType/field_display_policy/?hierarchy=[hierarchy]", "method": "GET", "title": "Field Display Policy" } }, { "migration": { "support_async": false, "class": "migration", "href": "/api/data/RuleModelDeviceSelectionType/migration/?hierarchy=[hierarchy]", "method": "GET", "title": "Migration Template" } }, { "list": { "support_async": false, "class": "list", "href": "/api/data/RuleModelDeviceSelectionType/?hierarchy=[hierarchy]", "method": "GET", "title": "List" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/RuleModelDeviceSelectionType/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "model_type": "data/RuleModelDeviceSelectionType", "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": "model_type", "title": "Model Type" }, { "name": "operation", "title": "Operation" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "resources": [ { "pkid": "6018fd4ece894e0011b1a2db", "meta": { "tags": [ "cucm_headset", "V4UC", "ba_CommonOverlay" ], "cached": true, "title": "device/genericcucm/HeadsetTemplate - add", "business_key": { "hierarchy": true, "unique": [ "model_type", "operation" ] }, "schema_version": "0.4", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "6018fd4ece894e0011b1a2db", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/" } ], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/", "method": "DELETE", "title": "Delete" } }, { "clone": { "support_async": false, "class": "clone", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/clone/?schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/+tag/", "class": "tag", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/+tag_version/", "class": "tag_version", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "class": "get", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/help", "method": "GET", "title": "Help" } } ], "model_type": "data/RuleModelDeviceSelectionType", "path": [ "6t0ggef2c0deab00hb595101", "6018fd4ece894e0011b1a2db" ], "summary_attrs": [ { "name": "model_type", "title": "Model Type" }, { "name": "operation", "title": "Operation" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "hierarchy_types": [ { "use_ndlr": true, "hierarchy_type": "Site", "ndl_selection": false }, { "hierarchy_type": "Default", "ndl_selection": true } ], "pkid": "6018fd4ece894e0011b1a2dc", "model_type": "device/genericcucm/HeadsetTemplate", "operation": "add", "hierarchy_friendly_name": "sys (System)", "hierarchy_path": "sys" } }, { "pkid": "6260ce92a96ee2847bf68c5a", "meta": { "tags": [ "oraclesbc", "V4UC", "ba_CommonOverlay" ], "cached": true, "title": "device/oracleecb/AccessControl - add", "business_key": { "hierarchy": true, "unique": [ "model_type", "operation" ] }, "schema_version": "0.4", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "6260ce92a96ee2847bf68c5a", "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c5a/" } ], "parent": [ { "pkid": "5df35e48ce894e0012b345a1", "href": "/api/data/HierarchyNode/5df35e48ce894e0012b345a1" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c5a/", "title": "Modify", "class": "update", "method": "PUT" } }, { "remove": { "support_async": true, "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c5a/", "title": "Delete", "class": "delete", "method": "DELETE" } }, { "clone": { "support_async": false, "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c5a/clone/?schema=&schema_rules=true", "title": "Clone", "class": "clone", "method": "GET" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c5a/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "tag": { "title": "Tag", "support_async": true, "class": "tag", "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c5a/+tag/", "method": "PATCH", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "class": "tag_version", "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c5a/+tag_version/", "method": "PATCH", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c5a/", "title": "Get", "class": "get", "method": "GET" } }, { "help": { "support_async": false, "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c5a/help", "title": "Help", "class": "help", "method": "GET" } } ], "model_type": "data/RuleModelDeviceSelectionType", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "6260ce92a96ee2847bf68c5a" ], "summary_attrs": [ { "name": "model_type", "title": "Model Type" }, { "name": "operation", "title": "Operation" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "hierarchy_types": [ { "hierarchy_type": "Provider", "ndl_selection": true }, { "hierarchy_type": "Customer", "ndl_selection": true }, { "hierarchy_type": "Site", "ndl_selection": true } ], "pkid": "6260ce92a96ee2847bf68c5b", "model_type": "device/oracleecb/AccessControl", "operation": "add", "hierarchy_friendly_name": "hcs (Hcs)", "hierarchy_path": "sys.hcs" } }, { "pkid": "6260ce92a96ee2847bf68c4e", "meta": { "tags": [ "oraclesbc", "V4UC", "ba_CommonOverlay" ], "cached": true, "title": "device/oracleecb/CodecPolicy - add", "business_key": { "hierarchy": true, "unique": [ "model_type", "operation" ] }, "schema_version": "0.4", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "6260ce92a96ee2847bf68c4e", "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c4e/" } ], "parent": [ { "pkid": "5df35e48ce894e0012b345a1", "href": "/api/data/HierarchyNode/5df35e48ce894e0012b345a1" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "method": "PUT", "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c4e/", "class": "update", "title": "Modify" } }, { "remove": { "support_async": true, "method": "DELETE", "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c4e/", "class": "delete", "title": "Delete" } }, { "clone": { "support_async": false, "method": "GET", "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c4e/clone/?schema=&schema_rules=true", "class": "clone", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "method": "GET", "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c4e/export/", "class": "export", "view": "/api/view/ExportData/add/" } }, { "tag": { "title": "Tag", "support_async": true, "class": "tag", "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c4e/+tag/", "method": "PATCH", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "class": "tag_version", "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c4e/+tag_version/", "method": "PATCH", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "method": "GET", "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c4e/", "class": "get", "title": "Get" } }, { "help": { "support_async": false, "method": "GET", "href": "/api/data/RuleModelDeviceSelectionType/6260ce92a96ee2847bf68c4e/help", "class": "help", "title": "Help" } } ], "model_type": "data/RuleModelDeviceSelectionType", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "6260ce92a96ee2847bf68c4e" ], "summary_attrs": [ { "name": "model_type", "title": "Model Type" }, { "name": "operation", "title": "Operation" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "hierarchy_types": [ { "hierarchy_type": "Provider", "ndl_selection": true }, { "hierarchy_type": "Customer", "ndl_selection": true }, { "hierarchy_type": "Site", "ndl_selection": true } ], "pkid": "6260ce92a96ee2847bf68c4f", "model_type": "device/oracleecb/CodecPolicy", "operation": "add", "hierarchy_friendly_name": "hcs (Hcs)", "hierarchy_path": "sys.hcs" } } ] }
(Show the first instance)
{ "pkid": "6018fd4ece894e0011b1a2db", "meta": { "tags": [ "cucm_headset", "V4UC", "ba_CommonOverlay" ], "cached": false, "title": "device/genericcucm/HeadsetTemplate - add", "business_key": { "hierarchy": true, "unique": [ "model_type", "operation" ] }, "schema_version": "0.4", "references": { "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "self": [ { "pkid": "6018fd4ece894e0011b1a2db", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/" } ], "foreign_key": [], "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "children": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/?hierarchy=[hierarchy]", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "clone": { "support_async": false, "class": "clone", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/export/?hierarchy=[hierarchy]", "method": "GET", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/+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/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/+tag_version/?hierarchy=[hierarchy]", "class": "tag_version", "view": "/api/view/TagVersionForm/add/?auth_token=[authtoken] } }, { "get": { "support_async": false, "class": "get", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/?hierarchy=[hierarchy]", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/RuleModelDeviceSelectionType/6018fd4ece894e0011b1a2db/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "model_type": "data/RuleModelDeviceSelectionType", "path": [ "6t0ggef2c0deab00hb595101", "6018fd4ece894e0011b1a2db" ], "summary_attrs": [ { "name": "model_type", "title": "Model Type" }, { "name": "operation", "title": "Operation" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "hierarchy_types": [ { "ndl_selection": false, "hierarchy_type": "Site", "use_ndlr": true }, { "hierarchy_type": "Default", "ndl_selection": true } ], "model_type": "device/genericcucm/HeadsetTemplate", "operation": "add", "pkid": "6018fd4ece894e0011b1a2dc" } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for data/RuleModelDeviceSelectionType. | GET | /api/data/RuleModelDeviceSelectionType/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/RuleModelDeviceSelectionType as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/data/RuleModelDeviceSelectionType/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/data/RuleModelDeviceSelectionType/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/data/RuleModelDeviceSelectionType/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/data/RuleModelDeviceSelectionType/?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/RuleModelDeviceSelectionType; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/data/RuleModelDeviceSelectionType/[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/RuleModelDeviceSelectionType and the JSON format can be used to import instances of data/RuleModelDeviceSelectionType.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Tag | PATCH | /api/data/RuleModelDeviceSelectionType/[pkid]/+tag | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/data/RuleModelDeviceSelectionType/[pkid] | hierarchy=[hierarchy] | The data/RuleModelDeviceSelectionType instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/data/RuleModelDeviceSelectionType/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/RuleModelDeviceSelectionType. |