Exports a row-level detailed list query.
Operation description
This API corresponds to the query feature on the Data Protection Umbrella console interface. It retrieves sensitive data identification results for a specified tenant by associating with the tenant ID.
Supports filtering by dimensions such as data source type and project workspace.
Supports ascending or descending sorting on a specific field.
Supports paging query.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageSize |
integer |
Yes |
The number of entries per page. |
10 |
| PageNo |
integer |
Yes |
The page number. Minimum value: 1. |
1 |
| EngineName |
string |
Yes |
The engine type. Valid values:
|
EMR |
| InstId |
string |
Yes |
The instance ID. |
20260706102936ec393b1a03ae0d4atarget |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The paginated data of the exported row-level detailed list. |
||
| Success |
boolean |
Indicates whether the workspace information is queried successfully. |
true |
| ErrorCode |
string |
The error code. |
401 |
| ErrorMessage |
string |
The error message. |
The connection does not exist. |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Data |
any |
Indicates whether the deletion is successful. |
{} |
| RequestId |
string |
The request ID. |
10000001 |
| DynamicErrorCode |
string |
The error code. The value is the same as ErrorCode. |
400 |
| DynamicErrorMessage |
string |
The error message. The value is the same as ErrorMessage. |
Missing parameter |
| AccessDeniedDetail |
string |
The details of the access denial. This field is returned only when RAM authentication fails. |
None |
Examples
Success response
JSON format
{
"Success": true,
"ErrorCode": "401",
"ErrorMessage": "The connection does not exist.",
"HttpStatusCode": 200,
"Data": "{}",
"RequestId": "10000001",
"DynamicErrorCode": "400",
"DynamicErrorMessage": "Missing parameter",
"AccessDeniedDetail": "None"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | BADPARAMETERS | Parameters are missing or in the wrong format. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.