Skip to content

List configured choreography entries

GET
/api/v1/events

Returns all entries configured under controller.yaml: events:. Entries are configuration-only in v1 and are not API-mutated; admins edit the YAML and restart the controller.

OK

Array<object>
object
name
string
description
string
group
string
cron
string
timezone
string
durationSeconds
required
integer format: int64
overlay
object
minInstances
integer format: int32
maxInstances
integer format: int32
scalingMode
string
maintenance
boolean
maintenanceMessage
string

Unauthorized

Forbidden