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
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Project ID, which is used to identify a specific project. |
|
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
|
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. |
|
Parameter |
Type |
Description |
|---|---|---|
|
entities |
Array of DataExitEntityDetail objects |
Entity details array. |
|
total |
Integer |
Total number. |
|
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. |
|
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. |
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.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot