Method: getUnidirectionalFlowsData

Retrieve latest 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 Extreme Analytics appliance 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/getUnidirectionalFlowsData?maxRows=100&searchString=&source=10.120.85.91

Retrieve the latest Instagram flows.

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