GET http://[host-proxy]/api/view/GS_FMCv2_SSUPDATE_VIEW/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"dn": {
"type": "string",
"description": "directory number associated with FMC",
"title": "dn"
},
"username": {
"type": "string",
"description": "users username",
"title": "username"
},
"isCliMaskLoaded": {
"type": "boolean",
"description": "comes from evaluating macro.GS_FMCv2_CLIMaskInUse_MCR",
"title": "isCliMaskLoaded"
},
"dnE164": {
"type": "string",
"description": "comes from evaluating macro.GS_FMCv2_E164orPubNum_MCR with input.dn set to value of dn in view",
"title": "dnE164"
},
"cliOption": {
"description": "for non CLI mask customers only. Take from GUI for those customers, otherwise E164",
"title": "cliOption",
"default": "E164",
"choices": [
{
"value": "E164",
"title": "E164"
},
{
"value": "msisdn",
"title": "msisdn"
}
],
"type": "string"
},
"fmc": {
"type": "object",
"title": "fmc",
"properties": {
"enabled": {
"type": "boolean",
"description": "enabled/disabled flag from GUI",
"title": "enabled"
},
"mobile": {
"type": "string",
"description": "mobile number from rd destination",
"title": "mobile"
},
"called_party_transformation_pattern_route_partition": {
"type": "string",
"description": "comes from evaluating macro.GS_FMCv2_CalledPartyTransPT_MCR",
"title": "called_party_transformation_pattern_route_partition"
}
}
}
}
}