[Index]
Model ref.: device/cucm/IlsConfig
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": { "registrationServer": { "minItems": 1, "required": true, "type": "string", "maxItems": 1, "title": "Registration Server" }, "activateIls": { "description": "The tag is still not supported from AXL side.It is just a dummy tag.", "title": "Activate Ils", "minItems": 1, "required": true, "maxItems": 1, "type": "boolean" }, "clusterUriString": { "title": "Cluster Uri String", "minItems": 0, "required": false, "readonly": true, "maxItems": 1, "type": "string" }, "synchronizeClustersEvery": { "title": "Synchronize Clusters Every", "minItems": 1, "required": true, "maxItems": 1, "maxLength": 50, "type": "string" }, "clusterId": { "title": "Cluster Id", "minItems": 0, "required": false, "readonly": true, "maxItems": 1, "type": "string" }, "useTls": { "minItems": 1, "required": true, "type": "boolean", "maxItems": 1, "title": "Use Tls" }, "deactivatedServers": { "description": "The tag is still not supported from AXL side.It is just a dummy tag.", "title": "Deactivated Servers", "minItems": 1, "required": true, "maxItems": 1, "type": "string" }, "role": { "minItems": 1, "required": true, "type": "string", "maxItems": 1, "title": "Role" }, "activatedServers": { "description": "The tag is still not supported from AXL side.It is just a dummy tag.", "title": "Activated Servers", "minItems": 1, "required": true, "maxItems": 1, "type": "string" }, "enableUsePassword": { "is_password": true, "title": "Enable Use Password", "minItems": 1, "required": true, "maxItems": 1, "type": "boolean" }, "syncronizationStatus": { "title": "Syncronization Status", "minItems": 0, "required": false, "readonly": true, "maxItems": 1, "type": "string" }, "lastContactTime": { "title": "Last Contact Time", "minItems": 0, "required": false, "readonly": true, "maxItems": 1, "type": "string" }, "usePassword": { "is_password": true, "title": "Use Password", "minItems": 1, "required": true, "maxItems": 1, "type": "string" }, "lastDataRecieved": { "title": "Last Data Recieved", "minItems": 0, "required": false, "readonly": true, "maxItems": 1, "type": "string" } }, "schema_version": "14.0" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/device/cucm/IlsConfig/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/device/cucm/IlsConfig/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/device/cucm/IlsConfig/[pkid1]", "/api/v0/device/cucm/IlsConfig/[pkid2]",...]}} |
GET http://[host-proxy]/api/device/cucm/IlsConfig/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move the instance with [pkid] to [target_hierarchy] | POST | /api/tool/DataMove/?model_type=device/cucm/IlsConfig |
|
{"hrefs": ["/api/device/cucm/IlsConfig/[pkid]"]} |
Bulk Move | POST | /api/tool/DataMove/?model_type=device/cucm/IlsConfig |
|
{"hrefs": ["/api/device/cucm/IlsConfig/[pkid1]", "/api/device/cucm/IlsConfig/[pkid2]",...]} |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/cucm/IlsConfig; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/device/cucm/IlsConfig/export/ |
|
{ "hrefs":["/api/device/cucm/IlsConfig/[pkid1]", "/api/device/cucm/IlsConfig/[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/cucm/IlsConfig and the JSON format can be used to import instances of device/cucm/IlsConfig.
GET http://[host-proxy]/api/device/cucm/IlsConfig/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for device/cucm/IlsConfig | POST | /api/device/cucm/IlsConfig/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/cucm/IlsConfig/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/device/cucm/IlsConfig/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for device/cucm/IlsConfig. | GET | /api/device/cucm/IlsConfig/help | hierarchy=[hierarchy] | On-line help of Model ref.: device/cucm/IlsConfig as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/device/cucm/IlsConfig/[pkid]/ | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/device/cucm/IlsConfig/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/device/cucm/IlsConfig/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move | POST | /api/tool/DataMove/[pkid]/?model_type=device/cucm/IlsConfig | 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/cucm/IlsConfig; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/device/cucm/IlsConfig/[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/cucm/IlsConfig and the JSON format can be used to import instances of device/cucm/IlsConfig.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/device/cucm/IlsConfig/[pkid]/ | hierarchy=[hierarchy] | The device/cucm/IlsConfig instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/device/cucm/IlsConfig/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for device/cucm/IlsConfig. |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Purge | POST | /api/device/cucm/IlsConfig/[pkid]/purge/ | hierarchy=[hierarchy] | If payload required: |