GET http://[host-proxy]/api/device/cucm/SQLQueryInactive/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"sql": {
"description": "WARNING: SQL Large Text and BLOB columns cannot be fetched along with other columns. A Large Text or BLOB column must be selected in its own SQL query.",
"title": "Sql",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
}
},
"schema_version": "12.5"
}