A newer version is available. For the latest information, see the
current release documentation.
ClusterPlanStepLogMessageInfo
edit
The log message from a specified stage of an executed step in a plan.
Propertiesedit
-
delta_in_millis
(integer
asint64
) - Time in milliseconds since previous log message
-
message
(string
, required) - Human readable log message
-
stage
(string
; allowed values: [starting
,completed
,in_progress
], required) - Stage that info log message takes place in
-
timestamp
(string
asdate-time
, required) - Timestamp marking on info log of step
Exampleedit
{ "delta_in_millis" : 0, "message" : "string", "stage" : "string", "timestamp" : "2019-01-01T00:00:00Z" }