Difference between revisions of "Forensic Data Using the API Request Fields"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
Line 34: Line 34:
 
| "length":20,"start":0
 
| "length":20,"start":0
 
|-
 
|-
|  
+
| device
|  
+
| Array of Strings
|  
+
| Selects which infrastructure devices data to include in this report, always recommended.
|  
+
| "device":["172.21.40.199","172.21.40.254,"172.21.21,254"]
 
|-
 
|-
 
|  
 
|  

Revision as of 16:23, 13 January 2020

URL Format can be found Forensic_Data_Using_the_API

When querying forensics data you can pass the following params

Field Name Field Type Field Description Examples
graphRows Integer Specify how many rows should be grouped by and returned in the graph data "graphRows":20
type String Output type, can be Graph or Table "type:"Graph"
reportName String Name of any available forensics report "reportName":"Application Flows"
length Integer Number of table rows to return, should be used with the start parameter "length":20,"start":0
start Integer Which row count to start from when returning a table, should be used with the length parameter "length":20,"start":0
device Array of Strings Selects which infrastructure devices data to include in this report, always recommended. "device":["172.21.40.199","172.21.40.254,"172.21.21,254"]

}