Queries a list of data masking scenarios.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
dataworks:DsgSceneQuerySceneListByName | list | *All Resources * |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SceneName | string | No | The name of the data masking scenario. A fuzzy match is performed in the platform based on a keyword to search for the data masking scenario. | dev_ |
Response parameters
Examples
Sample success responses
JSON
format
{
"Success": true,
"ErrorCode": "1029030003",
"ErrorMessage": "param error",
"HttpStatusCode": 400,
"Data": [
{
"Id": 123,
"SceneCode": "dataworks_display_desense_code",
"Desc": "",
"SceneName": "test_scene",
"UserGroups": "user1,user2",
"SceneLevel": 1,
"Projects": [
{
"DbType": "ODPS.ODPS",
"ProjectName": "dev_project",
"ClusterId": "c-1234"
}
],
"Children": [
"$ref"
]
}
],
"RequestId": "102400001"
}
Error codes
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. | - |
403 | PERMISSION.DENIED.ERROR | Permission denied | Insufficient permissions. |
500 | UNKNOWN.ERROR | unknown error. | Unknown error. |
For a list of error codes, visit the Service error codes.