Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

REST API Method: GET /rest/routingtable/{identifier}/routingentry/{identifier}/historicalstatistics

This action retrieves the historical statistics for a given Call Routing Entry in the SBC. The collections are over 1 hour intervals for a period of 1 day, thus giving a maximum of 24 historical records.

Info

The current interval is always the resource with ID 1. There will be a maximum of 25 rows returned for a lookup, where the row with ID 1 is the current interval being collected and the rows with ID 2-25 are the historical collections.

Tip

If no ID is specified, a listing of all collections will be returned along with their associated IDs. These identifiers can be used to get the individual resource element values.

URL:

https://192.168.0.111/rest/routingtable/{identifier}/routingentry/{identifier}/historicalstatistics

HTTP Method

GET

Requires Authentication

true

Noprint
Panel
bgColortransparent
titleBGColor#DDD
title[routingentry - REST API Methods|Resource - routingentry]

Page Tree
root@parent

Resource Schema

Statistics

Parameter Name Description Data Type Possible Values
rt_RuleUsageDisplays the number of times this call route has been selected for a call.int
rt_ASRDisplays the Answer-Seizure Ratio for this call route.
Info

ASR is calculated by dividing the number of call attempts answered by the number of call attempts.

int
rt_RoundTripDelayDisplays the average round trip delay for this call route.int
rt_JitterDisplays the average jitter for this call route.int
rt_MOSDisplays the Mean Opinion Score (MOS) for this call route.int
rt_QualityFailedDisplays if this call route is currently passing or failing the associated quality metrics. If true then the rule is failing, if false then it is passing.EnumPossible values:
  • 0 - btFalse
  • 1 - btTrue