Menghapus skenario penyamaran data level-2 yang dibuat di Data Security Guard.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:DsgScenedDeleteScene |
list |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Ids |
array |
Yes |
ID skenario penyamaran data level-2. |
|
|
integer |
No |
The ID of the level-2 data masking scenario. You can call the DsgSceneQuerySceneListByName operation to query the ID. |
123 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| ErrorCode |
string |
The error code. |
1029030003 |
| ErrorMessage |
string |
The error message. |
param error |
| HttpStatusCode |
integer |
The HTTP status code. |
400 |
| Data |
boolean |
The operation result. Valid values:
|
true |
| RequestId |
string |
The request ID. |
102400001 |
Contoh
Respons sukses
JSONformat
{
"Success": true,
"ErrorCode": "1029030003",
"ErrorMessage": "param error",
"HttpStatusCode": 400,
"Data": true,
"RequestId": "102400001"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | DESENSSCENE.ID.ERROR | The desensitization scenario ID does not match or does not exist with the tenant. | The scenario ID does not exist or does not belong to the tenant. |
| 400 | DESENSSCENE.IDLEVEL.ERROR | The desensitization scenario is not a secondary scenario. | |
| 400 | DESENSSCENE.PROJECT.ERROR | The project space does not exist. | |
| 400 | DESENSSCENE.SIZE.ERROR | The number of desens scene exceeds the limit. | Number of desensitization scenarios chao xian |
| 400 | DESENSSCENE.UESRGROUP.ERROR | The user group ID does not match the tenant or does not exist. | The user group ID does not exist or does not belong to the tenant. |
| 400 | PARAMS.ERROR | param error. | |
| 500 | UNKNOWN.ERROR | unknown error. | Unknown error. |
| 403 | PERMISSION.DENIED.ERROR | Permission denied | Insufficient permissions. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.