JSON API - Root

Method: GET
Endpoint: /
Parameters: None
Description

Returns a list of all of the active Agency detections.

Response

Returns a JSON-encoded payload.

sample.json
[{ "name": "Detection Type @ Detection Asset",
  "element": "Output_Name",
  "priority": "2",
  "agent": "Detection Type",
  "triggered": "2021-04-30 12:12:04.032000" } ]

The response is an array of JSON objects that include the following fields…

Field NameMeaning
NameThe full name of the agent, made up of the agent name and the asset the agent is connected to.
ElementThe name of the agent output that triggered the alert (some agents have multiple outputs)
PriorityAn integer number giving the priority of the alert
AgentThe name of the agent that produced the alert
TriggeredThe date & time the alert was triggered