Creates a new event marker (e.g. deployment, incident, config change).
Path parameters
accountSid
accountSid
Request body
Event type (e.g. deployment, incident, config_change, scale, custom)
Human-readable event name
Optional longer description
Source of the event (e.g. github_actions, gitlab_ci, jenkins, manual)
Freeform key/value metadata (e.g. commitSha, branch, imageTag)
Bucket sids this event applies to. Defaults to ["*"] (all).
Environment sids this event applies to. Defaults to ["*"] (all).
When the event started. Defaults to now.
When the event ended. Null for point-in-time events.
Response
Successful
EventSid
Sid of the account
Bucket sids this event applies to
Environment sids this event applies to
Event type (e.g. deployment, incident, config_change)
Human-readable event name
Optional longer description
Source of the event (e.g. github_actions, jenkins)
Freeform key/value metadata
When the event started
When the event ended (null for point-in-time events)
When the record was created
When the record was last updated