External DocumentationTo learn more, visit the Acronis documentation.
Actions
List Alert Categories
List all alert categories.

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 |
|---|---|
| Include Disabled | Should disabled alert categories be included in the response. |
{
"items": [
{
"name": "<string>",
"disabled": false
},
{
"name": "<string>",
"disabled": false
}
]
}
Was this page helpful?