UpdateAnalyticsEventInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| acknowledgedAt | DateTime | When the event was acknowledged by an operator. | |
| acknowledgedById | ID | Identifier of the actor who acknowledged the event. | |
| details | JsonString | Structured metadata payload. | |
| jobId | ID | ||
| metricId | ID | ||
| occurredAt | DateTime | Timestamp when the event occurred. | |
| operationId | ID | ||
| resourceId | ID | ||
| severity | EventSeverity | Severity level of the event. | |
| signalType | SignalType | Semantic classification of the event signal. | |
| source | String | System or integration that generated the event. | |
| summary | String | Short, human-readable summary of the event. |