Updated on 2026-01-13 GMT+08:00

Obtaining Link Information

Function

This API is used to query data link information. You can filter links based on multiple filter criteria and obtain link details for data flow analysis and troubleshooting. The parameters include the database name, instance ID, ECS name, outbound type, end time, public IP address, label, ADG instance ID, sensitivity level, and start time.

Request Parameters

Response Parameters

Status code: 200

Status code: 201

Created

Example Requests

POST /v1/{project_id}/logtrace/data-links

{
  "db_name" : "string",
  "dbss_instance_id" : "string",
  "ecs_name" : "string",
  "egress_type" : "string",
  "end_time" : 0,
  "internet_ip" : "string",
  "labels" : [ "string" ],
  "oem_instance_id" : "string",
  "sensitive_level" : 0,
  "start_time" : 0
}

Example Responses

None

Status Codes

Error Codes

See Error Codes.