JSON API - List
Method: GET |
Endpoint: /list |
Parameters: None |
Description
Returns a list of all of the agents available in Agency.
Response
Returns a JSON-encoded payload.
- sample.json
[{ "name": "Detection Type @ Detection Asset" } ]
The response is an array of JSON objects that only include following fields…
Field Name | Meaning |
---|---|
Name | The full name of the agent, made up of the agent name and the asset the agent is connected to. |