Updated on 2026-01-13 GMT+08:00

Obtaining the Asset Overview

Function

This API is used to obtain the overview of assets in the current project.

Calling Method

For details, see Calling APIs.

URI

GET /v2/{project_id}/sec-ops/situation-dashboard/asset-overview

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Unique project ID.

Request Parameters

None

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

asset_classification_list

Array of AssetClassificationInfo objects

Asset sensitivity level.

asset_sensitive_num

Integer

Risky assets.

asset_total_num

Integer

Total assets.

high_level_num

Integer

High-risk assets.

low_level_num

Integer

Low-risk assets.

middle_level_num

Integer

Medium-risk assets.

un_classed_num

Integer

Assets with unknown sensitivity level.

Table 3 AssetClassificationInfo

Parameter

Type

Description

color_num

Integer

Color code.

level_id

String

Sensitivity level ID.

level_name

String

Sensitivity level name.

sensitive_num

Integer

Number of sensitive assets.

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

OK

401

Unauthorized

403

Forbidden

404

Not Found

Error Codes

See Error Codes.