Queries a summary of threat levels for Cloud Firewall.
This API has been deprecated with no replacement. While temporary access is maintained, no further updates or bug fixes will be provided. To ensure continued functionality, plan your migration and contact your account manager for support.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the response. Valid values:
|
zh |
| RegionId |
string |
No |
The ID of the region where Cloud Firewall is deployed. Note
For more information about the regions where Cloud Firewall is available, see Supported regions. |
cn-shanghai |
| InstanceType |
string |
No |
The instance type. Valid value:
|
EcsEIP |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
F1F30435-FA0A-52DA-A5DE-C16FD6C171DA |
| RiskList |
array<object> |
The list of threats. |
|
|
object |
The list of threats. |
||
| Type |
string |
The type. |
ResourceNotProtected |
| Num |
string |
The number of ECS instances at risk. |
50 |
| Level |
string |
The threat level. Valid value:
|
medium |
Examples
Success response
JSON format
{
"RequestId": "F1F30435-FA0A-52DA-A5DE-C16FD6C171DA",
"RiskList": [
{
"Type": "ResourceNotProtected",
"Num": "50",
"Level": "medium"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.