Hunt Group Data Export#

Filename: <YYYY-MM-DD_HHMM>_hunt_group.json.gz

Layout:

ELEMENT

DESCRIPTION

DATA TYPE

VERSION

provider_name

Name of the Provider

string

v2

reseller_name

Name of the Reseller

string

v2

customer_name

name of the customer

string

v1

division_name

Intermediate Node (e.g Division or other node)

string

v1

hierarchy

The full hierarchy path for the item being exported

string

v1

location_name

Site Name

string

v1

hunt_group_name

Name assigned to the hunt group

string

v1

pilot_number

the internal number assigned as the pilot for the hunt group (as configured in the PBX)

device/cucm/HuntPilot.pattern

string

v1

E164

the external number (Full E164 format) assigned as the pilot for the hunt group (as configured in the PBX)

device/cucm/HuntPilot.pattern

string

v1

lines

Array of objects containing line information

device/cucm/LineGroup

array

v1

lines.cucm_dn

Internal Number assigned to the device profile (as configured in the PBX)

device/cucm/LineGroup.members.member.directoryNumber.pattern

string

v1

lines.line_group_name

Name of the line group

device/cucm/LineGroup.members.member.name

string

v2

E164Members

Array of E164 numbers and ranges assigned to pilot_number in the case of N-1 mapped lines

string

v4

E164Members.e164_number

E164 number in the case of N-1 mapped lines

string

v4

E164Members.e164_range

E164 range of E164Members.e164_number in the case of N-1 mapped lines

string

v4

partition

The route partition to which the Hunt Pilot number belongs

device/cucm/HuntPilot.routePartitionName

string

v2

Example

[
{
  "division_name": "Intermed1",
  "location_name": "Site1",
  "hierarchy": "sys.57C1130EED66.Prov1.Resel1.Cust1.Intermed1.Intermed1_1.Site1",
  "lines": [
    {
      "cucm_dn": "HuntList1LineGroup1DirectoryNumber1Pattern",
      "line_group_name": "HuntList1LineGroup1"
    },
    {
      "cucm_dn": "HuntList1LineGroup1DirectoryNumber2Pattern",
      "line_group_name": "HuntList1LineGroup1"
    },
    {
      "cucm_dn": "HuntList1LineGroup2DirectoryNumber1Pattern",
      "line_group_name": "HuntList1LineGroup2"
    },
    {
      "cucm_dn": "HuntList1LineGroup2DirectoryNumber2Pattern",
      "line_group_name": "HuntList1LineGroup2"
    }
  ],
  "partition": "RoutePartition1",
  "hunt_group_name": "HuntList1",
  "E164": "E164AssocDAT1",
  "reseller_name": "Resel1",
  "pilot_number": "PTCHuntPilot1",
  "provider_name": "Prov1",
  "customer_name": "Cust1"
},
{
  "division_name": "",
  "location_name": "",
  "hierarchy": "sys.57C1130EED66.Prov2.Resel2.Cust2",
  "lines": [],
  "partition": "",
  "hunt_group_name": "HuntList2",
  "E164": "E164AssocDAT2",
  "reseller_name": "Resel2",
  "pilot_number": "2222",
  "provider_name": "Prov2",
  "customer_name": "Cust2"
},
{
  "division_name": "Intermed1",
  "location_name": "Site1",
  "hierarchy": "sys.57C1130EED66.Prov1.Resel1.Cust1.Intermed1.Intermed1_1.Site1",
  "lines": [],
  "E164Members": [
    {
      "e164_number": "\\+495557000",
      "e164_range": "10"
    }
  ],
  "partition": "",
  "hunt_group_name": "HuntList3",
  "E164": "\\+495557000",
  "reseller_name": "Resel1",
  "pilot_number": "8217500",
  "provider_name": "Prov1",
  "customer_name": "Cust1"
}
]