types.State-types_JobStateType
types.State-types_JobStateType API schema defining 3 fields, including details, message, and state type.
details object
Details is a map of additional details about the state.
property name*string
messagestring
Message is a human readable message describing the state.
state_typetypes.JobStateType
StateType is the current state of the object.
Possible values: [``, pending, queued, deploying, running, rollout_paused, rollout_failed, degraded, completed, failed, stopped, deleted]
types.State-types_JobStateType
{
"details": {},
"message": "string",
"state_type": ""
}