List Alerts
List and query all alerts.
External Documentation
To learn more, visit the Acronis documentation.
Basic Parameters
Parameter | Description |
---|---|
Query | A free text query string to search within the planName or resourceName fields of the alerts. |
Severity | Filter by the alert severity. Use the following operators:
|
Source | Filter by the source of the alert. |
Type | A comma-seperated list or JSON list of alert types to query by. Can be obtained by the List Alert Types action. |
Advanced Parameters
Parameter | Description |
---|---|
Category | Filter by the category of the alert. |
Created At | Filter by created at timestamp. Use the following operators:
|
Deleted At | Filter by when the alert was dismissed. Use the following operators:
|
IDs | A comma-seperated list or JSON list of IDs of alerts to be return. |
Limit | Limit the amount of results that are returned. |
Order | Set the order that the alerts will be returned in.Use the following values:
|
Plan IDs | A comma-seperated list or JSON list of plan IDs to query by. Note that it is case sensitive. |
Plan Names | A comma-seperated list or JSON list of plan names to query by. Note that it is case sensitive. |
Resource IDs | A comma-seperated list or JSON list of resource IDs to query by. Note that it is case sensitive. |
Resource Names | A comma-seperated list or JSON list of resource names to query by. Note that it is case sensitive. |
Show Deleted | If true, dismissed alerts will be included in the response. |
Show Deleted Only | If true, only dismissed alerts will be included in the response. |
Skip IDs | A comma-seperated list or JSON list of IDs of the alerts to exclude from the response. |
Source Time Stamp | Filter by timestamp that was provided by an alert producer. Use the following operators:
|
Tenants | A comma-seperated list or JSON list of tenant IDs to query by. |
Updated At | Filter by updated at timestamp. Use the following operators:
|
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
Preview this Workflow on desktop