List Extreme DPS cluster specifications
GET/dwsu/:dwServiceUnitId/dps/extreme/specs
Lists the Extreme DPS cluster specifications supported in the specified service unit.
Request
Path Parameters
dwServiceUnitId stringrequired
The ID of the service unit.
Example: dw54321
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
code int32
The response code.
data
object[]
The wrapped responding data.
dpuSize int32
The number of DPUs allocated to the DPS cluster.
id int64
The ID of the DPS cluster specification.
name string
The name of the DPS cluster specification.
price object
The number of credits consumed per unit of time.
msg string
The response message.
{
"code": 0,
"data": [
{
"dpuSize": 0,
"id": 0,
"name": "string",
"price": {}
}
],
"msg": "string"
}
Loading...