create-event
Create a new event in Concert Operate with summary, severity, sender, and resource details to record incidents or alerts for operational tracking.
Instructions
Create a new event in Concert Operate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | Event payload object. Must include at minimum: summary (string), severity (1-6), sender.name, resource.name, resource.type. | |
| wait_for_commit | No | If true, waits until the event is committed before responding. |