GET
/
feedback
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
  }
]

Authorizations

Authorization
string
header
required

Authorization Token

Query Parameters

agid
string

Agent ID (if defined will be used to filter specific ID)

Response

200 - application/json
OK

Array of WCF Agent installed