List Hybrid DPS cluster specifications
GET/dwsu/edition/:edition/dps/hybrid/specs
Lists Hybrid DPS cluster specifications supported by the specified service unit edition.
Request
Path Parameters
edition stringrequired
The edition.
Example: standard
Query Parameters
cloud stringrequired
The ID of the cloud provider.
Example: aws
region stringrequired
The ID of the region.
Example: ap-southeast-1
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...