recommendation
The Recommendation encapsulates information and possible action needed to resolve a problem in the system. The Recommendation optionally includes a RecommendedAction.
In other words, a recommendation may have textual data and no associated action or it can have both. The Recommendation is uniquely identified by an identifier which is generated by the system during its creation.
{
"action": {
"actionAdapterKindId": "string",
"targetAdapterKindId": "string",
"targetMethod": "string",
"targetResourceKindId": "string"
},
"description": "string",
"id": "string"
}
The description for the recommendation
The recommendation id. Must be null during creation (System generated identifier)