SettingsClustersSoftwareStageStatus
The Software.StageStatus structure contains fields that describe the status of a Software.stage operation.
Properties
Time when the operation completed.
Notifications providing additional information about the status of the operation.
Time when the operation started.
The Software.StageStatus.Status enumerated type contains the possible different status codes that can be returned while trying to Software.stage the desired software specification to hosts within the cluster.
RUNNING : The operation is in progress.
OK : The operation completed successfully.
SKIPPED : The operation was skipped.
TIMED_OUT : The operation timed out.
ERROR : The operation encountered an unspecified error.
RETRY_PENDING : The operation is being scheduled for retry.
Possible values are: RUNNING , OK , SKIPPED , TIMED_OUT , ERROR , RETRY_PENDING
JSON Example
{
"end_time": "string",
"notifications": {},
"start_time": "string",
"status": "RUNNING"
}