Queries the detection results for the columns of a data table.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sddp:DescribeDataObjectColumnDetailV2 |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the content within the request and response. Default value: zh_cn. Valid values:
|
zh_cn |
| PageSize |
integer |
No |
The number of entries to return on each page. Default value: 10. |
10 |
| CurrentPage |
integer |
No |
The page number. Default value: 1. |
1 |
| ProductId |
integer |
No |
The ID of the product to which the data object belongs. Valid values:
|
5 |
| Id |
string |
Yes |
The unique ID of the data object to query. Note
You can call the DescribeDataObjects operation to obtain the ID. |
13456723343 |
| TemplateId |
integer |
Yes |
The ID of the industry-specific template. Note
You can call the DescribeDataObjects operation to obtain the ID of the industry-specific template. |
1 |
| FeatureType |
integer |
No |
This parameter is deprecated. |
2 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| CurrentPage |
integer |
The page number of the returned page. Default value: 1. |
1 |
| RequestId |
string |
The ID of the request. |
769FB3C1-F4C9-42DF-9B72-7077A8989C13 |
| PageSize |
integer |
The number of entries returned per page. Default value: 10. |
10 |
| TotalCount |
integer |
The total number of entries. |
231 |
| Items |
array<object> |
The list of detection results for the columns in the data table. |
|
|
array<object> |
A detection result for a column in the data table. |
||
| ColumnName |
string |
The name of the column. |
hide14 |
| DataType |
string |
The data type of the column. |
varchar |
| ColumnComment |
string |
The comments on the column. |
column comment |
| PrimaryKey |
boolean |
Indicates whether the column is a primary key. Valid values:
|
true |
| Id |
string |
The unique ID of the data object. |
1392973973691383808 |
| RiskLevelId |
integer |
The ID of the sensitivity level. Valid values:
|
2 |
| RiskLevelName |
string |
The name of the sensitivity level. Valid values:
|
S1 |
| RuleId |
integer |
The ID of the hit detection model. |
51 |
| RuleName |
string |
The name of the hit detection model. |
name |
| Categories |
array |
The list of industry-specific categories for the sensitive data. |
|
|
string |
The industry-specific category for the sensitive data. Multiple categories are separated by commas. |
general sensitive information |
|
| ModelTags |
array<object> |
The list of data tags. |
|
|
object |
A data tag. |
||
| Id |
integer |
The ID of the data tag. Valid values:
|
101 |
| Name |
string |
The name of the data tag. Valid values:
|
personal sensitive information |
| EngineType |
string |
The engine type. Valid values:
|
MySQL |
| MaskingStatus |
integer |
The encryption status of the column. Valid values:
|
-1 |
| InstanceName |
string |
The name of the instance for the data asset table. |
rm-bp17t1htja573l5i8**** |
| TableName |
string |
The name of the table. |
it_table |
| RegionId |
string |
The region where the asset resides. |
cn-hangzhou |
| ProductId |
integer |
The ID of the product to which the data object belongs. Valid values:
|
5 |
Examples
Success response
JSON format
{
"CurrentPage": 1,
"RequestId": "769FB3C1-F4C9-42DF-9B72-7077A8989C13",
"PageSize": 10,
"TotalCount": 231,
"Items": [
{
"ColumnName": "hide14",
"DataType": "varchar",
"ColumnComment": "column comment",
"PrimaryKey": true,
"Id": "1392973973691383808",
"RiskLevelId": 2,
"RiskLevelName": "S1",
"RuleId": 51,
"RuleName": "name",
"Categories": [
"general sensitive information"
],
"ModelTags": [
{
"Id": 101,
"Name": "personal sensitive information"
}
],
"EngineType": "MySQL",
"MaskingStatus": -1,
"InstanceName": "rm-bp17t1htja573l5i8****",
"TableName": "it_table",
"RegionId": "cn-hangzhou",
"ProductId": 5
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.