TransitionSpec
TransitionSpec
Contains the parameters required to run Baseline to vLCM transition on Standalone Hosts in a domain
JSON Example
{
"resources": [
{
"id": "string",
"type": "string"
}
],
"hostRemediationOptions": {
"remediationFailureAction": {
"retryDelay": 0,
"retryCount": 0,
"action": "FAIL, RETRY"
},
"preRemediationPowerAction": "POWER_OFF_VMS, SUSPEND_VMS, DO_NOT_CHANGE_VMS_POWER_STATE, SUSPEND_VMS_TO_MEMORY",
"enableQuickBoot": false
}
}
array of
TransitionResourceSpec
resources
Optional
List of resources on which transition will be executed. If not provided transition will be run for all hosts for which compliance was run.