Aurion Docs
Api

List Security Rules

GET
/api/v1/security/rules
AuthorizationBearer <token>

In: header

Query Parameters

tenant_id?|

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/security/rules"
[
  {
    "dedup_window_seconds": 900,
    "description": "string",
    "enabled": true,
    "event_type": "string",
    "id": "string",
    "name": "string",
    "notify_channels": [],
    "severity": "string",
    "tenant_id": "string",
    "threshold": 0,
    "window_seconds": 0
  }
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}