Retrieves information about outbound domain names.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the request and response. Valid values:
|
zh |
| StartTime |
string |
Yes |
The beginning of the time range to query. This is a UNIX timestamp. Unit: seconds. |
1656664560 |
| EndTime |
string |
Yes |
The end of the time range to query. This is a UNIX timestamp. Unit: seconds. |
1656750960 |
| PageSize |
string |
No |
The number of entries to return on each page. Default value: 6. Maximum value: 100. |
10 |
| CurrentPage |
string |
No |
The page number to return. Default value: 1. |
1 |
| CategoryId |
string |
No |
The asset category. If you leave this parameter empty, assets in all categories are queried. Valid values:
|
All |
| Domain |
string |
No |
The outbound domain name. |
www.aliyundoc.com |
| PublicIP |
string |
No |
The public IP address of the Elastic Compute Service (ECS) instance that initiates the outbound connections. |
192.0.XX.XX |
| Sort |
string |
No |
The field to sort by. Valid values:
|
SessionCount |
| Order |
string |
No |
The sorting order. Valid values:
|
desc |
| TagIdNew |
string |
No |
The ID of the intelligence tag. Valid values:
|
AliYun |
| DataType |
string |
No |
The source of traffic statistics. The default value is `internet`, which indicates Internet Firewall. Valid values:
|
nat |
| IsAITraffic |
string |
No |
Specifies whether to count only traffic from accessing AI services. The default value is `false`. Valid values:
|
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of outbound domains found. |
132 |
| RequestId |
string |
The request ID. |
F0F82705-CFC7-5F83-86C8-A063892F**** |
| DomainList |
array<object> |
An array of outbound domains. |
|
|
array<object> |
The outbound domains. |
||
| AclCoverage |
string |
Indicates whether an access control policy is configured for the domain. Valid values:
|
Uncovered |
| Domain |
string |
The outbound domain name. |
www.aliyundoc.com |
| AclRecommendDetail |
string |
The recommended action for the access control policy. |
RecommendedRelease |
| HasAclRecommend |
boolean |
Indicates whether a recommended access control policy exists. Valid values:
|
true |
| InBytes |
integer |
The volume of inbound traffic, in bytes. |
3214 |
| CategoryName |
string |
The name of the asset category. Valid values:
|
Alibaba Cloud products |
| RuleName |
string |
The name of the access control policy. |
acl-name |
| RuleId |
string |
The ID of the access control policy. |
add-dfadf-f**** |
| SessionCount |
integer |
The number of requests. |
12 |
| GroupName |
string |
The name of the policy group. |
group-name |
| SecuritySuggest |
string |
The recommended security action for the outbound domain name. Valid values:
|
pass |
| OutBytes |
integer |
The volume of outbound traffic, in bytes. |
4582 |
| AclStatus |
string |
The health status of the access control policy. Valid values:
|
Normal |
| IsMarkNormal |
boolean |
Indicates whether the outbound domain name is marked as normal. Valid values:
|
true |
| CategoryId |
string |
The ID of the asset category. Valid values:
|
Aliyun |
| AddressGroupUUID |
string |
The UUID of the address book. |
fdad-fdafa-dafa-dfa**** |
| AddressGroupName |
string |
The name of the address book. |
Outreach Address Book |
| CategoryClassId |
string |
The category of the intelligence tag. Valid values:
|
Trusted |
| Business |
string |
The business to which the website belongs. |
Aliyun |
| HasAcl |
string |
Indicates whether an access control policy is configured for the domain name. Valid values:
|
true |
| Organization |
string |
The name of the organization. |
Alibaba Cloud Computing Limited |
| SecurityReason |
string |
The reason for the security recommendation. |
Smart policy: The target domain name belongs to Aliyun Computing Co., Ltd., and its main business is Aliyun. No security risks have been found. It can be used to configure an outreach whitelist. |
| TotalBytes |
string |
The total traffic volume, in bytes. |
800 |
| TagList |
array<object> |
An array of tags. |
|
|
object |
The details of the tag. |
||
| RiskLevel |
integer |
The risk level. Valid values:
|
3 |
| TagName |
string |
The name of the tag. |
tag-name |
| TagId |
string |
The ID of the intelligence tag. |
AliYun |
| TagDescribe |
string |
The description of the tag. |
tag-describe |
| ClassId |
string |
The category of the intelligence tag. Valid values:
|
Trusted |
| ApplicationNameList |
array |
An array of application names. |
|
|
string |
The names of the applications. |
HTTP |
|
| AssetCount |
integer |
The total number of assets that initiate outbound connections to the domain. |
20 |
| PrivateAssetCount |
integer |
The total number of assets in a private network that initiate outbound connections to the domain. |
20 |
Examples
Success response
JSON format
{
"TotalCount": 132,
"RequestId": "F0F82705-CFC7-5F83-86C8-A063892F****",
"DomainList": [
{
"AclCoverage": "Uncovered",
"Domain": "www.aliyundoc.com",
"AclRecommendDetail": "RecommendedRelease",
"HasAclRecommend": true,
"InBytes": 3214,
"CategoryName": "Alibaba Cloud products",
"RuleName": "acl-name",
"RuleId": "add-dfadf-f****",
"SessionCount": 12,
"GroupName": "group-name",
"SecuritySuggest": "pass",
"OutBytes": 4582,
"AclStatus": "Normal",
"IsMarkNormal": true,
"CategoryId": "Aliyun",
"AddressGroupUUID": "fdad-fdafa-dafa-dfa****",
"AddressGroupName": "Outreach Address Book",
"CategoryClassId": "Trusted",
"Business": "Aliyun",
"HasAcl": "true",
"Organization": "Alibaba Cloud Computing Limited\n",
"SecurityReason": "Smart policy: The target domain name belongs to Aliyun Computing Co., Ltd., and its main business is Aliyun. No security risks have been found. It can be used to configure an outreach whitelist.",
"TotalBytes": "800",
"TagList": [
{
"RiskLevel": 3,
"TagName": "tag-name",
"TagId": "AliYun",
"TagDescribe": "tag-describe",
"ClassId": "Trusted"
}
],
"ApplicationNameList": [
"HTTP"
],
"AssetCount": 20,
"PrivateAssetCount": 20
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorAliUid | Aliuid invalid. | The aliuid is invalid. |
| 400 | ErrorTimeError | The time is invalid. | The time is invalid. |
| 400 | ErrorDBSelectError | A database select error occurred. | The error message returned because an internal error has occurred in querying the database. |
| 400 | ErrorIntervalError | The interval is invalid. | The interval is invalid. |
| 400 | ErrorIpFormat | The IP address is invalid. | The IP address is invalid. |
| 400 | ErrorSecuritySuggest | The security suggest is invalid. | The security suggest is invalid. |
| 400 | ErrorSortError | The sort is invalid. | The sort is invalid. |
| 400 | ErrorOrderFailed | The order is invalid. | The order is invalid. |
| 400 | ErrorPageNo | Either page number or page size is invalid. | Either page number or page size is invalid. |
| 400 | ErrorDomainName | The domain name is invalid. | The domain name is invalid. |
| 400 | ErrorDataTypeError | The data type is invalid. | The data type is invalid. |
| 400 | ErrorMarshalJSON | internal error. | Internal error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.