データマスキングスイッチのステータスを更新します。
今すぐお試しください
テスト
RAM 認証
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| Ids |
array |
必須 |
スイッチ ID のリスト。 |
|
|
integer |
任意 |
The switch ID. |
[1026762360,1027140457,1028310138,1028334529,1028895658] |
|
| DesensStatus |
integer |
必須 |
スイッチのステータス。有効な値:
|
1 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
OpenApiResultModel |
||
| Success |
boolean |
Indicates whether the call was successful. Valid values:
|
true |
| ErrorCode |
string |
The error code. Valid values:
|
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. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。