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

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
(Created page with "When querying forensics data you can pass the following params {| class="wikitable" border="1" |- ! Field ! Field Type ! Field Description ! Examples |- | graphRows | integer ...")
 
Line 2: Line 2:
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Field
+
! Field Name
 
! Field Type
 
! Field Type
 
! Field Description
 
! Field Description
Line 8: Line 8:
 
|-
 
|-
 
| graphRows
 
| graphRows
| integer
+
| Integer
 
| Specify how many rows should be grouped by and returned in the graph data
 
| Specify how many rows should be grouped by and returned in the graph data
 
| "graphRows":20
 
| "graphRows":20
 
|-
 
|-
|  
+
| type
|  
+
| String
|  
+
| Output type, can be Graph or Table
|  
+
| "type:"Graph"
 
|-
 
|-
|  
+
| reportName
|  
+
| String
|  
+
| Name of any available forensics report
|  
+
| "reportName":"Application Flows"
 
|-
 
|-
 
|  
 
|  
Line 26: Line 26:
 
|  
 
|  
 
|  
 
|  
|-
+
}
| row 2, cell 1
+
| row 2, cell 2
+
| row 2, cell 3
+
|}
+
 
"graphRows
 
"graphRows

Revision as of 16:09, 13 January 2020

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"

} "graphRows