OAPI: add lifecycle events
Add events for manager-startup and manager-shutdown.
This commit is contained in:
parent
e7bd8dff8a
commit
a137ecd3cd
@ -2375,6 +2375,18 @@ components:
|
||||
description: When a tag was just deleted, this is set to `true`.
|
||||
required: [tag]
|
||||
|
||||
EventLifeCycle:
|
||||
type: object
|
||||
description: >
|
||||
Flamenco life-cycle event, for things like shutting down, starting up, etc.
|
||||
properties:
|
||||
"type": { $ref: "#/components/schemas/LifeCycleEventType" }
|
||||
required: [type]
|
||||
|
||||
LifeCycleEventType:
|
||||
type: string
|
||||
enum: [manager-startup, manager-shutdown]
|
||||
|
||||
SocketIOSubscription:
|
||||
type: object
|
||||
description: >
|
||||
|
Loading…
x
Reference in New Issue
Block a user