Queries information about assets protected by Cloud Firewall.
Operation description
Use this API to query a paginated list of assets protected by Cloud Firewall.
QPS limit
The QPS limit for this API is 10 calls per second for a single user. If you exceed this limit, API calls are throttled.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-cloudfirewall:DescribeAssetList |
get |
*Asset
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the response. Valid values:
|
zh |
| CurrentPage |
string |
Yes |
The page number to return. |
1 |
| PageSize |
string |
Yes |
The number of assets to return per page. |
10 |
| RegionNo |
string |
No |
The region ID of your Cloud Firewall instance. Note
For more information about the regions that Cloud Firewall supports, see Supported regions. |
cn-hangzhou |
| Status |
string |
No |
The protection status of the asset. Valid values:
Note
If you do not specify this parameter, assets are queried regardless of their protection status. |
open |
| SearchItem |
string |
No |
The IP address or instance ID of the asset. |
192.0.XX.XX |
| Type |
string |
No |
This parameter is deprecated. |
eip |
| ResourceType |
string |
No |
The asset type. Valid values:
|
EIP |
| SgStatus |
string |
No |
The status of the security group policy. Valid values:
Note
If you do not specify this parameter, assets are queried regardless of the security group policy status. |
pass |
| IpVersion |
string |
No |
The IP version of the asset. Valid values:
|
4 |
| MemberUid |
integer |
No |
The UID of the member account. |
258039427902**** |
| UserType |
string |
No |
The type of the user. Valid values:
|
buy |
| NewResourceTag |
string |
No |
Filters for assets discovered within a specific time window. Valid values:
|
discovered in 1 hour |
| OutStatistic |
string |
No |
Specifies whether to query information about outbound traffic. |
true |
| SensitiveStatus |
string |
No |
The status of the data leak detection feature. |
open |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of assets protected by Cloud Firewall. |
12 |
| RequestId |
string |
The request ID. |
CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D |
| Assets |
array<object> |
The details of the assets protected by Cloud Firewall. |
|
|
object |
|||
| RiskLevel |
string |
The risk level of the asset. Valid values:
Note
This parameter is returned only if the |
low |
| BindInstanceName |
string |
The name of the instance that is associated with the asset. |
instance01 |
| Type |
string |
This parameter is deprecated. |
eip |
| SgStatusTime |
integer |
The timestamp of the last security group status check. Unit: seconds. |
1615082937 |
| ResourceInstanceId |
string |
The ID of the asset instance. |
i-8vbdrjrxzt78**** |
| MemberUid |
integer |
The UID of the Cloud Firewall member account. |
258039427902**** |
| IntranetAddress |
string |
The private IP address of the asset. |
192.168.XX.XX |
| SyncStatus |
string |
Indicates whether the asset supports traffic redirection. Valid values:
|
enable |
| AliUid |
integer |
The UID of the Alibaba Cloud account. Note
The UID of the management account to which the member account belongs. |
158039427902**** |
| ProtectStatus |
string |
The protection status of the asset. Valid values:
|
open |
| InternetAddress |
string |
The public IP address of the asset. |
192.0.XX.XX |
| BindInstanceId |
string |
The ID of the instance that is associated with the asset. |
i-8vbdrjrxzt78**** |
| RegionID |
string |
The region ID of the asset. |
cn-hangzhou |
| RegionStatus |
string |
Indicates whether the asset's region supports Cloud Firewall protection. Valid values:
|
enable |
| ResourceType |
string |
The type of the asset. Valid values:
|
EIP |
| IpVersion |
integer |
The IP version of the asset. Valid values: Values:
|
4 |
| SgStatus |
string |
The status of the security group policy. Valid values:
|
block |
| Note |
string |
Additional information about the asset. Valid values:
|
REGION_NOT_SUPPORT |
| Name |
string |
The name of the asset instance. |
instance01 |
| CreateTimeStamp |
string |
The time when the asset was discovered by Cloud Firewall, in YYYY-MM-DD HH:mm:ss format. |
2023-02-28 10:29:58 |
| NewResourceTag |
string |
A tag that indicates how recently the asset was discovered. Valid values:
|
discovered in 1 hour |
| SensitiveDataStatus |
string |
Indicates whether data leak prevention is enabled. |
open |
| Last7DayOutTrafficBytes |
integer |
The amount of outbound traffic from the asset in the last 7 days, in bytes. |
0 |
Examples
Success response
JSON format
{
"TotalCount": 12,
"RequestId": "CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D",
"Assets": [
{
"RiskLevel": "low",
"BindInstanceName": "instance01",
"Type": "eip",
"SgStatusTime": 1615082937,
"ResourceInstanceId": "i-8vbdrjrxzt78****",
"MemberUid": 0,
"IntranetAddress": "192.168.XX.XX",
"SyncStatus": "enable",
"AliUid": 0,
"ProtectStatus": "open",
"InternetAddress": "192.0.XX.XX",
"BindInstanceId": "i-8vbdrjrxzt78****",
"RegionID": "cn-hangzhou",
"RegionStatus": "enable",
"ResourceType": "EIP",
"IpVersion": 4,
"SgStatus": "block",
"Note": "REGION_NOT_SUPPORT",
"Name": "instance01",
"CreateTimeStamp": "2023-02-28 10:29:58",
"NewResourceTag": "discovered in 1 hour",
"SensitiveDataStatus": "open",
"Last7DayOutTrafficBytes": 0
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorDBSelect | An error occurred while querying database. | An error occurred while querying database. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.