List DPS clusters
GET/dwsu/:dwServiceUnitId/dps
Lists DPS clusters in the specified service unit.
Request
Path Parameters
The ID of the service unit.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
The response code.
data
object[]
The wrapped responding data.
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 creation time of the DPS cluster.
creator
object
The cloud account information.
The creation timestamp of the account.
The domain name assigned to the main account.
The email used by the cloud account.
The ID of the cloud account.
Whether the cloud account is a main account.
The ID of the role to which the cloud account is assigned.
The ID of the main account.
Possible values: [INACTIVE
, ACTIVATED
, DISABLED
]
The cloud account status.
The description of the DPS cluster.
Whether Adaptive Query Scaling is enabled.
Whether Auto Resume is enabled.
Whether Auto Suspend is enabled.
Possible values: [hybrid
, extreme
]
The type of the DPS cluster.
The ID of the DPS cluster. The value can be Hybrid or Extreme.
The maximum idle time before a DPS cluster is automatically suspended.
The name of the DPS cluster.
owner
object
The cloud account information.
The creation timestamp of the account.
The domain name assigned to the main account.
The email used by the cloud account.
The ID of the cloud account.
Whether the cloud account is a main account.
The ID of the role to which the cloud account is assigned.
The ID of the main account.
Possible values: [INACTIVE
, ACTIVATED
, DISABLED
]
The cloud account status.
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.
Possible values: [READY
, AUTO
, SUSPENDED
, PROVISIONING
, DROPPING
, DROPPED
, RESUMING
, RESIZING
, SUSPENDING
, INVALID
, LOADING
]
The status of the DPS cluster.
The last time when the DPS cluster was updated.
The response message.
{
"code": 0,
"data": [
{
"aqsSpec": {
"dpuSize": 0,
"id": 0,
"name": "string",
"price": {}
},
"createTime": "2023-05-18T14:20:11.01+09:00",
"creator": {
"createTimestamp": 1685510869834,
"domain": "string",
"email": "[email protected]",
"id": "account-100001",
"isRoot": true,
"roleId": "role-100001",
"rootAccountId": "rootAccount-100002",
"status": "INACTIVE"
},
"description": "string",
"enableAdaptiveQueryScaling": true,
"enableAutoResume": true,
"enableAutoSuspend": true,
"engine": "hybrid",
"id": "string",
"keepAliveTime": 0,
"name": "string",
"owner": {
"createTimestamp": 1685510869834,
"domain": "string",
"email": "[email protected]",
"id": "account-100001",
"isRoot": true,
"roleId": "role-100001",
"rootAccountId": "rootAccount-100002",
"status": "INACTIVE"
},
"spec": {
"dpuSize": 0,
"id": 0,
"name": "string",
"price": {}
},
"status": "READY",
"updateTime": "2023-05-18T14:20:11.01+09:00"
}
],
"msg": "string"
}