External DocumentationTo 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: * 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 |
| 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: * eq - Equals * lt - Less than * gt - greater than * le - Less than or equals * ge - Greater than or equals. |
| Deleted At | Filter 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. |
| 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: * created_at * type * severity * source * source_time_stamp * updated_at * deleted_at * category * planId * planName * resourceId * resourceName The available operators: * asc * desc |
| 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: * eq - Equals * lt - Less than * gt - greater than * le - Less than or equals * ge - Greater than or equals. |
| 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: * eq - Equals * lt - Less than * gt - greater than * le - Less than or equals * ge - Greater than or equals. |