All Products
Search
Document Center

DataWorks:DsgUpdateDesensStatusList

Last Updated:Jun 11, 2026

Update the status of data masking switches

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

Ids

array

Yes

The list of switch IDs.

integer

No

The switch ID.

[1026762360,1027140457,1028310138,1028334529,1028895658]

DesensStatus

integer

Yes

The switch status. Valid values: 1: enabled 0: disabled

1

Response elements

Element

Type

Description

Example

object

OpenApiResultModel

Success

boolean

Indicates whether the call was successful. Valid values:

  • true: The call was successful.

  • false: The call failed.

true

ErrorCode

string

The error code. Valid values:

  • If the request is successful, the ErrorCode field is not returned.

  • If the request fails, the ErrorCode field is returned. For more information, see the Error codes section of this topic.

1010040007

ErrorMessage

string

The error message.

The specified parameters are invalid.

HttpStatusCode

integer

The HTTP status code.

200

Data

boolean

The processing result.

true

RequestId

string

The request ID.

AFBB799F-8578-51C5-A766-E922EDB8XXXX

Examples

Success response

JSON format

{
  "Success": true,
  "ErrorCode": "1010040007",
  "ErrorMessage": "The specified parameters are invalid.",
  "HttpStatusCode": 200,
  "Data": true,
  "RequestId": "AFBB799F-8578-51C5-A766-E922EDB8XXXX"
}

Error codes

HTTP status code

Error code

Error message

Description

400 PARAMS.ERROR param error.
400 DESENSSTATUS.ID.ERROR The desens status switch ID does not match or does not exist with the tenant. the desensitization switch id does not exist or does not belong to the tenant
400 DESENSSTATUS.PAGESIZE.ERROR Page size is too large, maximum of 100. Page size exceeded limit, up to 100.
400 DESENSSTATUS.SCENECODE.ERROR Scene code does not exist. Scene code does not exist.
400 DESENSSTATUS.SIZE.ERROR The number of desens status exceeds the limit. The number of desensitization switches exceeds the limit
500 UNKNOWN.ERROR unknown error. Unknown error.
403 PERMISSION.DENIED.ERROR Permission denied Insufficient permissions.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.