Get Recommendation By Id

Get Recommendation By Id

Get the recommendation specified by the given identifier

Request
URI
GET
https://{api_host}/suite-api/api/recommendations/{id}
COPY
Path Parameters
string
id
Required

The identifier of the recommendation


Authentication
This operation uses the following authentication methods.
Responses
200

The recommendation corresponding to the specified ID

Returns recommendation of type(s) application/json
"{\n  \"id\" : \"c4565e03-b0d7-4539-8407-d9c55d7a24c2\",\n  \"description\" : \"Reboot the Host after migrating the Virtual Machines\"\n}"
string
id
Optional

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

string
description
Required

The description for the recommendation

object
action
Optional

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


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/recommendations/{id}