GET http://[host-proxy]/api/device/cucm/FallbackFeatureConfig/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"dtmfCollectionTimer": {
"minItems": 0,
"required": false,
"type": [
"integer",
"null"
],
"maxItems": 1,
"title": "Dtmf Collection Timer"
},
"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"
},
"enableFallbackForImeCalls": {
"minItems": 0,
"required": false,
"type": [
"boolean",
"null"
],
"maxItems": 1,
"title": "Enable Fallback For Ime Calls"
}
},
"schema_version": "12.5"
}