Difference between revisions of "FlowSec Data Using the API"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
 
Line 1: Line 1:
 
[[Category:API]]
 
[[Category:API]]
 
[[Category:NetFlow]]
 
[[Category:NetFlow]]
curl -H "Content-Type: application/json" -X POST -d \
+
<pre>
 +
curl -H "Content-Type: application/json" -X POST -d \
 
  '{"action":"get","output":"table","type":"flowsecReport","reportName":"Address Count","filter":{"starttime":1479110400000,"endtime":1479114000000,"add":["172.21.40.14"]}}' \
 
  '{"action":"get","output":"table","type":"flowsecReport","reportName":"Address Count","filter":{"starttime":1479110400000,"endtime":1479114000000,"add":["172.21.40.14"]}}' \
 
  "http://172.21.40.14:7902/rest/?portalUser=admin@myipsla.com"
 
  "http://172.21.40.14:7902/rest/?portalUser=admin@myipsla.com"
 +
</pre>

Latest revision as of 09:13, 25 April 2019

 curl -H "Content-Type: application/json" -X POST -d \
 '{"action":"get","output":"table","type":"flowsecReport","reportName":"Address Count","filter":{"starttime":1479110400000,"endtime":1479114000000,"add":["172.21.40.14"]}}' \
 "http://172.21.40.14:7902/rest/?portalUser=admin@myipsla.com"