Skip to main content

Suspend DPS cluster

POST 

/dwsu/:dwServiceUnitId/dps/:dpsId/suspend

Manually suspends 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

Responses

OK

Schema

    code int32

    The response code.

    data object

    The wrapped responding data.

    msg string

    The response message.

Loading...