Aurion Docs
Api

Update Security Rule

PUT
/api/v1/security/rules/{rule_id}
AuthorizationBearer <token>

In: header

Path Parameters

rule_id*string
Formatuuid

Request Body

application/json

Response Body

application/json

application/json

curl -X PUT "https://loading/api/v1/security/rules/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{
  "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"
    }
  ]
}