Skip to main content

List Alert Types

List and query all alert types.

External Documentation

To learn more, visit the Acronis documentation.

Parameters

ParameterDescription
CategoryA comma-seperated or JSON list of the alert categories to query by. Can be obtained by the List Alert Categories action.
OrderSet the order that the alerts will be returned in.Use the following values:
  • id
  • severity
  • category
The available operators:
  • asc
  • desc
Os TypeQuery by the category of the os type of the alert type.

Example Output

{
"items": [
{
"id": "BackupFailed",
"severity": "critical",
"enabled": true,
"contextKeys": [
"planId",
"resourceId"
],
"searchableDetails": [
"planName",
"resourceName"
],
"supportedOS": [
"ios",
"linux",
"macos",
"windows"
],
"category": "Backup",
"cti_name": "cti.a.p.am.alerts.v1.0~a.backup.failed.v1.0"
},
{
"id": "cti.a.p.am.alert.v1.0~a.test.type.v1.0",
"severity": "error",
"enabled": true,
"contextKeys": [],
"searchableDetails": [],
"supportedOS": [
"ios",
"linux",
"macos",
"windows"
],
"category": "cti.a.p.am.alert.category.v1.0~a.test.category.v1.0",
"cti_name": "cti.a.p.am.alert.v1.0~a.test.type.v1.0",
"alias": "test type"
}
]
}

Workflow Library Example

List Alert Types with Acronis and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop