Queries the latest sensitive data in all the DataWorks workspaces of a tenant.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
PageSize | integer | Yes | The number of entries per page. Maximum value: 1000. | 1000 |
PageNo | integer | Yes | The page number. Pages start from page 1. | 1 |
Name | string | Yes | The parameters that you can configure to query the access records. Valid values:
The sample value shows the parameters configured to query the access records of the sensitive data in the abc database of the Hologres instance ABC. You must configure the parameters based on the compute engine that you use in your business. | [ {"dbType":"hologres","instanceName":"ABC","databaseName":"abc"}, {"dbType":"ODPS.ODPS","projectName":"adbc"} ] |
Response parameters
Examples
Sample success responses
JSON
format
{
"SensitiveData": {
"test": "test",
"test2": 1
},
"RequestId": "0000-ABCD-EFG****"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | Invalid.Param | The request parameter is invalid. |
403 | Forbidden.NoTenant | The tenant information cannot be obtained using user ID. |
500 | InternalError.DQC.BizError | An internal error occurred. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history