cURL
curl --request GET \ --url https://app.onefirewall.com/api/v1/feedback \ --header 'Authorization: <api-key>'
[ { "active": true, "agid": "<string>", "blacklist": [ "<string>" ], "code": 123, "config": { "maximum_rules": 123, "running": "<string>", "score_threshold": 123, "sync_time": 123, "version": "<string>" }, "hostanme": "<string>", "maximum_rules": 123, "mgid": "<string>", "plugin": "<string>", "score_threshold": 123, "sync_time": "<string>", "ts": 123 } ]
The end point is used to retreive a list of WCF Agent installed, along with configuration presented and how each WCF Agent is performing
Authorization Token
Agent ID (if defined will be used to filter specific ID)
OK
Array of WCF Agent installed