Search Using the API

From Observer GigaFlow Support | VIAVI Solutions Inc.
Revision as of 09:49, 25 April 2019 by NMCM (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.