Skip to content

ilbflows

Overview

This resource provides details about internet load balancing flows

Version information

Version : v2

URI scheme

Host :
BasePath : /sdwan/nitro/v2/monitor/
Schemes : HTTP

Tags

  • ilbflows : Operations related to ilbflows

Paths

Get operation for ilbflows

GET /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

Responses

HTTP Code Description Schema
200 API Successfully executed ilbflows_response_schema
400 Failed: bad input parameter ErrorSchema
401 Unauthorized: Failed Authentication ErrorSchema
403 Unauthorized: Forbidden ErrorSchema
405 Failed: Data format unacceptable ErrorSchema
415 Failed: Data format unacceptable ErrorSchema
500 Failed: Internal Server Error ErrorSchema

Produces

  • application/json

Tags

  • ilbflows

Definitions

ErrorSchema

Name Schema
errorcode
optional
integer
errormessage
optional
string

age

How long ago this flow was created in milliseconds

Type : string

flowcount

Number of individual flows between source and destination IP

Type : string

ilbflows_delete_success_schema

Name Schema
ilbflows
optional
ilbflows

ilbflows

Name Description Schema
message
optional
Example : "resource deleted succesfully" string

ilbflows_post_success_schema

Name Schema
ilbflows
optional
ilbflows

ilbflows

Name Description Schema
message
optional
Example : "resource added succesfully" string

ilbflows_put_success_schema

Name Schema
ilbflows
optional
ilbflows

ilbflows

Name Description Schema
message
optional
Example : "resource modified succesfully" string

ilbflows_response_schema

Type : < ilbflows_response_schema > array

ilbflows_response_schema

Name Schema
age
optional
age
flowcount
optional
flowcount
lanip
optional
lanip
wanip
optional
wanip
wanlink
optional
wanlink

lanip

LAN IP Address for packets on this flow

Type : string

wanip

WAN IP Address for packets on this flow

Type : string

Name of the WAN Link these flows travel through

Type : string

Was this article helpful?