recommended-action
Identifies an action the system may take to solve a problem.
{
"actionAdapterKindId": "string",
"targetAdapterKindId": "string",
"targetMethod": "string",
"targetResourceKindId": "string"
}
The Adapter Kind that defined this Recommended Action An example could be the Out-of-the-box Remediation Adapter Kind ID
The Adapter Kind for which this Recommended Action is applicable. An example could be the Out-of-the-box VC Adapter Kind ID viz. "VMWARE"
Name of the remediation action that needs to be performed on the resource An example could be a few of the VM lifecycle operations viz. "shutdown", "reset" etc.
Resource Kind of the Adapter Kind targetAdapterKindId on which this Recommended Action is applicable. For certain recommended actions, this can be null. The system supports a scenario where the Recommended Action is only associated with targetAdapterKindId only. An example could be the Out-of-the-box VC Resource Kind ID viz. "VirtualMachine"