v1

latestOpenAPI 3.0.32026-07-1710494199.0 KB
audit-rules

Get the fired rule by its id

get/audit-rules/{id}/

Path parameters

idinteger required

A unique integer value identifying this audit rule.

Response

Return the fired rule by its id.

idinteger required

ID of the fired rule

namestring required

Name of the fired rule

statusstring

Status of the fired rule

ruleset_namestring

Name of the related ruleset

created_atstring date-time required

The created timestamp of the action

fired_atstring date-time required

The fired timestamp of the rule

Example response

{
  "activation_instance": {
    "id": 0,
    "name": "string"
  },
  "organization": {
    "id": 0,
    "name": "string",
    "description": "string"
  }
}