DsgUpdateDesensStatusList - Update the status of data masking switches

更新时间:
复制 MD 格式

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 request was successful. Valid values:

  • true: The request was successful.

  • false: The request failed.

true

ErrorCode

string

The error code. Valid values:

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

  • If the request fails, the ErrorCode parameter 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. Invalid parameter.
400 DESENSSTATUS.ID.ERROR The desens status switch ID does not match or does not exist with the tenant. The masking switch ID does not exist or does not belong to the tenant.
400 DESENSSTATUS.PAGESIZE.ERROR Page size is too large, maximum of 100. The page size exceeds the limit. The maximum value is 100.
400 DESENSSTATUS.SCENECODE.ERROR Scene code does not exist. The scene code does not exist.
400 DESENSSTATUS.SIZE.ERROR The number of desens status exceeds the limit. The number of masking switches exceeds the limit.
500 UNKNOWN.ERROR unknown error. An unknown error occurred.
403 PERMISSION.DENIED.ERROR Permission denied Insufficient permissions.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.