rmm_create_alert
Create an RMM alert for a specific customer and asset. Set the alert type, details, status, and include trigger properties to match real alert structure.
Instructions
Create an RMM alert. Note: formatted_output (not in swagger) populates the 'Details' field in the UI. description maps to the 'Type' field. Include properties with trigger and description keys to match real alert structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | No | Customer ID | |
| asset_id | No | Asset ID | |
| description | No | Alert description (maps to 'Type' field in UI) | |
| formatted_output | No | Populates the 'Details' field in UI (not in swagger docs) | |
| resolved | No | Whether resolved | |
| status | No | Status | |
| properties | No | Additional properties -- include trigger and description to match real alert structure |