Get Solutions Using GET

Get Solutions Using GET

Get data about all the solutions associated with vRealize Operations instance. Data includes name, version , vendor and adapterKinds of the solution.

Request
URI
GET
https://{api_host}/api/solutions
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

The Solutions

Returns solutions of type(s) application/json
{
    "solution": [
        {
            "adapterKindKeys": [
                "string"
            ],
            "description": "string",
            "id": "string",
            "links": [
                {
                    "description": "string",
                    "href": "string",
                    "name": "string",
                    "rel": "string"
                }
            ],
            "name": "string",
            "vendor": "string",
            "version": "string"
        }
    ]
}
array of solution
solution
Optional

List of solutions