Method: getBidirectionalFlowsData

Retrieve the latest filtered bidirectional flow data from an ExtremeAnalytics engine.

Parameters

Name Type Description
maxRows int Maximum number of flows to return
searchString string Search string used to query the data
source string ExtremeAnalytics engine IP address

Returns

Returns flow data in JSON format.

Example

Execute the following web service with a browser:

Retrieve the latest 100 flows.

https://10.120.85.90:8443/axis/services/PurviewWebService/getBidirectionalFlowsData?maxRows=100&searchString=&source=10.120.85.91

Retrieve the latest Facebook flows.

https://10.120.85.90:8443/axis/services/PurviewWebService/getBidirectionalFlowsData?maxRows=100&searchString=Facebook&source=10.120.85.91