SettingsClustersSoftwareReportsLastApplyResultApplyStatus

The LastApplyResult.ApplyStatus structure contains fields that describe the status of an apply operation.


Properties

string as date-time
end_time Required

Time when the operation completed.


notifications Required

Notifications providing additional information about the status of the operation.


progress Optional

Progress of the operation. unset for #ApplyStatus of the cluster


string as date-time
start_time Required

Time when the operation started.


status Required

The LastApplyResult.ApplyStatus.Status enumerated type contains the possible different status codes that can be returned while trying to apply the desired software specification to hosts within the cluster.
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: OKSKIPPEDTIMED_OUTERRORRETRY_PENDING

JSON Example

{
	"end_time": "string",
	"notifications": {},
	"start_time": "string",
	"status": "OK"
}

Feedback

Was this page helpful?