Skip to main content

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

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