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

Querying Top 5 Risky Assets

Function

This API is used to obtain the information about five most risky assets in the current project.

Calling Method

For details, see Calling APIs.

URI

GET /v2/{project_id}/sec-ops/situation-dashboard/top-risky-assets

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

risk_asset_list

Array of RiskAssetInfo objects

Risky asset information list.

Table 3 RiskAssetInfo

Parameter

Type

Description

asset_id

String

Asset ID.

asset_name

String

Asset name.

asset_type

String

Asset type.

data_source

String

Asset type.

deducted_point

Integer

Risk score deduction.

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.