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...")
 
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"
+
  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"

Revision as of 16:01, 14 November 2016

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"