Skip to main content

Get Solutions

Select

SaaS
Customer Managed

API to fetch applicable workload solutions for the user like File Server, Virtualization or Database

Responses

OK


Schema
  • id object[]

    Detail of the workload solution that is supported for the user

  • id int64
  • name string
  • commandCenterStateValue int32
  • commandCenterState string
  • flag int32
  • associatedWorkloads object[]
GET /v4/solutions    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Solutions' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'