Skip to content

mos_scores

API to get reports for MOS Scores (bandwidth is in Kbps and data is in KB)

Read/write properties

Read only properties

lowest_virtual_wan_mos<Integer>

The worst quality score for an application during the time period measured using a scale of 1-5.

region_name<String>

The region name.

virtual_service<String>

The Virtual Path name.

name<String>

The MOS Score name.

site_name<String>

The site name.

average_virtual_wan_mos<Integer>

The worst average quality score for an application during the time period measured using a scale of 1-5.

Operations

get (all)

URL: http://<MGMT-IP>/sdwan_center/nitro/v1/reports/mos_scores

Description: Use this operation to get a report for MOS Scores. The response payload also contains the meta_data block.

HTTP Method: GET

Response Payload: JSON

{"mos_scores":[{
      "lowest_virtual_wan_mos":<Integer_value>,
      "region_name":<String_value>,
      "virtual_service":<String_value>,
      "name":<String_value>,
      "site_name":<String_value>,
      "average_virtual_wan_mos":<Integer_value>}]}
Was this article helpful?