Help Center/ Data Security Center/ API Reference/ API Description/ Policy Center/ Obtaining the Asset Classification and Grading Result (To Be Discontinued)
Updated on 2026-01-13 GMT+08:00

Obtaining the Asset Classification and Grading Result (To Be Discontinued)

Function

This API is used to obtain the classification and grading details of a specified asset (to be discontinued).

Calling Method

For details, see Calling APIs.

URI

GET /v1/{project_id}/security-policies/{asset_id}/classification-results

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

asset_id

Yes

String

Asset ID.

project_id

Yes

String

Unique project ID.

Table 2 Query Parameters

Parameter

Mandatory

Type

Description

limit

No

Integer

Number of records on each page.

offset

No

Integer

Pagination offset.

Request Parameters

None

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

asset_id

String

Asset ID.

db_name

String

Database name.

table_classification

Array of TableClassification objects

Classification and grading result.

Table 4 TableClassification

Parameter

Type

Description

column_classification

Array of ColumnClassification objects

Column classification and grading result.

table_name

String

Table name.

Table 5 ColumnClassification

Parameter

Type

Description

column_name

String

Column name.

mask_alg_id

Integer

/

rule_id

String

Rule ID.

rule_name

String

Rule name.

security_level_color

Integer

Sensitivity level color.

security_level_name

String

Sensitivity level name.

select

Boolean

/

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

Query result.

401

Unauthorized. The user is not logged in or the token is invalid.

403

Unauthorized to access the resource.

404

The specified project or asset does not exist.

Error Codes

See Error Codes.