GET http://[host-proxy]/api/view/HcsDNInventoryMgmtView/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"info": {
"is_password": false,
"description": "Overview of Tool's Creation Policy Choices",
"title": "Tool Information",
"minItems": 0,
"required": false,
"displayable": true,
"default": "{{ fn.localize data.HcsLocalizedStringDat.value | key: dninv_tool_info }}",
"readonly": true,
"type": "string"
},
"dn_ht": {
"is_password": false,
"description": "Select a Directory Number (DN) Inventory Creation Policy ",
"title": "Directory Number Inventory Creation Policy",
"minItems": 0,
"required": true,
"displayable": false,
"choices": [
{
"value": " ",
"title": " "
}
],
"readonly": false,
"type": "string"
}
},
"schema_version": "1.5"
}