[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations

RecommendedAction

Identifies an action the system may take to solve a problem.


Properties

string
actionAdapterKindId Required

The Adapter Kind that defined this Recommended Action An example could be the Out-of-the-box Remediation Adapter Kind ID


string
targetAdapterKindId Required

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”


string
targetMethod Required

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.


string
targetResourceKindId Optional

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”

JSON Example

{
	"actionAdapterKindId": "string",
	"targetAdapterKindId": "string",
	"targetMethod": "string"
}
[{"label":"Latest (8.10.0)","version":"latest"},{"version":"8.6.3"}]
vrealize-operations
Property Of

Recommendation

Feedback

Was this page helpful?