Get Recommendations Using GET

Get Recommendations Using GET

If no query set, all recommendations will be returned

Request
URI
GET
https://{api_host}/api/recommendations
COPY
Query Parameters
string of array
id
Optional

Get Recommendations with the matching id, both system defined and user defined

string
targetAdapterKind
Optional

Get Recommendations that have an associated recommended action on and the action is applicable to the resource of the specified adapter kind.

string
targetResourceKind
Optional

Get Recommendations that have an associated recommended action on and the action is applicable to the resource of the specified resource kind.


Authentication
This operation uses the following authentication methods.
Responses
200

The list of recommendations

Returns recommendations of type(s) application/json
{
    "recommendations": [
        {
            "action": {
                "actionAdapterKindId": "string",
                "targetAdapterKindId": "string",
                "targetMethod": "string",
                "targetResourceKindId": "string"
            },
            "description": "string",
            "id": "string"
        }
    ]
}
recommendations
Optional

Collection of recommendations