External DocumentationTo learn more, visit the Acronis documentation.
Actions
List Alert Types
List and query all alert types.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Category | A comma-separated or JSON list of the alert categories to query by. Can be obtained by the List Alert Categories action. |
| Order | Set the order that the alerts will be returned in. Use the following values: * id * severity * category The available operators: * asc * desc |
| Os Type | Query by the category of the os type of the alert type. |
{
"items": [
{
"id": "<string>",
"severity": "<string>",
"enabled": true,
"contextKeys": [],
"searchableDetails": [
"<string>",
"<string>"
],
"exportable": [
{
"name": "<string>",
"acep_name": "<string>"
}
],
"supportedOS": [
"<string>",
"<string>"
],
"category": "<string>"
},
{
"id": "<string>",
"severity": "<string>",
"enabled": true,
"contextKeys": [],
"searchableDetails": [
"<string>",
"<string>"
],
"supportedOS": [
"<string>",
"<string>"
],
"category": "<string>"
}
]
}
Was this page helpful?