[Index]
Model ref.: device/cucm/FallbackFeatureConfig
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": { "enableFallbackForImeCalls": { "minItems": 0, "required": false, "type": [ "boolean", "null" ], "maxItems": 1, "title": "Enable Fallback For Ime Calls" }, "dtmfCorrelationDigits": { "minItems": 0, "required": false, "type": [ "integer", "null" ], "maxItems": 1, "title": "Dtmf Correlation Digits" }, "qosSensistivityLevel": { "description": "Valid Values are from 0 to 5", "title": "Qos Sensistivity Level", "minItems": 0, "required": false, "maxItems": 1, "type": [ "integer", "null" ] }, "callCss": { "description": "Valid Values are 0 and 1", "title": "Call Css", "minItems": 0, "required": false, "maxItems": 1, "type": [ "integer", "null" ] }, "fallbackSplitDelayTimer": { "minItems": 0, "required": false, "type": [ "integer", "null" ], "maxItems": 1, "title": "Fallback Split Delay Timer" }, "clearImeCallDelayTimer": { "minItems": 0, "required": false, "type": [ "integer", "null" ], "maxItems": 1, "title": "Clear Ime Call Delay Timer" }, "callAnswerTimer": { "minItems": 0, "required": false, "type": [ "integer", "null" ], "maxItems": 1, "title": "Call Answer Timer" }, "postConnectFallbackDelayTimer": { "minItems": 0, "required": false, "type": [ "integer", "null" ], "maxItems": 1, "title": "Post Connect Fallback Delay Timer" }, "dtmfInterDigitDelayTimer": { "minItems": 0, "required": false, "type": [ "integer", "null" ], "maxItems": 1, "title": "Dtmf Inter Digit Delay Timer" }, "dtmfCollectionTimer": { "minItems": 0, "required": false, "type": [ "integer", "null" ], "maxItems": 1, "title": "Dtmf Collection Timer" } }, "schema_version": "14.0" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/device/cucm/FallbackFeatureConfig/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/device/cucm/FallbackFeatureConfig/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/device/cucm/FallbackFeatureConfig/[pkid1]", "/api/v0/device/cucm/FallbackFeatureConfig/[pkid2]",...]}} |
GET http://[host-proxy]/api/device/cucm/FallbackFeatureConfig/?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/FallbackFeatureConfig |
|
{"hrefs": ["/api/device/cucm/FallbackFeatureConfig/[pkid]"]} |
Bulk Move | POST | /api/tool/DataMove/?model_type=device/cucm/FallbackFeatureConfig |
|
{"hrefs": ["/api/device/cucm/FallbackFeatureConfig/[pkid1]", "/api/device/cucm/FallbackFeatureConfig/[pkid2]",...]} |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/cucm/FallbackFeatureConfig; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/device/cucm/FallbackFeatureConfig/export/ |
|
{ "hrefs":["/api/device/cucm/FallbackFeatureConfig/[pkid1]", "/api/device/cucm/FallbackFeatureConfig/[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/FallbackFeatureConfig and the JSON format can be used to import instances of device/cucm/FallbackFeatureConfig.
GET http://[host-proxy]/api/device/cucm/FallbackFeatureConfig/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for device/cucm/FallbackFeatureConfig | POST | /api/device/cucm/FallbackFeatureConfig/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/FallbackFeatureConfig/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/FallbackFeatureConfig/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/FallbackFeatureConfig. | GET | /api/device/cucm/FallbackFeatureConfig/help | hierarchy=[hierarchy] | On-line help of Model ref.: device/cucm/FallbackFeatureConfig as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/device/cucm/FallbackFeatureConfig/[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/FallbackFeatureConfig/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/device/cucm/FallbackFeatureConfig/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move | POST | /api/tool/DataMove/[pkid]/?model_type=device/cucm/FallbackFeatureConfig | 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/FallbackFeatureConfig; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/device/cucm/FallbackFeatureConfig/[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/FallbackFeatureConfig and the JSON format can be used to import instances of device/cucm/FallbackFeatureConfig.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/device/cucm/FallbackFeatureConfig/[pkid]/ | hierarchy=[hierarchy] | The device/cucm/FallbackFeatureConfig instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/device/cucm/FallbackFeatureConfig/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for device/cucm/FallbackFeatureConfig. |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Purge | POST | /api/device/cucm/FallbackFeatureConfig/[pkid]/purge/ | hierarchy=[hierarchy] | If payload required: |