create_alert_definition
Create alert definitions for VMware resources by combining symptom definitions. Assign name, severity, and description to trigger alerts when any symptom fires.
Instructions
[WRITE] Create a new alert definition referencing existing symptom definitions.
Use list_symptom_definitions() to find symptom_definition_ids.
Args: name: Alert definition name (must be unique in Aria Operations). description: Human-readable description of when/why this alert fires. resource_kind: Resource kind this alert applies to: VirtualMachine, HostSystem, ClusterComputeResource, Datastore. symptom_definition_ids: List of symptom definition UUIDs. Any one symptom firing triggers (OR across symptom ids). criticality: Alert severity: INFORMATION, WARNING, IMMEDIATE, CRITICAL. adapter_kind: Adapter kind key. Default VMWARE (vSphere adapter). target: Optional Aria Operations target name from config. Uses default if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target | No | ||
| criticality | No | WARNING | |
| description | Yes | ||
| adapter_kind | No | VMWARE | |
| resource_kind | Yes | ||
| symptom_definition_ids | Yes |