Get Solution
Data includes name, version, vendor and adapterKinds of the solution
Request
URI
GET
https://{api_host}/suite-api/api/solutions/{solutionId}
COPY
Path Parameters
string
solutionId
Required
The Id of the solution
Responses
200
The solution info
Returns
solution
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}"
string
id
Required
Identifier of the solution
string
name
Optional
Name of the Solution
string
version
Optional
Version of the Solution
string
description
Optional
Description of the Solution
string
vendor
Optional
Vendor name of the Solution
array of
string
adapterKindKeys
Optional
List of Adapter Kind keys associated with the Solution
array of
object
links
Optional
Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.
404
The specified Id does not exist in the system
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/solutions/{solutionId}