Skip to main content

Update DPS cluster

PATCH 

/dwsu/:dwServiceUnitId/dps/:dpsId

Updates the information about a DPS cluster in the specified service unit.

Request

Path Parameters

    dwServiceUnitId stringrequired

    The ID of the service unit.

    Example: dw54321
    dpsId stringrequired

    The ID of the DPS cluster.

    Example: dps-123

Body

required

    aqsSpec

    object

    The information about the DPS cluster specification.

    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.

    description string

    The description of the DPS cluster.

    enableAdaptiveQueryScaling boolean

    Whether Adaptive Query Scaling is enabled.

    enableAutoResume boolean

    Whether Auto Resume is enabled.

    enableAutoSuspend boolean

    Whether Auto Suspend is enabled.

    keepAliveTime int32

    The maximum idle time before a DPS cluster is automatically suspended.

    name string

    The name of the DPS cluster.

    spec

    object

    The information about the DPS cluster specification.

    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.

Responses

OK

Schema

    code int32

    The response code.

    data object

    The wrapped responding data.

    msg string

    The response message.

Loading...