Search Using the API
From Observer GigaFlow Support | VIAVI Solutions Inc.
All of GigaFlow's reporting capability can be accessed via the API web interface. See the Forensic_Data_Using_the_API and Summary_Data_Using_the_API for more examples using the API webhooks.
A search for a MAC address using the "Mac Address Pairs" report, might look like:
http://xxx.xx.xx.xx:7902/rest/api?jsonRequest={"action":"get", "type":"Table", "sourcetype":"forensics", "mac":[8d:ef:4b:5d:27:42],"reportName":"MAC Address Pairs"}&userName=user&userPass=userpass
See Forensic_Data_Using_the_API for more about the JSON request format.