Skip to main content

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

OK

Schema

    code int32

    The response code.

    data

    object[]

    The wrapped responding data.

  • Array [

  • 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.

Loading...