SettingsClustersSoftwareReportsLastApplyResultApplyStatus
The LastApplyResult.ApplyStatus structure contains fields that describe the status of an apply operation.
Properties
string
end_time
Required
Time when the operation completed.
notifications
Required
Notifications providing additional information about the status of the operation.
string
start_time
Required
Time when the operation started.
status
Required
The status of the operation.
Possible values are: OK , SKIPPED , TIMED_OUT , ERROR
JSON Example
{
"end_time": "string",
"notifications": {},
"start_time": "string",
"status": "enum"
}