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

Obtaining Data Egress Details

Function

This API is used to obtain details about data egresses on the asset map. You can query the configuration, status, and statistics of a data egress by project ID, helping you learn the usage and performance of the data egress.

Calling Method

For details, see Calling APIs.

URI

GET /v2/{project_id}/data-map/data-exit-info

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID, which is used to identify a specific project.

Table 2 Query Parameters

Parameter

Mandatory

Type

Description

id

Yes

String

Data egress ID.

type

Yes

String

Data egress type, which is used to specify the type of the returned details.

Request Parameters

None

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

asset_id

String

Asset ID.

data

DataExitEntityGroup object

Data flow information related to data egress.

eip

String

EIP.

host

DataExitEntityGroup object

Instance information related to data egress.

host_data_connections

Array of ConnectionInfo objects

Array of host and data connection information.

name

String

Name.

network

DataExitEntityGroup object

Network information related to data egress.

network_data_connections

Array of ConnectionInfo objects

Array of network and data connection information.

network_host_connections

Array of ConnectionInfo objects

Array of network and host connection information.

specification

String

Specifications.

subnet

String

Subnet.

type

String

Type.

vpc

String

VPC.

Table 4 DataExitEntityGroup

Parameter

Type

Description

entities

Array of DataExitEntityDetail objects

Entity details array.

total

Integer

Total number.

Table 5 DataExitEntityDetail

Parameter

Type

Description

id

String

Entity ID.

name

String

Entity name.

public_access

Boolean

Public access status.

risks

DataExitRiskDetail object

Data egress risks.

type

String

Entity type.

Table 6 DataExitRiskDetail

Parameter

Type

Description

api_http

Boolean

Whether there are API HTTP risks.

api_no_acl

Boolean

Whether there are API ACL risks.

api_no_auth

Boolean

Whether there are API authentication risks.

eip_public_access

Boolean

Whether there are EIP public access risks.

elb_high_risk_port

Boolean

Whether there are high-risk ELB ports.

elb_http

Boolean

Whether there are ELB HTTP risks.

elb_no_acl

Boolean

Whether there are ELB ACL risks.

nat_high_risk_port

Boolean

Whether there are high-risk NAT ports.

obs_public_read

Boolean

Whether there are OBS public read risks.

security_group_high_risk_port

Boolean

Whether there are high-risk security group ports.

Table 7 ConnectionInfo

Parameter

Type

Description

connection_type

Integer

Connection type.

dest_entity_id

String

Target entity ID.

src_entity_id

String

Source entity ID.

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

OK

401

Unauthorized. The user is not logged in or the token is invalid.

403

Unauthorized to access the resource.

404

The specified data egress or project does not exist.

Error Codes

See Error Codes.