Skip to content

applications

API to get reports for Top Applications (bandwidth is in Kbps and data is in KB)

Read/write properties

Read only properties

incoming_traffic<Double>

Incoming traffic.

region_name<String>

The region name.

application_name<String>

The application name.

outgoing_traffic<Double>

Outgoing traffic.

total_traffic<Double>

Total traffic.

Operations

get (all)

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

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

HTTP Method: GET

Response Payload: JSON

{"applications":[{
      "incoming_traffic":<Double_value>,
      "region_name":<String_value>,
      "application_name":<String_value>,
      "outgoing_traffic":<Double_value>,
      "total_traffic":<Double_value>}]}
Was this article helpful?