recommendation

recommendation
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.

JSON Example
{
    "action": {
        "actionAdapterKindId": "string",
        "targetAdapterKindId": "string",
        "targetMethod": "string",
        "targetResourceKindId": "string"
    },
    "description": "string",
    "id": "string"
}
action
Optional

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

string
description
Required

The description for the recommendation

string
id
Optional

The recommendation id. Must be null during creation (System generated identifier)