ClusterPlanWarning
editClusterPlanWarning
editInformation about a warning from a plan.
Properties
edit-
code
(string
, required) - A unique warning code
-
message
(string
, required) - A description of the warning
-
step_id
(string
) - The ID of the step which produced a warning, if any
Example
edit{ "code" : "string", "message" : "string", "step_id" : "string" }