Skip to main content

List Alerts

List and query all alerts.

External Documentation

To learn more, visit the Acronis documentation.

Basic Parameters

ParameterDescription
QueryA free text query string to search within the planName or resourceName fields of the alerts.
SeverityFilter by the alert severity. Use the following operators:
  • eq - equals to value
  • or - equals to one or more value
  • lt - less than a value
  • gt - greater than a value
  • le - less than or equals to a value
  • ge - greater than or equals to a value
The available values are:
  • ok
  • information
  • warning
  • error
  • critical
SourceFilter by the source of the alert.
TypeA comma-seperated list or JSON list of alert types to query by. Can be obtained by the List Alert Types action.

Advanced Parameters

ParameterDescription
CategoryFilter by the category of the alert.
Created AtFilter by created at timestamp. Use the following operators:
  • eq - Equals
  • lt - Less than
  • gt - greater than
  • le - Less than or equals
  • ge - Greater than or equals.
Deleted AtFilter by when the alert was dismissed. Use the following operators:
  • eq - Equals
  • lt - Less than
  • gt - greater than
  • le - Less than or equals
  • ge - Greater than or equals.
IDsA comma-seperated list or JSON list of IDs of alerts to be return.
LimitLimit the amount of results that are returned.
OrderSet the order that the alerts will be returned in.Use the following values:
  • created_at
  • type
  • severity
  • source
  • sourcetimestamp
  • updated_at
  • deleted_at
  • category
  • planId
  • planName
  • resourceId
  • resourceName
The available operators:
  • asc
  • desc
Plan IDsA comma-seperated list or JSON list of plan IDs to query by. Note that it is case sensitive.
Plan NamesA comma-seperated list or JSON list of plan names to query by. Note that it is case sensitive.
Resource IDsA comma-seperated list or JSON list of resource IDs to query by. Note that it is case sensitive.
Resource NamesA comma-seperated list or JSON list of resource names to query by. Note that it is case sensitive.
Show DeletedIf true, dismissed alerts will be included in the response.
Show Deleted OnlyIf true, only dismissed alerts will be included in the response.
Skip IDsA comma-seperated list or JSON list of IDs of the alerts to exclude from the response.
Source Time StampFilter by timestamp that was provided by an alert producer. Use the following operators:
  • eq - Equals
  • lt - Less than
  • gt - greater than
  • le - Less than or equals
  • ge - Greater than or equals.
TenantsA comma-seperated list or JSON list of tenant IDs to query by.
Updated AtFilter by updated at timestamp. Use the following operators:
  • eq - Equals
  • lt - Less than
  • gt - greater than
  • le - Less than or equals
  • ge - Greater than or equals.

Example Output

{
"items": [
{
"id": "01C2D69A-112B-4DE1-98AE-8688223C5F4B",
"type": "BackupFailed",
"details": {
"activity": {
"id": "D028B06E-36D6-43FF-9242-35E8A9917E3A"
},
"activityId": "D028B06E-36D6-43FF-9242-35E8A9917E3A"
},
"createdAt": "2021-04-05T20:41:41Z",
"_source": "6852F263-2B5E-48BF-B78B-486182D9BDBE",
"_sourceTimeStamp": 3246,
"severity": "critical",
"receivedAt": "2021-04-01T22:16:19.71025511Z",
"updatedAt": "2021-04-05T20:41:42.352636392Z",
"tenant": {
"id": "56",
"locator": "/1/50/53/56/"
},
"category": "Backup"
},
{
"id": "BACA9625-A993-4722-B03F-F2807C85E76F",
"type": "DrInternetTrafficUnblocked",
"details": {},
"createdAt": "2021-04-05T23:41:55.089638934Z",
"severity": "warning",
"receivedAt": "2021-04-05T23:41:55.089638324Z",
"updatedAt": "2021-04-05T23:41:55.089638934Z",
"tenant": {
"id": "1",
"locator": "/1/"
},
"category": "Disaster recovery"
},
{
"id": "CBE8B43A-70C9-4343-B942-82D56E34FDF0",
"type": "DrInternetTrafficUnblocked",
"details": {},
"createdAt": "2021-04-01T14:19:32.202462769Z",
"severity": "warning",
"receivedAt": "2021-04-01T14:19:32.202461826Z",
"updatedAt": "2021-04-01T14:19:32.202462769Z",
"tenant": {
"id": "1",
"locator": "/1/"
},
"category": "Disaster recovery"
}
],
"paging": {
"cursors": {}
}
}

Workflow Library Example

List Alerts with Acronis and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop