GET - System DN Utilisation

Returns DN statistics for each Service Provider/ Enterprise such as total DNs assigned.

Returns

  • List: List of all Service Provider/ Enterprises with statistics of DNs for each.

How To Use:

my_api.dns.get_system_dn_utilization()

Example Returned Data (Formatted)

[
  {
    "serviceProviderId": "ent.odin",
    "phoneNumbers": 382,
    "assignedtoGroups": 159,
    "percentageAssigned": 41,
    "isEnterprise": true,
    "activatedOnGroups": 20
  }
]

Last updated

Was this helpful?