classes¶
API to get reports for classes (bandwidth is in Kbps and data is in KB)
Read/write properties¶
Read only properties¶
packets_dropped<Integer>
Packets dropped.
data_dropped<Double>
Data dropped.
data_pending<Double>
Data pending.
wait_time<Integer>
Wait time, in milliseconds.
class_name<String>
The class name.
percent_drop<Double>
Drop, in percent.
region_name<String>
The region name.
virtual_service<String>
The Virtual Path name.
packets_pending<Integer>
Packets pending.
sent_bandwidth<Double>
Sent bandwidth.
incoming_traffic<Double>
Incoming traffic.
data_coverage<Double>
The amount, in percent of the selected time period for which there is data.
class_type<String>
Class type (control, real-time, interact or bulk).
site_name<String>
The site name.
packets_sent<Integer>
Packets sent.
Operations¶
get (all)¶
URL: http://<MGMT-IP>/sdwan_center/nitro/v1/reports/classes
Description: Use this operation to get a report for classes. The response payload also contains the meta_data block.
HTTP Method: GET
Response Payload: JSON
{"classes":[{ "packets_dropped":<Integer_value>, "data_dropped":<Double_value>, "data_pending":<Double_value>, "wait_time":<Integer_value>, "class_name":<String_value>, "percent_drop":<Double_value>, "region_name":<String_value>, "virtual_service":<String_value>, "packets_pending":<Integer_value>, "sent_bandwidth":<Double_value>, "incoming_traffic":<Double_value>, "data_coverage":<Double_value>, "class_type":<String_value>, "site_name":<String_value>, "packets_sent":<Integer_value>}]}