Queries the risk levels of instances.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the response. Valid values:
|
en |
| Instances |
array<object> |
No |
The list of instances. |
|
|
object |
No |
The list of instances. |
||
| Uuid |
string |
No |
The UUID of the instance. |
181ad081-e4f2-4e3e-b925-03b67f648397 |
| InstanceId |
string |
No |
The ID of the Cloud Firewall instance. |
vipcloudfw-cn-7mz2fj8nm0u |
| IntranetIp |
string |
No |
The private IP address of the instance. |
172.17.XX.XX |
| InternetIp |
array |
No |
The public IP address of the instance. |
|
|
string |
No |
The public IP address of the instance. |
60.205.XX.XX |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
9AABB1B7-C81F-5158-9EF9-B2DD5D3DA014 |
| InstanceRisks |
array<object> |
The list of instance threats. |
|
|
array<object> |
|||
| InstanceId |
string |
The ID of the Cloud Firewall instance. |
vipcloudfw-cn-7mz2fj8nm0u |
| Level |
string |
The threat level. Valid value:
|
medium |
| Details |
array<object> |
The list of threats for the ECS instances. |
|
|
object |
The list of threats for the ECS instances. |
||
| Ip |
string |
The IP address of the server. |
203.107.XX.XX |
| Type |
string |
The type. |
ResourceNotProtected |
| Level |
string |
The threat level. Valid value:
|
medium |
Examples
Success response
JSON format
{
"RequestId": "9AABB1B7-C81F-5158-9EF9-B2DD5D3DA014",
"InstanceRisks": [
{
"InstanceId": "vipcloudfw-cn-7mz2fj8nm0u",
"Level": "medium",
"Details": [
{
"Ip": "203.107.XX.XX",
"Type": "ResourceNotProtected",
"Level": "medium"
}
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.