GET http://[host-proxy]/api/device/cucm/TransportSettings/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"transportUrl": {
"title": "Transport Url",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 255,
"type": "string"
},
"transportmode": {
"title": "Transportmode",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 255,
"type": "string"
},
"transportGatewayUrl": {
"title": "Transport Gateway Url",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 255,
"type": "string"
},
"httpHost": {
"title": "Http Host",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 255,
"type": "string"
},
"httpPort": {
"title": "Http Port",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 255,
"type": "string"
}
},
"schema_version": "12.5"
}