ilbflows
ilbflows
Monitoring for This resource provides details about internet load balancing flows resource.
Read/write properties
Read only properties
flowcount <String>
Number of individual flows between source and destination IP.
wanlink <String>
Name of the WAN Link these flows travel through.
wanip <String>
WAN IP Address for packets on this flow.
age <String>
How long ago this flow was created in milliseconds.
lanip <String>
LAN IP Address for packets on this flow.
Operations
[get (all)]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/monitor/ilbflows
Description: Use this operation to get internet load balancing flows. Filters are supported for this API. max_stats filter is available as an additional option to filter the flow count(50/100/1000). Refer Getting Started Guide where filtering is explained via example of flow summary with max stats filter for monitoring API. Pagination is not supported for this API
HTTP Method: GET
Response Payload: JSON
{"ilbflows":[{ "flowcount":<String_value>
, "wanlink":<String_value> , "wanip":<String_value> , "age":<String_value> , "lanip":<String_value> }]}