Skip to content

dsdk / v1.47 / EventMessage

Type Alias: EventMessage ​

EventMessage: object

EventMessage represents the information an event contains.

Type declaration ​

NameTypeDescription
Action?stringThe type of event
Actor?EventActor-
scope?"local" | "swarm"Scope of the event. Engine events are local scope. Cluster (Swarm) events are swarm scope.
time?numberTimestamp of event
timeNano?numberTimestamp of event, with nanosecond accuracy
Type?"builder" | "config" | "container" | "daemon" | "image" | "network" | "node" | "plugin" | "secret" | "service" | "volume"The type of object emitting the event