Skip to main content

Alerts

List all audit alerts

Request

Definition

GET /api/v1/audit/alert_sets

Headers

  • Authorization required

    Authentication token with privileges to view the resource.

    Bearer {token}

Query string parameters

ParameterTypeRequiredDescription
paginatebooleanNoIf the result must be paginated.
pageintegerYes if paginate is truePage index.
page_sizeintegerYes if paginate is trueNumber of items displayed per page.
alert_set_idstringNoFilters operations whose alert_set_id matches the string entered.
alert_set_id_listarray<string>NoFilters operations whose alert_set_id matches one of the list items.
timestamp_startintegerNoFilters operations performed after the date entered.
timestamp_endintegerNoFilters operations performed before the date entered.
usernamestringNoFilters the operations performed by the user whose name matches the string entered.
username_listarray<string>NoFilters the operations performed by the user whose name matches one of list items.
actionstringNoFilters operations where the action performed matches the string entered.
action_listarray<string>NoFilters operations performed whose action matches one of list items.

Response

Status codes

Status codeMessage
200"List of audit alert_sets"
403"Forbidden"

Body

  • data.audit_alert_sets.alerts_set_id string

    ID of the alert set concerned by the operation.

  • data.audit_alert_sets.action string

    Executed action.

  • data.audit_alert_sets.username string

    Username of the user who performed the operation.

  • data.audit_alert_sets.timestamp integer

    Date in which the operation has been performed in UNIX format (microseconds).

  • data.audit_alert_sets.additional_info object

    Some operation's additional informations.