All Products
Search
Document Center

Cloud Firewall:DescribeInstanceRiskLevels

Last Updated:Jan 07, 2026

Queries the risk levels of instances.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

Lang

string

No

The language of the response. Valid values:

  • zh (default): Chinese

  • en: English

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: medium

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: medium

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.