GET http://[host-proxy]/api/view/ModelReportVIEW/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"description": {
"title": " ",
"type": "string",
"readonly": true,
"default": "Model Instance Count Report"
},
"notes": {
"title": " ",
"type": "string",
"readonly": true,
"default": "This View creates a report of all selected model types with instance counts under the current hierarchy. Select the target hierarchy to run the report from. Please note that the LDAP model types will only be visible at the hierarchy where the LDAP server exists."
},
"hierarchy_level": {
"title": "Hierarchy level",
"type": "string",
"readonly": true,
"default": "{{ fn.hierarchy_friendly_path }}"
},
"target_hierarchy": {
"title": "Target Hierarchy",
"type": "string",
"default": "{{ fn.hierarchy_friendly_path }}"
},
"data_models": {
"title": "DATA Models",
"description": "Include DATA Models in the report.",
"type": "boolean"
},
"cucm_models": {
"title": "CUCM Models",
"description": "Include CUCM Models in the report.",
"type": "boolean"
},
"cuc_models": {
"title": "CUC Models",
"description": "Include CUC Models in the report.",
"type": "boolean"
},
"ldap_models": {
"title": "LDAP Models",
"description": "Include LDAP Models in the report.",
"type": "boolean"
}
},
"schema_version": "1.0"
}