Get Solutions
Select
SaaS
Customer Managed
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 stringflag int32associatedWorkloads object[]
{
"id": [
{
"id": 0,
"name": "string",
"commandCenterStateValue": 0,
"commandCenterState": "string",
"flag": 0,
"associatedWorkloads": [
{
"id": 0,
"name": "string",
"flag": 0
}
]
}
]
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...