services¶
API to get reports for services (bandwidth is in Kbps and data is in KB)
Read/write properties¶
Read only properties¶
wan_2_lan_percent_drop<Double>
The WAN to LAN packets dropped.
lan_2_wan_bandwidth<Double>
The LAN to WAN Bandwidth for all packet types.
service_type<String>
The Service Type (Virtual Path, Internet, Intranet or Passthrough).
region_name<String>
The region name.
wan_2_lan_packets<Integer>
The WAN to LAN packets for all packet types.
name<String>
The site name.
lan_2_wan_percent_drop<Double>
The LAN to WAN drop, in percent.
wan_2_lan_bandwidth<Double>
The WAN to LAN bandwidth for all packet types.
wan_2_lan_packets_dropped<Integer>
The WAN to LAN packets dropped.
data_coverage<Double>
The amount in percent, of the selected time period for which there is data.
lan_2_wan_packets_dropped<Integer>
The LAN to WAN packets dropped.
lan_2_wan_packets<Integer>
The LAN to WAN packets for all packet types.
Operations¶
get (all)¶
URL: http://<MGMT-IP>/sdwan_center/nitro/v1/reports/services
Description: Use this operation to get a report for services. The response payload also contains the meta_data block.
HTTP Method: GET
Response Payload: JSON
{"services":[{ "wan_2_lan_percent_drop":<Double_value>, "lan_2_wan_bandwidth":<Double_value>, "service_type":<String_value>, "region_name":<String_value>, "wan_2_lan_packets":<Integer_value>, "name":<String_value>, "lan_2_wan_percent_drop":<Double_value>, "wan_2_lan_bandwidth":<Double_value>, "wan_2_lan_packets_dropped":<Integer_value>, "data_coverage":<Double_value>, "lan_2_wan_packets_dropped":<Integer_value>, "lan_2_wan_packets":<Integer_value>}]}