SettingsHostsSoftwareReportsLastApplyResultApplyStatus
The LastApplyResult.ApplyStatus structure contains fields that describe the status of an apply operation.
Properties
Time when the operation completed.
Notifications providing additional information about the status of the operation.
Time when the operation started.
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 a standalone host.
OK : The operation completed successfully.
SKIPPED : The operation was skipped.
TIMED_OUT : The operation timed out.
ERROR : The operation encountered an unspecified error.
Possible values are: OK , SKIPPED , TIMED_OUT , ERROR
JSON Example
{
"end_time": "string",
"notifications": {},
"start_time": "string",
"status": "OK"
}