HostSystemRemediationState
HostSystemRemediationState
The valid remediation states.
Host profile apply has two stages: precheck remediation and remediation. Precheck remediation generates task list and task requirement: apply may fail when task requirements are not satisfied. Remediation stage can be started only when precheck remediation succeeded.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"state": "string",
"operationTime": "string"
}
string
state
Required
The remediation or precheck remediation operation state.
See HostSystemRemediationStateStateEnum for the valid values.
string As date-time As date-time
operationTime
Required
For any "running" state, this is the starting time; for others, this is the completion time.