Update DPS cluster
PATCH/unit/dps/:dpsId
Updates the information about a DPS cluster in the service unit.
Request
Path Parameters
The ID of the DPS cluster.
- application/json
Body
required
aqsSpec
object
The information about the DPS cluster specification.
The number of DPUs allocated to the DPS cluster.
The ID of the DPS cluster specification.
The name of the DPS cluster specification.
The number of credits consumed per unit of time.
The description of the DPS cluster.
Whether Adaptive Query Scaling is enabled.
Whether Auto Resume is enabled.
Whether Auto Suspend is enabled.
The maximum idle time before a DPS cluster is automatically suspended.
The name of the DPS cluster.
spec
object
The information about the DPS cluster specification.
The number of DPUs allocated to the DPS cluster.
The ID of the DPS cluster specification.
The name of the DPS cluster specification.
The number of credits consumed per unit of time.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
The response code.
The wrapped responding data.
The response message.
{
"code": 0,
"data": {},
"msg": "string"
}