DsgGetVisitDetail

更新时间:
复制 MD 格式

Queries access behavior details.

Operation description

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

EndTime

string

Yes

The end time of the query range. Example: "2026-06-30 23:59:59".

2026-06-30 23:59:59

PageSize

integer

No

The page size.

10

BeginTime

string

Yes

The start time of the query range. Example: "2026-06-26 00:00:00".

2026-06-26 00:00:00

PageNo

integer

No

The page number. Minimum value: 1.

1

SensLevel

string

No

The sensitivity level. Example: 3.

3

RuleName

string

Yes

The name of the sensitive field.

Name.

Keyword

string

No

The keyword of the table or project name. DataWorks supports fuzzy match. You can enter a keyword to query table or project names that contain the keyword.

ods

ProjectId

string

Yes

The project name (ProjectName is easier to understand). Example: dsg_demo_gw.

dsg_demo_gw

EngineName

string

Yes

The engine type. Valid values:

  • ODPS.ODPS

  • EMR

  • HOLO.POSTGRES

ODPS.ODPS

Response elements

Element

Type

Description

Example

object

The paginated access behavior details.

Success

boolean

Indicates whether the call was successful.

true

ErrorCode

string

The error code.

401

ErrorMessage

string

The error message.

param error

HttpStatusCode

integer

The HTTP status code.

200

Data

any

The details returned after the DeleteQualityEntity operation is called.

{}

RequestId

string

The request ID. Used to locate logs and troubleshoot issues.

58D5334A-B013-430E

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 about the access denial. This field is returned only when RAM verification fails.

{}

Examples

Success response

JSON format

{
  "Success": true,
  "ErrorCode": "401",
  "ErrorMessage": "param error",
  "HttpStatusCode": 200,
  "Data": "{}",
  "RequestId": "58D5334A-B013-430E",
  "DynamicErrorCode": "400",
  "DynamicErrorMessage": "Missing parameter",
  "AccessDeniedDetail": "{}"
}

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.