Difference between revisions of "FlowSec Data Using the API"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
(Created page with " curl -H "Content-Type: application/json" -X POST -d '{"start":0,"length":25,"action":"get","output":"table","type":"flowsecReport","reportName":"Address Count","filter":{"sta...")
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  curl -H "Content-Type: application/json" -X POST -d '{"start":0,"length":25,"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"
+
[[Category:API]]
 +
[[Category:NetFlow]]
 +
<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"]}}' \
 +
"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"