Get Solutions

Get Solutions

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

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

The Solutions

Returns solutions of type(s) application/json
"{\n  \"id\" : \"VMware vSphere\",\n  \"name\" : \"vSphere\",\n  \"version\" : \"6.0.22\",\n  \"description\" : \"DESCRIPTION\",\n  \"vendor\" : \"VENDOR\",\n  \"adapterKindKeys\" : [ \"VMWARE\", \"PythonRemediationAdapter\" ]\n}"
array of object
solution
Optional

List of solutions


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