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

fired_atstring date-time required

The fired timestamp of the rule

definitionobject

The action definition in the rule

created_atstring date-time required

The created timestamp of the action

activation_idinteger required

ID of the related Activation

activation_namestring required

Name of the related Activation

Changes