Difference between revisions of "Search Using the API"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
Line 1: Line 1:
 +
[[Category:API]]
 +
[[Category:NetFlow]]
 +
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/?jsonRequest={"action":"get", "type":"Table", "sourcetype":"forensics", "mac":[8d:ef:4b:5d:27:42],"reportName":"MAC Address Pairs"}&userName=user&userPass=userpass
  
[[Summary_Data_Using_the_API]]
+
See [[Forensic_Data_Using_the_API]] for more about the JSON request format.
 
+
http://172.21.21.12:7902/rest/?jsonRequest={%22action%22:%22get%22,%20%22type%22:%22Table%22,%20%22sourcetype%22:%22forensics%22,%20%22srcmac%22:[%228c:ec:4b:5d:24:42%22],%22reportName%22:%22MAC%20Address%20Pairs%22}&userName=admin&userPass=admin%22
+

Revision as of 09:44, 25 April 2019

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/?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.