GET http://[host-proxy]/api/view/HcsDNMgmtVIEW/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"extLen": {
"is_password": false,
"description": "Extension Length for the Site",
"title": "Extension Length",
"minItems": 0,
"required": false,
"displayable": false,
"readonly": true,
"type": "string"
},
"site_hn": {
"is_password": false,
"description": "Please choose Site to Provision DNs. If site not specified, inventory will be added to the current hierarhcy node if allowed.",
"title": "Site",
"minItems": 0,
"required": false,
"displayable": false,
"choices": [
{
"value": " ",
"title": " "
}
],
"readonly": false,
"type": "string"
},
"endNum": {
"is_password": false,
"description": "Ending Number for th DN Mgmt Range",
"title": "Ending Extension",
"minItems": 0,
"pattern": "^(\\*|\\+)?[0-9]*$",
"required": false,
"displayable": false,
"readonly": false,
"type": "string"
},
"isp": {
"is_password": false,
"description": "ISP for the Customer",
"title": "ISP",
"minItems": 0,
"required": false,
"displayable": false,
"readonly": true,
"type": "string"
},
"startNum": {
"is_password": false,
"description": "Starting Number for th DN Mgmt Range",
"title": "Starting Extension",
"minItems": 0,
"pattern": "^(\\*|\\+)?[0-9]*$",
"required": true,
"displayable": false,
"readonly": false,
"type": "string"
},
"slcBased": {
"is_password": false,
"description": "Site Location Code Based true or false",
"title": "Site-Location Code (SLC) based",
"minItems": 0,
"required": false,
"displayable": false,
"default": "{{ data.DpCustomer.slcBased }}",
"readonly": true,
"type": "boolean"
},
"slc": {
"is_password": false,
"description": "Site Location Code for the Site",
"title": "Site Location Code",
"minItems": 0,
"required": false,
"displayable": false,
"readonly": true,
"type": "string"
}
},
"schema_version": "2.3"
}