Queries access records for data access.
Operation description
Operation description
This API operation retrieves all configuration information of a specific security policy by specifying the security policy ID.
Ensure that the value of the
Idparameter is valid and exists. Otherwise, an error message is returned.The returned data structure includes basic policy information (such as name and description) and detailed policy content (such as control items and their settings).
Note: Some fields of system default policies may not be modified or deleted.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageSize |
integer |
No |
The number of entries per page. Default value: 10. Maximum value: 100. |
10 |
| EndTime |
string |
Yes |
The end time in the format of "2026-06-30 23:59:59". |
2026-06-30 23:59:59 |
| BeginTime |
string |
Yes |
The start time in the format of "2026-06-30 03:59:59". |
2026-06-30 03:59:59 |
| PageNo |
integer |
No |
The page number. Minimum value: 1. |
1 |
| SensLevel |
string |
No |
The classification level. Example value: 3. |
3 |
| RuleName |
string |
No |
The name of the sensitive field. |
Name. |
| ProjectId |
string |
No |
The name of the project space. Example value: dsg_demo_gw. |
dsg_demo_gw |
| EngineName |
string |
Yes |
The engine type. Valid values:
|
ODPS.ODPS |
| NodeId |
string |
No |
The node ID. You can call the ListNodes operation to query the node ID. |
d0c72253-8eea-435b-91fc-163a90a54b33 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The paginated access record data. |
||
| Success |
boolean |
Indicates whether the call was successful. |
true |
| ErrorCode |
string |
The error code. |
Invalid.Tenant.ConnectionNotExists |
| ErrorMessage |
string |
The error message. |
success |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| Data |
any |
The details of the file. |
{} |
| RequestId |
string |
The request ID. |
952795279527ab**** |
| 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 authentication error details. |
None |
Examples
Success response
JSON format
{
"Success": true,
"ErrorCode": "Invalid.Tenant.ConnectionNotExists",
"ErrorMessage": "success",
"HttpStatusCode": 200,
"Data": "{}",
"RequestId": "952795279527ab****",
"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.