Engine

Covers Engine 2.0.0

dartwic-share/argus/update-event-status

Updates an event status on a remote ARGUS runtime.

  • Category: Events

Request payload

FieldTypeRequirementDescription
event_idstringOptionalStable event ID. A title lookup is used when omitted.
message_titlestringOptionalActive event title used when event_id is omitted.
titlestringOptionalAlias for message_title.
statusstringOptionalNew event status. status_type is accepted as an alias.
status_typestringOptionalAlias for status.
operator_client_idstringOptionalOriginal requesting client ID; defaults to the authenticated caller.
payloadobjectOptionalOperator-response metadata stored with the status change.

Response payload

FieldTypeDescription
updatedbooleanWhether the event status was changed.
event_idstringResolved event ID.
statusstringStatus applied to the event.

Errors

  • No event ID/title can be resolved, no status is supplied, or resolved is requested while the event is still firing.