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
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"
}
]
}