Get Solutions
API to fetch applicable workload solutions for the user like File Server, Virtualization or Database
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
id object[]
Detail of the workload solution that is supported for the user
id int64name stringcommandCenterStateValue int32commandCenterState string
{
"id": [
{
"id": 0,
"name": "string",
"commandCenterStateValue": 0,
"commandCenterState": "string"
}
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...