GET http://[host-proxy]/api/view/HcsE164InventoryMgmtView/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"site_hn": {
"is_password": false,
"description": "Optional. If a site is selected, the E164 inventory will be provisioned at the specfied site. In this case, the country will be that of the selected site and cannot be changed. If a site is not selected, the E164 inventory will be provisioned at the customer hierarchy. In this case, the admin can select the country for the new inventory.",
"title": "Site",
"minItems": 0,
"required": false,
"displayable": false,
"choices": [
{
"value": " ",
"title": " "
}
],
"readonly": false,
"type": "string"
},
"endNum": {
"is_password": false,
"description": "Ending Number for the E164 Number Range to provision.",
"title": "Ending Number",
"minItems": 0,
"pattern": "^\\+[0-9]*$",
"required": false,
"displayable": false,
"readonly": false,
"type": "string"
},
"cc": {
"is_password": false,
"description": "Informative. Country Code for the selected Country that must be used in both the starting and ending number for the provisioning request.",
"title": "Country Code",
"minItems": 0,
"required": false,
"displayable": false,
"readonly": true,
"type": "string"
},
"country": {
"is_password": false,
"description": "Please choose country to associate to the E164 numbers. If you are adding this inventory to a site, you can only use the country associated with the site. If you are adding this inventory to the customer hierarchy, you may select countries supported by your CUCDM.",
"title": "Country",
"minItems": 0,
"required": false,
"displayable": false,
"choices": [
{
"value": " ",
"title": " "
}
],
"readonly": false,
"type": "string"
},
"startNum": {
"is_password": false,
"description": "Starting Number for the E164 Number Range to provision.",
"title": "Starting Number",
"minItems": 0,
"pattern": "^\\+[0-9]*$",
"required": true,
"displayable": false,
"readonly": false,
"type": "string"
},
"number_type": {
"is_password": false,
"description": "Number type - geo, non geo, etc.",
"title": "Number Type",
"minItems": 0,
"required": false,
"displayable": false,
"readonly": false,
"type": "string"
}
},
"schema_version": "2.4"
}