Updated on 2026-04-03 GMT+08:00

Hot News

Function

This API returns the title, update time, and information level.

Authorization Information

Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.

  • If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
  • If you are using identity policy-based authorization, no identity policy-based permission required for calling this API.

URI

GET /v5/{project_id}/overview/hot/information

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Definition

Project ID, which is used to specify the project that an asset belongs to. After the project ID is configured, you can query assets in the project using the project ID. For details about how to obtain it, see Obtaining a Project ID.

Constraints

N/A

Range

The value can contain 1 to 256 characters.

Default Value

N/A

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

Definition

User token, which contains user identity and permissions. The token can be used for identity authentication when an API is called. For details about how to obtain the token, see Obtaining a User Token.

Constraints

N/A

Range

The value can contain 1 to 32,768 characters.

Default Value

N/A

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

data_list

HotInfo object

Hotline Consultation

total_num

Integer

Definition

Total number.

Range

Minimum value: 0; maximum value: 2147483647

Table 4 HotInfo

Parameter

Type

Description

title

String

Definition

Title

Range

Length: 0 to 256 characters

update_time

Long

Definition

Updated

Range

Minimum value: 0; maximum value: 4071095999000

severity_level

String

Definition

Level

Range

Length: 0 to 32 characters

Example Requests

Query key event information.

GET https://{endpoint}/v5/{project_id}/overview/hot/information

Example Responses

Status code: 200

Request succeeded.

{
  "total_num" : 5,
  "data_list" : {
    "title" : "Microsoft Releases July 2025 Security Updates",
    "update_time" : 1751990400000,
    "severity_level" : "Critical"
  }
}

Status Codes

Status Code

Description

200

Request succeeded.

Error Codes

See Error Codes.