すべてのプロダクト
Search
ドキュメントセンター

DataWorks:DsgUpdateDesensStatusList

最終更新日:Jun 11, 2026

データマスキングスイッチのステータスを更新します。

今すぐお試しください

この API を OpenAPI Explorer でお試しください。手作業による署名は必要ありません。呼び出しに成功すると、入力したパラメーターに基づき、資格情報が組み込まれた SDK コードが自動的に生成されます。このコードをダウンロードしてローカルで使用できます。

テスト

RAM 認証

この操作の認証情報はありません。問題が発生した場合は、アカウントマネージャーにご連絡ください。

リクエストパラメーター

パラメーター

必須 / 任意

説明

Ids

array

必須

スイッチ ID のリスト。

integer

任意

The switch ID.

[1026762360,1027140457,1028310138,1028334529,1028895658]

DesensStatus

integer

必須

スイッチのステータス。有効な値:

  • 1: 有効。

  • 0: 無効。

1

レスポンスフィールド

フィールド

説明

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

成功レスポンス

JSONJSON

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

エラーコード

HTTP ステータスコード

エラーコード

エラーメッセージ

説明

400 PARAMS.ERROR param error. Parameter error.
400 DESENSSTATUS.ID.ERROR The desens status switch ID does not match or does not exist with the tenant. The data 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 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 data masking switches exceeds the limit.
500 UNKNOWN.ERROR unknown error. Unknown error.
403 PERMISSION.DENIED.ERROR Permission denied Insufficient permissions.

完全なリストについては、「エラーコード」をご参照ください。

変更履歴

完全なリストについては、「変更履歴」をご参照ください。