'1.0',
'info' => ['style' => 'RPC', 'product' => 'Sddp', 'version' => '2019-01-03'],
'directories' => [
[
'children' => ['DescribeAuditLogs'],
'type' => 'directory',
'title' => '数据审计',
'id' => 47061,
],
[
'children' => ['CreateSlrRole'],
'type' => 'directory',
'title' => '服务关联角色',
'id' => 47005,
],
[
'children' => ['DeleteDataLimit', 'DescribeDataLimits', 'ModifyDataLimit', 'DescribeDataLimitDetail', 'CreateDataLimit', 'DescribeDataLimitSet', 'DescribeInstanceSources', 'DescribeParentInstance'],
'type' => 'directory',
'title' => '授权',
'id' => 47044,
],
[
'children' => ['ScanOssObjectV1', 'CreateScanTask', 'ModifyDefaultLevel', 'ModifyRuleStatus'],
'type' => 'directory',
'title' => '识别配置',
'id' => 47053,
],
[
'children' => ['DescribeRules', 'DescribeRiskLevels', 'DescribeDataAssets', 'DescribeTables', 'DescribeColumns', 'DescribeColumnsV2', 'DescribeOssObjects', 'DescribeOssObjectDetail', 'DescribeOssObjectDetailV2', 'DescribePackages', 'DescribeCategoryTemplateList', 'DescribeCategoryTemplateRuleList', 'DescribeTemplateAllRules', 'DescribeDocTypes', 'DescribeDataObjects', 'DescribeDataObjectColumnDetail', 'DescribeDataObjectColumnDetailV2'],
'type' => 'directory',
'title' => '数据识别',
'id' => 47013,
],
[
'children' => ['DescribeConfigs', 'ModifyReportTaskStatus', 'DescribeUserStatus', 'DisableUserConfig'],
'type' => 'directory',
'title' => '安全配置',
'id' => 47007,
],
[
'children' => ['ModifyEventTypeStatus', 'ModifyEventStatus', 'DescribeEventDetail', 'DescribeEventTypes'],
'type' => 'directory',
'title' => '异常告警',
'id' => 47032,
],
[
'children' => ['DescribeDataMaskingTasks', 'DescribeDataMaskingRunHistory', 'ExecDatamask', 'StopMaskingProcess', 'ManualTriggerMaskingProcess'],
'type' => 'directory',
'title' => '数据脱敏',
'id' => 47038,
],
[
'children' => ['DescribeIdentifyTaskStatus', 'CreateConfig', 'CreateRule', 'DeleteRule', 'DescribeEvents', 'DescribeInstances', 'MaskOssImage', 'ModifyRule', 'RestoreOssImage'],
'type' => 'directory',
'title' => '其他',
'id' => 47063,
],
],
'components' => [
'schemas' => [],
],
'apis' => [
'CreateConfig' => [
'summary' => '调用CreateConfig接口修改异常告警通用配置模块的参数。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '81959',
'abilityTreeNodes' => ['FEATUREsddpR2D59W', 'FEATUREsddpCHNP1R'],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'Code',
'in' => 'query',
'schema' => ['description' => '异常告警通用配置模块中配置项的编码。取值:'."\n"
."\n"
.'- **access_failed_cnt**:非授权资源多次访问尝试的阈值。'."\n"
.'- **access_permission_exprie_max_days**:权限闲置期间超过阈值。'."\n"
.'- **log_datasize_avg_days**:日志未有效输出(当日某类日志输出量低于前10天平均值的阈值)。', 'type' => 'string', 'required' => false, 'example' => 'access_failed_cnt'],
],
[
'name' => 'Description',
'in' => 'query',
'schema' => ['description' => '异常告警通用配置项的描述。', 'type' => 'string', 'required' => false, 'example' => 'Unauthorized resource multiple access attempts: current threshold is defined as 10 attempts'],
],
[
'name' => 'Value',
'in' => 'query',
'schema' => ['description' => '指定异常告警通用配置项的值。Code取值不同此参数的具体含义不同:'."\n"
.'- 当Code取值为**access_failed_cnt**:Value表示非授权资源多次访问尝试的阈值。'."\n"
.'- 当Code取值为**access_permission_exprie_max_days**:Value表示权限闲置期间超过阈值。'."\n"
.'- 当Code取值为**log_datasize_avg_days**:Value表示当日某类日志输出量低于前10天平均值的阈值。', 'type' => 'string', 'required' => false, 'example' => '30'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'SourceIp',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'string', 'required' => false, 'example' => '106.11.XX.XX'],
],
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Id' => ['description' => '异常告警配置ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '12300'],
'RequestId' => ['description' => '阿里云为该请求生成的唯一标识符。', 'type' => 'string', 'example' => '208B016D-4CB9-4A85-96A5-0B8ED1EBF271'],
],
'description' => '',
],
],
],
'title' => '修改异常告警通用配置',
'description' => '本接口一般用于根据异常告警配置项的编码,创建、恢复用户配置,便于管理异常告警配置项用户配置。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-03-25T07:35:06.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:38.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateConfig'],
],
],
'ramActions' => [
[
'operationType' => 'create',
'ramAction' => [
'action' => 'yundun-sddp:CreateConfig',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Id\\": 12300,\\n \\"RequestId\\": \\"208B016D-4CB9-4A85-96A5-0B8ED1EBF271\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n 208B016D-4CB9-4A85-96A5-0B8ED1EBF271\\r\\n","errorExample":""}]',
],
'CreateDataLimit' => [
'summary' => '调用CreateDataLimit创建对数据库、项目、存储空间(Bucket)进行扫描的授权。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '81960',
'abilityTreeNodes' => ['FEATUREsddp2CRSZ1'],
],
'parameters' => [
[
'name' => 'ResourceType',
'in' => 'query',
'schema' => ['description' => '授权扫描的资产所属的产品类型。取值:'."\n"
."\n"
.'- **1**:MaxCompute。'."\n"
.'- **2**:OSS。'."\n"
.'- **3**:ADS。'."\n"
.'- **4**:OTS。'."\n"
.'- **5**:RDS。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
],
[
'name' => 'ServiceRegionId',
'in' => 'query',
'schema' => ['description' => '必填,资产所在的地域。取值:'."\n"
.'- **cn-beijing**:华北2(北京)。'."\n"
.'- **cn-zhangjiakou**:华北3(张家口)。'."\n"
.'- **cn-huhehaote**:华北5(呼和浩特)。'."\n"
.'- **cn-hangzhou**:华东1(杭州)。'."\n"
.'- **cn-shanghai**:华东2(上海)。'."\n"
.'- **cn-shenzhen**:华南1(深圳)。'."\n"
.'- **cn-hongkong**:中国香港。', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'],
],
[
'name' => 'ParentId',
'in' => 'query',
'schema' => ['description' => '必填,资产的名称,实例ID和数据库的连接串,二者通过英文点号连接。', 'type' => 'string', 'required' => false, 'example' => 'rm-****34.******name'],
],
[
'name' => 'UserName',
'in' => 'query',
'schema' => ['description' => '数据库资产的用户名。', 'type' => 'string', 'required' => false, 'example' => 'y*****m'],
],
[
'name' => 'Password',
'in' => 'query',
'schema' => ['description' => '访问数据库资产的密码。', 'type' => 'string', 'required' => false, 'example' => 'p****d'],
],
[
'name' => 'AuditStatus',
'in' => 'query',
'schema' => ['description' => '是否开启审计。取值:'."\n"
."\n"
.'- **0**:不开启审计。'."\n"
.'- **1**:开启审计。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'AutoScan',
'in' => 'query',
'schema' => ['description' => '是否在规则发生变更时,自动触发重新扫描。取值:'."\n"
."\n"
.'- **0**:不触发自动扫描。'."\n"
.'- **1**:触发自动扫描。'."\n"
."\n"
.'> 规则变更触发自动扫描时,会对数据源中的所有数据进行全量扫描。'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'LogStoreDay',
'in' => 'query',
'schema' => ['description' => '指定开启审计之后,原始日志的保存时间(单位:天)。取值:'."\n"
.'- **30**'."\n"
.'- **90**'."\n"
.'- **180**'."\n"
.'- **365**', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '30'],
],
[
'name' => 'EngineType',
'in' => 'query',
'schema' => ['description' => '数据库类型。取值:'."\n"
.'- **MySQL**'."\n"
.'- **SQLServer**', 'type' => 'string', 'required' => false, 'example' => 'MySQL'],
],
[
'name' => 'Port',
'in' => 'query',
'schema' => ['description' => '数据库连接端口。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '3306'],
],
[
'name' => 'OcrStatus',
'in' => 'query',
'schema' => ['description' => 'OCR状态。取值:'."\n"
.'- **1**:开启。'."\n"
.'- **0**:关闭。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0'],
],
[
'name' => 'EventStatus',
'in' => 'query',
'schema' => ['description' => '异常事件检测状态。取值:'."\n"
.'- **0**:关闭。'."\n"
.'- **1**:开启(默认)。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'Enable',
'in' => 'query',
'schema' => ['description' => '是否开启敏感数据识别。取值:'."\n"
.'- **1**:开启。'."\n"
.'- **0**:关闭。'."\n"
."\n"
.'> 如果资产是首次授权,默认值为1。如果资产非首次授权,将会使用上次授权后的值,可能是0或1。故如果要对资产进行敏感数据识别,建议将此参数设置为1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'SamplingSize',
'in' => 'query',
'schema' => ['description' => '指定开启数据识别后,敏感数据采样条数。取值:'."\n"
.'- **0**'."\n"
.'- **5**'."\n"
.'- **10**'."\n"
.'> 默认值为10。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0'],
],
[
'name' => 'CertificatePermission',
'in' => 'query',
'schema' => ['description' => '凭据权限。取值:'."\n"
.'- **ReadOnly**:只读权限。'."\n"
.'- **ReadWrite**:读写权限。', 'type' => 'string', 'required' => false, 'example' => 'ReadOnly'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
[
'name' => 'SourceIp',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'string', 'required' => false, 'example' => '106.11.XX.XX'],
],
[
'name' => 'InstantlyScan',
'in' => 'query',
'schema' => ['description' => '是否立即扫描授权的资产。取值:'."\n"
."\n"
.'- **false**:不立即扫描。'."\n"
.'- **true**:立即扫描。', 'type' => 'boolean', 'required' => false, 'example' => 'false'],
],
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Id' => ['description' => '授权资源的ID。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '阿里云为该请求生成的唯一标识符。', 'type' => 'string', 'example' => '7C3AC882-E5A8-4855-BE77-B6837B695EF1'],
],
'description' => '',
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'title' => '创建数据资产扫描授权',
'description' => '本接口一般用于对用户数据资产进行扫描授权,便于进一步保护用户数据资产的数据安全。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-07-02T01:28:10.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2024-03-25T07:35:06.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:37.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2022-09-05T06:19:56.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2022-04-20T08:06:00.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2022-04-20T08:06:00.000Z', 'description' => '请求参数发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateDataLimit'],
],
],
'ramActions' => [
[
'operationType' => 'create',
'ramAction' => [
'action' => 'yundun-sddp:CreateDataLimit',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Id\\": 1,\\n \\"RequestId\\": \\"7C3AC882-E5A8-4855-BE77-B6837B695EF1\\"\\n}","errorExample":""},{"type":"xml","example":"\\n1\\n7C3AC882-E5A8-4855-BE77-B6837B695EF1\\n","errorExample":""}]',
],
'CreateRule' => [
'summary' => '调用CreateRule创建自定义的敏感数据识别规则。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '81967',
'abilityTreeNodes' => ['FEATUREsddpIUNEZP'],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'Name',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则名称。', 'type' => 'string', 'required' => true, 'example' => 'rule-tst'],
],
[
'name' => 'Category',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则内容的类型。取值:'."\n"
.'- **0**:关键字。'."\n"
.'- **2**:正则表达式。'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0'],
],
[
'name' => 'Content',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则的内容,支持正则表达式或关键字类型,用于匹配敏感数据的字段或文本。', 'type' => 'string', 'required' => true, 'example' => '(?:\\\\D|^)((?:(?:25[0-4]|2[0-4]\\\\d|1\\\\d{2}|[1-9]\\\\d{1})\\\\.)(?:(?:25[0-5]|2[0-4]\\\\d|[01]?\\\\d?\\\\d)\\\\.){2}(?:25[0-5]|2[0-4]\\\\d|1[0-9]\\\\d|[1-9]\\\\d|[1-9]))(?:\\\\D|$)'],
],
[
'name' => 'StatExpress',
'in' => 'query',
'schema' => ['description' => '统计表达式。', 'type' => 'string', 'required' => false, 'example' => '{"time":"24","groupby":"1003","having":[{"key":"2001","value":"50"}]}'],
],
[
'name' => 'RiskLevelId',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则的敏感等级ID。取值:'."\n"
.'- **1**:N/A:未识别到敏感数据。'."\n"
.'- **2**:S1:1级敏感数据。'."\n"
.'- **3**:S2:2级敏感数据。'."\n"
.'- **4**:S3:3级敏感数据。'."\n"
.'- **5**:S4:4级敏感数据。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2'],
],
[
'name' => 'RuleType',
'in' => 'query',
'schema' => ['description' => '规则的功能类型。取值:'."\n"
.'- **1**:数据识别规则。'."\n"
.'- **2**:审计规则。'."\n"
.'- **3**:异常检测规则。'."\n"
.'- **99**:自定义规则.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'ProductCode',
'in' => 'query',
'schema' => ['description' => '数据资产表中列数据所属产品名称。取值:**MaxCompute**,**OSS**,**ADS**,**OTS**,**RDS**等。', 'type' => 'string', 'required' => false, 'example' => 'RDS'],
],
[
'name' => 'ProductId',
'in' => 'query',
'schema' => ['description' => '数据资产所属的产品名称对应的ID。取值:'."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADS'."\n"
.'- **4**:OTS'."\n"
.'- **5**:RDS'."\n"
.'- **6**:SELF_DB', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2'],
],
[
'name' => 'WarnLevel',
'in' => 'query',
'schema' => ['description' => '危险等级。取值:'."\n"
.'- **1**:低危。'."\n"
.'- **2**:中危。'."\n"
.'- **3**:高危。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
[
'name' => 'Description',
'in' => 'query',
'schema' => ['description' => '规则描述。', 'type' => 'string', 'required' => false, 'example' => 'ID card'],
],
[
'name' => 'ContentCategory',
'in' => 'query',
'schema' => ['description' => '内容类型,取值:'."\n"
."\n"
.'- **1**:SQL注入尝试利用。'."\n"
.'- **2**:SQL注入尝试绕过。'."\n"
.'- **3**:存储过程滥用。'."\n"
.'- **4**:缓冲区溢出。'."\n"
.'- **5**:基于报错的SQL注入。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'Status',
'in' => 'query',
'schema' => ['description' => '规则状态。取值:'."\n"
.'- **1**:开启。'."\n"
.'- **0**:关闭。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'Target',
'in' => 'query',
'schema' => ['description' => '目标产品编码。取值:**MaxCompute**,**OSS**,**ADS**,**OTS**,**RDS**等。', 'type' => 'string', 'required' => false, 'example' => 'MaxCompute'],
],
[
'name' => 'MatchType',
'in' => 'query',
'schema' => ['description' => '匹配类型。取值:'."\n"
.'- **1**:规则匹配。'."\n"
.'- **2**:词典匹配。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'SupportForm',
'in' => 'query',
'schema' => ['description' => '规则支持形态,取值:'."\n"
.'- **0**:支持全部资产。'."\n"
.'- **1**:支持结构化资产。'."\n"
.'- **2**:支持非结构化资产。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'SourceIp',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'string', 'required' => false, 'example' => '106.11.XX.XX'],
],
[
'name' => 'TemplateRuleIds',
'in' => 'query',
'schema' => ['description' => '敏感数据审计对应模版ID集合。', 'type' => 'string', 'required' => false, 'example' => '1'],
],
[
'name' => 'ModelRuleIds',
'in' => 'query',
'schema' => ['description' => '敏感数据审计对应模型ID集合。', 'type' => 'string', 'required' => false, 'example' => '1452'],
],
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh**:中文。'."\n"
.'- **en**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Id' => ['description' => '保存的敏感数据识别规则的唯一标识ID。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => ' 结果的请求ID。', 'type' => 'string', 'example' => '208B016D-4CB9-4A85-96A5-0B8ED1EBF271'],
],
'description' => '',
],
],
],
'title' => '创建自定义的敏感数据识别规则',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2025-01-13T06:27:20.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2024-03-25T07:35:06.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:35.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2022-12-27T09:14:54.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2022-09-22T08:24:08.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateRule'],
],
],
'ramActions' => [
[
'operationType' => 'create',
'ramAction' => [
'action' => 'yundun-sddp:CreateRule',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Id\\": 1,\\n \\"RequestId\\": \\"208B016D-4CB9-4A85-96A5-0B8ED1EBF271\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n 208B016D-4CB9-4A85-96A5-0B8ED1EBF271\\n","errorExample":""}]',
],
'CreateScanTask' => [
'summary' => '调用CreateScanTask接口为识别权限授权成功的资产创建识别敏感数据的定制化扫描任务。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '81968',
'abilityTreeNodes' => ['FEATUREsddpXMFUF8'],
],
'parameters' => [
[
'name' => 'DataLimitId',
'in' => 'query',
'schema' => ['description' => '实例、库、Bucket数据资产的唯一标识ID,可以调用[DescribeDataLimits](~~DescribeDataLimits~~)获取。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1'],
],
[
'name' => 'IntervalDay',
'in' => 'query',
'schema' => ['description' => '连续两个自定义扫描资产任务的间隔天数,取值范围:1~2147483648。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
],
[
'name' => 'RunHour',
'in' => 'query',
'schema' => ['description' => '下次扫描任务的运行时间。单位:小时。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '12'],
],
[
'name' => 'RunMinute',
'in' => 'query',
'schema' => ['description' => '下次扫描任务的运行时间。单位:分钟。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '30'],
],
[
'name' => 'TaskName',
'in' => 'query',
'schema' => ['description' => '扫描任务的名称。', 'type' => 'string', 'required' => true, 'example' => 'scan-test-sample****'],
],
[
'name' => 'TaskUserName',
'in' => 'query',
'schema' => ['description' => '创建扫描任务的账号。', 'type' => 'string', 'required' => false, 'example' => 'demo'],
],
[
'name' => 'OssScanPath',
'in' => 'query',
'schema' => ['description' => '扫描OSS资产的扫描范围,支持前缀、后缀、正则匹配。', 'type' => 'string', 'required' => false, 'example' => '/test/test'],
],
[
'name' => 'ScanRange',
'in' => 'query',
'schema' => ['description' => '自定义扫描任务的扫描范围匹配规则,需结合**ScanRangeContent**的配置内容才能生效。取值:'."\n"
.'- **0**:全部匹配。'."\n"
.'- **1**:前缀匹配。'."\n"
.'- **2**:后缀匹配。'."\n"
.'- **3**:正则匹配。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '0'],
],
[
'name' => 'ScanRangeContent',
'in' => 'query',
'schema' => ['description' => '在结构化数据资产的扫描范围内,通过前缀、后缀或正则匹配方式进行扫描。'."\n"
."\n"
.'> ScanRange配置为0时,全部匹配此字段的内容;'."\n"
.'ScanRange配置为1时,前缀匹配此字段的内容,如此字段配置为test/abc,则匹配test/abc开头的文件路径;ScanRange配置为2时,后缀匹配此字段的内容;ScanRange配置为3时,通过正则表达式的方式匹配此字段的内容。', 'type' => 'string', 'required' => true, 'example' => 'datamask/'],
],
[
'name' => 'ResourceType',
'in' => 'query',
'schema' => ['description' => '指定待查询产品的资源类型。取值:'."\n"
.'- **1**:MaxCompute。'."\n"
.'- **2**:OSS。'."\n"
.'- **3**:ADS。'."\n"
.'- **4**:OTS。'."\n"
.'- **5**:RDS。'."\n"
.'- **6**:SELF_DB。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '2'],
],
[
'name' => 'SourceIp',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'string', 'required' => false, 'example' => '106.11.XX.XX'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '此参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。'."\n"
."\n"
.'- **zh**:中文。'."\n"
."\n"
.'- **en**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Id' => ['description' => '定制化扫描任务的资源ID。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'B1F2BB1F-04EC-5D36-B136-B4DE17FD8DE0'],
],
'description' => '',
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'title' => '创建扫描任务',
'description' => '本接口适用于用户针对已授权的资产定制扫描任务,便于用户灵活控制扫描任务的运行时间间隔及每次扫描任务的运行时间。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-03-25T07:35:05.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:40.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateScanTask'],
],
],
'ramActions' => [
[
'operationType' => 'create',
'ramAction' => [
'action' => 'yundun-sddp:CreateScanTask',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Id\\": 100,\\n \\"RequestId\\": \\"B1F2BB1F-04EC-5D36-B136-B4DE17FD8DE0\\"\\n}","errorExample":""},{"type":"xml","example":"\\n B1F2BB1F-04EC-5D36-B136-B4DE17FD8DE0\\n 100\\n","errorExample":""}]',
],
'CreateSlrRole' => [
'summary' => '调用CreateSlrRole创建数据安全中心DSC(Data Security Center)的服务关联角色,授权DSC访问云资源。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '81970',
'abilityTreeNodes' => ['FEATUREsddp2CRSZ1'],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'SourceIp',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'string', 'required' => false, 'example' => '106.11.XX.XX'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文(简体)'."\n"
.'- **en_us**:英文(美国)', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'ServiceName',
'in' => 'query',
'schema' => ['type' => 'string'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'HasPermission' => ['description' => '服务关联角色是否创建成功。取值:'."\n"
.'- **true**:成功'."\n"
.'- **false**:失败', 'type' => 'boolean', 'example' => 'true'],
'RequestId' => ['description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。', 'type' => 'string', 'example' => '208B016D-4CB9-4A85-96A5-0B8ED1EBF271'],
],
'description' => '',
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'title' => '创建服务关联角色',
'description' => '本接口用于允许DSC访问您的OSS、RDS、MaxCompute等云服务的资源。调用此接口后,系统将会自动创建一个服务关联角色,角色名称为AliyunServiceRoleForSDDP,角色权限策略为AliyunServiceRolePolicyForSDDP。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-03-25T07:35:05.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2021-12-28T12:04:54.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateSlrRole'],
],
],
'ramActions' => [
[
'operationType' => 'create',
'ramAction' => [
'action' => 'yundun-sddp:CreateSlrRole',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"HasPermission\\": true,\\n \\"RequestId\\": \\"208B016D-4CB9-4A85-96A5-0B8ED1EBF271\\"\\n}","errorExample":""},{"type":"xml","example":"\\n true\\n 208B016D-4CB9-4A85-96A5-0B8ED1EBF271\\n","errorExample":""}]',
],
'DeleteDataLimit' => [
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'delete',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '81976',
'abilityTreeNodes' => ['FEATUREsddp2CRSZ1'],
],
'parameters' => [
[
'name' => 'Id',
'in' => 'query',
'schema' => ['description' => '实例、库、Bucket数据资产的唯一标识ID。'."\n"
."\n"
.'可调用DescribeDataLimits接口,查看返回结果中的Id,获取数据资产的唯一标识ID。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '12033'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'SourceIp',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'string', 'required' => false, 'example' => '106.11.XX.XX'],
],
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '7C3AC882-E5A8-4855-BE77-B6837B695EF1'],
],
'description' => '',
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'title' => '删除数据资产扫描授权',
'summary' => '调用本接口删除连接授权的库、实例、Bucket数据资产。',
'description' => '本接口一般用于对用户已授权的数据资产进行取消授权,便于对授权进行管理。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-03-25T07:35:05.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:34.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteDataLimit'],
],
],
'ramActions' => [
[
'operationType' => 'delete',
'ramAction' => [
'action' => 'yundun-sddp:DeleteDataLimit',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"7C3AC882-E5A8-4855-BE77-B6837B695EF1\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\r\\n\\t7C3AC882-E5A8-4855-BE77-B6837B695EF1\\r\\n\\t\\r\\n","errorExample":""}]',
],
'DeleteRule' => [
'summary' => '调用本接口删除自定义的敏感数据识别规则。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'delete',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '81978',
'abilityTreeNodes' => ['FEATUREsddpIUNEZP'],
],
'parameters' => [
[
'name' => 'Id',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则的id。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '122300'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'SourceIp',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'string', 'required' => false, 'example' => '106.11.XX.XX'],
],
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '数据资产所属的语言。-**zh**:中文-**en**:英文', 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
],
'responses' => [
200 => [
'schema' => [
'description' => '返回结果。',
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '本次调用请求的ID。', 'type' => 'string', 'example' => '7C3AC882-E5A8-4855-BE77-B6837B6*****'],
],
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'title' => '删除自定义的敏感数据识别规则',
'changeSet' => [
['createdAt' => '2024-03-25T07:35:05.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
['createdAt' => '2023-12-06T07:46:33.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteRule'],
],
],
'ramActions' => [
[
'operationType' => 'delete',
'ramAction' => [
'action' => 'yundun-sddp:DeleteRule',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"7C3AC882-E5A8-4855-BE77-B6837B6*****\\"\\n}","type":"json"}]',
],
'DescribeAuditLogs' => [
'summary' => '调用本接口查询审计告警日志列表。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'none',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '81992',
'abilityTreeNodes' => ['FEATUREsddpH8R72I'],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
[
'name' => 'UserName',
'in' => 'query',
'schema' => ['description' => '用户名。', 'type' => 'string', 'required' => false, 'example' => 'admin'],
],
[
'name' => 'ClientIp',
'in' => 'query',
'schema' => ['description' => '请求客户端IP。', 'type' => 'string', 'required' => false, 'example' => '10.*.*.94'],
],
[
'name' => 'ClientUa',
'in' => 'query',
'schema' => ['description' => '客户端类型。', 'type' => 'string', 'required' => false, 'example' => 'mysql'],
],
[
'name' => 'InstanceName',
'in' => 'query',
'schema' => ['description' => '资产实例名称。', 'type' => 'string', 'required' => false, 'example' => 'i-2zeftaaq4gqcqb9kfkzg'],
],
[
'name' => 'DatabaseName',
'in' => 'query',
'schema' => ['description' => '数据库名称。', 'type' => 'string', 'required' => false, 'example' => 'bose_o2o_data'],
],
[
'name' => 'StartTime',
'in' => 'query',
'schema' => ['description' => '告警日志起始时间,单位为毫秒。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1616068534877'],
],
[
'name' => 'EndTime',
'in' => 'query',
'schema' => ['description' => '告警日志结束时间,以毫秒为单位的unix时间戳。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1583856000000'],
],
[
'name' => 'ProductCode',
'in' => 'query',
'schema' => ['description' => '数据资产所属的产品名称。取值:**MaxCompute、OSS、ADS、OTS、RDS**等。', 'type' => 'string', 'required' => false, 'example' => 'RDS'],
],
[
'name' => 'ProductId',
'in' => 'query',
'schema' => ['description' => '数据对象所属的产品名称对应的ID。取值:'."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADB-MYSQL'."\n"
.'- **4**:TableStore'."\n"
.'- **5**:RDS'."\n"
.'- **6**:SELF_DB'."\n"
.'- **7**:PolarDB-X'."\n"
.'- **8**:PolarDB'."\n"
.'- **9**:ADB-PG'."\n"
.'- **10**:OceanBase'."\n"
.'- **11**:MongoDB'."\n"
.'- **25**:Redis', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '5'],
],
[
'name' => 'SqlText',
'in' => 'query',
'schema' => ['description' => 'SQL语句内容。', 'type' => 'string', 'required' => false, 'example' => 'select * from test03'],
],
[
'name' => 'ExecuteTimeRange',
'in' => 'query',
'schema' => ['description' => '执行时间的范围。', 'type' => 'string', 'required' => false, 'example' => 'in[1000 2000]'],
],
[
'name' => 'EffectRowRange',
'in' => 'query',
'schema' => ['description' => '影响行数范围。', 'type' => 'string', 'required' => false, 'example' => 'in[1 33]'],
],
[
'name' => 'RuleName',
'in' => 'query',
'schema' => ['description' => '审计规则名称。', 'type' => 'string', 'required' => false, 'example' => 'test_rule'],
],
[
'name' => 'OperateType',
'in' => 'query',
'schema' => ['description' => '操作类型。', 'type' => 'string', 'required' => false, 'example' => 'Insert'],
],
[
'name' => 'OssObjectKey',
'in' => 'query',
'schema' => ['description' => 'OSS存储对象的key值。', 'type' => 'string', 'required' => false, 'example' => 'oss-key'],
],
[
'name' => 'AsyncRequestId',
'in' => 'query',
'schema' => ['description' => '请求id。', 'type' => 'string', 'required' => false, 'example' => 'CE4681BA-8019-5BE1-9F4B-8973BEA9CF57'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '分页查询时的每页行数,最大值为**50**,默认值为**10**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时的页码。默认值:1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'RuleCategory',
'in' => 'query',
'schema' => ['description' => '规则类型。', 'type' => 'string', 'required' => false, 'example' => '10'],
],
[
'name' => 'LoadWhiteList',
'in' => 'query',
'schema' => ['description' => '是否加载白名单状态。', 'type' => 'boolean', 'required' => false, 'example' => 'false'],
],
[
'name' => 'MemberAccount',
'in' => 'query',
'schema' => ['description' => '成员账号UID。', 'type' => 'string', 'required' => false, 'example' => '**********8103'],
],
[
'name' => 'IpType',
'in' => 'query',
'schema' => ['description' => '网络类型。枚举类型,取值:'."\n"
."\n"
.'- **default**(默认值):非阿里云服务'."\n"
."\n"
.'- **aliyun**: 阿里云服务', 'type' => 'string', 'required' => false, 'example' => 'aliyun'],
],
[
'name' => 'LogQueryOpJson',
'in' => 'query',
'schema' => ['title' => '查询条件是否包含的json字符串', 'description' => '查询条件是否包含的json字符串', 'type' => 'string', 'required' => false, 'example' => '[ { "isContain" : false, "queryKey" : "effectRowRange" }, { "isContain" : false, "queryKey" : "remoteClientIp" } ]'],
],
[
'name' => 'Message',
'in' => 'query',
'schema' => ['description' => '消息内容。', 'type' => 'string', 'required' => false, 'example' => 'success'],
],
[
'name' => 'LogSource',
'in' => 'query',
'schema' => ['title' => '数据来源', 'description' => '数据来源', 'type' => 'string', 'required' => false, 'example' => 'SLOW_SQL'],
],
[
'name' => 'RuleAggQuery',
'in' => 'query',
'schema' => ['title' => '是否聚合查询', 'description' => '是否聚合查询', 'type' => 'boolean', 'required' => false, 'example' => 'true'],
],
[
'name' => 'RuleId',
'in' => 'query',
'schema' => ['description' => '审计规则ID', 'type' => 'string', 'required' => false, 'example' => '867028'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'AsyncRequestId' => ['description' => '请求id。', 'type' => 'string', 'example' => 'CE4681BA-8019-5BE1-9F4B-8973BEA9CF57'."\n"],
'CurrentPage' => ['description' => '分页查询时的页码。默认值:1。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'PageSize' => ['description' => '分页查询时的每页行数,最大值为**50**,默认值为**10**。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'RequestId' => ['description' => '结果的请求id。', 'type' => 'string', 'example' => 'A7021857-AFD9-5AD6-979D-AA7DFC5AFADF'],
'TotalCount' => ['description' => '结果中数据的总条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '12'],
'Items' => [
'description' => '告警日志列表。',
'type' => 'array',
'items' => [
'description' => '告警日志列表。',
'type' => 'object',
'properties' => [
'CreationTime' => ['description' => '告警时间,单位为毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1536751124000'],
'WarnLevel' => ['description' => '危险等级。'."\n"
.'- **1**:低危。'."\n"
.'- **2**:中危。'."\n"
.'- **3**:高危。', 'type' => 'string', 'example' => '2'],
'ClientPort' => ['description' => '客户端端口。', 'type' => 'string', 'example' => '35756'],
'TableName' => ['description' => '表名称。', 'type' => 'string', 'example' => 'it_table'],
'EffectRow' => ['description' => '影响行数。', 'type' => 'integer', 'format' => 'int64', 'example' => '10'],
'PackageName' => ['description' => 'MaxCompute包名称。', 'type' => 'string', 'example' => 'test01'],
'UserId' => ['description' => '用户UID。', 'type' => 'string', 'example' => '19********94'],
'Message' => ['description' => '原始日志内容。', 'type' => 'string', 'example' => 'success'],
'RuleId' => ['description' => '审计规则id。', 'type' => 'string', 'example' => '9952275'],
'OperateType' => ['description' => '操作类型。', 'type' => 'string', 'example' => 'Drop'],
'LogTime' => ['description' => '日志执行时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1751870592000'],
'WarnLevelName' => ['description' => '危险等级名称。'."\n"
.'- 低危。'."\n"
.'- 中危。'."\n"
.'- 高危。', 'type' => 'string', 'example' => 'High risk'],
'InstanceName' => ['description' => '资产实例名称。', 'type' => 'string', 'example' => 'rm-1234'],
'DatabaseName' => ['description' => '数据库名称。', 'type' => 'string', 'example' => 'chngc_b2b_migration_sh'],
'OssObjectKey' => ['description' => 'OSS存储对象的key值。', 'type' => 'string', 'example' => 'oss-key1'],
'ExecuteStatus' => ['description' => '执行状态:0:未成功 1:执行成功', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'ProductId' => ['description' => '数据资产所属的产品名称对应的ID。取值:'."\n"
.'- **1**:MaxCompute。'."\n"
.'- **2**:OSS。'."\n"
.'- **3**:ADS。'."\n"
.'- **4**:OTS。'."\n"
.'- **5**:RDS。'."\n"
.'- **6**:SELF_DB。', 'type' => 'integer', 'format' => 'int64', 'example' => '5'],
'ExecuteTime' => ['description' => '执行时长,单位为毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1751870592000'],
'UserName' => ['description' => '用户名。', 'type' => 'string', 'example' => 'admin'],
'InstanceDescription' => ['description' => '数据资产实例的描述信息。', 'type' => 'string', 'example' => 'instance dscription'],
'RuleName' => ['description' => '审计规则名称。', 'type' => 'string', 'example' => 'name'],
'ColumnName' => ['description' => '列名称。', 'type' => 'string', 'example' => 'hide14'],
'ClientIp' => ['description' => '客户端 IP。', 'type' => 'string', 'example' => '139.*.*.57'],
'ClientUa' => ['description' => '客户端类型。', 'type' => 'string', 'example' => 'mysql'],
'ProductCode' => ['description' => '数据资产表中列数据所属产品名称。取值:**MaxCompute、OSS、ADS、OTS、RDS**等。', 'type' => 'string', 'example' => 'RDS'],
'SqlText' => ['description' => '告警日志中的SQL语句。', 'type' => 'string', 'example' => 'select * from test03'."\n"],
'InWhiteList' => ['description' => '是否已加白。', 'type' => 'boolean', 'example' => 'true'],
'MemberAccount' => ['description' => '成员账号UID。', 'type' => 'string', 'example' => '**********8103'],
'RuleCategory' => ['description' => '规则类型。', 'type' => 'string', 'example' => '10'],
'IpType' => ['description' => '网络类型。枚举类型,取值:'."\n"
."\n"
.'**default**(默认值):非阿里云服务'."\n"
."\n"
.'**aliyun**: 阿里云服务', 'type' => 'string', 'example' => 'aliyun'],
'ModelName' => ['description' => '命中敏感数据模型。', 'type' => 'string', 'example' => 'Identity Card'],
'DataSet' => ['description' => 'SQL结果集。', 'type' => 'string', 'example' => 'plan_id ~ application_id ~ plan_type ~ plan_name ~ plan_value_id'],
'LogSource' => ['title' => '数据来源', 'description' => '数据来源', 'type' => 'string', 'example' => 'SLOW_SQL'],
'InstanceAuditStatus' => ['title' => '实例审计状态', 'description' => '实例审计状态', 'type' => 'string', 'example' => '2'],
'DbType' => ['title' => '数据库类型', 'description' => '数据库类型', 'type' => 'string', 'example' => 'MySQL'],
'RamConsoleLink' => ['type' => 'string'],
],
],
],
],
'description' => '',
],
],
],
'title' => '查询审计告警日志列表',
'description' => '本接口一般用于数据审计告警日志列表查询,便于告警搜索和告警处理。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'changeSet' => [],
'flowControl' => [
'flowControlList' => [],
],
'ramActions' => [
[
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:DescribeAuditLogs',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"AsyncRequestId\\": \\"CE4681BA-8019-5BE1-9F4B-8973BEA9CF57\\\\n\\",\\n \\"CurrentPage\\": 1,\\n \\"PageSize\\": 10,\\n \\"RequestId\\": \\"A7021857-AFD9-5AD6-979D-AA7DFC5AFADF\\",\\n \\"TotalCount\\": 12,\\n \\"Items\\": [\\n {\\n \\"CreationTime\\": 1536751124000,\\n \\"WarnLevel\\": \\"2\\",\\n \\"ClientPort\\": \\"35756\\",\\n \\"TableName\\": \\"it_table\\",\\n \\"EffectRow\\": 10,\\n \\"PackageName\\": \\"test01\\",\\n \\"UserId\\": \\"19********94\\",\\n \\"Message\\": \\"success\\",\\n \\"RuleId\\": \\"9952275\\",\\n \\"OperateType\\": \\"Drop\\",\\n \\"LogTime\\": 1751870592000,\\n \\"WarnLevelName\\": \\"High risk\\",\\n \\"InstanceName\\": \\"rm-1234\\",\\n \\"DatabaseName\\": \\"chngc_b2b_migration_sh\\",\\n \\"OssObjectKey\\": \\"oss-key1\\",\\n \\"ExecuteStatus\\": 1,\\n \\"ProductId\\": 5,\\n \\"ExecuteTime\\": 1751870592000,\\n \\"UserName\\": \\"admin\\",\\n \\"InstanceDescription\\": \\"instance dscription\\",\\n \\"RuleName\\": \\"name\\",\\n \\"ColumnName\\": \\"hide14\\",\\n \\"ClientIp\\": \\"139.*.*.57\\",\\n \\"ClientUa\\": \\"mysql\\",\\n \\"ProductCode\\": \\"RDS\\",\\n \\"SqlText\\": \\"select * from test03\\\\n\\",\\n \\"InWhiteList\\": true,\\n \\"MemberAccount\\": \\"**********8103\\",\\n \\"RuleCategory\\": \\"10\\",\\n \\"IpType\\": \\"aliyun\\",\\n \\"ModelName\\": \\"Identity Card\\",\\n \\"DataSet\\": \\"plan_id ~ application_id ~ plan_type ~ plan_name ~ plan_value_id\\",\\n \\"LogSource\\": \\"SLOW_SQL\\",\\n \\"InstanceAuditStatus\\": \\"2\\",\\n \\"DbType\\": \\"MySQL\\",\\n \\"RamConsoleLink\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]',
],
'DescribeCategoryTemplateList' => [
'summary' => '调用本接口查询行业模板列表。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '81997',
'abilityTreeNodes' => ['FEATUREsddpIUNEZP'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '设置请求和接收消息的语言类型,默认为**zh_cn**。'."\n"
.'取值:'."\n"
."\n"
.'- **zh_cn**:中文(简体)'."\n"
.'- **en_us**:英文(美国)', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '分页查询时,设置每页数量。默认值为**10**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时的页码。默认值:1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'UsageScenario',
'in' => 'query',
'schema' => ['description' => '接口调用场景,默认为**null**。'."\n"
.'取值:'."\n"
.'- **null**:旧版本'."\n"
.'- **0**:旧版本'."\n"
.'- **1**:新版本', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
],
'responses' => [
200 => [
'schema' => [
'description' => '返回值对象。',
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '分页查询时的页码。默认值:1。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '阿里云为该请求生成的唯一标识符。', 'type' => 'string', 'example' => '8491DBFD-48C0-4E11-B6FC-6F38921244A9'],
'PageSize' => ['description' => '分页查询时设置的每页行数。默认值:10。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'TotalCount' => ['description' => '返回的数据总条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '12'],
'Items' => [
'description' => '行业模版列表。',
'type' => 'array',
'items' => [
'description' => '行业模板对象。',
'type' => 'object',
'properties' => [
'CurrentRiskLevel' => ['description' => '当前风险等级ID。', 'type' => 'integer', 'format' => 'int32', 'example' => '5'],
'Status' => ['description' => '行业模板状态。取值:'."\n"
.'- **0**:关闭状态。'."\n"
.'- **1**:启用状态,用户当前主模板。'."\n"
.'- **2**:活跃状态,启用、活跃状态的模板均可应用于识别任务。'."\n"
.'- **3**:通用识别模型模板状态。'."\n"
."\n"
.'> 启用和活跃状态的模板,可作为[DescribeDataObjects](~~2399253~~)的行业模板ID入参。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'Type' => ['description' => '行业模板类型。', 'type' => 'integer', 'format' => 'int32', 'example' => '6'],
'SupportEdit' => ['description' => '行业模板是否支持编辑。取值:'."\n"
.'- **0**:不支持。'."\n"
.'- **1**:支持。', 'type' => 'integer', 'format' => 'int32', 'example' => '0'],
'MaxCategoryLevel' => ['description' => '最大分类层级。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'],
'Name' => ['description' => '行业模板名称。', 'type' => 'string', 'example' => 'built-in template'],
'MaxRiskLevel' => ['description' => '最大风险等级ID。', 'type' => 'integer', 'format' => 'int32', 'example' => '5'],
'Id' => ['description' => '行业模板的唯一标志ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'Description' => ['description' => '行业模板的描述信息。', 'type' => 'string', 'example' => 'description'],
'GmtCreate' => ['description' => '行业模板创建时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1582992000000'],
'GmtModified' => ['description' => '行业模板修改时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1545277010000'],
],
],
],
],
],
],
],
'title' => '查询行业模板列表',
'changeSet' => [
['createdAt' => '2024-03-25T07:35:05.000Z', 'description' => '请求参数发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeCategoryTemplateList'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeCategoryTemplateList',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"8491DBFD-48C0-4E11-B6FC-6F38921244A9\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 12,\\n \\"Items\\": [\\n {\\n \\"CurrentRiskLevel\\": 5,\\n \\"Status\\": 1,\\n \\"Type\\": 6,\\n \\"SupportEdit\\": 0,\\n \\"MaxCategoryLevel\\": 2,\\n \\"Name\\": \\"built-in template\\",\\n \\"MaxRiskLevel\\": 5,\\n \\"Id\\": 1,\\n \\"Description\\": \\"description\\",\\n \\"GmtCreate\\": 1582992000000,\\n \\"GmtModified\\": 1545277010000\\n }\\n ]\\n}","type":"json"}]',
],
'DescribeCategoryTemplateRuleList' => [
'summary' => '分页获取分类分级模板的规则列表。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'list',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '81998',
'abilityTreeNodes' => ['FEATUREsddpIUNEZP'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认值为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文(简体)。'."\n"
.'- **en_us**:英文(美国)。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '设置每页显示模板规则的条数,默认值为**10**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '设置当前页的页码,默认值为**1**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'Status',
'in' => 'query',
'schema' => ['description' => '模板规则的开启状态,默认值为**null**。取值:'."\n"
.'- **0**:表示未开启状态。'."\n"
.'- **1**:表示开启状态。'."\n"
.'- **null**:表示全部状态,包括:开启和未开启状态。'."\n"
."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'RiskLevelId',
'in' => 'query',
'schema' => ['description' => '模板规则的风险等级。取值范围为**1**~**11**,默认值为**null**。取值:'."\n"
.'- **1**:表示无风险。'."\n"
.'- **2**:表示S1级风险等级。'."\n"
.'- **3**:表示S2级风险等级。'."\n"
.'- **4**:表示S3级风险等级。'."\n"
.'- **5**:表示S4级风险等级。'."\n"
.'- **6**:表示S5级风险等级。'."\n"
.'- **7**:表示S6级风险等级。'."\n"
.'- **8**:表示S7级风险等级。'."\n"
.'- **9**:表示S8级风险等级。'."\n"
.'- **10**:表示S9级风险等级。'."\n"
.'- **11**:表示S10级风险等级。'."\n"
.'- **null**:表示全部风险等级,包括:无风险、S1、S2、S3、S4、S5、S6、S7、S8、S9和S10级风险等级。'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '当前页的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '返回结果的请求ID。', 'type' => 'string', 'example' => '136082B3-B21F-5E9D-B68E-991FFD205D24'],
'PageSize' => ['description' => '每页显示模板规则的条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'TotalCount' => ['description' => '当前模板的规则总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'Items' => [
'description' => '模板规则列表。',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Status' => ['description' => '模板规则的开启状态。取值:'."\n"
.'- **0**:表示未开启状态。'."\n"
.'- **1**:表示开启状态。'."\n"
.'- **null**:表示全部状态,包括:开启和未开启状态。'."\n"
."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'IdentificationScope' => ['description' => '模板规则用于扫描数据的范围。使用JSON数组转化的字符串格式表示。JSON数组中的每个元素是一个扫描数据的范围,包含以下字段:'."\n"
."\n"
.'- **Asset**:String类型,表示资产类型,包括:RDS、DRDS、PolarDB、OTS、ADB、OceanBase。'."\n"
.'- **Content**:String类型,表示扫描资产的范围。JSON数组中的每个元素是一个扫描数据的范围,包含以下字段:'."\n"
.' '."\n"
.' - **Range**:String类型,表示匹配范围,包括:Instance、database、table、column、project(只适用于MaxCompute资产类型)、bucket(只适用于OSS资产类型)、object(只适用于OSS资产类型)。'."\n"
.' - **Operator**:String类型,表示匹配条件,包括:equals(表示等于)、 regex(表示正则匹配)、prefix(表示前缀匹配)、suffix(表示后缀匹配)。'."\n"
."\n"
.' - **Value**:String类型,表示匹配内容。'."\n"
."\n", 'type' => 'string', 'example' => '[{"Asset":"RDS","Content":[{"Range":"database","Operator":"regex","Value":"register"}]},{"Asset":"RDS","Content":[{"Range":"table","Operator":"regex","Value":"register"}]},{"Asset":"RDS","Content":[{"Range":"column","Operator":"regex","Value":"register"}]},{"Asset":"ODPS","Content":[{"Range":"project","Operator":"regex","Value":"register"}]},{"Asset":"ODPS","Content":[{"Range":"table","Operator":"regex","Value":"register"}]},{"Asset":"ODPS","Content":[{"Range":"column","Operator":"regex","Value":"register"}]}]'],
'RiskLevelId' => ['description' => '模板规则的风险等级。取值范围为**1**~**11**。取值:'."\n"
.'- **1**:表示无风险。'."\n"
.'- **2**:表示S1级风险等级。'."\n"
.'- **3**:表示S2级风险等级。'."\n"
.'- **4**:表示S3级风险等级。'."\n"
.'- **5**:表示S4级风险等级。'."\n"
.'- **6**:表示S5级风险等级。'."\n"
.'- **7**:表示S6级风险等级。'."\n"
.'- **8**:表示S7级风险等级。'."\n"
.'- **9**:表示S8级风险等级。'."\n"
.'- **10**:表示S9级风险等级。'."\n"
.'- **11**:表示S10级风险等级。'."\n"
.'- **null**:表示全部风险等级,包括:无风险、S1、S2、S3、S4、S5、S6、S7、S8、S9和S10级风险等级。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'Description' => ['description' => '规则描述。', 'type' => 'string', 'example' => 'Template rule for identifying ID card numbers'],
'IdentificationRuleIds' => ['description' => '关联的原子模型ID列表,通过半角逗号(,)分隔。', 'type' => 'string', 'example' => '1001,1002'],
'Name' => ['description' => '模板规则名字。', 'type' => 'string', 'example' => 'ID card'],
'Id' => ['description' => '该模板规则的唯一标识ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '100'],
],
'description' => '',
],
],
],
'description' => '',
],
],
],
'title' => '查询分类分级模板的规则列表',
'description' => '本接口一般用于获取当前使用模板的规则列表,便于了解当前使用模板的规则详情。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'changeSet' => [
['createdAt' => '2024-03-25T07:35:05.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-01-11T06:27:27.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2021-11-04T12:36:56.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
['createdAt' => '2021-11-02T06:28:21.000Z', 'description' => '请求参数发生变更、响应参数发生变更、错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeCategoryTemplateRuleList'],
],
],
'ramActions' => [
[
'operationType' => 'list',
'ramAction' => [
'action' => 'yundun-sddp:DescribeCategoryTemplateRuleList',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"136082B3-B21F-5E9D-B68E-991FFD205D24\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 10,\\n \\"Items\\": [\\n {\\n \\"Status\\": 1,\\n \\"IdentificationScope\\": \\"[{\\\\\\"Asset\\\\\\":\\\\\\"RDS\\\\\\",\\\\\\"Content\\\\\\":[{\\\\\\"Range\\\\\\":\\\\\\"database\\\\\\",\\\\\\"Operator\\\\\\":\\\\\\"regex\\\\\\",\\\\\\"Value\\\\\\":\\\\\\"register\\\\\\"}]},{\\\\\\"Asset\\\\\\":\\\\\\"RDS\\\\\\",\\\\\\"Content\\\\\\":[{\\\\\\"Range\\\\\\":\\\\\\"table\\\\\\",\\\\\\"Operator\\\\\\":\\\\\\"regex\\\\\\",\\\\\\"Value\\\\\\":\\\\\\"register\\\\\\"}]},{\\\\\\"Asset\\\\\\":\\\\\\"RDS\\\\\\",\\\\\\"Content\\\\\\":[{\\\\\\"Range\\\\\\":\\\\\\"column\\\\\\",\\\\\\"Operator\\\\\\":\\\\\\"regex\\\\\\",\\\\\\"Value\\\\\\":\\\\\\"register\\\\\\"}]},{\\\\\\"Asset\\\\\\":\\\\\\"ODPS\\\\\\",\\\\\\"Content\\\\\\":[{\\\\\\"Range\\\\\\":\\\\\\"project\\\\\\",\\\\\\"Operator\\\\\\":\\\\\\"regex\\\\\\",\\\\\\"Value\\\\\\":\\\\\\"register\\\\\\"}]},{\\\\\\"Asset\\\\\\":\\\\\\"ODPS\\\\\\",\\\\\\"Content\\\\\\":[{\\\\\\"Range\\\\\\":\\\\\\"table\\\\\\",\\\\\\"Operator\\\\\\":\\\\\\"regex\\\\\\",\\\\\\"Value\\\\\\":\\\\\\"register\\\\\\"}]},{\\\\\\"Asset\\\\\\":\\\\\\"ODPS\\\\\\",\\\\\\"Content\\\\\\":[{\\\\\\"Range\\\\\\":\\\\\\"column\\\\\\",\\\\\\"Operator\\\\\\":\\\\\\"regex\\\\\\",\\\\\\"Value\\\\\\":\\\\\\"register\\\\\\"}]}]\\",\\n \\"RiskLevelId\\": 2,\\n \\"Description\\": \\"Template rule for identifying ID card numbers\\",\\n \\"IdentificationRuleIds\\": \\"1001,1002\\",\\n \\"Name\\": \\"ID card\\",\\n \\"Id\\": 100\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n 136082B3-B21F-5E9D-B68E-991FFD205D24\\n 10\\n 10\\n \\n 1\\n [{\\"Asset\\":\\"RDS\\",\\"Content\\":[{\\"Range\\":\\"database\\",\\"Operator\\":\\"regex\\",\\"Value\\":\\"register\\"}]},{\\"Asset\\":\\"RDS\\",\\"Content\\":[{\\"Range\\":\\"table\\",\\"Operator\\":\\"regex\\",\\"Value\\":\\"register\\"}]},{\\"Asset\\":\\"RDS\\",\\"Content\\":[{\\"Range\\":\\"column\\",\\"Operator\\":\\"regex\\",\\"Value\\":\\"register\\"}]},{\\"Asset\\":\\"ODPS\\",\\"Content\\":[{\\"Range\\":\\"project\\",\\"Operator\\":\\"regex\\",\\"Value\\":\\"register\\"}]},{\\"Asset\\":\\"ODPS\\",\\"Content\\":[{\\"Range\\":\\"table\\",\\"Operator\\":\\"regex\\",\\"Value\\":\\"register\\"}]},{\\"Asset\\":\\"ODPS\\",\\"Content\\":[{\\"Range\\":\\"column\\",\\"Operator\\":\\"regex\\",\\"Value\\":\\"register\\"}]}]\\n 2\\n 用于识别身份证号的模板规则\\n 1001,1002\\n 身份证号\\n 100\\n \\n","errorExample":""}]',
],
'DescribeColumns' => [
'summary' => '调用DescribeColumns接口查询数据安全中心连接授权的MaxCompute、RDS等数据资产表中列的数据。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82001',
'abilityTreeNodes' => ['FEATUREsddp2VFD4T'],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'Name',
'in' => 'query',
'schema' => ['description' => '搜索的关键词,支持模糊匹配。'."\n"
."\n"
.'例如,输入**test**,会搜索出搜索项中包含**test**的全部数据信息。', 'type' => 'string', 'required' => false, 'example' => 'test'],
],
[
'name' => 'TableId',
'in' => 'query',
'schema' => ['description' => 'MaxCompute、RDS等资产表中的列所属的资产表唯一标识ID。'."\n"
."\n"
.'> 根据资产表的ID查询数据安全中心连接授权的数据资产表中列的数据,资产表ID可调用[DescribeTables](~~DescribeTables~~)接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '11132334'],
],
[
'name' => 'RuleId',
'in' => 'query',
'schema' => ['description' => '资产表中列数据命中的敏感数据识别规则的唯一标识ID。'."\n"
."\n"
.'> 根据资产表中列数据命中的敏感数据识别规则的ID,查询数据安全中心连接授权的数据资产表中列的数据,敏感数据识别规则ID可调用[DescribeRules](~~DescribeRules~~)接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '11111'],
],
[
'name' => 'ProductCode',
'in' => 'query',
'schema' => ['description' => '数据资产表中列数据所属产品名称。取值:**MaxCompute、OSS、ADS、OTS、RDS**等。', 'type' => 'string', 'required' => false, 'example' => 'MaxCompute'],
],
[
'name' => 'InstanceId',
'in' => 'query',
'schema' => ['description' => '数据资产表中列数据所属的资产实例ID。'."\n"
."\n"
.'> 根据数据资产表中列数据所属的资产实例的ID,查询数据安全中心连接授权的数据资产表中列的数据,资产实例ID可调用[DescribeInstances](~~DescribeRules~~)接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'InstanceName',
'in' => 'query',
'schema' => ['description' => '数据资产表中列数据所属的资产实例名称。', 'type' => 'string', 'required' => false, 'example' => 'rm-bp17t1htja573l5i8****'],
],
[
'name' => 'TableName',
'in' => 'query',
'schema' => ['description' => '数据资产表的名称。', 'type' => 'string', 'required' => false, 'example' => 'it_table'],
],
[
'name' => 'RuleName',
'in' => 'query',
'schema' => ['description' => '数据资产表中列数据命中的敏感数据识别规则名称。', 'type' => 'string', 'required' => false, 'example' => 'name'],
],
[
'name' => 'SensLevelName',
'in' => 'query',
'schema' => ['description' => '敏感等级名。取值:'."\n"
.'- **N/A**:未识别到敏感数据。'."\n"
.'- **S1**:1级敏感数据。'."\n"
.'- **S2**:2级敏感数据。'."\n"
.'- **S3**:3级敏感数据。'."\n"
.'- **S4**:4级敏感数据。', 'type' => 'string', 'required' => false, 'example' => 'S2'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '列表每页显示的数据最大条数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时的页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'RiskLevelId',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则的风险等级ID。取值:'."\n"
.'- **1**:N/A。'."\n"
.'- **2**:S1。'."\n"
.'- **3**:S2。'."\n"
.'- **4**:S3。'."\n"
.'- **5**:S4。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2'],
],
[
'name' => 'TemplateRuleId',
'in' => 'query',
'schema' => ['description' => '命中的模板规则ID。'."\n"
.'> 您可以通过调用[DescribeCategoryTemplateRuleList](~~410143~~)获取命中的模板规则ID。', 'type' => 'string', 'required' => false, 'example' => '1542'],
],
[
'name' => 'EngineType',
'in' => 'query',
'schema' => ['description' => '引擎类型,取值:'."\n"
.'- **MySQL** 。'."\n"
.'- **MariaDB** 。'."\n"
.'- **Oracle** 。'."\n"
.'- **PostgreSQL** 。'."\n"
.'- **SQLServer** 。', 'type' => 'string', 'required' => false, 'example' => 'MySQL'],
],
[
'name' => 'ProductId',
'in' => 'query',
'schema' => ['description' => '数据对象所属的产品名称对应的ID。取值:'."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADB-MYSQL'."\n"
.'- **4**:TableStore'."\n"
.'- **5**:RDS'."\n"
.'- **6**:SELF_DB'."\n"
.'- **7**:PolarDB-X'."\n"
.'- **8**:PolarDB'."\n"
.'- **9**:ADB-PG'."\n"
.'- **10**:OceanBase'."\n"
.'- **11**:MongoDB'."\n"
.'- **25**:Redis', 'type' => 'string', 'required' => false, 'example' => '5'],
],
[
'name' => 'ModelTagId',
'in' => 'query',
'schema' => ['description' => '数据标签。'."\n"
."\n"
.'- 101:个人敏感信息'."\n"
."\n"
.'- 102:个人信息', 'type' => 'string', 'required' => false, 'example' => '101'],
],
[
'name' => 'TemplateId',
'in' => 'query',
'schema' => ['description' => '行业模板ID。'."\n"
.'> 您可以通过调用[DescribeCategoryTemplateList](~~2399296~~)获取行业模板标识ID。', 'type' => 'string', 'required' => false, 'example' => '5'],
],
[
'name' => 'ServiceRegionId',
'in' => 'query',
'schema' => ['title' => '列属于的实例的区域', 'type' => 'string', 'example' => 'cn-zhangjiakou'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '结果中显示的当前页的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '769FB3C1-F4C9-4******'],
'PageSize' => ['description' => '结果中每页显示数据条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'TotalCount' => ['description' => '结果中数据的总条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '12'],
'Items' => [
'description' => '数据资产表中列的数据。',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'CreationTime' => ['description' => '数据资产表中列数据的创建时间毫秒数。', 'type' => 'integer', 'format' => 'int64', 'example' => '1536751124000'],
'TableName' => ['description' => '订正目标列所属的表名。', 'type' => 'string', 'example' => 'it_table'],
'DataType' => ['description' => '数据资产表中列数据的数据类型。', 'type' => 'string', 'example' => 'String'],
'OdpsRiskLevelValue' => ['description' => '资产的风险等级编码。取值:'."\n"
."\n"
.'- **1**:N/A。'."\n"
.'- **2**:S1。'."\n"
.'- **3**:S2。'."\n"
.'- **4**:S3。'."\n"
.'- **5**:S4。', 'type' => 'integer', 'format' => 'int32', 'example' => '3'],
'InstanceId' => ['description' => '数据资产表中列数据所属的资产实例ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'RiskLevelId' => ['description' => '数据资产表中列数据的风险等级ID。取值:'."\n"
.'- **1**:N/A。'."\n"
.'- **2**:S1。'."\n"
.'- **3**:S2。'."\n"
.'- **4**:S3。'."\n"
.'- **5**:S4。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'RuleName' => ['description' => '数据资产表中列数据命中的敏感数据识别规则名称。', 'type' => 'string', 'example' => 'name'],
'RuleId' => ['description' => '数据资产表中列数据命中的敏感数据识别规则ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'Sensitive' => ['description' => '数据资产表中列数据是否包含敏感数据。取值:'."\n"
."\n"
.'- true:数据资产表中列数据包含敏感数据。'."\n"
.'- false:数据资产表中列数据不包含敏感数据。', 'type' => 'boolean', 'example' => 'false'],
'SensLevelName' => ['description' => '敏感等级名。取值:'."\n"
.'- **N/A**:未识别到敏感数据。'."\n"
.'- **S1**:1级敏感数据。'."\n"
.'- **S2**:2级敏感数据。'."\n"
.'- **S3**:3级敏感数据。'."\n"
.'- **S4**:4级敏感数据。', 'type' => 'string', 'example' => 'S2'],
'InstanceName' => ['description' => '数据资产表中列数据所属的资产实例名称。', 'type' => 'string', 'example' => 'rm-bp17t1htja573l5i8****'],
'RiskLevelName' => ['description' => '数据资产表中列数据的风险等级名称。取值:'."\n"
.'- **N/A**:未识别到敏感数据。'."\n"
.'- **S1**:1级敏感数据。'."\n"
.'- **S2**:2级敏感数据。'."\n"
.'- **S3**:3级敏感数据。'."\n"
.'- **S4**:4级敏感数据。', 'type' => 'string', 'example' => 'S2'],
'OdpsRiskLevelName' => ['description' => '资产的风险等级名称。取值:'."\n"
.'- **N/A**:未识别到敏感数据。'."\n"
.'- **S1**:1级敏感数据。'."\n"
.'- **S2**:2级敏感数据。'."\n"
.'- **S3**:3级敏感数据。'."\n"
.'- **S4**:4级敏感数据。', 'type' => 'string', 'example' => 'S3'],
'Name' => ['description' => '数据资产表中列的名称。', 'type' => 'string', 'example' => 'gxdata'],
'TableId' => ['description' => '数据资产表中列数据所属的资产表ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '123'],
'Id' => ['description' => '数据资产表中列的唯一标识ID。', 'type' => 'string', 'example' => '268'],
'ProductCode' => ['description' => '数据资产表中列数据所属产品名称。取值:**MaxCompute、OSS、ADS、OTS、RDS**等。', 'type' => 'string', 'example' => 'MaxCompute'],
'RevisionStatus' => ['description' => '订正状态。取值:'."\n"
.'- 1:已订正。'."\n"
.'- 0:未订正。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'RevisionId' => ['description' => '订正记录ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '12'],
'ModelTags' => [
'description' => '命中识别模型的数据标签列表。',
'type' => 'array',
'items' => [
'description' => '命中识别模型的数据标签对象。',
'type' => 'object',
'properties' => [
'Id' => ['description' => '识别模型的数据标签ID。'."\n"
.'- **101**:个人敏感信息。'."\n"
.'- **102**:个人信息。'."\n"
.'- **103**:重要数据。', 'type' => 'integer', 'format' => 'int64', 'example' => '101'],
'Name' => ['description' => '识别模型的数据标签名称。'."\n"
.'- 个人敏感信息。'."\n"
.'- 个人信息。'."\n"
.'- 重要数据。', 'type' => 'string', 'example' => 'personal sensitive data'],
],
],
],
'RegionId' => ['description' => '资产所在的地域。', 'type' => 'string', 'example' => 'cn-***'],
'EngineType' => ['description' => '数据库引擎类型。', 'type' => 'string', 'example' => 'MySQL'],
'MaskingStatus' => ['description' => '列加密状态。取值:'."\n"
."\n"
.'- **-1**:未加密'."\n"
."\n"
.'- **1**:加密成功'."\n"
."\n"
.'- **2**:加密失败', 'type' => 'integer', 'format' => 'int32', 'example' => '-1'],
'ProductId' => ['description' => '数据对象所属的产品名称对应的ID。取值:'."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADB-MYSQL'."\n"
.'- **4**:TableStore'."\n"
.'- **5**:RDS'."\n"
.'- **6**:SELF_DB'."\n"
.'- **7**:PolarDB-X'."\n"
.'- **8**:PolarDB'."\n"
.'- **9**:ADB-PG'."\n"
.'- **10**:OceanBase'."\n"
.'- **11**:MongoDB'."\n"
.'- **25**:Redis', 'type' => 'integer', 'format' => 'int64', 'example' => '5'],
],
'description' => '',
],
],
],
'description' => '',
],
],
],
'title' => '查询数据资产表中列的数据',
'description' => '本接口一般用于敏感数据资产信息表中列数据的查看,便于用户准确的对敏感数据进行分析。'."\n"
."\n"
.'## 注意事项'."\n"
.'DescribeColumns接口已修订为DescribeColumnsV2。建议您在开发应用程序时使用较新的版本DescribeColumnsV2。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2025-02-14T03:25:31.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2024-08-16T10:59:31.000Z', 'description' => '请求参数发生变更、响应参数发生变更、响应参数发生变更'],
['createdAt' => '2022-12-28T06:59:58.000Z', 'description' => '响应参数发生变更、响应参数发生变更'],
['createdAt' => '2022-12-27T09:14:52.000Z', 'description' => '响应参数发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeColumns'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeColumns',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"769FB3C1-F4C9-4******\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 12,\\n \\"Items\\": [\\n {\\n \\"CreationTime\\": 1536751124000,\\n \\"TableName\\": \\"it_table\\",\\n \\"DataType\\": \\"String\\",\\n \\"OdpsRiskLevelValue\\": 3,\\n \\"InstanceId\\": 1,\\n \\"RiskLevelId\\": 2,\\n \\"RuleName\\": \\"name\\",\\n \\"RuleId\\": 1,\\n \\"Sensitive\\": false,\\n \\"SensLevelName\\": \\"S2\\",\\n \\"InstanceName\\": \\"rm-bp17t1htja573l5i8****\\",\\n \\"RiskLevelName\\": \\"S2\\",\\n \\"OdpsRiskLevelName\\": \\"S3\\",\\n \\"Name\\": \\"gxdata\\",\\n \\"TableId\\": 123,\\n \\"Id\\": \\"268\\",\\n \\"ProductCode\\": \\"MaxCompute\\",\\n \\"RevisionStatus\\": 1,\\n \\"RevisionId\\": 12,\\n \\"ModelTags\\": [\\n {\\n \\"Id\\": 101,\\n \\"Name\\": \\"personal sensitive data\\"\\n }\\n ],\\n \\"RegionId\\": \\"cn-***\\",\\n \\"EngineType\\": \\"MySQL\\",\\n \\"MaskingStatus\\": -1,\\n \\"ProductId\\": 5\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\t769FB3C1-F4C9-4******\\r\\n\\t4\\r\\n\\t10\\r\\n\\t1\\r\\n\\t\\r\\n\\t\\tdtdep-239-***\\r\\n\\t\\tRDS\\r\\n\\t\\t2\\r\\n\\t\\tS2\\r\\n\\t\\t***DemoCenter\\r\\n\\t\\tgxdata\\r\\n\\t\\t1536751124000\\r\\n\\t\\ttrue\\r\\n\\t\\t268\\r\\n\\t\\t1\\r\\n\\t\\t**规则\\r\\n\\t\\t1\\r\\n\\t\\t123\\r\\n\\t\\r\\n\\t\\r\\n","errorExample":""}]',
],
'DescribeColumnsV2' => [
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => ['FEATUREsddp2VFD4T'],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '设置请求和接收消息的语言类型,默认为**zh_cn**。'."\n"
.'取值:'."\n"
."\n"
.'- **zh_cn**:中文(简体)'."\n"
.'- **en_us**:英文(美国)', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'Name',
'in' => 'query',
'schema' => ['description' => '搜索的关键词,支持模糊匹配。'."\n"
."\n"
.'例如,输入**test**,会搜索出搜索项中包含**test**的全部数据信息。', 'type' => 'string', 'required' => false, 'example' => 'test'],
],
[
'name' => 'TableId',
'in' => 'query',
'schema' => ['description' => 'MaxCompute、RDS等资产表中的列所属的资产表唯一标识ID。'."\n"
."\n"
.'> 根据资产表的ID查询数据安全中心连接授权的数据资产表中列的数据,资产表ID可调用[DescribeTables](~~141709~~)接口获取。'."\n", 'type' => 'string', 'required' => false, 'example' => '11132334'],
],
[
'name' => 'RuleId',
'in' => 'query',
'schema' => ['description' => '资产表中列数据命中的敏感数据识别规则的唯一标识ID。'."\n"
."\n"
.'> 根据资产表中列数据命中的敏感数据识别规则的ID,查询数据安全中心连接授权的数据资产表中列的数据,敏感数据识别规则ID可调用[DescribeRules](~~141389~~)接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '11122200'],
],
[
'name' => 'ProductCode',
'in' => 'query',
'schema' => ['description' => '数据资产表中列数据所属产品名称。取值:**MaxCompute、OSS、ADS、OTS、RDS**等。', 'type' => 'string', 'required' => false, 'example' => 'MaxCompute'],
],
[
'name' => 'InstanceId',
'in' => 'query',
'schema' => ['description' => '数据资产表中列数据所属的资产实例ID。'."\n"
."\n"
.'> 根据数据资产表中列数据所属的资产实例的ID,查询数据安全中心连接授权的数据资产表中列的数据,资产实例ID可调用[DescribeInstances](~~141708~~)接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'InstanceName',
'in' => 'query',
'schema' => ['description' => '数据资产表中列数据所属的资产实例名称。', 'type' => 'string', 'required' => false, 'example' => 'rm-bp17t1htja573l5i8****'],
],
[
'name' => 'TableName',
'in' => 'query',
'schema' => ['description' => '数据资产表的名称。', 'type' => 'string', 'required' => false, 'example' => 'it_table'],
],
[
'name' => 'RuleName',
'in' => 'query',
'schema' => ['description' => '数据资产表中列数据命中的敏感数据识别规则名称。', 'type' => 'string', 'required' => false, 'example' => 'name'],
],
[
'name' => 'SensLevelName',
'in' => 'query',
'schema' => ['description' => '敏感等级名。取值:'."\n"
.'- **N/A**:未识别到敏感数据。'."\n"
.'- **S1**:1级敏感数据。'."\n"
.'- **S2**:2级敏感数据。'."\n"
.'- **S3**:3级敏感数据。'."\n"
.'- **S4**:4级敏感数据。', 'type' => 'string', 'required' => false, 'example' => 'S2'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '分页查询时,设置列表中每页显示的数据资产实例的最大条数。默认值:**10**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时,设置当前页面的页码。默认值:**1**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'RiskLevelId',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则的风险等级ID。取值:'."\n"
.'- **1**:N/A。'."\n"
.'- **2**:S1。'."\n"
.'- **3**:S2。'."\n"
.'- **4**:S3。'."\n"
.'- **5**:S4。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2'],
],
[
'name' => 'EngineType',
'in' => 'query',
'schema' => ['description' => '引擎类型,取值:'."\n"
.'- **MySQL** 。'."\n"
.'- **MariaDB** 。'."\n"
.'- **Oracle** 。'."\n"
.'- **PostgreSQL** 。'."\n"
.'- **SQLServer** 。', 'type' => 'string', 'required' => false, 'example' => 'MySQL'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '分页查询时,设置当前页面的页码。默认值:**1**。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '阿里云为该请求生成的唯一标识符。', 'type' => 'string', 'example' => 'B1F2BB1F-04EC-5D36-B136-B4DE17FD8DE0'],
'PageSize' => ['description' => '分页查询时,设置列表中每页显示的数据资产实例的最大条数。默认值:**10**。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'TotalCount' => ['description' => '结果中数据的总条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '12'],
'Items' => [
'description' => '数据表的列的识别结果列表。',
'type' => 'array',
'items' => [
'description' => '数据表的列的识别结果对象。',
'type' => 'object',
'properties' => [
'CreationTime' => ['description' => '数据资产表中列数据的创建时间毫秒数。', 'type' => 'integer', 'format' => 'int64', 'example' => '1536751124000'],
'TableName' => ['description' => '订正目标列所属的表名。', 'type' => 'string', 'example' => 'it_table'],
'DataType' => ['description' => '数据资产表中列数据的数据类型。', 'type' => 'string', 'example' => 'varchar'],
'OdpsRiskLevelValue' => ['description' => '资产的风险等级编码。取值:'."\n"
."\n"
.'- **1**:N/A。'."\n"
.'- **2**:S1。'."\n"
.'- **3**:S2。'."\n"
.'- **4**:S3。'."\n"
.'- **5**:S4。'."\n"
."\n"
.'>返回值<=1,代表N/A。', 'type' => 'integer', 'format' => 'int32', 'example' => '3'],
'InstanceId' => ['description' => '数据资产表中列数据所属的资产实例ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1232122'],
'RiskLevelId' => ['description' => '数据资产表中列数据的风险等级ID。取值:'."\n"
.'- **1**:N/A。'."\n"
.'- **2**:S1。'."\n"
.'- **3**:S2。'."\n"
.'- **4**:S3。'."\n"
.'- **5**:S4。'."\n"
."\n"
.'>返回值<=1,代表N/A。', 'type' => 'integer', 'format' => 'int64', 'example' => '4'],
'RuleName' => ['description' => '数据资产表中列数据命中的敏感数据识别规则名称。', 'type' => 'string', 'example' => 'name'],
'RuleId' => ['description' => '数据资产表中列数据命中的敏感数据识别规则ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1004'],
'Sensitive' => ['description' => '数据资产表中列数据是否包含敏感数据。取值:'."\n"
."\n"
.'- true:数据资产表中列数据包含敏感数据。'."\n"
.'- false:数据资产表中列数据不包含敏感数据。', 'type' => 'boolean', 'example' => 'true'],
'SensLevelName' => ['description' => '敏感等级名。取值:'."\n"
.'- **N/A**:未识别到敏感数据。'."\n"
.'- **S1**:1级敏感数据。'."\n"
.'- **S2**:2级敏感数据。'."\n"
.'- **S3**:3级敏感数据。'."\n"
.'- **S4**:4级敏感数据。', 'type' => 'string', 'example' => 'S2'],
'InstanceName' => ['description' => '数据资产表中列数据所属的资产实例名称。', 'type' => 'string', 'example' => 'rm-1234'],
'RiskLevelName' => ['description' => '数据资产表中列数据的风险等级名称。取值:'."\n"
.'- **N/A**:未识别到敏感数据。'."\n"
.'- **S1**:1级敏感数据。'."\n"
.'- **S2**:2级敏感数据。'."\n"
.'- **S3**:3级敏感数据。'."\n"
.'- **S4**:4级敏感数据。', 'type' => 'string', 'example' => 'S1'],
'OdpsRiskLevelName' => ['description' => '资产的风险等级名称。取值:'."\n"
.'- **N/A**:未识别到敏感数据。'."\n"
.'- **S1**:1级敏感数据。'."\n"
.'- **S2**:2级敏感数据。'."\n"
.'- **S3**:3级敏感数据。'."\n"
.'- **S4**:4级敏感数据。', 'type' => 'string', 'example' => 'S4'],
'Name' => ['description' => '数据资产表中列的名称。', 'type' => 'string', 'example' => 'obj_id'],
'TableId' => ['description' => '数据资产表中列数据所属的资产表ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '123'],
'Id' => ['description' => '数据资产表中列的唯一标识ID。', 'type' => 'string', 'example' => '111111'],
'ProductCode' => ['description' => '数据资产表中列数据所属产品名称。取值:**MaxCompute、OSS、ADS、OTS、RDS**等。', 'type' => 'string', 'example' => 'RDS'],
'RevisionStatus' => ['description' => '订正状态。取值:'."\n"
.'- 1:已订正。'."\n"
.'- 0:未订正。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'RevisionId' => ['description' => '订正记录ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '12'],
'ModelTags' => [
'description' => '数据标签列表。',
'type' => 'array',
'items' => [
'description' => '数据标签对象。',
'type' => 'object',
'properties' => [
'Id' => ['description' => '数据标签ID。取值:'."\n"
.'- **101**:个人敏感信息'."\n"
.'- **102**:个人信息'."\n"
.'- **107**:通用信息', 'type' => 'integer', 'format' => 'int64', 'example' => '101'],
'Name' => ['description' => '数据标签名称。取值:'."\n"
.'- 个人敏感信息'."\n"
.'- 个人信息'."\n"
.'- 通用信息', 'type' => 'string', 'example' => 'personal sensitive information'],
],
],
],
'EngineType' => ['description' => '引擎类型,取值:'."\n"
.'- **MySQL** 。'."\n"
.'- **MariaDB** 。'."\n"
.'- **Oracle** 。'."\n"
.'- **PostgreSQL** 。'."\n"
.'- **SQLServer** 。', 'type' => 'string', 'example' => 'MySQL'],
'MaskingStatus' => ['description' => '列加密状态。取值:'."\n"
."\n"
.'- **-1**:未加密'."\n"
."\n"
.'- **1**:加密成功'."\n"
."\n"
.'- **2**:加密失败', 'type' => 'integer', 'format' => 'int32', 'example' => '-1'],
'ProductId' => ['description' => '数据资产所属的产品名称对应的ID。取值:'."\n"
.'- **1**:MaxCompute。'."\n"
.'- **2**:OSS。'."\n"
.'- **3**:ADS。'."\n"
.'- **4**:OTS。'."\n"
.'- **5**:RDS。'."\n"
.'- **6**:SELF_DB。', 'type' => 'integer', 'format' => 'int64', 'example' => '5'],
'RegionId' => ['description' => '资产所在的地域。', 'type' => 'string', 'example' => 'cn-hangzhou'],
],
],
],
],
'description' => '',
],
],
],
'staticInfo' => ['returnType' => 'synchronous'],
'title' => '查询数据资产表中列的数据V2',
'summary' => '调用DescribeColumns接口查询数据安全中心连接授权的MaxCompute、RDS等数据资产表中列的数据。',
'changeSet' => [
['createdAt' => '2025-02-14T03:25:31.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeColumnsV2'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeColumnsV2',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"B1F2BB1F-04EC-5D36-B136-B4DE17FD8DE0\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 12,\\n \\"Items\\": [\\n {\\n \\"CreationTime\\": 1536751124000,\\n \\"TableName\\": \\"it_table\\",\\n \\"DataType\\": \\"varchar\\",\\n \\"OdpsRiskLevelValue\\": 3,\\n \\"InstanceId\\": 1232122,\\n \\"RiskLevelId\\": 4,\\n \\"RuleName\\": \\"name\\",\\n \\"RuleId\\": 1004,\\n \\"Sensitive\\": true,\\n \\"SensLevelName\\": \\"S2\\",\\n \\"InstanceName\\": \\"rm-1234\\",\\n \\"RiskLevelName\\": \\"S1\\",\\n \\"OdpsRiskLevelName\\": \\"S4\\",\\n \\"Name\\": \\"obj_id\\",\\n \\"TableId\\": 123,\\n \\"Id\\": \\"111111\\",\\n \\"ProductCode\\": \\"RDS\\",\\n \\"RevisionStatus\\": 1,\\n \\"RevisionId\\": 12,\\n \\"ModelTags\\": [\\n {\\n \\"Id\\": 101,\\n \\"Name\\": \\"personal sensitive information\\"\\n }\\n ],\\n \\"EngineType\\": \\"MySQL\\",\\n \\"MaskingStatus\\": -1,\\n \\"ProductId\\": 5,\\n \\"RegionId\\": \\"cn-hangzhou\\"\\n }\\n ]\\n}","type":"json"}]',
],
'DescribeConfigs' => [
'summary' => '查询异常告警通用配置模块中配置项的列表。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'none',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => ['FEATUREsddpCHNP1R'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh_cn**:默认值,中文(简体)。'."\n"
.'- **en_us**:英文(美国)。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '769FB3C1-F4C9-42DF-9B72-7077A8989C13'],
'ConfigList' => [
'description' => '异常告警通用配置项详情列表。',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Code' => ['description' => '异常告警通用配置项的编码。', 'type' => 'string', 'example' => 'abnormal_download_file'],
'Value' => ['description' => '异常告警通用配置项的参数值。', 'type' => 'string', 'example' => '10000'],
'DefaultValue' => ['description' => '异常告警通用配置项参数的默认值。', 'type' => 'string', 'example' => '10000'],
'Description' => ['description' => '异常告警通用配置项的描述。', 'type' => 'string', 'example' => 'Unauthorized resource multiple access attempts: current threshold is defined as 10 attempts'."\n"
."\n"],
'Id' => ['description' => '异常告警通用配置项的唯一标识ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '50'],
],
'description' => '',
],
],
],
'description' => '',
],
],
],
'title' => '查询异常告警中配置项的列表',
'description' => '# 使用说明'."\n"
.'本接口一般用于查看异常告警通用配置项,便于创建、恢复异常告警通用配置项。'."\n"
."\n"
.'# QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2021-09-27T09:29:07.000Z', 'description' => '响应参数发生变更、错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeConfigs'],
],
],
'ramActions' => [
[
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:DescribeConfigs',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"769FB3C1-F4C9-42DF-9B72-7077A8989C13\\",\\n \\"ConfigList\\": [\\n {\\n \\"Code\\": \\"abnormal_download_file\\",\\n \\"Value\\": \\"10000\\",\\n \\"DefaultValue\\": \\"10000\\",\\n \\"Description\\": \\"Unauthorized resource multiple access attempts: current threshold is defined as 10 attempts\\\\n\\\\n\\",\\n \\"Id\\": 50\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 769FB3C1-F4C9-42DF-9B72-7077A8989C13\\n \\n abnormal_download_file\\n 10000\\n 10000\\n 超过(10000)个\\n 50\\n \\n","errorExample":""}]',
],
'DescribeDataAssets' => [
'summary' => '执行敏感数据保护概览页面的数据资产搜索。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => ['FEATUREsddp2VFD4T'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '指定请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文(简体)'."\n"
.'- **en_us**:英文(美国)'."\n", 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'Name',
'in' => 'query',
'schema' => ['description' => '指定要查询资产的关键词,支持模糊查询。', 'type' => 'string', 'required' => false, 'example' => 'test'],
],
[
'name' => 'RiskLevels',
'in' => 'query',
'schema' => ['description' => '指定要查询的数据资产的风险等级,存在多个时使用英文逗号(,)隔开。'."\n"
.'- **2**:S1,弱风险等级'."\n"
.'- **3**:S2,中等风险等级'."\n"
.'- **4**:S3,高风险等级'."\n"
.'- **5**:S4,最高风险等级', 'type' => 'string', 'required' => false, 'example' => '2'],
],
[
'name' => 'RuleId',
'in' => 'query',
'schema' => ['description' => '指定数据资产命中的敏感数据识别规则唯一标识ID。'."\n"
.'> 如果根据数据资产命中的敏感数据识别规则来搜索数据资产,敏感数据识别规则的ID可调用[DescribeRules](~~DescribeRules~~)接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '11122200'],
],
[
'name' => 'RangeId',
'in' => 'query',
'schema' => ['description' => '指定要查询的数据资产类型。取值:'."\n"
.'- **1**:MaxCompute项目'."\n"
.'- **2**:MaxCompute表'."\n"
.'- **3**:MaxCompute包'."\n"
.'- **11**:分析型数据库MySQL(ADS)库'."\n"
.'- **12**:分析型数据库MySQL(ADS)表'."\n"
.'- **21**:OSS文件桶'."\n"
.'- **22**:OSS Object'."\n"
.'- **31**:表格存储实例'."\n"
.'- **32**:表格存储表'."\n"
.'- **51**:RDS库'."\n"
.'- **52**:RDS表'."\n"
.'- **61**:ECS自建数据库'."\n"
.'- **62**:ECS自建数据表'."\n"
.'- **71**:DRDS库'."\n"
.'- **72**:DRDS表'."\n"
.'- **81**:PolarDB库'."\n"
.'- **82**:PolarDB表'."\n"
.'- **91**:GPDB库'."\n"
.'- **92**:GPDB表'."\n"
."\n\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '指定分页查询时,每页显示的数据最大条数。默认值:**20**。'."\n"
."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '20'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '指定分页查询时,当前页的页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '分页查询时,当前页的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '阿里云为该请求生成的唯一标识符。', 'type' => 'string', 'example' => '71064826-726F-4ADA-B879-05D8055476FB'],
'PageSize' => ['description' => '分页查询时,每页最多显示的数据条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '20'],
'TotalCount' => ['description' => '查询到的存在敏感数据的资产总数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'Items' => [
'description' => '数据资产列表。',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Acl' => ['description' => 'OSS文件桶的ACL权限设置。'."\n"
.'> 只有您将请求参数**RangeId**配置为**21**,即要查询的数据资产为OSS文件桶时,该参数才会显示。', 'type' => 'string', 'example' => 'private'],
'CreationTime' => ['description' => '数据资产创建时间,单位为毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1536751124000'],
'DataType' => ['description' => '数据资产所属的数据类型。', 'type' => 'string', 'example' => 'OSS_BUCKET'],
'Owner' => ['description' => '数据资产所属者账号。', 'type' => 'string', 'example' => 'dtdep-239-******'],
'SensitiveRatio' => ['description' => '在所有数据资产中敏感数据所占的比例。', 'type' => 'string', 'example' => '45%'],
'Protection' => ['description' => '数据资产的防护状态,固定值:**false**。只有您将请求参数**RangeId**配置为**1**,即要查询的数据资产为MaxCompute项目时,该参数才会返回**true**或**false**。'."\n"
.'- **false**: 未开启数据保护机制。'."\n"
.'- **true**:开启数据保护机制。项目空间中的数据只能流入,不能流出。'."\n"
."\n", 'type' => 'boolean', 'example' => 'false'],
'Labelsec' => ['description' => '数据的敏感度标记,固定值:**0**。只有您将请求参数**RangeId**配置为**1**,即要查询的数据资产为MaxCompute项目时,该参数才会返回**0**、**1**、**2**或**3**。'."\n"
.'- **0**:不保密,Unclassified'."\n"
.'- **1**:秘密,Confidential'."\n"
.'- **2**:机密,Sensitive'."\n"
.'- **3** :高度机密,Highly Sensitive'."\n", 'type' => 'boolean', 'example' => '0'],
'TotalCount' => ['description' => '所有数据资产的数量。例如:MaxCompute中项目、包或表的总数;RDS中数据库或表的总数;OSS中文件桶或Object的总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '432'],
'RiskLevelId' => ['description' => '数据资产的风险等级ID。风险等级ID越高,表示识别出的数据越敏感。取值:'."\n"
.'- **1**:未识别到敏感数据,无风险'."\n"
.'- **2**:1级敏感数据风险'."\n"
.'- **3**:2级敏感数据风险'."\n"
.'- **4**:3级敏感数据风险'."\n"
.'- **5**:4级敏感数据风险'."\n"
.'- **6**:5级敏感数据风险'."\n"
.'- **7**:6级敏感数据风险'."\n"
.'- **8**:7级敏感数据风险'."\n"
.'- **9**:8级敏感数据风险'."\n"
.'- **10**:9级敏感数据风险'."\n"
.'- **11**:10级敏感数据风险', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'RuleName' => ['description' => '数据资产命中的敏感数据识别规则名称。', 'type' => 'string', 'example' => '***Rule'],
'Sensitive' => ['description' => '数据资产中是否包含敏感数据。取值:'."\n"
.'- **true**:包含'."\n"
.'- **false**:不包含', 'type' => 'boolean', 'example' => 'true'],
'ObjectKey' => ['description' => 'OSS存储对象的Key值。'."\n"
.'> 只有您将请求参数**RangeId**配置为**22**,即要查询的数据资产为OSS Object时,该参数才会显示。', 'type' => 'string', 'example' => 'test.txt'],
'RiskLevelName' => ['description' => '数据资产的风险等级名称。', 'type' => 'string', 'example' => 'High risk'],
'OdpsRiskLevelName' => ['description' => 'MaxCompute资产的风险等级名称。取值:'."\n"
.'- **S1**:弱风险等级'."\n"
.'- **S2**:中等风险等级'."\n"
.'- **S3**:高级风险等级'."\n"
.'- **S4**:最高风险等级'."\n"
.'> 只有您将请求参数**RangeId**配置为**1**,即要查询的数据资产为MaxCompute项目时,该参数才会显示。', 'type' => 'string', 'example' => 'S4'],
'ProductId' => ['description' => '数据资产所属产品类型ID。取值:'."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADS'."\n"
.'- **4**:OTS'."\n"
.'- **5**:RDS', 'type' => 'string', 'example' => '5'],
'Name' => ['description' => '数据资产名称。', 'type' => 'string', 'example' => 'gxdata'],
'SensitiveCount' => ['description' => '数据资产中敏感数据总数。例如:MaxCompute中敏感的项目、包或表的总数;RDS中敏感的数据库或表的总数;OSS中敏感的文件桶或Object的总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '24'],
'Id' => ['description' => '数据资产的唯一标识ID。', 'type' => 'string', 'example' => '268'],
'ProductCode' => ['description' => '数据资产所属产品名称。', 'type' => 'string', 'example' => 'RDS'],
],
'description' => '',
],
],
],
'description' => '',
],
],
],
'title' => '查询数据资产敏感信息',
'description' => '本接口一般用于敏感数据保护概览页面各资产类型数据的查询。'."\n"
."\n"
.'## 注意事项'."\n"
.'此接口已废弃,不再维护。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:25.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataAssets'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataAssets',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"71064826-726F-4ADA-B879-05D8055476FB\\",\\n \\"PageSize\\": 20,\\n \\"TotalCount\\": 1,\\n \\"Items\\": [\\n {\\n \\"Acl\\": \\"private\\",\\n \\"CreationTime\\": 1536751124000,\\n \\"DataType\\": \\"OSS_BUCKET\\",\\n \\"Owner\\": \\"dtdep-239-******\\",\\n \\"SensitiveRatio\\": \\"45%\\",\\n \\"Protection\\": false,\\n \\"Labelsec\\": true,\\n \\"TotalCount\\": 432,\\n \\"RiskLevelId\\": 2,\\n \\"RuleName\\": \\"***Rule\\",\\n \\"Sensitive\\": true,\\n \\"ObjectKey\\": \\"test.txt\\",\\n \\"RiskLevelName\\": \\"High risk\\",\\n \\"OdpsRiskLevelName\\": \\"S4\\",\\n \\"ProductId\\": \\"5\\",\\n \\"Name\\": \\"gxdata\\",\\n \\"SensitiveCount\\": 24,\\n \\"Id\\": \\"268\\",\\n \\"ProductCode\\": \\"RDS\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n 71064826-726F-4ADA-B879-05D8055476FB\\n 20\\n 1\\n \\n private\\n 1536751124000\\n OSS_BUCKET\\n dtdep-239-******\\n 45%\\n false\\n false\\n 432\\n 2\\n ***规则\\n true\\n 内部\\n 中等风险等级\\n S4\\n 5\\n gxdata\\n 24\\n 268\\n RDS\\n \\n","errorExample":""}]',
],
'DescribeDataLimitDetail' => [
'summary' => '查询连接授权的单个实例、库、Bucket的详情。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82011',
'abilityTreeNodes' => ['FEATUREsddp2CRSZ1'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '设置请求和接收消息的语言类型。取值:'."\n"
.'- **zh**:简体中文(默认取值)'."\n"
.'- **en**:英文'."\n", 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
[
'name' => 'Id',
'in' => 'query',
'schema' => ['description' => '设置要查询的实例、库或Bucket数据资产的唯一标识ID。'."\n"
."\n"
.'> 您可以通过调用[DescribeDataLimits](~~DescribeDataLimits~~)获取标识ID。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '12300'],
],
[
'name' => 'NetworkType',
'in' => 'query',
'schema' => ['description' => '设置要查询的实例、库或Bucket数据资产所属的网络类型。取值:'."\n"
."\n"
.'- **1**:VPC专有网络'."\n"
.'- **2**:经典网络', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。', 'type' => 'string', 'example' => '769FB3C1-F4C9-42DF-9B72-7077A8989C13'],
'DataLimit' => [
'description' => '查询到的资产详情。',
'type' => 'object',
'properties' => [
'LocalName' => ['description' => '资产所属区域。', 'type' => 'string', 'example' => 'cn-hangzhou'],
'CheckStatus' => ['description' => 'DSC与DSC连接授权的实例、库或Bucket数据间的连通性测试状态。取值:'."\n"
."\n"
.'- **2**:表示连通性测试中。'."\n"
.'- **3**:表示连通性测试通过。'."\n"
.'- **4**:表示连通性测试未通过。', 'type' => 'integer', 'format' => 'int32', 'example' => '3'],
'Port' => ['description' => '连接数据库端口的端口号。', 'type' => 'integer', 'format' => 'int32', 'example' => '3306'],
'CheckStatusName' => ['description' => 'DSC与DSC连接授权的实例、库、Bucket数据间的连通性测试状态名称。取值:'."\n"
.'- **通过**'."\n"
.'- **不通过**'."\n"
.'- **检测中**', 'type' => 'string', 'example' => 'Pending'],
'RegionId' => ['description' => '数据资产所属区域ID。', 'type' => 'string', 'example' => 'cn-qingdao'],
'ParentId' => ['description' => '数据资产所属云产品的资产ID和数据库名称。'."\n", 'type' => 'string', 'example' => 'rm-m5eup49p6o274****.RDS_example'],
'ResourceType' => ['description' => '数据资产所属产品类型。取值:'."\n"
."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADS'."\n"
.'- **4**:OTS'."\n"
.'- **5**:RDS'."\n", 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'GmtCreate' => ['description' => 'DSC连接授权实例、库、Bucket等数据资产的时间。格式:时间戳,单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '145600000'],
'ResourceTypeCode' => ['description' => '数据资产所属产品名称。取值:'."\n"
.'- **MaxCompute**'."\n"
.'- **OSS**'."\n"
.'- **ADS**'."\n"
.'- **OTS**'."\n"
.'- **RDS**', 'type' => 'string', 'example' => 'RDS'],
'UserName' => ['description' => '管理数据资产的用户账号。', 'type' => 'string', 'example' => 'User01'],
'Id' => ['description' => '数据资产的唯一标识ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '12300'],
],
],
],
'description' => '',
],
],
],
'title' => '查询连接授权单个实例',
'description' => "\n"
."\n",
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-03-25T07:35:04.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:23.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataLimitDetail'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataLimitDetail',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"769FB3C1-F4C9-42DF-9B72-7077A8989C13\\",\\n \\"DataLimit\\": {\\n \\"LocalName\\": \\"cn-hangzhou\\",\\n \\"CheckStatus\\": 3,\\n \\"Port\\": 3306,\\n \\"CheckStatusName\\": \\"Pending\\",\\n \\"RegionId\\": \\"cn-qingdao\\",\\n \\"ParentId\\": \\"rm-m5eup49p6o274****.RDS_example\\",\\n \\"ResourceType\\": 1,\\n \\"GmtCreate\\": 145600000,\\n \\"ResourceTypeCode\\": \\"RDS\\",\\n \\"UserName\\": \\"User01\\",\\n \\"Id\\": 12300\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 769FB3C1-F4C9-42DF-9B72-7077A8989C13\\n \\n 华北1(青岛)\\n 3\\n 3306\\n 通过\\n cn-qingdao\\n rm-m5eup49p6o274****.RDS_example\\n 1\\n 145600000\\n RDS\\n User01\\n 12300\\n \\n","errorExample":""}]',
],
'DescribeDataLimitSet' => [
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82014',
'abilityTreeNodes' => ['FEATUREsddp2CRSZ1'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh_cn**:默认值,中文(简体)。'."\n"
.'- **en_us**:英文(美国)。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'ResourceType',
'in' => 'query',
'schema' => ['description' => '指定待查询产品的资源类型。取值:'."\n"
.'- **1**:MaxCompute 。'."\n"
.'- **2**:OSS 。'."\n"
.'- **3**:ADS 。'."\n"
.'- **4**:OTS 。'."\n"
.'- **5**:RDS 。'."\n"
.'- **6**:SELF_DB 。'."\n"
.'>传入除2以外的其他值,返回的OssBucketList对象为空。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
[
'name' => 'ParentId',
'in' => 'query',
'schema' => ['description' => '指定待查询资产的父类型资产ID。'."\n"
."\n"
.'您可以通过[DescribeDataLimitDetail](~~DescribeDataLimitDetail~~)或[DescribeDataLimits](~~DescribeDataLimits~~)中返回的**ParentId**确定。', 'type' => 'string', 'required' => false, 'example' => 'db'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
[
'name' => 'RegionType',
'in' => 'query',
'schema' => ['description' => '区域类型'."\n"
.'- **native_audit**:流量采集支持的地域类型', 'type' => 'string', 'required' => false, 'example' => 'native_audit'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '返回结果的请求ID。', 'type' => 'string', 'example' => '769FB3C1-F4C9-42DF-9B72-7077A8989C13'],
'DataLimitSet' => [
'description' => '返回授权扫描的Bucket信息。',
'type' => 'object',
'properties' => [
'ResourceTypeCode' => ['description' => '返回数据的来源产品类型编码。取值:'."\n"
.'- **MaxCompute**。'."\n"
.'- **OSS**。'."\n"
.'- **ADS**。'."\n"
.'- **OTS**。'."\n"
.'- **RDS**。'."\n"
.'- **SELF_DB**。', 'type' => 'string', 'example' => 'OSS'],
'ResourceType' => ['description' => '返回数据的来源产品类型。取值:'."\n"
.'- **1**:MaxCompute 。'."\n"
.'- **2**:OSS 。'."\n"
.'- **3**:ADS 。'."\n"
.'- **4**:OTS 。'."\n"
.'- **5**:RDS 。'."\n"
.'- **6**:SELF_DB 。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'TotalCount' => ['description' => '查询出的资产数量总和。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'DataLimitList' => [
'description' => '授权扫描的数据列表。',
'type' => 'array',
'items' => [
'description' => '数据资产列表。',
'type' => 'object',
'properties' => [
'LocalName' => ['description' => '数据所属地域名称。', 'type' => 'string', 'example' => 'cn-hangzhou'],
'CheckStatus' => ['description' => '数据安全中心与数据安全中心连接授权的Bucket数据间的连通性测试状态。'."\n"
."\n"
.'- **2**:连通性测试中。'."\n"
.'- **3**:连通性测试通过。'."\n"
.'- **4**:连通性测试未通过。', 'type' => 'integer', 'format' => 'int32', 'example' => '3'],
'Connector' => ['description' => '数据连接字符串。', 'type' => 'string', 'example' => 'jdbc:mysql://10.*.*.94:3306/test_demo'],
'CheckStatusName' => ['description' => '数据检测状态名称。', 'type' => 'string', 'example' => 'Connected'],
'RegionId' => ['description' => '数据所属地域ID。', 'type' => 'string', 'example' => 'cn-****'],
'ParentId' => ['description' => '指定待查询资产的父类型资产ID。', 'type' => 'string', 'example' => 'db'],
'ResourceType' => ['description' => '数据来源产品类型。取值:'."\n"
.'- **1**:MaxCompute 。'."\n"
.'- **2**:OSS 。'."\n"
.'- **3**:ADS 。'."\n"
.'- **4**:OTS 。'."\n"
.'- **5**:RDS 。'."\n"
.'- **6**:SELF_DB 。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'GmtCreate' => ['description' => '数据创建时间,单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1625587423000'],
'ResourceTypeCode' => ['description' => '数据来源产品类型编码。取值:'."\n"
.'- **MaxCompute**。'."\n"
.'- **OSS**。'."\n"
.'- **ADS**。'."\n"
.'- **OTS**。'."\n"
.'- **RDS**。'."\n"
.'- **SELF_DB**。', 'type' => 'string', 'example' => 'OSS'],
'UserName' => ['description' => '数据所属用户名。', 'type' => 'string', 'example' => 'tsts'],
'Id' => ['description' => '数据的唯一标识ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
],
],
],
'OssBucketList' => [
'description' => '授权扫描的OSS对象列表。',
'type' => 'array',
'items' => [
'description' => '授权扫描的OSS对象列表。',
'type' => 'object',
'properties' => [
'RegionId' => ['description' => 'OSS对象所属地域ID。', 'type' => 'string', 'example' => 'cn-****'],
'BucketName' => ['description' => 'OSS对象所属存储空间名称。', 'type' => 'string', 'example' => 'oss-bucket'],
],
],
],
'RegionList' => [
'description' => '扫描支持的地域列表。',
'type' => 'array',
'items' => [
'description' => '地域列表信息。',
'type' => 'object',
'properties' => [
'RegionId' => ['description' => '地域ID。', 'type' => 'string', 'example' => 'cn-****'],
'LocalName' => ['description' => '地域名称。', 'type' => 'string', 'example' => 'cn-hangzhou'],
],
],
],
],
],
],
'description' => '',
],
],
],
'title' => '查询非结构化资产授权列表或数据安全中心支持的地域列表',
'summary' => '调用DescribeDataLimitSet接口查询非结构化资产授权列表或数据安全中心支持的地域列表。',
'description' => '本接口一般用于获取已授权的产品资产列表,便于搜索和资源聚合。'."\n"
."\n"
.'## 注意事项'."\n"
.'本接口后续将用来获取产品支持的地域列表,其他功能不再维护。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2025-06-30T11:18:08.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2024-03-25T07:35:04.000Z', 'description' => '请求参数发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataLimitSet'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataLimitSet',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"769FB3C1-F4C9-42DF-9B72-7077A8989C13\\",\\n \\"DataLimitSet\\": {\\n \\"ResourceTypeCode\\": \\"OSS\\",\\n \\"ResourceType\\": 2,\\n \\"TotalCount\\": 10,\\n \\"DataLimitList\\": [\\n {\\n \\"LocalName\\": \\"cn-hangzhou\\",\\n \\"CheckStatus\\": 3,\\n \\"Connector\\": \\"jdbc:mysql://10.*.*.94:3306/test_demo\\",\\n \\"CheckStatusName\\": \\"Connected\\",\\n \\"RegionId\\": \\"cn-****\\",\\n \\"ParentId\\": \\"db\\",\\n \\"ResourceType\\": 2,\\n \\"GmtCreate\\": 1625587423000,\\n \\"ResourceTypeCode\\": \\"OSS\\",\\n \\"UserName\\": \\"tsts\\",\\n \\"Id\\": 1\\n }\\n ],\\n \\"OssBucketList\\": [\\n {\\n \\"RegionId\\": \\"cn-****\\",\\n \\"BucketName\\": \\"oss-bucket\\"\\n }\\n ],\\n \\"RegionList\\": [\\n {\\n \\"RegionId\\": \\"cn-****\\",\\n \\"LocalName\\": \\"cn-hangzhou\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n\\n\\t\\t10\\n\\t\\tOSS\\n\\t\\t2\\n\\t\\t\\n\\t\\t\\tdb\\n\\t\\t\\t连接串\\n\\t\\t\\t1625587423000\\n\\t\\t\\ttsts\\n\\t\\t\\tOSS\\n\\t\\t\\t3\\n\\t\\t\\t2\\n\\t\\t\\t1\\n\\t\\t\\tcn-****\\n\\t\\t\\t联通性检测状态\\n\\t\\t\\t华东1(杭州)\\n\\t\\t\\n\\t\\t\\n\\t\\t\\toss-bucket\\n\\t\\t\\tcn-****\\n\\t\\t\\n\\t\\t\\n\\t\\t\\tcn-****\\n\\t\\t\\t杭州\\n\\t\\t\\n\\n769FB3C1-F4C9-42DF-9B72-7077A8989C13\\n","errorExample":""}]',
],
'DescribeDataLimits' => [
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82013',
'abilityTreeNodes' => ['FEATUREsddpXMFUF8'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh**:中文。'."\n"
.'- **en**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '分页查询时,指定每页最多显示的数据条数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时,设置当前页面的页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'ResourceType',
'in' => 'query',
'schema' => ['description' => '必填,实例、库、Bucket数据资产所属产品类型。取值:'."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADS'."\n"
.'- **4**:OTS'."\n"
.'- **5**:RDS'."\n"
.'- **6**:SELF_DB', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'ParentId',
'in' => 'query',
'schema' => ['description' => '数据资产所属的父类型资产ID。取值:'."\n"
.'- MaxCompute的项目名称或ID。'."\n"
.'- OSS的Bucket名称或ID。'."\n"
.'- RDS的实例名称或ID或数据库名称或ID。', 'type' => 'string', 'required' => false, 'example' => '1112'],
],
[
'name' => 'ServiceRegionId',
'in' => 'query',
'schema' => ['description' => '资产所在的地域。', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'],
],
[
'name' => 'CheckStatus',
'in' => 'query',
'schema' => ['description' => '数据检测状态。取值:'."\n"
.'- **0**:就绪。'."\n"
.'- **1**:运行中。'."\n"
.'- **2**:连通性测试中。'."\n"
.'- **3**:连通性测试通过。'."\n"
.'- **4**:连通性测试未通过.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '3'],
],
[
'name' => 'AuditStatus',
'in' => 'query',
'schema' => ['description' => '审计状态。取值:'."\n"
.'- **1**:开启审计。'."\n"
.'- **0**:关闭审计。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'EngineType',
'in' => 'query',
'schema' => ['description' => '数据库类型。取值:**MySQL**,**SQLServer**,**Oracle**,**PostgreSQL**,**MongoDB**等。', 'type' => 'string', 'required' => false, 'example' => 'MySQL'],
],
[
'name' => 'DatamaskStatus',
'in' => 'query',
'schema' => ['description' => '脱敏权限状态。取值:'."\n"
.'- **1**:开启。'."\n"
.'- **0**:关闭。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'Enable',
'in' => 'query',
'schema' => ['description' => '识别权限状态。取值:'."\n"
.'- **1**:开启。'."\n"
.'- **0**:关闭。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'StartTime',
'in' => 'query',
'schema' => ['description' => '创建开始时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1616068534877'],
],
[
'name' => 'EndTime',
'in' => 'query',
'schema' => ['description' => '创建结束时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1616068534877'],
],
[
'name' => 'MemberAccount',
'in' => 'query',
'schema' => ['description' => '成员账号ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '**********8103'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '当前页的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '本次调用请求的ID。', 'type' => 'string', 'example' => '769FB3C1-F4C9-42DF-9B72-7077A8989***'],
'PageSize' => ['description' => '每页最多显示的数据条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'TotalCount' => ['description' => '总数据条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '200'],
'Items' => [
'description' => '数据资产列表。',
'type' => 'array',
'items' => [
'description' => '数据资产详情。',
'type' => 'object',
'properties' => [
'SupportEvent' => ['description' => '是否支持异常事件检测。取值:'."\n"
.'- **true**:是。'."\n"
.'- **false**:否。', 'type' => 'boolean', 'example' => 'true'],
'ErrorMessage' => ['description' => '失败原因。', 'type' => 'string', 'example' => 'Incorrect password.'],
'CheckStatus' => ['description' => '数据检测状态。取值:'."\n"
.'- **0**:就绪。'."\n"
.'- **1**:运行中。'."\n"
.'- **2**:连通性测试中。'."\n"
.'- **3**:连通性测试通过。'."\n"
.'- **4**:连通性测试未通过。', 'type' => 'integer', 'format' => 'int32', 'example' => '3'],
'LocalName' => ['description' => '数据所属区域名称。', 'type' => 'string', 'example' => 'China (Hangzhou)'],
'TenantName' => ['description' => '租户别名。', 'type' => 'string', 'example' => 'insta_gram'],
'NextStartTime' => ['description' => '下一次的执行时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1676620236000'],
'Port' => ['description' => '自建数据库端口号。', 'type' => 'integer', 'format' => 'int32', 'example' => '3306'],
'CheckStatusName' => ['description' => '数据检测状态名称。', 'type' => 'string', 'example' => 'Connectivity detection status'],
'SamplingSize' => ['description' => '敏感数据采样。取值:**0**、**5**、**10**。单位:条。'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '5'],
'ParentId' => ['description' => '指定待查询资产的父级ID,取值:**bucket、db、project**等。', 'type' => 'string', 'example' => 'project'],
'DatamaskStatus' => ['description' => '脱敏权限状态。取值:'."\n"
.'- **1**:开启。'."\n"
.'- **0**:关闭。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'ProcessTotalCount' => ['description' => '数据表/文件总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
'ResourceType' => ['description' => '实例、库、Bucket数据资产所属产品类型。取值:'."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADS'."\n"
.'- **4**:OTS'."\n"
.'- **5**:RDS'."\n"
.'- **6**:SELF_DB', 'type' => 'integer', 'format' => 'int64', 'example' => '5'],
'ErrorCode' => ['description' => '错误码。', 'type' => 'string', 'example' => 'connect_network_error'],
'OcrStatus' => ['description' => 'OCR状态。取值:'."\n"
.'- **0**:关闭。'."\n"
.'- **1**:开启。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'LogStoreDay' => ['description' => '原始日志存储时间。单位:天。', 'type' => 'integer', 'format' => 'int32', 'example' => '30'],
'EventStatus' => ['description' => '防泄漏开关。取值:'."\n"
.'- **0**:关闭。'."\n"
.'- **1**:开启(默认值)。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'SupportScan' => ['description' => '是否支持扫描。取值:'."\n"
.'- **true**:是。'."\n"
.'- **false**:否。', 'type' => 'boolean', 'example' => 'true'],
'LastFinishedTime' => ['description' => '最后一次全部扫描完成的时间。'."\n"
.'- 格式:时间戳'."\n"
.'- 单位:毫秒', 'type' => 'integer', 'format' => 'int64', 'example' => '145600000'],
'UserName' => ['description' => '数据所属用户名。', 'type' => 'string', 'example' => 'tsts'],
'AuditStatus' => ['description' => '审计状态。取值:'."\n"
.'- **1**:开启审计。'."\n"
.'- **0**:关闭审计。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'SupportOcr' => ['description' => '是否支持ocr。取值:'."\n"
.'- **true**:是。'."\n"
.'- **false**:否。', 'type' => 'boolean', 'example' => 'true'],
'EngineType' => ['description' => '数据库类型。取值:**MySQL**,**SQLServer**,**Oracle**,**PostgreSQL**,**MongoDB**等。', 'type' => 'string', 'example' => 'MySQL'],
'InstanceId' => ['description' => '数据资产表所属的资产实例ID。', 'type' => 'string', 'example' => '12332'],
'TotalCount' => ['description' => '数据资产表包含的字段总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
'InstanceDescription' => ['description' => '实例备注信息。', 'type' => 'string', 'example' => '123'],
'DbVersion' => ['description' => '数据库版本。', 'type' => 'string', 'example' => '2.0'],
'RegionId' => ['description' => '资产所在的地域。', 'type' => 'string', 'example' => 'cn-hangzhou'],
'GmtCreate' => ['description' => '创建时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '145600000'],
'SupportAudit' => ['description' => '是否支持审计。取值:'."\n"
.'- **true**:是。'."\n"
.'- **false**:否。', 'type' => 'boolean', 'example' => 'true'],
'AutoScan' => ['description' => '是否自动扫描。取值:'."\n"
.'- **0**:不自动。'."\n"
.'- **1**:自动。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'ResourceTypeCode' => ['description' => '数据来源产品类型编码。取值:**MaxCompute、OSS、ADS、OTS、RDS**等。', 'type' => 'string', 'example' => 'RDS'],
'SupportDatamask' => ['description' => '是否支持脱敏。取值:'."\n"
.'- **true**:是。'."\n"
.'- **false**:否。', 'type' => 'boolean', 'example' => 'true'],
'ProcessStatus' => ['description' => '扫描状态。取值:'."\n"
.'- **-1**:无效。'."\n"
.'- **0**:等待。'."\n"
.'- **1**:扫描中。'."\n"
.'- **2**:暂停。'."\n"
.'- **3**:完成。'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '3'],
'Id' => ['description' => '数据的唯一标识ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'Enable' => ['description' => '识别权限状态。取值:'."\n"
.'- **1**:开启。'."\n"
.'- **0**:关闭。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'SecurityGroupIdList' => [
'description' => 'Agent审计中PrivateLink使用的安全组ID列表。',
'type' => 'array',
'items' => ['description' => 'Agent审计中PrivateLink使用的安全组ID。', 'type' => 'string', 'example' => 'sg-bp113yf20quxkvy****'],
],
'VSwitchIdList' => [
'description' => 'Agent审计中PrivateLink使用的交换机ID列表。',
'type' => 'array',
'items' => ['description' => 'Agent审计中PrivateLink使用的交换机ID。', 'type' => 'string', 'example' => 'vsw-bp1kk2mtrtey7o4ju****'],
],
'VpcId' => ['description' => '数据资产所属的vpcid。', 'type' => 'string', 'example' => 'vpc-2zevcqke6hh09c41****'],
'MemberAccount' => ['description' => '成员账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '**********8103'."\n"],
'LastStartTime' => ['description' => '数据资产上次扫描开始时间,单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '145600000'],
],
],
],
],
'description' => '',
],
],
],
'title' => '查询数据资产扫描授权列表',
'summary' => '调用本接口查询连接授权的实例、库、Bucket数据资产列表。',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-08-09T07:58:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2024-04-18T05:56:10.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
['createdAt' => '2024-03-25T07:35:04.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2022-07-18T03:59:28.000Z', 'description' => '响应参数发生变更、错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '1000', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataLimits'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataLimits',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"769FB3C1-F4C9-42DF-9B72-7077A8989***\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 200,\\n \\"Items\\": [\\n {\\n \\"SupportEvent\\": true,\\n \\"ErrorMessage\\": \\"Incorrect password.\\",\\n \\"CheckStatus\\": 3,\\n \\"LocalName\\": \\"China (Hangzhou)\\",\\n \\"TenantName\\": \\"insta_gram\\",\\n \\"NextStartTime\\": 1676620236000,\\n \\"Port\\": 3306,\\n \\"CheckStatusName\\": \\"Connectivity detection status\\",\\n \\"SamplingSize\\": 5,\\n \\"ParentId\\": \\"project\\",\\n \\"DatamaskStatus\\": 1,\\n \\"ProcessTotalCount\\": 100,\\n \\"ResourceType\\": 5,\\n \\"ErrorCode\\": \\"connect_network_error\\",\\n \\"OcrStatus\\": 1,\\n \\"LogStoreDay\\": 30,\\n \\"EventStatus\\": 1,\\n \\"SupportScan\\": true,\\n \\"LastFinishedTime\\": 145600000,\\n \\"UserName\\": \\"tsts\\",\\n \\"AuditStatus\\": 1,\\n \\"SupportOcr\\": true,\\n \\"EngineType\\": \\"MySQL\\",\\n \\"InstanceId\\": \\"12332\\",\\n \\"TotalCount\\": 100,\\n \\"InstanceDescription\\": \\"123\\",\\n \\"DbVersion\\": \\"2.0\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"GmtCreate\\": 145600000,\\n \\"SupportAudit\\": true,\\n \\"AutoScan\\": 1,\\n \\"ResourceTypeCode\\": \\"RDS\\",\\n \\"SupportDatamask\\": true,\\n \\"ProcessStatus\\": 3,\\n \\"Id\\": 1,\\n \\"Enable\\": 1,\\n \\"SecurityGroupIdList\\": [\\n \\"sg-bp113yf20quxkvy****\\"\\n ],\\n \\"VSwitchIdList\\": [\\n \\"vsw-bp1kk2mtrtey7o4ju****\\"\\n ],\\n \\"VpcId\\": \\"vpc-2zevcqke6hh09c41****\\",\\n \\"MemberAccount\\": 0,\\n \\"LastStartTime\\": 145600000\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n 769FB3C1-F4C9-42DF-9B72-7077A8989***\\n 10\\n 200\\n \\n true\\n 密码不正确\\n 3\\n 华东1(杭州)\\n insta_gram\\n 145600000\\n 3306\\n 联通性检测状态\\n 5\\n project\\n 1\\n 100\\n connect_network_error\\n 1\\n 30\\n 1\\n true\\n 145600000\\n tsts\\n 1\\n true\\n MySQL\\n 12332\\n 100\\n 123\\n 2.0\\n cn-hangzhou\\n 145600000\\n true\\n 1\\n RDS\\n true\\n 3\\n 1\\n 1\\n \\n","errorExample":""}]',
],
'DescribeDataMaskingRunHistory' => [
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => ['FEATUREsddpNV5XKZ'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'TaskId',
'in' => 'query',
'schema' => ['description' => '脱敏任务的编号。', 'type' => 'string', 'required' => false, 'example' => 'mt4HBgtw1B******'],
],
[
'name' => 'StartTime',
'in' => 'query',
'schema' => ['description' => '按任务执行的起始时间查询,时间戳毫秒格式。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1582992000000'],
],
[
'name' => 'EndTime',
'in' => 'query',
'schema' => ['description' => '按任务执行的结束时间查询,时间戳毫秒格式。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1583856000000'],
],
[
'name' => 'Status',
'in' => 'query',
'schema' => ['description' => '任务执行状态:'."\n"
.'- **-1**:等待执行。'."\n"
.'- **0**:执行中。'."\n"
.'- **1**:执行成功。'."\n"
.'- **2**:执行失败。'."\n"
.'- **3**:用户终止。'."\n"
.'- **4**:部分失败。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0'],
],
[
'name' => 'SrcType',
'in' => 'query',
'schema' => ['description' => '脱敏数据所属的源产品类型,取值:**1**:MaxCompute,**2**:OSS,**3**:ADS,**4**:OTS,**5**:RDS等。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
[
'name' => 'DstType',
'in' => 'query',
'schema' => ['description' => '数据脱敏后放置的目标产品类型,取值:**1**:MaxCompute,**2**:OSS,**3**:ADS,**4**:OTS,**5**:RDS等。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '列表每页显示的最大数据条数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时的页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'MainProcessId',
'in' => 'query',
'schema' => ['description' => '主任务ID。'."\n"
."\n"
.'>包含子任务的时候该参数值为当前任务ID否则为空。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '366731'],
],
[
'name' => 'SrcTableName',
'in' => 'query',
'schema' => ['description' => '源表的表名。', 'type' => 'string', 'required' => false, 'example' => 'add'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '结果中显示的当前页的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '769FB3C1-F4C9-4******'],
'PageSize' => ['description' => '结果中每页显示数据条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'TotalCount' => ['description' => '结果中数据的总条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
'Items' => [
'description' => '脱敏任务信息列表。',
'type' => 'array',
'items' => [
'description' => '查询到结果详情。',
'type' => 'object',
'properties' => [
'Status' => ['description' => '任务执行状态:'."\n"
.'- -**1**:等待执行。'."\n"
.'- **0**:执行中。'."\n"
.'- **1**:执行成功。'."\n"
.'- **2**:执行失败。'."\n"
.'- **3**:用户终止。'."\n"
.'- **4**:部分失败.', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'Type' => ['description' => '执行方式:'."\n"
.'- **1**:手工。'."\n"
.'- **2**:定时。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'SrcType' => ['description' => '脱敏数据所属的源产品类型,取值:**1**:MaxCompute,**2**:OSS,**3**:ADS,**4**:OTS,**5**:RDS等。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'],
'SrcTableName' => ['description' => '源表的表名。'."\n", 'type' => 'string', 'example' => 'add'],
'MaskingCount' => ['description' => '脱敏行数。', 'type' => 'integer', 'format' => 'int64', 'example' => '100'],
'Percentage' => ['description' => '执行进度。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
'DstType' => ['description' => '数据脱敏后放置的目标产品类型,取值:**1**:MaxCompute,**2**:OSS,**3**:ADS,**4**:OTS,**5**:RDS等。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'],
'FailMsg' => ['description' => '任务执行失败的原因。', 'type' => 'string', 'example' => 'error'],
'FailCode' => ['description' => '任务执行失败的错误码,只有任务执行失败时才有值。', 'type' => 'string', 'example' => 'masking_task_not_found'],
'ConflictCount' => ['description' => '冲突行数,表示脱敏后待插入目标表的数据和目标表中已有的数据冲突的行数。'."\n", 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
'DstTypeCode' => ['description' => '目的产品类型。取值:**MaxCompute、OSS、ADS、OTS、RDS**等', 'type' => 'string', 'example' => 'OSS'],
'EndTime' => ['description' => '执行结束时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1582251233000'],
'RunIndex' => ['description' => '第几次执行该任务。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'StartTime' => ['description' => '执行时间,时间戳毫秒格式。', 'type' => 'integer', 'format' => 'int64', 'example' => '1582251233000'],
'HasSubProcess' => ['description' => '已创建的子任务数。', 'type' => 'integer', 'format' => 'int32', 'example' => '4'],
'HasDownloadFile' => ['description' => '是否有下载文件。'."\n"
."\n"
.'- **1**:有。'."\n"
.'- **0**:没有。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'TaskId' => ['description' => '任务编号。', 'type' => 'string', 'example' => 'mt4HBgtw1B******'],
'SrcTypeCode' => ['description' => '源产品类型。取值:**MaxCompute、OSS、ADS、OTS、RDS**等', 'type' => 'string', 'example' => 'OSS'],
'Id' => ['description' => '执行记录的ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
],
],
],
],
'description' => '',
],
],
],
'title' => '查询脱敏任务执行情况',
'summary' => '调用DescribeDataMaskingRunHistory查询脱敏任务执行情况。',
'description' => '本接口一般用于获取静态脱敏任务的执行情况,便于您搜索脱敏任务状态和查看任务进度。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:22.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataMaskingRunHistory'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataMaskingRunHistory',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"769FB3C1-F4C9-4******\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 100,\\n \\"Items\\": [\\n {\\n \\"Status\\": 1,\\n \\"Type\\": 1,\\n \\"SrcType\\": 2,\\n \\"SrcTableName\\": \\"add\\",\\n \\"MaskingCount\\": 100,\\n \\"Percentage\\": 100,\\n \\"DstType\\": 2,\\n \\"FailMsg\\": \\"error\\",\\n \\"FailCode\\": \\"masking_task_not_found\\",\\n \\"ConflictCount\\": 0,\\n \\"DstTypeCode\\": \\"OSS\\",\\n \\"EndTime\\": 1582251233000,\\n \\"RunIndex\\": 1,\\n \\"StartTime\\": 1582251233000,\\n \\"HasSubProcess\\": 4,\\n \\"HasDownloadFile\\": 1,\\n \\"TaskId\\": \\"mt4HBgtw1B******\\",\\n \\"SrcTypeCode\\": \\"OSS\\",\\n \\"Id\\": 1\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n1\\n5\\n1\\n\\n 1\\n 1\\n Vd8Rj80eBXR*****\\n 100\\n 100000\\n 1582251233000\\n RDS\\n 0\\n 5\\n 1\\n 1\\n 4869\\n MaxCompute\\n\\n769FB3C1-F4C9-4******\\n","errorExample":""}]',
],
'DescribeDataMaskingTasks' => [
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'list',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82022',
'abilityTreeNodes' => ['FEATUREsddpNV5XKZ'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'SearchKey',
'in' => 'query',
'schema' => ['description' => '任务搜索关键词。支持搜索任务名称和任务编号。', 'type' => 'string', 'required' => false, 'example' => 'test'],
],
[
'name' => 'StartTime',
'in' => 'query',
'schema' => ['description' => '任务创建的起始时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1582992000000'],
],
[
'name' => 'EndTime',
'in' => 'query',
'schema' => ['description' => '脱敏任务创建的结束时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1583856000000'],
],
[
'name' => 'DstType',
'in' => 'query',
'schema' => ['description' => '脱敏数据源所属的产品。取值:'."\n"
.'- **1**:MaxCompute。'."\n"
.'- **2**:OSS。'."\n"
.'- **3**:ADS。'."\n"
.'- **4**:OTS。'."\n"
.'- **5**:RDS。'."\n"
.'- **6**:SELF_DB。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '列表每页显示的数据最大条数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时的页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '结果中显示的当前页的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '769FB3C1-F4C9-4******'],
'PageSize' => ['description' => '结果中每页显示数据条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'TotalCount' => ['description' => '结果中数据的总条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
'Items' => [
'description' => '脱敏任务列表。',
'type' => 'array',
'items' => [
'description' => '脱敏任务详情。',
'type' => 'object',
'properties' => [
'Status' => ['description' => '任务状态:'."\n"
.'- **0**:已关闭。'."\n"
.'- **1**:开启。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'Owner' => ['description' => '任务创建者。', 'type' => 'string', 'example' => 'owner'],
'TaskName' => ['description' => '任务名称。', 'type' => 'string', 'example' => 'Task name'],
'SrcType' => ['description' => '源产品类型,取值:'."\n"
.'- **1**:MaxCompute。'."\n"
.'- **2**:OSS。'."\n"
.'- **3**:ADS。'."\n"
.'- **4**:OTS。'."\n"
.'- **5**:RDS。'."\n"
.'- **6**:SELF_DB。', 'type' => 'integer', 'format' => 'int32', 'example' => '5'],
'DstType' => ['description' => '脱敏数据源所属的产品。取值:'."\n"
.'- **1**:MaxCompute。'."\n"
.'- **2**:OSS。'."\n"
.'- **3**:ADS。'."\n"
.'- **4**:OTS。'."\n"
.'- **5**:RDS。'."\n"
.'- **6**:SELF_DB。', 'type' => 'integer', 'format' => 'int32', 'example' => '5'],
'HasUnfinishProcess' => ['description' => '是否正在执行中。', 'type' => 'boolean', 'example' => 'false'],
'OriginalTable' => ['description' => '是否是原表脱敏。', 'type' => 'boolean', 'example' => 'false'],
'TriggerType' => ['description' => '执行方式:'."\n"
.'- **1**:手工。'."\n"
.'- **2**:定时。'."\n"
.'- **3**:手工加定时。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'DstTypeCode' => ['description' => '目标产品类型。取值:'."\n"
.'- **MaxCompute**。'."\n"
.'- **OSS**。'."\n"
.'- **ADS**。'."\n"
.'- **OTS**。'."\n"
.'- **RDS**。'."\n"
.'- **SELF_DB**。', 'type' => 'string', 'example' => 'RDS'],
'RunCount' => ['description' => '执行次数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'GmtCreate' => ['description' => '创建时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1582992000000'],
'TaskId' => ['description' => '任务编号。', 'type' => 'string', 'example' => 'mt4HBgtw1B******'],
'DstPath' => ['description' => '目标路径。', 'type' => 'string', 'example' => '***/table1'],
'SrcTypeCode' => ['description' => '源产品类型。取值:'."\n"
.'- **MaxCompute**。'."\n"
.'- **OSS**。'."\n"
.'- **ADS**。'."\n"
.'- **OTS**。'."\n"
.'- **RDS**。'."\n"
.'- **SELF_DB**。', 'type' => 'string', 'example' => 'RDS'],
'Id' => ['description' => '任务ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'SrcPath' => ['description' => '源路径。', 'type' => 'string', 'example' => '***/table2'],
'SrcMemberAccount' => ['description' => '脱敏源所属的成员账号。', 'type' => 'integer', 'format' => 'int64', 'example' => '192479427903xxxx'],
'DstMemberAccount' => ['description' => '脱敏目标所属的成员账号。', 'type' => 'integer', 'format' => 'int64', 'example' => '192479427903xxxx'],
],
],
],
],
'description' => '',
],
],
],
'title' => '查询脱敏任务列表',
'summary' => '调用DescribeDataMaskingTasks获取脱敏任务列表。',
'description' => '本接口一般用于获取静态脱敏任务列表,便于搜索和任务管理。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-04-18T05:56:08.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:21.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataMaskingTasks'],
],
],
'ramActions' => [
[
'operationType' => 'list',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataMaskingTasks',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"769FB3C1-F4C9-4******\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 100,\\n \\"Items\\": [\\n {\\n \\"Status\\": 1,\\n \\"Owner\\": \\"owner\\",\\n \\"TaskName\\": \\"Task name\\",\\n \\"SrcType\\": 5,\\n \\"DstType\\": 5,\\n \\"HasUnfinishProcess\\": false,\\n \\"OriginalTable\\": false,\\n \\"TriggerType\\": 1,\\n \\"DstTypeCode\\": \\"RDS\\",\\n \\"RunCount\\": 1,\\n \\"GmtCreate\\": 1582992000000,\\n \\"TaskId\\": \\"mt4HBgtw1B******\\",\\n \\"DstPath\\": \\"***/table1\\",\\n \\"SrcTypeCode\\": \\"RDS\\",\\n \\"Id\\": 1,\\n \\"SrcPath\\": \\"***/table2\\",\\n \\"SrcMemberAccount\\": 0,\\n \\"DstMemberAccount\\": 0\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n1\\n5\\n1\\n\\n 1\\n 1\\n ***\\n mt4HBgtw1B****\\n ********\\n false\\n OSS\\n *********\\n 2\\n 1583739870000\\n 任务名称\\n 2\\n 3\\n 1\\n OSS\\n\\n","errorExample":""}]',
],
'DescribeDataObjectColumnDetail' => [
'methods' => ['get', 'post'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '149483',
'abilityTreeNodes' => ['FEATUREsddp2VFD4T'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '分页查询时,设置列表中每页显示的数据资产实例的最大条数。默认值:**10**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时,设置当前页面的页码。默认值:**1**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'ProductId',
'in' => 'query',
'schema' => ['description' => '数据对象所属的产品名称对应的ID。取值:'."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADB-MYSQL'."\n"
.'- **4**:TableStore'."\n"
.'- **5**:RDS'."\n"
.'- **6**:SELF_DB'."\n"
.'- **7**:PolarDB-X'."\n"
.'- **8**:PolarDB'."\n"
.'- **9**:ADB-PG'."\n"
.'- **10**:OceanBase'."\n"
.'- **11**:MongoDB'."\n"
.'- **25**:Redis', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '5'],
],
[
'name' => 'Id',
'in' => 'query',
'schema' => ['description' => '设置要查询的数据对象的唯一标识ID。'."\n"
."\n"
.'> 您可以通过调用[DescribeDataObjects](~~2399253~~)获取标识ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '318248'],
],
[
'name' => 'TemplateId',
'in' => 'query',
'schema' => ['description' => '行业模版ID。'."\n"
.'> 您可以通过调用[DescribeDataObjects](~~2399253~~)获取行业模板标识ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '分页查询时,设置当前页面的页码。默认值:**1**。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。', 'type' => 'string', 'example' => '8C8036CC-961D-514E-88E8-3088B5A50CA9'],
'PageSize' => ['description' => '分页查询时,设置列表中每页显示的数据资产实例的最大条数。默认值:**10**。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'TotalCount' => ['description' => '结果中数据的总条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '61'],
'Items' => [
'description' => '数据表的列的识别结果列表。',
'type' => 'array',
'items' => [
'description' => '数据表的列的识别结果对象。',
'type' => 'object',
'properties' => [
'ColumnName' => ['description' => '列名称。', 'type' => 'string', 'example' => 'hide14'],
'DataType' => ['description' => '列的数据类型。', 'type' => 'string', 'example' => 'varchar'],
'ColumnComment' => ['description' => '列的备注。', 'type' => 'string', 'example' => 'column comment'],
'PrimaryKey' => ['description' => '列是否为主键,取值说明:'."\n"
."\n"
.'- **true**:主键。'."\n"
.'- **false**:非主键。', 'type' => 'boolean', 'example' => 'true'],
'Id' => ['description' => '列对象的唯一标识ID。', 'type' => 'string', 'example' => '1509415150052786176'],
'RiskLevelId' => ['description' => '风险等级ID。取值:'."\n"
.'- **1**:N/A:未识别到敏感数据。'."\n"
.'- **2**:S1:1级敏感数据。'."\n"
.'- **3**:S2:2级敏感数据。'."\n"
.'- **4**:S3:3级敏感数据。'."\n"
.'- **5**:S4:4级敏感数据。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'RiskLevelName' => ['description' => '风险等级名称。取值:'."\n"
.'- **N/A**:未识别到敏感数据。'."\n"
.'- **S1**:1级敏感数据。'."\n"
.'- **S2**:2级敏感数据。'."\n"
.'- **S3**:3级敏感数据。'."\n"
.'- **S4**:4级敏感数据。', 'type' => 'string', 'example' => 'S1'],
'RuleId' => ['description' => '命中的识别模型ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1004'],
'RuleName' => ['description' => '命中的识别模型名称。', 'type' => 'string', 'example' => 'name'],
'Categories' => [
'description' => '敏感数据所数据的行业分类列表。',
'type' => 'array',
'items' => ['description' => '敏感数据所数据的行业分类,多个通过逗号分隔。', 'type' => 'string', 'example' => 'general sensitive information'],
],
'ModelTags' => [
'description' => '数据标签列表。',
'type' => 'array',
'items' => [
'description' => '数据标签对象。',
'type' => 'object',
'properties' => [
'Id' => ['description' => '数据标签名称对应的ID。取值:'."\n"
.'- **101**:个人敏感信息'."\n"
.'- **102**:个人信息'."\n"
.'- **107**:通用信息', 'type' => 'integer', 'format' => 'int64', 'example' => '101'],
'Name' => ['description' => '数据标签名称。取值:'."\n"
.'- **101**:个人敏感信息'."\n"
.'- **102**:个人信息'."\n"
.'- **107**:通用信息', 'type' => 'string', 'example' => 'personal sensitive information'],
],
],
],
'EngineType' => ['description' => '引擎类型,取值:'."\n"
.'- **MySQL** 。'."\n"
.'- **MariaDB** 。'."\n"
.'- **Oracle** 。'."\n"
.'- **PostgreSQL** 。'."\n"
.'- **SQLServer** 。', 'type' => 'string', 'example' => 'MySQL'],
'MaskingStatus' => ['description' => '列加密状态。取值:'."\n"
."\n"
.'- **-1**:未加密'."\n"
."\n"
.'- **1**:加密成功'."\n"
."\n"
.'- **2**:加密失败', 'type' => 'integer', 'format' => 'int32', 'example' => '-1'],
'InstanceName' => ['description' => '数据资产表的实例名称。', 'type' => 'string', 'example' => 'rm-1234'],
'TableName' => ['description' => '表名称。', 'type' => 'string', 'example' => 'it_table'],
'RegionId' => ['description' => '资产所在的地域。', 'type' => 'string', 'example' => 'cn-hangzhou'],
'ProductId' => ['description' => '数据对象所属的产品名称对应的ID。取值:'."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADB-MYSQL'."\n"
.'- **4**:TableStore'."\n"
.'- **5**:RDS'."\n"
.'- **6**:SELF_DB'."\n"
.'- **7**:PolarDB-X'."\n"
.'- **8**:PolarDB'."\n"
.'- **9**:ADB-PG'."\n"
.'- **10**:OceanBase'."\n"
.'- **11**:MongoDB'."\n"
.'- **25**:Redis', 'type' => 'integer', 'format' => 'int64', 'example' => '5'],
],
],
],
],
'description' => '',
],
],
],
'title' => '查询数据对象列详情',
'summary' => '调用本接口查询数据表的列识别结果。',
'description' => '## 注意事项'."\n"
.'DescribeDataObjectColumnDetail接口已修订为DescribeDataObjectColumnDetailV2。建议您在开发应用程序时使用较新的版本DescribeDataObjectColumnDetailV2。',
'changeSet' => [
['createdAt' => '2025-02-14T03:25:31.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2024-03-25T07:35:04.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:20.000Z', 'description' => '响应参数发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataObjectColumnDetail'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataObjectColumnDetail',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"8C8036CC-961D-514E-88E8-3088B5A50CA9\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 61,\\n \\"Items\\": [\\n {\\n \\"ColumnName\\": \\"hide14\\",\\n \\"DataType\\": \\"varchar\\",\\n \\"ColumnComment\\": \\"column comment\\",\\n \\"PrimaryKey\\": true,\\n \\"Id\\": \\"1509415150052786176\\",\\n \\"RiskLevelId\\": 2,\\n \\"RiskLevelName\\": \\"S1\\",\\n \\"RuleId\\": 1004,\\n \\"RuleName\\": \\"name\\",\\n \\"Categories\\": [\\n \\"general sensitive information\\"\\n ],\\n \\"ModelTags\\": [\\n {\\n \\"Id\\": 101,\\n \\"Name\\": \\"personal sensitive information\\"\\n }\\n ],\\n \\"EngineType\\": \\"MySQL\\",\\n \\"MaskingStatus\\": -1,\\n \\"InstanceName\\": \\"rm-1234\\",\\n \\"TableName\\": \\"it_table\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"ProductId\\": 5\\n }\\n ]\\n}","type":"json"}]',
],
'DescribeDataObjectColumnDetailV2' => [
'methods' => ['get', 'post'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '186089',
'abilityTreeNodes' => ['FEATUREsddp2VFD4T'],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '分页查询时,设置列表中每页显示的数据资产实例的最大条数。默认值:**10**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时,设置当前页的页码。默认值为**1**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'ProductId',
'in' => 'query',
'schema' => ['description' => '数据对象所属的产品名称对应的ID。取值:'."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADB-MYSQL'."\n"
.'- **4**:TableStore'."\n"
.'- **5**:RDS'."\n"
.'- **6**:SELF_DB'."\n"
.'- **7**:PolarDB-X'."\n"
.'- **8**:PolarDB'."\n"
.'- **9**:ADB-PG'."\n"
.'- **10**:OceanBase'."\n"
.'- **11**:MongoDB'."\n"
.'- **25**:Redis', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '5'],
],
[
'name' => 'Id',
'in' => 'query',
'schema' => ['description' => '设置要查询的数据对象的唯一标识ID。'."\n"
."\n"
.'> 您可以通过调用[DescribeDataObjects](~~2399253~~)获取标识ID。', 'type' => 'string', 'required' => true, 'example' => '13456723343'],
],
[
'name' => 'TemplateId',
'in' => 'query',
'schema' => ['description' => '行业模版ID。'."\n"
.'> 您可以通过调用[DescribeDataObjects](~~2399253~~)获取行业模板标识ID。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '分页查询时的页码。默认值:1。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。', 'type' => 'string', 'example' => '769FB3C1-F4C9-42DF-9B72-7077A8989C13'],
'PageSize' => ['description' => '分页查询时,设置列表中每页显示的数据资产实例的最大条数。默认值:**10**。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'TotalCount' => ['description' => '总数据条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '231'],
'Items' => [
'description' => '数据表的列的识别结果列表。',
'type' => 'array',
'items' => [
'description' => '数据表的列的识别结果对象。',
'type' => 'object',
'properties' => [
'ColumnName' => ['description' => '列名称。', 'type' => 'string', 'example' => 'hide14'],
'DataType' => ['description' => '列的数据类型。', 'type' => 'string', 'example' => 'varchar'],
'ColumnComment' => ['description' => '列的备注。', 'type' => 'string', 'example' => 'column comment'],
'PrimaryKey' => ['description' => '列是否为主键,取值说明:'."\n"
."\n"
.'- **true**:主键。'."\n"
.'- **false**:非主键。', 'type' => 'boolean', 'example' => 'true'],
'Id' => ['description' => '数据对象的唯一标识ID。', 'type' => 'string', 'example' => '1392973973691383808'],
'RiskLevelId' => ['description' => '风险等级ID。取值:'."\n"
.'- **1**:N/A:未识别到敏感数据。'."\n"
.'- **2**:S1:1级敏感数据。'."\n"
.'- **3**:S2:2级敏感数据。'."\n"
.'- **4**:S3:3级敏感数据。'."\n"
.'- **5**:S4:4级敏感数据。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'RiskLevelName' => ['description' => '风险等级名称。取值:'."\n"
.'- **N/A**:未识别到敏感数据。'."\n"
.'- **S1**:1级敏感数据。'."\n"
.'- **S2**:2级敏感数据。'."\n"
.'- **S3**:3级敏感数据。'."\n"
.'- **S4**:4级敏感数据。', 'type' => 'string', 'example' => 'S1'],
'RuleId' => ['description' => '命中的识别模型ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '51'],
'RuleName' => ['description' => '命中的识别模型名称。', 'type' => 'string', 'example' => 'name'],
'Categories' => [
'description' => '敏感数据所数据的行业分类列表。',
'type' => 'array',
'items' => ['description' => '敏感数据所数据的行业分类,多个通过逗号分隔。', 'type' => 'string', 'example' => 'general sensitive information'],
],
'ModelTags' => [
'description' => '数据标签列表。',
'type' => 'array',
'items' => [
'description' => '数据标签对象。',
'type' => 'object',
'properties' => [
'Id' => ['description' => '数据标签名称对应的ID。取值:'."\n"
.'- **101**:个人敏感信息'."\n"
.'- **102**:个人信息'."\n"
.'- **107**:通用信息', 'type' => 'integer', 'format' => 'int64', 'example' => '101'],
'Name' => ['description' => '数据标签名称。取值:'."\n"
.'- 个人敏感信息'."\n"
.'- 个人信息'."\n"
.'- 通用信息', 'type' => 'string', 'example' => 'personal sensitive information'],
],
],
],
'EngineType' => ['description' => '引擎类型,取值:'."\n"
.'- **MySQL** 。'."\n"
.'- **MariaDB** 。'."\n"
.'- **Oracle** 。'."\n"
.'- **PostgreSQL** 。'."\n"
.'- **SQLServer** 。', 'type' => 'string', 'example' => 'MySQL'],
'MaskingStatus' => ['description' => '列加密状态。取值:'."\n"
."\n"
.'- **-1**:未加密'."\n"
."\n"
.'- **1**:加密成功'."\n"
."\n"
.'- **2**:加密失败', 'type' => 'integer', 'format' => 'int32', 'example' => '-1'],
'InstanceName' => ['description' => '数据资产表的实例名称。', 'type' => 'string', 'example' => 'rm-bp17t1htja573l5i8****'],
'TableName' => ['description' => '表名称。', 'type' => 'string', 'example' => 'it_table'],
'RegionId' => ['description' => '资产所在的地域。', 'type' => 'string', 'example' => 'cn-hangzhou'],
'ProductId' => ['description' => '数据对象所属的产品名称对应的ID。取值:'."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADB-MYSQL'."\n"
.'- **4**:TableStore'."\n"
.'- **5**:RDS'."\n"
.'- **6**:SELF_DB'."\n"
.'- **7**:PolarDB-X'."\n"
.'- **8**:PolarDB'."\n"
.'- **9**:ADB-PG'."\n"
.'- **10**:OceanBase'."\n"
.'- **11**:MongoDB'."\n"
.'- **25**:Redis', 'type' => 'integer', 'format' => 'int64', 'example' => '5'],
],
],
],
],
'description' => '',
],
],
],
'staticInfo' => ['returnType' => 'synchronous'],
'title' => '查询数据对象列详情V2',
'summary' => '调用本接口查询数据表的列识别结果。',
'changeSet' => [
['createdAt' => '2025-02-14T03:25:31.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2024-03-25T07:35:04.000Z', 'description' => '请求参数发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '500', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataObjectColumnDetailV2'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataObjectColumnDetailV2',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"769FB3C1-F4C9-42DF-9B72-7077A8989C13\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 231,\\n \\"Items\\": [\\n {\\n \\"ColumnName\\": \\"hide14\\",\\n \\"DataType\\": \\"varchar\\",\\n \\"ColumnComment\\": \\"column comment\\",\\n \\"PrimaryKey\\": true,\\n \\"Id\\": \\"1392973973691383808\\",\\n \\"RiskLevelId\\": 2,\\n \\"RiskLevelName\\": \\"S1\\",\\n \\"RuleId\\": 51,\\n \\"RuleName\\": \\"name\\",\\n \\"Categories\\": [\\n \\"general sensitive information\\"\\n ],\\n \\"ModelTags\\": [\\n {\\n \\"Id\\": 101,\\n \\"Name\\": \\"personal sensitive information\\"\\n }\\n ],\\n \\"EngineType\\": \\"MySQL\\",\\n \\"MaskingStatus\\": -1,\\n \\"InstanceName\\": \\"rm-bp17t1htja573l5i8****\\",\\n \\"TableName\\": \\"it_table\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"ProductId\\": 5\\n }\\n ]\\n}","type":"json"}]',
],
'DescribeDataObjects' => [
'methods' => ['get', 'post'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '149455',
'abilityTreeNodes' => ['FEATUREsddp2VFD4T'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '分页查询时,设置列表中每页显示的数据资产实例的最大条数。默认值:**10**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时的页码。默认值:1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'ProductIds',
'in' => 'query',
'schema' => ['description' => '建议填写,待查询的产品ID列表,多个用逗号分隔。取值:'."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADB-MYSQL'."\n"
.'- **4**:TableStore'."\n"
.'- **5**:RDS'."\n"
.'- **6**:SELF_DB'."\n"
.'- **7**:PolarDB-X'."\n"
.'- **8**:PolarDB'."\n"
.'- **9**:ADB-PG'."\n"
.'- **10**:OceanBase'."\n"
.'- **11**:MongoDB'."\n"
.'- **25**:Redis'."\n"
."\n"
.'> OSS与其他产品互斥,即如果待查询中有OSS,则不能有其他产品列表;默认查询的为非OSS产品。', 'type' => 'string', 'required' => false, 'example' => '1,5'],
],
[
'name' => 'ParentCategoryIds',
'in' => 'query',
'schema' => ['description' => '待查询模板的父分类列表,多个父分类ID用逗号分隔。', 'type' => 'string', 'required' => false, 'example' => '234,236,238'],
],
[
'name' => 'QueryName',
'in' => 'query',
'schema' => ['description' => '待查询的数据对象关键字。', 'type' => 'string', 'required' => false, 'example' => 't_sddp_selfmysql_pers0'],
],
[
'name' => 'ServiceRegionId',
'in' => 'query',
'schema' => ['description' => '资产所在的地域。取值:'."\n"
.'- **cn-beijing**:华北2(北京)。'."\n"
.'- **cn-zhangjiakou**:华北3(张家口)。'."\n"
.'- **cn-huhehaote**:华北5(呼和浩特)。'."\n"
.'- **cn-hangzhou**:华东1(杭州)。'."\n"
.'- **cn-shanghai**:华东2(上海)。'."\n"
.'- **cn-shenzhen**:华南1(深圳)。'."\n"
.'- **cn-hongkong**:中国香港。', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'],
],
[
'name' => 'TemplateId',
'in' => 'query',
'schema' => ['description' => '行业模版ID。'."\n"
."\n"
.'> 您可以通过调用[DescribeCategoryTemplateList](~~2399296~~)获取行业模板标识ID。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1'],
],
[
'name' => 'DomainId',
'in' => 'query',
'schema' => ['description' => '数据资产所属的数据域ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2'],
],
[
'name' => 'ModelTagIds',
'in' => 'query',
'schema' => ['description' => '待查询的数据标签,多个用逗号分隔。取值:'."\n"
.'- **101**:个人敏感信息。'."\n"
.'- **102**:个人信息。'."\n"
.'- **107**:通用信息。', 'type' => 'string', 'required' => false, 'example' => '101,102'],
],
[
'name' => 'RiskLevels',
'in' => 'query',
'schema' => ['description' => '指定要查询的数据资产的风险等级,存在多个时使用英文逗号(,)隔开。'."\n"
.'- **2**:S1,弱风险等级。'."\n"
.'- **3**:S2,中等风险等级。'."\n"
.'- **4**:S3,高风险等级。'."\n"
.'- **5**:S4,最高风险等级。', 'type' => 'string', 'required' => false, 'example' => '2'],
],
[
'name' => 'InstanceId',
'in' => 'query',
'schema' => ['description' => '资产实例ID关键字。', 'type' => 'string', 'required' => false, 'example' => '8vb54hn2g9j191ddz'],
],
[
'name' => 'ModelIds',
'in' => 'query',
'schema' => ['description' => '行业模板的模型ID,多个ID通过逗号分隔。'."\n"
.'> 您可以通过调用[DescribeTemplateAllRules](~~2536491~~)获取行业模板模型标识ID。', 'type' => 'string', 'required' => false, 'example' => '101'],
],
[
'name' => 'FileType',
'in' => 'query',
'schema' => ['description' => '支持识别的OSS文件类型。'."\n"
."\n"
.'> 您可以通过调用[DescribeDocTypes](~~2536492~~)获取支持识别的OSS文件类型,取返回值中的Code字段值,本参数仅对OSS类型的资产查询有效。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '100001'],
],
[
'name' => 'FileCategoryCode',
'in' => 'query',
'schema' => ['description' => '文件分类编码。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'MemberAccount',
'in' => 'query',
'schema' => ['description' => '成员账号ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '**********8103'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '此参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
[
'name' => 'APIVersion',
'in' => 'query',
'schema' => ['title' => '使用这个来进行灰度判断', 'description' => '使用这个来进行灰度判断', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'RegionId',
'in' => 'query',
'schema' => ['title' => '数据目录展示页的区域'."\n", 'description' => '数据目录展示页的区域'."\n", 'type' => 'string', 'required' => false, 'example' => 'cn-zhangjiakou'],
],
[
'name' => 'ProductId',
'in' => 'query',
'schema' => ['title' => '数据目录的产品', 'description' => '数据目录的产品', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '5'],
],
[
'name' => 'RuleIds',
'in' => 'query',
'schema' => ['title' => '规则筛选'."\n", 'description' => '规则筛选'."\n", 'type' => 'string', 'required' => false, 'example' => '1,2,3'],
],
[
'name' => 'RiskLevelIdList',
'in' => 'query',
'schema' => ['title' => '分级筛选', 'description' => '分级筛选', 'type' => 'string', 'required' => false, 'example' => '1,2,3'],
],
[
'name' => 'TableName',
'in' => 'query',
'schema' => ['title' => '任务名筛选'."\n", 'description' => '任务名筛选'."\n", 'type' => 'string', 'required' => false, 'example' => 'TableName'],
],
[
'name' => 'DbName',
'in' => 'query',
'schema' => ['title' => '数据库名筛选', 'description' => '数据库名筛选', 'type' => 'string', 'required' => false, 'example' => 'dataBaseName'],
],
[
'name' => 'TaskId',
'in' => 'query',
'schema' => ['title' => '任务Id筛选', 'description' => '任务Id筛选', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'Bucket',
'in' => 'query',
'schema' => ['title' => 'oss的桶筛选', 'description' => 'oss的桶筛选', 'type' => 'string', 'required' => false, 'example' => 'bucketName'],
],
[
'name' => 'Project',
'in' => 'query',
'schema' => ['title' => 'SLS的project筛选', 'description' => 'SLS的project筛选', 'type' => 'string', 'required' => false, 'example' => 'project'],
],
[
'name' => 'LogStore',
'in' => 'query',
'schema' => ['title' => 'sls的logstore筛选', 'description' => 'sls的logstore筛选', 'type' => 'string', 'required' => false, 'example' => 'logstore'],
],
[
'name' => 'LogStoreFlag',
'in' => 'query',
'schema' => ['title' => '数据目录的sls页面有两层,需要用这个进行判断,是查找的logstore维度数据', 'description' => '数据目录的sls页面有两层,需要用这个进行判断,是查找的logstore维度数据', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'Path',
'in' => 'query',
'schema' => ['title' => '文件路径筛选', 'description' => '文件路径筛选', 'type' => 'string', 'required' => false, 'example' => 'road'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '分页查询时,设置当前页面的页码。默认值:**1**。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。', 'type' => 'string', 'example' => 'E6F6460E-4330-549A-BD89-C183FB17571E'],
'PageSize' => ['description' => '分页查询时,设置列表中每页显示的数据资产实例的最大条数。默认值:**10**。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'TotalCount' => ['description' => '查询结果总条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '21'],
'Items' => [
'description' => '数据对象列表。',
'type' => 'array',
'items' => [
'description' => '数据对象列表。',
'type' => 'object',
'properties' => [
'Name' => ['description' => '数据对象的名称。', 'type' => 'string', 'example' => 't_sddp_selfmysql_pers0'],
'Id' => ['description' => '数据对象的唯一标识ID。', 'type' => 'string', 'example' => '20000'],
'TemplateId' => ['description' => '行业模版ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'ProductId' => ['description' => '数据对象所属的产品名称对应的ID。取值:'."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADB-MYSQL'."\n"
.'- **4**:TableStore'."\n"
.'- **5**:RDS'."\n"
.'- **6**:SELF_DB'."\n"
.'- **7**:PolarDB-X'."\n"
.'- **8**:PolarDB'."\n"
.'- **9**:ADB-PG'."\n"
.'- **10**:OceanBase'."\n"
.'- **11**:MongoDB'."\n"
.'- **25**:Redis', 'type' => 'integer', 'format' => 'int64', 'example' => '5'],
'InstanceDescription' => ['description' => '数据对象的实例描述。', 'type' => 'string', 'example' => 'instance description'],
'ProductCode' => ['description' => '数据对象所属的产品名称。取值:'."\n"
.'- **MaxCompute**'."\n"
.'- **OSS**'."\n"
.'- **ADB-MYSQL**'."\n"
.'- **TableStore**'."\n"
.'- **RDS**'."\n"
.'- **SELF_DB**'."\n"
.'- **PolarDB-X**'."\n"
.'- **PolarDB**'."\n"
.'- **ADB-PG**'."\n"
.'- **OceanBase**'."\n"
.'- **MongoDB**'."\n"
.'- **Redis**', 'type' => 'string', 'example' => 'RDS'],
'SensitiveCount' => ['description' => '敏感数据数量', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'ObjectType' => ['description' => '数据对象类型。', 'type' => 'string', 'example' => 'text type'],
'Path' => ['description' => '数据对象的路径。', 'type' => 'string', 'example' => 'rm-12**.db_***'],
'RegionName' => ['description' => '地域名称。', 'type' => 'string', 'example' => 'cn-hangzhou'],
'Categories' => [
'description' => '敏感数据所数据的行业分类列表。',
'type' => 'array',
'items' => ['description' => '敏感数据所数据的行业分类列表,多个分类通过逗号分隔。', 'type' => 'string', 'example' => 'general sensitive information'],
],
'ModelTags' => [
'description' => '数据标签列表。',
'type' => 'array',
'items' => [
'description' => '数据标签列表。',
'type' => 'object',
'properties' => [
'Id' => ['description' => '数据标签ID。取值:'."\n"
.'- **101**:个人敏感信息。'."\n"
.'- **102**:个人信息。'."\n"
.'- **107**:通用信息。', 'type' => 'integer', 'format' => 'int64', 'example' => '101'],
'Name' => ['description' => '数据标签名称。取值:'."\n"
.'- **个人敏感信息。**'."\n"
.'- **个人信息。**'."\n"
.'- **通用信息。**', 'type' => 'string', 'example' => 'Personal sensitive information'],
],
],
],
'RuleList' => [
'description' => '命中的识别模型列表。',
'type' => 'array',
'items' => [
'description' => '命中的识别模型列表。',
'type' => 'object',
'properties' => [
'RuleId' => ['description' => '识别模型ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1080'],
'RuleName' => ['description' => '识别模型名称。', 'type' => 'string', 'example' => 'name'],
'RiskLevelId' => ['description' => '敏感数据识别规则的风险等级ID。取值:'."\n"
.'- **1**:N/A:未识别到敏感数据。'."\n"
.'- **2**:S1:1级敏感数据。'."\n"
.'- **3**:S2:2级敏感数据。'."\n"
.'- **4**:S3:3级敏感数据。'."\n"
.'- **5**:S4:4级敏感数据。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'RiskLevelName' => ['description' => '数据资产表的风险等级名称。取值:'."\n"
.'- **N/A**:未识别到敏感数据。'."\n"
.'- **S1**:1级敏感数据。'."\n"
.'- **S2**:2级敏感数据。'."\n"
.'- **S3**:3级敏感数据。'."\n"
.'- **S4**:4级敏感数据。', 'type' => 'string', 'example' => 'S1'],
'RuleCount' => ['description' => '命中识别模型数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '590'],
'RuleCategoryNameList' => ['title' => '从模板的最高到底部进行规则信息的描述', 'description' => '从模板的最高到底部进行规则信息的描述', 'type' => 'string', 'example' => 'Personal sensitive information-ID card'],
'SampleList' => ['title' => '样例数据', 'description' => '样例数据', 'type' => 'string', 'example' => '["Lucy","Tom"]'],
],
],
],
'ObjectFileCategory' => ['description' => '文件分类名称。', 'type' => 'string', 'example' => 'text file'],
'MemberAccount' => ['description' => '成员账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '**********8103'],
'LastModifiedTime' => ['description' => '文件最新更新时间,单位为毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1687676649830'],
'InstanceId' => ['description' => '数据资产实例ID。', 'type' => 'string', 'example' => 'rm-12*****'],
'LastScanTime' => ['description' => '最新扫描的时间戳,单位为毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1687676649830'],
'RegionId' => ['description' => '数据对象所属的区域ID。', 'type' => 'string', 'example' => 'cn-hangzhou'],
'Comment' => ['title' => '列备注', 'description' => '列备注', 'type' => 'string', 'example' => 'comment'],
'DataType' => ['title' => '数据库列类型', 'description' => '数据库列类型', 'type' => 'string', 'example' => 'varchar'],
'DbName' => ['title' => '数据库名', 'description' => '数据库名', 'type' => 'string', 'example' => 'DataBaseName'],
'TableName' => ['title' => '表名', 'description' => '表名', 'type' => 'string', 'example' => 'tableName'],
'RiskLevelId' => ['title' => '敏感等级', 'description' => '敏感等级', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'TaskId' => ['title' => '任务Id', 'description' => '任务Id', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'TaskNumber' => ['title' => '用户任务number', 'description' => '用户任务number', 'type' => 'integer', 'format' => 'int64', 'example' => '1000'],
'TaskName' => ['title' => '任务名', 'description' => '任务名', 'type' => 'string', 'example' => 'test-task'],
'IsRevision' => ['title' => '订正状态', 'description' => '订正状态', 'type' => 'integer', 'format' => 'int32', 'example' => '-1'],
'MaskStatus' => ['title' => '列加密状态', 'description' => '列加密状态', 'type' => 'integer', 'format' => 'int32', 'example' => '-1'],
'FileCategoryCode' => ['title' => '文件类型', 'description' => '文件类型', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'Size' => ['title' => '文件大小', 'description' => '文件大小', 'type' => 'integer', 'format' => 'int64', 'example' => '1000'],
'RuleCount' => ['title' => '命中的规则数', 'description' => '命中的规则数', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'Sx' => ['title' => '敏感数据组成的数据', 'description' => '命中敏感等级规则的数量组成的数组,格式如下“S1,S2,S3,S4,S5,S6,S7,S8,S9,S10”,其中S1代表命中敏感等级为S1的规则数量', 'type' => 'string', 'example' => '1,2,3,0,0,0,0,5,0,0'],
'TemplateName' => ['title' => '模板名', 'description' => '模板名', 'type' => 'string', 'example' => 'test'],
'Project' => ['title' => 'sls的project', 'description' => 'sls的project', 'type' => 'string', 'example' => 'project'],
'LogStore' => ['title' => 'sls的logStore', 'description' => 'sls的logStore', 'type' => 'string', 'example' => 'logStore'],
'ClusterType' => ['type' => 'string'],
],
],
],
],
'description' => '',
],
],
],
'title' => '查询数据对象列表',
'summary' => '调用本接口查询数据表、文件的数据识别结果。',
'description' => '本接口用于查询数据表、文件的识别结果,便于从全局视角查询资产的数据识别结果。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'changeSet' => [
['createdAt' => '2024-07-22T03:50:36.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2024-06-03T02:01:02.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2024-04-18T05:56:10.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
['createdAt' => '2024-03-25T07:35:04.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-09-25T03:20:39.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
['createdAt' => '2023-08-18T02:08:54.000Z', 'description' => '请求参数发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataObjects'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataObjects',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"E6F6460E-4330-549A-BD89-C183FB17571E\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 21,\\n \\"Items\\": [\\n {\\n \\"Name\\": \\"t_sddp_selfmysql_pers0\\",\\n \\"Id\\": \\"20000\\",\\n \\"TemplateId\\": 1,\\n \\"ProductId\\": 5,\\n \\"InstanceDescription\\": \\"instance description\\",\\n \\"ProductCode\\": \\"RDS\\",\\n \\"SensitiveCount\\": 1,\\n \\"ObjectType\\": \\"text type\\",\\n \\"Path\\": \\"rm-12**.db_***\\",\\n \\"RegionName\\": \\"cn-hangzhou\\",\\n \\"Categories\\": [\\n \\"general sensitive information\\"\\n ],\\n \\"ModelTags\\": [\\n {\\n \\"Id\\": 101,\\n \\"Name\\": \\"Personal sensitive information\\"\\n }\\n ],\\n \\"RuleList\\": [\\n {\\n \\"RuleId\\": 1080,\\n \\"RuleName\\": \\"name\\",\\n \\"RiskLevelId\\": 2,\\n \\"RiskLevelName\\": \\"S1\\",\\n \\"RuleCount\\": 590,\\n \\"RuleCategoryNameList\\": \\"Personal sensitive information-ID card\\",\\n \\"SampleList\\": \\"[\\\\\\"Lucy\\\\\\",\\\\\\"Tom\\\\\\"]\\"\\n }\\n ],\\n \\"ObjectFileCategory\\": \\"text file\\",\\n \\"MemberAccount\\": 0,\\n \\"LastModifiedTime\\": 1687676649830,\\n \\"InstanceId\\": \\"rm-12*****\\",\\n \\"LastScanTime\\": 1687676649830,\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"Comment\\": \\"comment\\",\\n \\"DataType\\": \\"varchar\\",\\n \\"DbName\\": \\"DataBaseName\\",\\n \\"TableName\\": \\"tableName\\",\\n \\"RiskLevelId\\": 1,\\n \\"TaskId\\": 1,\\n \\"TaskNumber\\": 1000,\\n \\"TaskName\\": \\"test-task\\",\\n \\"IsRevision\\": -1,\\n \\"MaskStatus\\": -1,\\n \\"FileCategoryCode\\": 1,\\n \\"Size\\": 1000,\\n \\"RuleCount\\": 10,\\n \\"Sx\\": \\"1,2,3,0,0,0,0,5,0,0\\",\\n \\"TemplateName\\": \\"test\\",\\n \\"Project\\": \\"project\\",\\n \\"LogStore\\": \\"logStore\\",\\n \\"ClusterType\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]',
],
'DescribeDocTypes' => [
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'none',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => ['FEATUREsddpIUNEZP'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '阿里云为该请求生成的唯一标识符。', 'type' => 'string', 'example' => '769FB3C1-F4C9-4******'],
'DocTypeList' => [
'description' => '结果中的OSS文件类型列表。',
'type' => 'array',
'items' => [
'description' => '文件类型对象。',
'type' => 'object',
'properties' => [
'Code' => ['description' => '文件类型编码。', 'type' => 'integer', 'format' => 'int64', 'example' => '100001'],
'Name' => ['description' => '文件类型名称。', 'type' => 'string', 'example' => 'C/C++ Source Code'],
'Id' => ['description' => '文件类型的唯一ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
],
],
],
],
'description' => '',
],
],
],
'title' => '查询支持识别的OSS文件类型列表',
'summary' => '调用本接口查询支持识别的OSS文件类型列表。',
'changeSet' => [
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:19.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDocTypes'],
],
],
'ramActions' => [
[
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDocTypes',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"769FB3C1-F4C9-4******\\",\\n \\"DocTypeList\\": [\\n {\\n \\"Code\\": 100001,\\n \\"Name\\": \\"C/C++ Source Code\\",\\n \\"Id\\": 1\\n }\\n ]\\n}","type":"json"}]',
],
'DescribeEventDetail' => [
'summary' => '调用本接口查询单个异常事件详情,包括异常事件发生时间、异常描述及处理状态等。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82033',
'abilityTreeNodes' => ['FEATUREsddpR2D59W', 'FEATUREsddpGH0F1O', 'FEATUREsddpCHNP1R'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh**:中文。'."\n"
.'- **en**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
[
'name' => 'Id',
'in' => 'query',
'schema' => ['description' => '异常事件的唯一标识ID。'."\n"
."\n"
.'> 查询单个异常事件详情,需要提供单个异常事件的唯一标识ID,该ID可调用**DescribeEvents**接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '13456723343'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '69FB3C1-F4C9-42DF-9B72-7077A8989C13'],
'Event' => [
'description' => '异常事件详情列表。',
'type' => 'object',
'properties' => [
'DisplayName' => ['description' => '异常事件操作人账号显示名。', 'type' => 'string', 'example' => 'yundunsr'],
'Status' => ['description' => '异常事件处理状态。取值:'."\n"
.'- **0**:未处理。 '."\n"
.'- **1**:确认违例。 '."\n"
.'- **2**:违例排除。', 'type' => 'integer', 'format' => 'int32', 'example' => '0'],
'DealReason' => ['description' => '异常事件处理原因记录。', 'type' => 'string', 'example' => 'Anomaly confirmed'."\n"],
'UserId' => ['description' => '异常事件操作人账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '229157443385014***'],
'StatusName' => ['description' => '异常事件处理状态名称。', 'type' => 'string', 'example' => 'Pending'],
'DealTime' => ['description' => '异常事件处理时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1611139155000'],
'DealLoginName' => ['description' => '异常事件处理人账号登录名。', 'type' => 'string', 'example' => 'det1111'],
'SubTypeName' => ['description' => '子类型异常事件名称。', 'type' => 'string', 'example' => 'Anomalous volume of downloaded data'."\n"],
'Backed' => ['description' => '是否对异常事件进行了检测强化。取值:'."\n"
.'- **true**:是。'."\n"
.'- **false**:否。'."\n"
."\n"
.'> 强化对异常事件检测的能力,可增加检测的准确性,并提升异常事件告警率。', 'type' => 'boolean', 'example' => 'false'],
'DataInstance' => ['description' => '异常事件所属产品的资产实例名称。', 'type' => 'string', 'example' => 'in-222***'],
'EventTime' => ['description' => '异常事件发生时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1545829129000'],
'LoginName' => ['description' => '异常事件操作人账号名。', 'type' => 'string', 'example' => 'det1111'],
'SubTypeCode' => ['description' => '子类型异常事件编码。', 'type' => 'string', 'example' => '020008'],
'LogDetail' => ['description' => '告警日志信息。', 'type' => 'string', 'example' => '{"client_ip": ["106.11.XX.XX", "106.11.XX.XX", "106.11.XX.XX", "106.11.XX.XX", "106.11.XX.XX", "106.11.XX.XX", "106.11.XX.XX", "106.11.XX.XX", "106.11.XX.XX"], "start_time": "2020-05-10 00:00:01", "instance": ["omniscience-data", "punish-beaver-data"], "end_time": "2020-05-10 00:21:22", "client_ua": ["Java/1.8.0_152", "Java/1.8.0_92", "aliyun-sdk-java/2.0.0", "aliyun-sdk-java/2.8.0(Linux/4.9.151-015.ali3000.alios7.x86_64/amd64;1.8.0_152)"], "user_name": 1512222261295262}'],
'TypeCode' => ['description' => '父类型异常事件编码。', 'type' => 'string', 'example' => '02'],
'AlertTime' => ['description' => '异常事件的告警发生时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1545829129000'],
'DealUserId' => ['description' => '异常事件处理人账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '229157443385014***'],
'TypeName' => ['description' => '父类型异常事件名称。取值:'."\n"
.'- **01**:权限使用异常。'."\n"
.'- **02**:数据流转异常。'."\n"
.'- **03**:数据操作异常。', 'type' => 'string', 'example' => 'Anomalous data flow'."\n"],
'DealDisplayName' => ['description' => '异常事件处理人账号显示名。', 'type' => 'string', 'example' => 'yundunsr'],
'Id' => ['description' => '数据安全中心记录的异常事件的唯一标识ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '52234'],
'ProductCode' => ['description' => '异常事件所属的产品名称。取值:**MaxCompute、OSS、ADS、OTS、RDS**等。', 'type' => 'string', 'example' => 'MaxCompute'],
'HandleInfoList' => [
'description' => '处置历史的信息。',
'type' => 'array',
'items' => [
'description' => '手动处理事件的详情。',
'type' => 'object',
'properties' => [
'Status' => ['description' => '解禁状态。取值:'."\n"
.'- **0**:禁用。'."\n"
.'- **1**:解禁。'."\n"
.'- **-1**:禁用失败。'."\n"
.'- **-2**:解禁失败。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'EnableTime' => ['description' => '解禁时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1611139155000'],
'HandlerValue' => ['description' => '处置时长,为空时为永久处置。单位:分钟。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'DisableTime' => ['description' => '禁用时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1611139155000'],
'HandlerName' => ['description' => '处置方式。', 'type' => 'string', 'example' => 'Remove from the whitelist'."\n"],
'HandlerType' => ['description' => '处置类型。', 'type' => 'string', 'example' => 'rds_security_ip'],
'CurrentValue' => ['description' => '处理账号。', 'type' => 'string', 'example' => 'sddp-test2'],
'Id' => ['description' => '处置ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '11'],
],
],
],
'Detail' => [
'description' => '异常事件详情中的具体内容。',
'type' => 'object',
'properties' => [
'Content' => [
'description' => '异常事件内容。',
'type' => 'array',
'items' => [
'description' => '异常事件内容。',
'type' => 'object',
'properties' => [
'Label' => ['description' => '异常事件内容的标题。', 'type' => 'string', 'example' => 'Anomaly description'."\n"],
'Value' => ['description' => '异常事件内容的说明。', 'type' => 'string', 'example' => 'The account was used to access OSS from an unusual terminal whose IP address is 1.2.3.4 from 00:06:45 on September 9, 2019 to 00:57:37 on September 9, 2019.'],
'Name' => ['description' => '异常事件名称。', 'type' => 'string', 'example' => 'daliaoyuncom'],
],
],
],
'Chart' => [
'description' => '异常事件的基线行为画像。',
'type' => 'array',
'items' => [
'description' => '异常事件的基线行为画像。',
'type' => 'object',
'properties' => [
'Type' => ['description' => '图表展示类型。取值:'."\n"
.'- **1**:柱状图。'."\n"
.'- **2**:折线图。', 'type' => 'string', 'example' => '1'],
'Label' => ['description' => '异常事件基线行为画像名称。', 'type' => 'string', 'example' => 'Baseline behavior chart'."\n"],
'XLabel' => ['description' => 'X轴数据项的标签描述。', 'type' => 'string', 'example' => 'Number of days'."\n"],
'YLabel' => ['description' => 'Y轴数据项的标签描述。', 'type' => 'string', 'example' => 'Value'],
'Data' => [
'description' => '异常事件基线行为画像的数据项。',
'type' => 'object',
'properties' => [
'Y' => [
'description' => 'Y轴的数据项的值。',
'type' => 'array',
'items' => ['description' => 'Y轴的数据项的值。', 'type' => 'string', 'example' => '[1,2,3,...]'],
'example' => '[1,2,3,...]',
],
'X' => [
'description' => 'X轴的数据项的值。',
'type' => 'array',
'items' => ['description' => 'X轴的数据项的值。', 'type' => 'string', 'example' => '[test1,test2,...]'],
'example' => '[test1,test2,...]',
],
'Z' => [
'description' => 'Z轴的数据项的值。',
'type' => 'array',
'items' => ['description' => 'Z轴的数据项的值。', 'type' => 'string', 'example' => '[5,7,...]'],
],
],
],
'ChatType' => ['description' => '图表展示类型。取值:'."\n"
.'- **1**:柱状图。'."\n"
.'- **2**:折线图。'."\n"
."\n"
.'> NewAlarm为true时才会返回该字段。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'Name' => ['description' => '图标标题。'."\n"
."\n"
.'> NewAlarm为true时才会返回该字段。', 'type' => 'string', 'example' => 'misskingm'],
'ZLabel' => ['description' => 'Z轴数据项的标签描述。'."\n"
."\n"
.'> NewAlarm为true时才会返回该字段。', 'type' => 'string', 'example' => 'chart description'],
],
],
],
'ResourceInfo' => [
'description' => '异常事件来源信息。',
'type' => 'array',
'items' => [
'description' => '异常事件来源信息。',
'type' => 'object',
'properties' => [
'Label' => ['description' => '异常事件来源标题。', 'type' => 'string', 'example' => 'Risk'],
'Value' => ['description' => '异常事件来源的说明。', 'type' => 'string', 'example' => 'Based on the record of authentication by using an unusual terminal, an attacker may have obtained the access permission of the account, or an employee accessed data from a personal terminal.'],
],
],
],
],
],
'NewAlarm' => ['description' => '是否为新版告警。取值:'."\n"
.'- **true**:是。 '."\n"
.'- **false**:否。', 'type' => 'boolean', 'example' => 'true'],
],
],
],
'description' => '',
],
],
],
'title' => '查询异常事件详情',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-04-22T09:33:59.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2022-04-18T04:09:58.000Z', 'description' => '响应参数发生变更、错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeEventDetail'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeEventDetail',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"69FB3C1-F4C9-42DF-9B72-7077A8989C13\\",\\n \\"Event\\": {\\n \\"DisplayName\\": \\"yundunsr\\",\\n \\"Status\\": 0,\\n \\"DealReason\\": \\"Anomaly confirmed\\\\n\\",\\n \\"UserId\\": 0,\\n \\"StatusName\\": \\"Pending\\",\\n \\"DealTime\\": 1611139155000,\\n \\"DealLoginName\\": \\"det1111\\",\\n \\"SubTypeName\\": \\"Anomalous volume of downloaded data\\\\n\\",\\n \\"Backed\\": false,\\n \\"DataInstance\\": \\"in-222***\\",\\n \\"EventTime\\": 1545829129000,\\n \\"LoginName\\": \\"det1111\\",\\n \\"SubTypeCode\\": \\"020008\\",\\n \\"LogDetail\\": \\"{\\\\\\"client_ip\\\\\\": [\\\\\\"106.11.XX.XX\\\\\\", \\\\\\"106.11.XX.XX\\\\\\", \\\\\\"106.11.XX.XX\\\\\\", \\\\\\"106.11.XX.XX\\\\\\", \\\\\\"106.11.XX.XX\\\\\\", \\\\\\"106.11.XX.XX\\\\\\", \\\\\\"106.11.XX.XX\\\\\\", \\\\\\"106.11.XX.XX\\\\\\", \\\\\\"106.11.XX.XX\\\\\\"], \\\\\\"start_time\\\\\\": \\\\\\"2020-05-10 00:00:01\\\\\\", \\\\\\"instance\\\\\\": [\\\\\\"omniscience-data\\\\\\", \\\\\\"punish-beaver-data\\\\\\"], \\\\\\"end_time\\\\\\": \\\\\\"2020-05-10 00:21:22\\\\\\", \\\\\\"client_ua\\\\\\": [\\\\\\"Java/1.8.0_152\\\\\\", \\\\\\"Java/1.8.0_92\\\\\\", \\\\\\"aliyun-sdk-java/2.0.0\\\\\\", \\\\\\"aliyun-sdk-java/2.8.0(Linux/4.9.151-015.ali3000.alios7.x86_64/amd64;1.8.0_152)\\\\\\"], \\\\\\"user_name\\\\\\": 1512222261295262}\\",\\n \\"TypeCode\\": \\"02\\",\\n \\"AlertTime\\": 1545829129000,\\n \\"DealUserId\\": 0,\\n \\"TypeName\\": \\"Anomalous data flow\\\\n\\",\\n \\"DealDisplayName\\": \\"yundunsr\\",\\n \\"Id\\": 52234,\\n \\"ProductCode\\": \\"MaxCompute\\",\\n \\"HandleInfoList\\": [\\n {\\n \\"Status\\": 1,\\n \\"EnableTime\\": 1611139155000,\\n \\"HandlerValue\\": 10,\\n \\"DisableTime\\": 1611139155000,\\n \\"HandlerName\\": \\"Remove from the whitelist\\\\n\\",\\n \\"HandlerType\\": \\"rds_security_ip\\",\\n \\"CurrentValue\\": \\"sddp-test2\\",\\n \\"Id\\": 11\\n }\\n ],\\n \\"Detail\\": {\\n \\"Content\\": [\\n {\\n \\"Label\\": \\"Anomaly description\\\\n\\",\\n \\"Value\\": \\"The account was used to access OSS from an unusual terminal whose IP address is 1.2.3.4 from 00:06:45 on September 9, 2019 to 00:57:37 on September 9, 2019.\\",\\n \\"Name\\": \\"daliaoyuncom\\"\\n }\\n ],\\n \\"Chart\\": [\\n {\\n \\"Type\\": \\"1\\",\\n \\"Label\\": \\"Baseline behavior chart\\\\n\\",\\n \\"XLabel\\": \\"Number of days\\\\n\\",\\n \\"YLabel\\": \\"Value\\",\\n \\"Data\\": {\\n \\"Y\\": [\\n \\"[1,2,3,...]\\"\\n ],\\n \\"X\\": [\\n \\"[test1,test2,...]\\"\\n ],\\n \\"Z\\": [\\n \\"[5,7,...]\\"\\n ]\\n },\\n \\"ChatType\\": 1,\\n \\"Name\\": \\"misskingm\\",\\n \\"ZLabel\\": \\"chart description\\"\\n }\\n ],\\n \\"ResourceInfo\\": [\\n {\\n \\"Label\\": \\"Risk\\",\\n \\"Value\\": \\"Based on the record of authentication by using an unusual terminal, an attacker may have obtained the access permission of the account, or an employee accessed data from a personal terminal.\\"\\n }\\n ]\\n },\\n \\"NewAlarm\\": true\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 69FB3C1-F4C9-42DF-9B72-7077A8989C13\\n \\n yundunsr\\n 0\\n 确定为违例\\n 229157443385014140\\n 待处理\\n 1230000\\n det1111\\n 数据下载量异常\\n false\\n in-222***\\n 1545829129000\\n det1111\\n 020008\\n {\\"client_ip\\": [\\"106.11.XX.XX\\", \\"106.11.XX.XX\\", \\"106.11.XX.XX\\", \\"106.11.XX.XX\\", \\"106.11.XX.XX\\", \\"106.11.XX.XX\\", \\"106.11.XX.XX\\", \\"106.11.XX.XX\\", \\"106.11.XX.XX\\"], \\"start_time\\": \\"2020-05-10 00:00:01\\", \\"instance\\": [\\"omniscience-data\\", \\"punish-beaver-data\\"], \\"end_time\\": \\"2020-05-10 00:21:22\\", \\"client_ua\\": [\\"Java/1.8.0_152\\", \\"Java/1.8.0_92\\", \\"aliyun-sdk-java/2.0.0\\", \\"aliyun-sdk-java/2.8.0(Linux/4.9.151-015.ali3000.alios7.x86_64/amd64;1.8.0_152)\\"], \\"user_name\\": 1512222261295262}\\n 02\\n 1545829129000\\n 229157443385014140\\n 数据流转异常\\n yundunsr\\n 52234\\n MaxCompute\\n \\n 1\\n 1611139155000\\n 10\\n 1611139155000\\n 移除白名单\\n rds_security_ip\\n sddp-test2\\n 11\\n \\n \\n \\n \\n 该账号在2019-09-09 00:06:45 至 2019-09-09 00:57:37之间使用异常终端(1.2.3.4)访问产品 OSS。\\n \\n \\n 1\\n \\n 天数\\n 值\\n \\n [1,2,3,...]\\n [test1,test2,...]\\n \\n \\n \\n \\n 来自异常终端鉴权记录可能是由于账号访问权限被外部攻击者获取或者员工在使用非办公终端访问数据\\n \\n \\n \\n","errorExample":""}]',
],
'DescribeEventTypes' => [
'summary' => '调用本接口查询异常事件类型的列表。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'none',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82039',
'abilityTreeNodes' => ['FEATUREsddpR2D59W', 'FEATUREsddpGH0F1O', 'FEATUREsddpCHNP1R'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh**:中文。'."\n"
.'- **en**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
[
'name' => 'ParentTypeId',
'in' => 'query',
'schema' => ['description' => '子类型异常事件所属父类型异常事件ID。取值:'."\n"
.'- **01**:权限使用异常。'."\n"
.'- **02**:数据流转异常。'."\n"
.'- **03**:数据操作异常。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '01'],
],
[
'name' => 'ResourceId',
'in' => 'query',
'schema' => ['description' => '产品的资源类型。取值:**1**:MaxCompute,**2**:OSS,**3**:ADS,**4**:OTS,**5**:RDS等。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '5'],
],
[
'name' => 'Status',
'in' => 'query',
'schema' => ['description' => '状态。取值:'."\n"
.'- **1**:可用。'."\n"
.'- **2**:不可用。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '769FB3C1-F4C9-42DF-9B72-7077A8989C13'],
'EventTypeList' => [
'description' => '异常事件类型列表。'."\n"
."\n"
.'> ParentTypeId为空时,返回异常事件父类型;ParentTypeId不为空时,返回异常事件子类型。',
'type' => 'array',
'items' => [
'description' => '异常事件类型详情。',
'type' => 'object',
'properties' => [
'Code' => ['description' => '父类型异常事件编码。', 'type' => 'string', 'example' => '01'],
'Description' => ['description' => '父类型异常事件描述信息。', 'type' => 'string', 'example' => 'Permission usage anomaly, ****'],
'Name' => ['description' => '父类型异常事件名称。', 'type' => 'string', 'example' => 'Permission usage anomaly'],
'Id' => ['description' => '父类型异常事件的唯一标识ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'SubTypeList' => [
'description' => '子类型异常事件列表。',
'type' => 'array',
'items' => [
'description' => '子类型异常事件详情。',
'type' => 'object',
'properties' => [
'Status' => ['description' => 'DSC对子类型异常事件的检测功能。取值:'."\n"
.'- **1**:开启。'."\n"
.'- **0**:关闭。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'Description' => ['description' => '子类型异常事件描述信息。', 'type' => 'string', 'example' => 'Configuration error - MaxCompute sensitive project not protected,****'],
'ConfigContentType' => ['description' => '规则项内容格式。取值:'."\n"
.'- **0**:数字类(阈值等)。'."\n"
.'- **1**:文本类(IP等)。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'EventHitCount' => ['description' => '事件命中次数。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'],
'ConfigValue' => ['description' => '配置值。', 'type' => 'string', 'example' => '90'],
'ConfigCode' => ['description' => '配置编码。', 'type' => 'string', 'example' => '0100**'],
'Code' => ['description' => '子类型异常事件编码。', 'type' => 'string', 'example' => '020008'],
'ConfigDescription' => ['description' => '配置描述。', 'type' => 'string', 'example' => 'Permission idle period exceeds threshold: current threshold is defined as 7 natural days'."\n"
."\n\n"],
'Name' => ['description' => '子类型异常事件名称。', 'type' => 'string', 'example' => 'Configuration error - MaxCompute sensitive project not protected'],
'AdaptedProduct' => ['description' => '规则适用产品。取值:**MaxCompute**、**OSS**、**ADS**、**OTS**、**RDS**等。', 'type' => 'string', 'example' => 'RDS'],
'Id' => ['description' => '子类型异常事件唯一标识ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
],
],
],
],
],
],
],
'description' => '',
],
],
],
'title' => '查询异常事件类型的列表',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-03-25T07:35:03.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeEventTypes'],
],
],
'ramActions' => [
[
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:DescribeEventTypes',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"769FB3C1-F4C9-42DF-9B72-7077A8989C13\\",\\n \\"EventTypeList\\": [\\n {\\n \\"Code\\": \\"01\\",\\n \\"Description\\": \\"Permission usage anomaly, ****\\",\\n \\"Name\\": \\"Permission usage anomaly\\",\\n \\"Id\\": 1,\\n \\"SubTypeList\\": [\\n {\\n \\"Status\\": 1,\\n \\"Description\\": \\"Configuration error - MaxCompute sensitive project not protected,****\\",\\n \\"ConfigContentType\\": 1,\\n \\"EventHitCount\\": 2,\\n \\"ConfigValue\\": \\"90\\",\\n \\"ConfigCode\\": \\"0100**\\",\\n \\"Code\\": \\"020008\\",\\n \\"ConfigDescription\\": \\"Permission idle period exceeds threshold: current threshold is defined as 7 natural days\\\\n\\\\n\\\\n\\",\\n \\"Name\\": \\"Configuration error - MaxCompute sensitive project not protected\\",\\n \\"AdaptedProduct\\": \\"RDS\\",\\n \\"Id\\": 1\\n }\\n ]\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 769FB3C1-F4C9-42DF-9B72-7077A8989C13\\n \\n 01\\n 权限使用异常,***\\n 权限使用异常\\n 1\\n \\n 1\\n 配置失当-ODPS敏感项目未设置保护,****\\n 1\\n 2\\n 90\\n 0100**\\n 020008\\n 权限闲置期间超过阈值:目前的阈值定义为${value}个自然日\\n 配置失当-ODPS敏感项目未设置保护\\n RDS\\n 1\\n \\n \\n","errorExample":""}]',
],
'DescribeEvents' => [
'summary' => '调用本接口查询异常事件列表。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'list',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82036',
'abilityTreeNodes' => ['FEATUREsddpR2D59W', 'FEATUREsddpGH0F1O', 'FEATUREsddpCHNP1R'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => [
'description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。',
'type' => 'string',
'required' => false,
'enumValueTitles' => [],
'example' => 'zh_cn',
],
],
[
'name' => 'Id',
'in' => 'query',
'schema' => ['description' => '异常事件的唯一标识id。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '789026'],
],
[
'name' => 'UserId',
'in' => 'query',
'schema' => ['description' => '异常事件的操作人账号ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1978132506596***'],
],
[
'name' => 'DealUserId',
'in' => 'query',
'schema' => ['description' => '异常事件的处理人账号ID。', 'type' => 'string', 'required' => false, 'example' => 'yundun-***'],
],
[
'name' => 'Status',
'in' => 'query',
'schema' => ['description' => '异常事件的处理状态。'."\n"
."\n"
.'- 0:未处理。 '."\n"
.'- 1:确认违例。'."\n"
.'- 2:违例排除。', 'type' => 'string', 'required' => false, 'example' => '1'],
],
[
'name' => 'TypeCode',
'in' => 'query',
'schema' => ['description' => '父类型异常事件的名称。'."\n"
."\n"
.'- 01:权限使用异常。'."\n"
.'- 02:数据流转异常。'."\n"
.'- 03:数据操作异常。', 'type' => 'string', 'required' => false, 'example' => '02'],
],
[
'name' => 'SubTypeCode',
'in' => 'query',
'schema' => ['description' => '子类型异常事件的名称。'."\n"
."\n"
.'> 如果根据子类型异常事件的名称查询异常事件列表,子类型异常事件名称可通过**DescribeEventTypes**接口获取。', 'type' => 'string', 'required' => false, 'example' => 'Abnormal data download volume'],
],
[
'name' => 'StartTime',
'in' => 'query',
'schema' => ['description' => '异常事件发生时间,即开始检测异常事件时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'required' => false, 'example' => '1657900000', 'format' => 'int64'],
],
[
'name' => 'EndTime',
'in' => 'query',
'schema' => ['description' => '异常事件结束时间,即结束检测异常事件时间的。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'required' => false, 'example' => '1698700000', 'format' => 'int64'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '列表每页显示的数据最大条数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '12'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时的页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'InstanceName',
'in' => 'query',
'schema' => ['description' => '数据资产实例名称。', 'type' => 'string', 'required' => false, 'example' => 'rm-uf6yzvbc2tg90iuxk.l****'],
],
[
'name' => 'ProductCode',
'in' => 'query',
'schema' => ['description' => '数据资产表所属产品名称,取值:**MaxCompute、OSS、ADS、OTS、RDS**等。', 'type' => 'string', 'required' => false, 'example' => 'OSS'],
],
[
'name' => 'TargetProductCode',
'in' => 'query',
'schema' => ['description' => '数据流转异常类型事件中的目标产品名称,取值:**MaxCompute、OSS、ADS、OTS、RDS**等。', 'type' => 'string', 'required' => false, 'example' => 'RDS'],
],
[
'name' => 'UserName',
'in' => 'query',
'schema' => ['description' => '子账号用户名。', 'type' => 'string', 'required' => false, 'example' => 'name'],
],
[
'name' => 'WarnLevel',
'in' => 'query',
'schema' => ['description' => '异常事件的危险等级。'."\n"
.'- **1**:低危。'."\n"
.'- **2**:中危。'."\n"
.'- **3**:高危。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
],
'responses' => [
200 => [
'schema' => [
'description' => '返回结果。',
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '结果中显示的当前页的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '769FB3C1-F4C9-42DF-9B72-7077A8989C13'],
'PageSize' => ['description' => '结果中每页显示的数据条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '12'],
'TotalCount' => ['description' => '结果中数据的总条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'Items' => [
'description' => '异常事件列表。',
'type' => 'array',
'items' => [
'description' => '异常事件对象。',
'type' => 'object',
'properties' => [
'DisplayName' => ['description' => '异常事件操作人账号显示名。', 'type' => 'string', 'example' => 'yundunsr'],
'Status' => ['description' => '异常事件处理状态。'."\n"
."\n"
.'- 0:未处理。 '."\n"
.'- 1:确认违例。 '."\n"
.'- 2:违例排除。', 'type' => 'integer', 'format' => 'int32', 'example' => '0'],
'WarnLevel' => ['description' => '异常事件的危险等级。'."\n"
."\n"
.'- **1**:低危。'."\n"
.'- **2**:中危。'."\n"
.'- **3**:高危。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'],
'UserId' => ['description' => '异常事件操作人账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1978132506596***'],
'StatusName' => ['description' => '异常事件处理状态名称。', 'type' => 'string', 'example' => 'Pending'],
'DealTime' => ['description' => '异常事件处理时间的毫秒数。', 'type' => 'integer', 'format' => 'int64', 'example' => '12223300'],
'DealLoginName' => ['description' => '异常事件处理人账号名。', 'type' => 'string', 'example' => 'det1111'],
'SubTypeName' => ['description' => '子类型异常事件名称。', 'type' => 'string', 'example' => 'Abnormal data download volume'],
'Backed' => ['description' => '是否对异常事件进行了检测强化。强化对异常事件检测的能力,可增加检测的准确性,并提升异常事件告警率。'."\n"
."\n"
.'- true:是。'."\n"
.'- false:否。', 'type' => 'boolean', 'example' => 'false'],
'EventTime' => ['description' => '异常事件发生时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1545829129000'],
'LoginName' => ['description' => '异常事件操作人登录名。', 'type' => 'string', 'example' => 'det1111'],
'SubTypeCode' => ['description' => '子类型异常事件编码。', 'type' => 'string', 'example' => '020008'],
'TargetProductCode' => ['description' => '数据流转异常事件中目标产品名称。', 'type' => 'string', 'example' => 'RDS'],
'TypeCode' => ['description' => '父类型异常事件编码。', 'type' => 'string', 'example' => '02'],
'AlertTime' => ['description' => '异常事件的告警时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '154529000'],
'DealUserId' => ['description' => '异常事件处理人账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '229157443385014***'],
'TypeName' => ['description' => '父类型异常事件名称。', 'type' => 'string', 'example' => 'Abnormal data flow'],
'DealDisplayName' => ['description' => '异常事件处理人账号显示名。', 'type' => 'string', 'example' => 'yundunsr'],
'Id' => ['description' => 'DSC中记录的异常事件的唯一标识ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '42233335555'],
'ProductCode' => ['description' => '异常事件所属产品名称。', 'type' => 'string', 'example' => 'RDS'],
],
],
],
],
],
],
],
'title' => '查询异常事件列表',
'description' => '本接口一般用于数据泄露风险告警列表查询,便于告警搜索和告警处理。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-01-16T03:33:30.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:18.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeEvents'],
],
],
'ramActions' => [
[
'operationType' => 'list',
'ramAction' => [
'action' => 'yundun-sddp:DescribeEvents',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"769FB3C1-F4C9-42DF-9B72-7077A8989C13\\",\\n \\"PageSize\\": 12,\\n \\"TotalCount\\": 1,\\n \\"Items\\": [\\n {\\n \\"DisplayName\\": \\"yundunsr\\",\\n \\"Status\\": 0,\\n \\"WarnLevel\\": 2,\\n \\"UserId\\": 0,\\n \\"StatusName\\": \\"Pending\\",\\n \\"DealTime\\": 12223300,\\n \\"DealLoginName\\": \\"det1111\\",\\n \\"SubTypeName\\": \\"Abnormal data download volume\\",\\n \\"Backed\\": false,\\n \\"EventTime\\": 1545829129000,\\n \\"LoginName\\": \\"det1111\\",\\n \\"SubTypeCode\\": \\"020008\\",\\n \\"TargetProductCode\\": \\"RDS\\",\\n \\"TypeCode\\": \\"02\\",\\n \\"AlertTime\\": 154529000,\\n \\"DealUserId\\": 0,\\n \\"TypeName\\": \\"Abnormal data flow\\",\\n \\"DealDisplayName\\": \\"yundunsr\\",\\n \\"Id\\": 42233335555,\\n \\"ProductCode\\": \\"RDS\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n\\n769FB3C1-F4C9-42DF-9B72-7077A8989C13\\n10\\n1\\n1\\n\\n 0\\n 数据流转异常\\n false\\n 02\\n RDS\\n 数据下载量异常\\n 1545829129000\\n 229157443385014140\\n det1111\\n yundunsr\\n 54122244\\n 020008\\n 1545829129000\\n 待处理\\n 229157443385014140\\n det1111\\n yundunsr\\n test\\n\\n","errorExample":""}]',
],
'DescribeIdentifyTaskStatus' => [
'summary' => '根据识别任务ID获取任务的完成状态。'."\n"
.'识别任务ID可通过调用CreateScanTask或ScanOssObjectV1,从返回值中的ID字段来获取。',
'methods' => ['get'],
'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'none',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '240902',
'abilityTreeNodes' => ['FEATUREsddpXMFUF8'],
],
'parameters' => [
[
'name' => 'Id',
'in' => 'query',
'schema' => ['description' => '任务ID,通过调用CreateScanTask或ScanOssObjectV1,从返回值中的ID字段来获取。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '268'],
],
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文(简体)'."\n"
.'- **en_us**:英文(美国)', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => ['title' => 'Id of the request', 'description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。', 'type' => 'string', 'example' => '71064826-726F-4ADA-B879-05D8055476FB'],
'Content' => [
'description' => '识别任务状态',
'type' => 'object',
'properties' => [
'Status' => ['description' => '任务运行状态。'."\n"
.'- 0:未开始'."\n"
.'- 1:运行中'."\n"
.'- 2:已暂停'."\n"
.'- 3:已终止'."\n"
.'- 200:已完成', 'type' => 'integer', 'format' => 'int32', 'example' => '200'],
],
],
],
],
],
],
'errorCodes' => [
400 => [
['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.', 'description' => ''],
],
],
'staticInfo' => ['returnType' => 'synchronous'],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'gatewayOptions' => [
'gatewayProtocols' => [],
],
'title' => '获取识别任务状态',
'description' => '## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'changeSet' => [],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeIdentifyTaskStatus'],
],
],
'ramActions' => [
[
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:DescribeIdentifyTaskStatus',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"71064826-726F-4ADA-B879-05D8055476FB\\",\\n \\"Content\\": {\\n \\"Status\\": 200\\n }\\n}","type":"json"}]',
],
'DescribeInstanceSources' => [
'summary' => '获取数据资产列表。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82049',
'abilityTreeNodes' => ['FEATUREsddp2CRSZ1'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh_cn**:默认值,中文(简体)。'."\n"
.'- **en_us**:英文(美国)。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '分页查询时,设置每页包含未授权资产的数量。默认值为**10**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时,设置当前页的页码。默认值为**1**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'ServiceRegionId',
'in' => 'query',
'schema' => ['description' => '资产所在的地域。更多信息,请参见[支持地域](~~214257~~)。', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'],
],
[
'name' => 'EngineType',
'in' => 'query',
'schema' => ['description' => '引擎类型,取值:'."\n"
.'- **MySQL** 。'."\n"
.'- **MariaDB** 。'."\n"
.'- **Oracle** 。'."\n"
.'- **PostgreSQL** 。'."\n"
.'- **SQLServer** 。', 'type' => 'string', 'required' => false, 'example' => 'MySQL'],
],
[
'name' => 'InstanceId',
'in' => 'query',
'schema' => ['description' => '实例ID。', 'type' => 'string', 'required' => false, 'example' => 'instance-demo-****'],
],
[
'name' => 'ProductId',
'in' => 'query',
'schema' => ['description' => '指定待查询产品类型ID,取值:'."\n"
.'- **1**:MaxCompute。'."\n"
.'- **2**:OSS。'."\n"
.'- **3**:ADS。'."\n"
.'- **4**:OTS。'."\n"
.'- **5**:RDS。'."\n"
.'- **6**:SELF_DB。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'ProductCode',
'in' => 'query',
'schema' => ['description' => '指定待查询产品的名称,取值:**MaxCompute、OSS、ADS、OTS、RDS**等。', 'type' => 'string', 'required' => false, 'example' => 'MaxCompute'],
],
[
'name' => 'AuditStatus',
'in' => 'query',
'schema' => ['description' => '审计状态。取值:'."\n"
.'- **1**:开启审计。'."\n"
.'- **0**:关闭审计。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'SearchType',
'in' => 'query',
'schema' => ['description' => '数据资产模糊查找的类型。'."\n"
."\n"
.'- **InstanceId**:实例ID。'."\n"
.'- **InstanceName**:实例名称。'."\n"
.'- **DatabaseName**:数据库名。', 'type' => 'string', 'required' => false, 'example' => 'InstanceId'],
],
[
'name' => 'SearchKey',
'in' => 'query',
'schema' => ['description' => '数据资产模糊查找的内容。', 'type' => 'string', 'required' => false, 'example' => '1'],
],
[
'name' => 'AuthStatus',
'in' => 'query',
'schema' => ['description' => '数据资产实例的授权状态。'."\n"
.'- **0**:未授权。'."\n"
.'- **1**:已授权。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '此参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '当前页的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。'."\n", 'type' => 'string', 'example' => '5A7E8FB9-5011-5A90-97D9-AE587047****'],
'PageSize' => ['description' => '每页包含的资产数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'TotalCount' => ['description' => '查询到的资产总数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'],
'Items' => [
'description' => '查询到的资产列表。',
'type' => 'array',
'items' => [
'description' => '查询到的资产列表。',
'type' => 'object',
'properties' => [
'LastModifyUserId' => ['description' => '最近一次的编辑人员的账号ID。', 'type' => 'string', 'example' => 'demo'],
'PasswordStatus' => ['description' => '密码的使用状态。取值:'."\n"
.'- **1**:使用。'."\n"
.'- **0**:不使用 。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'EngineType' => ['description' => '引擎类型,取值:'."\n"
.'- **MySQL** 。'."\n"
.'- **MariaDB** 。'."\n"
.'- **Oracle** 。'."\n"
.'- **PostgreSQL** 。'."\n"
.'- **SQLServer** 。', 'type' => 'string', 'example' => 'MySQL'],
'TenantName' => ['description' => '租户名。', 'type' => 'string', 'example' => 'user1'],
'InstanceId' => ['description' => '实例ID。', 'type' => 'string', 'example' => 'rm-****'],
'InstanceDescription' => ['description' => '实例的描述。', 'type' => 'string', 'example' => 'instance test'],
'RegionId' => ['description' => '地域ID。', 'type' => 'string', 'example' => 'cn-hangzhou'],
'DbName' => ['description' => '资产所属的数据库名称。', 'type' => 'string', 'example' => 'demo'],
'LastModifyTime' => ['description' => '最近一次的编辑时间。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1625587423000'],
'RegionName' => ['description' => '地域名称。', 'type' => 'string', 'example' => 'cn-hangzhou'],
'CanModifyUserName' => ['description' => '是否允许修改账号、密码。取值:'."\n"
.'- **true**:允许。'."\n"
.'- **false**:不允许。'."\n", 'type' => 'boolean', 'example' => 'true'],
'LogStoreDay' => ['description' => '原始日志存储的时间。单位:天。', 'type' => 'integer', 'format' => 'int32', 'example' => '30'],
'GmtCreate' => ['description' => '创建时间。格式:时间戳,单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1625587423000'],
'AutoScan' => ['description' => '是否开启自动扫描识别敏感数据。取值:'."\n"
.'- **0**:未开启。'."\n"
.'- **1**:已开启。', 'type' => 'integer', 'format' => 'int32', 'example' => '0'],
'ProductId' => ['description' => '指定待查询产品类型ID。取值:'."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADS'."\n"
.'- **4**:OTS'."\n"
.'- **5**:RDS'."\n"
.'- **6**:SELF_DB', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'InstanceSize' => ['description' => '实例的空间大小,只对OSS资产类型有效。单位:字节。', 'type' => 'integer', 'format' => 'int64', 'example' => '409600'],
'UserName' => ['description' => '账号的用户名。', 'type' => 'string', 'example' => 'User01'],
'AuditStatus' => ['description' => '审计授权状态。取值:'."\n"
.'- **1**:已授权。'."\n"
.'- **0**:未授权。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'Id' => ['description' => '资产的唯一标识ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'TenantId' => ['description' => '租户ID。', 'type' => 'string', 'example' => '11'],
'Enable' => ['description' => '资产是否开启敏感数据识别。取值:'."\n"
.'- **1**:开启。'."\n"
.'- **0**:未开启。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'CheckStatus' => ['description' => '数据检测状态。取值:'."\n"
.'- **0**:就绪。'."\n"
.'- **1**:运行中。'."\n"
.'- **2**:连通性测试中。'."\n"
.'- **3**:连通性测试通过。'."\n"
.'- **4**:连通性测试未通过。', 'type' => 'integer', 'format' => 'int32', 'example' => '3'],
'DatamaskStatus' => ['description' => '脱敏权限状态。取值:'."\n"
.'- **1**:开启。'."\n"
.'- **0**:关闭。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'ErrorMessage' => ['description' => '失败原因。', 'type' => 'string', 'example' => 'password error'],
'SamplingSize' => ['description' => '敏感数据采样。取值:**0**、**5**、**10**。单位:条。'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
],
],
],
],
'description' => '',
],
],
],
'title' => '查询数据资产列表',
'description' => '本接口根据入参AuthStatus的值可获取未授权/已授权数据资产列表,便于掌握各类资产的授权情况。'."\n"
."\n"
.'新版控制台中已不再使用该接口。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-03-25T07:35:03.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2021-09-29T01:55:47.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
['createdAt' => '2021-09-27T09:29:07.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeInstanceSources'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeInstanceSources',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"5A7E8FB9-5011-5A90-97D9-AE587047****\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 2,\\n \\"Items\\": [\\n {\\n \\"LastModifyUserId\\": \\"demo\\",\\n \\"PasswordStatus\\": 1,\\n \\"EngineType\\": \\"MySQL\\",\\n \\"TenantName\\": \\"user1\\",\\n \\"InstanceId\\": \\"rm-****\\",\\n \\"InstanceDescription\\": \\"instance test\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"DbName\\": \\"demo\\",\\n \\"LastModifyTime\\": 1625587423000,\\n \\"RegionName\\": \\"cn-hangzhou\\",\\n \\"CanModifyUserName\\": true,\\n \\"LogStoreDay\\": 30,\\n \\"GmtCreate\\": 1625587423000,\\n \\"AutoScan\\": 0,\\n \\"ProductId\\": 2,\\n \\"InstanceSize\\": 409600,\\n \\"UserName\\": \\"User01\\",\\n \\"AuditStatus\\": 1,\\n \\"Id\\": 1,\\n \\"TenantId\\": \\"11\\",\\n \\"Enable\\": 1,\\n \\"CheckStatus\\": 3,\\n \\"DatamaskStatus\\": 1,\\n \\"ErrorMessage\\": \\"password error\\",\\n \\"SamplingSize\\": 10\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n 5A7E8FB9-5011-5A90-97D9-AE587047DA6C\\n 10\\n 2\\n \\n demo\\n 1\\n MySQL\\n user1\\n rm-****\\n 测试使用\\n cn-hangzhou\\n demo\\n 1625587423000\\n 杭州\\n true\\n 30\\n 1625587423000\\n 0\\n 2\\n 409600\\n User01\\n 1\\n 1\\n 11\\n 1\\n \\n","errorExample":""}]',
],
'DescribeInstances' => [
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82047',
'abilityTreeNodes' => ['FEATUREsddp2VFD4T'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '设置请求和接收消息的语言类型,默认为**zh_cn**。'."\n"
.'取值:'."\n"
."\n"
.'- **zh_cn**:中文(简体)'."\n"
.'- **en_us**:英文(美国)', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'Name',
'in' => 'query',
'schema' => ['description' => '设置搜索的关键词,支持模糊匹配。例如,输入data,会搜索出搜索项中包含data的全部数据信息。', 'type' => 'string', 'required' => false, 'example' => 'data'],
],
[
'name' => 'ProductId',
'in' => 'query',
'schema' => ['description' => '设置数据资产实例所属产品的ID。您可以通过调用[DescribeDataAssets](~~DescribeDataAssets~~)接口获取产品ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'RiskLevelId',
'in' => 'query',
'schema' => ['description' => '设置数据资产实例的风险等级ID。风险等级ID越高,表示识别出的数据越敏感。取值:'."\n"
."\n"
.'- **1**:表示未识别到敏感数据,无风险。'."\n"
.'- **2**:表示1级敏感数据风险。'."\n"
.'- **3**:表示2级敏感数据风险。'."\n"
.'- **4**:表示3级敏感数据风险。'."\n"
.'- **5**:表示4级敏感数据风险。'."\n"
.'- **6**:表示5级敏感数据风险。'."\n"
.'- **7**:表示6级敏感数据风险。'."\n"
.'- **8**:表示7级敏感数据风险。'."\n"
.'- **9**:表示8级敏感数据风险。'."\n"
.'- **10**:表示9级敏感数据风险。'."\n"
.'- **11**:表示10级敏感数据风险。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2'],
],
[
'name' => 'RuleId',
'in' => 'query',
'schema' => ['description' => '设置数据资产实例命中的敏感数据识别规则ID。该敏感数据识别规则的ID可调用[DescribeRules](~~DescribeRules~~)接口,查看返回参数**Id**获取。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1111111'],
],
[
'name' => 'ServiceRegionId',
'in' => 'query',
'schema' => ['description' => '设置数据资产实例的地域。更多信息,请参见[支持的地域](~~214257~~)。', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '此参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'ProductCode',
'in' => 'query',
'schema' => ['description' => '设置数据资产实例所属产品的名称,包括MaxCompute、OSS、RDS等。关于支持的产品名称,请参见[支持识别敏感数据的数据类型](~~212906~~)。', 'type' => 'string', 'required' => false, 'example' => 'RDS'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '分页查询时,设置列表中每页显示的数据资产实例的最大条数。默认值:**10**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时,设置当前页面的页码。默认值:**1**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '当前页面的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '71064826-726F-4ADA-B879-05D8055476FB'],
'PageSize' => ['description' => '列表中每页显示的数据资产实例的数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'TotalCount' => ['description' => '查询到的数据资产实例的总数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '231'],
'Items' => [
'description' => '查询到的数据资产实例详情。',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'CreationTime' => ['description' => '创建该数据资产实例的时间。使用时间戳表示,单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1637226782000'],
'LastFinishTime' => ['description' => '最近一次扫描数据资产实例的完成时间。使用时间戳表示,单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1637622793000'],
'Owner' => ['description' => '拥有该数据资产实例的阿里云账号。', 'type' => 'string', 'example' => 'dtdep-239-******'],
'TenantName' => ['description' => '租户的名称。', 'type' => 'string', 'example' => 'tenant'],
'Protection' => ['description' => '数据资产实例的防护状态。取值:'."\n"
."\n"
.'- **true**:防护中'."\n"
.'- **false**:未防护', 'type' => 'boolean', 'example' => 'false'],
'DepartName' => ['description' => '数据资产实例所属部门的名称。', 'type' => 'string', 'example' => '***DemoCenter'],
'Labelsec' => ['description' => '数据资产实例的安全状态。取值:'."\n"
."\n"
.'- **true**:安全'."\n"
.'- **false**:非安全', 'type' => 'boolean', 'example' => 'true'],
'RiskLevelId' => ['description' => '数据资产实例的风险等级ID。风险等级ID越高,表示识别出的数据越敏感。'."\n"
."\n"
.'- **1**:表示未识别到敏感数据,无风险。'."\n"
.'- **2**:表示1级敏感数据风险。'."\n"
.'- **3**:表示2级敏感数据风险。'."\n"
.'- **4**:表示3级敏感数据风险。'."\n"
.'- **5**:表示4级敏感数据风险。'."\n"
.'- **6**:表示5级敏感数据风险。'."\n"
.'- **7**:表示6级敏感数据风险。'."\n"
.'- **8**:表示7级敏感数据风险。'."\n"
.'- **9**:表示8级敏感数据风险。'."\n"
.'- **10**:表示9级敏感数据风险。'."\n"
.'- **11**:表示10级敏感数据风险。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'ProductId' => ['description' => '数据资产实例所属产品的ID。', 'type' => 'string', 'example' => '5'],
'Name' => ['description' => '数据资产实例的名称。', 'type' => 'string', 'example' => 'gxdata'],
'TotalCount' => ['description' => '数据资产实例中的数据总数。例如:当数据资产为RDS时,表示该实例中数据库的总表数。', 'type' => 'integer', 'format' => 'int32', 'example' => '231'],
'InstanceDescription' => ['description' => '数据资产实例的描述信息。', 'type' => 'string', 'example' => 'instance dscription'],
'RuleName' => ['description' => '数据资产实例命中的敏感数据识别规则的名称。', 'type' => 'string', 'example' => '*** rule'],
'Sensitive' => ['description' => '数据资产实例中是否包含敏感数据。取值:'."\n"
."\n"
.'- **true**:包含'."\n"
.'- **false**:不包含', 'type' => 'boolean', 'example' => 'true'],
'RiskLevelName' => ['description' => '数据资产实例的风险等级名称。', 'type' => 'string', 'example' => 'S1'],
'OdpsRiskLevelName' => ['description' => '此参数已废弃。', 'type' => 'string', 'example' => '1'],
'SensitiveCount' => ['description' => '数据资产实例中包含的敏感数据总数。例如:当数据资产为RDS时,表示该实例中数据库的敏感总表数。', 'type' => 'integer', 'format' => 'int32', 'example' => '123'],
'Id' => ['description' => '数据安全中心服务中记录的数据资产实例的唯一标识ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '11111'],
'ProductCode' => ['description' => '数据资产实例所属产品的名称,包括MaxCompute、OSS、RDS等。关于支持的具体产品名称,请参见[支持识别敏感数据的数据类型](~~212906~~)。', 'type' => 'string', 'example' => 'RDS'],
'ModelTags' => [
'description' => '数据标签列表。',
'type' => 'array',
'items' => [
'description' => '数据标签对象。',
'type' => 'object',
'properties' => [
'Id' => ['description' => '数据标签ID。取值:'."\n"
.'- **101**:个人敏感信息'."\n"
.'- **102**:个人信息'."\n"
.'- **107**:通用信息', 'type' => 'integer', 'format' => 'int64', 'example' => '101'],
'Name' => ['description' => '数据标签名称。取值:'."\n"
.'- 个人敏感信息'."\n"
.'- 个人信息'."\n"
.'- 通用信息', 'type' => 'string', 'example' => 'personal sensitive data'],
],
],
],
'MemberAliUid' => ['description' => '如果管理账号开通了多账号,且该资产属于其他成员账号,该字段展示的为成员账号的UID。', 'type' => 'string', 'example' => '12567890126'],
],
'description' => '',
],
],
],
'description' => '',
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'title' => '查询数据资产实例列表',
'summary' => '获取连接授权的MaxCompute、RDS、OSS数据资产实例列表。',
'description' => '在调用DescribeInstances接口时,您可以设置搜索关键词、数据资产实例的风险等级等参数来获取符合要求的数据资产实例的列表信息。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'changeSet' => [
['createdAt' => '2024-09-18T02:46:51.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:15.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2022-12-28T06:59:58.000Z', 'description' => '响应参数发生变更、响应参数发生变更'],
['createdAt' => '2022-12-27T09:14:52.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2021-10-26T02:37:09.000Z', 'description' => '响应参数发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '1000', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeInstances'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeInstances',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"71064826-726F-4ADA-B879-05D8055476FB\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 231,\\n \\"Items\\": [\\n {\\n \\"CreationTime\\": 1637226782000,\\n \\"LastFinishTime\\": 1637622793000,\\n \\"Owner\\": \\"dtdep-239-******\\",\\n \\"TenantName\\": \\"tenant\\",\\n \\"Protection\\": false,\\n \\"DepartName\\": \\"***DemoCenter\\",\\n \\"Labelsec\\": true,\\n \\"RiskLevelId\\": 2,\\n \\"ProductId\\": \\"5\\",\\n \\"Name\\": \\"gxdata\\",\\n \\"TotalCount\\": 231,\\n \\"InstanceDescription\\": \\"instance dscription\\",\\n \\"RuleName\\": \\"*** rule\\",\\n \\"Sensitive\\": true,\\n \\"RiskLevelName\\": \\"S1\\",\\n \\"OdpsRiskLevelName\\": \\"1\\",\\n \\"SensitiveCount\\": 123,\\n \\"Id\\": 11111,\\n \\"ProductCode\\": \\"RDS\\",\\n \\"ModelTags\\": [\\n {\\n \\"Id\\": 101,\\n \\"Name\\": \\"personal sensitive data\\"\\n }\\n ],\\n \\"MemberAliUid\\": \\"12567890126\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n 71064826-726F-4ADA-B879-05D8055476FB\\n 10\\n 231\\n \\n 1637226782000\\n 1637622793000\\n dtdep-239-******\\n 租户1\\n false\\n ***DemoCenter\\n true\\n 2\\n 5\\n gxdata\\n 231\\n 实例信息1\\n ***规则\\n true\\n 1级敏感数据风险\\n 1\\n 123\\n 11111\\n RDS\\n \\n","errorExample":""}]',
],
'DescribeOssObjectDetail' => [
'summary' => '调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => ['FEATUREsddp2VFD4T'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'Id',
'in' => 'query',
'schema' => ['description' => 'OSS存储对象的唯一标识ID。'."\n"
."\n"
.'> 调用[DescribeOssObjects](~~410152~~)接口获取ID。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '12345213'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => ' 结果的请求ID。', 'type' => 'string', 'example' => '769FB3C1-F4C9-42DF-9B72-7077A8989C13'],
'OssObjectDetail' => [
'description' => 'OSS存储对象的详细信息。',
'type' => 'object',
'properties' => [
'CategoryName' => ['description' => 'OSS存储对象类型名称。', 'type' => 'string', 'example' => 'Excel'],
'Name' => ['description' => 'OSS存储对象名称。', 'type' => 'string', 'example' => 'obj_id'],
'BucketName' => ['description' => 'OSS存储对象所属Bucket的名称。', 'type' => 'string', 'example' => 'bucke***'],
'RiskLevelName' => ['description' => 'OSS存储对象的风险等级名称。', 'type' => 'string', 'example' => 'S2'],
'RegionId' => ['description' => 'OSS存储对象所属区域ID。', 'type' => 'string', 'example' => 'cn-***'],
'RuleList' => [
'description' => 'OSS存储对象命中的敏感数据识别规则列表。',
'type' => 'array',
'items' => [
'description' => '命中敏感数据识别规则详情。',
'type' => 'object',
'properties' => [
'RiskLevelName' => ['description' => 'OSS存储对象的风险等级名称。', 'type' => 'string', 'example' => 'S2'],
'CategoryName' => ['description' => 'OSS存储对象类型名称。', 'type' => 'string', 'example' => 'Excel'],
'RiskLevelId' => ['description' => 'OSS存储对象的风险等级ID。'."\n"
.'- **1**:未识别到敏感数据。'."\n"
.'- **2**:1级敏感数据。'."\n"
.'- **3**:2级敏感数据。'."\n"
.'- **4**:3级敏感数据。'."\n"
.'- **5**:4级敏感数据。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'Count' => ['description' => '命中敏感数据识别规则的次数。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'RuleName' => ['description' => '命中敏感数据识别规则的名称。', 'type' => 'string', 'example' => 'name'],
'ModelTags' => [
'description' => '命中识别模型的数据标签列表。',
'type' => 'array',
'items' => [
'description' => '命中识别模型的数据标签对象。',
'type' => 'object',
'properties' => [
'Id' => ['description' => '识别模型的数据标签ID。'."\n"
.'- **101**:个人敏感信息。'."\n"
.'- **102**:个人信息。'."\n"
.'- **103**:重要数据。', 'type' => 'integer', 'format' => 'int64', 'example' => '101'],
'Name' => ['description' => '识别模型的数据标签名称。'."\n"
.'- 个人敏感信息。'."\n"
.'- 个人信息。'."\n"
.'- 重要数据。', 'type' => 'string', 'example' => 'personal sensitive data'],
],
],
],
],
],
],
],
],
],
'description' => '',
],
],
],
'title' => '查询OSS存储对象的详细信息',
'description' => '本接口一般用于对OSS存储对象详细信息的查询,便于对OSS敏感资产信息准确定位。'."\n"
."\n"
.'## 注意事项'."\n"
.'DescribeOssObjectDetail接口已修订为DescribeOssObjectDetailV2。建议您在开发应用程序时使用较新的版本DescribeOssObjectDetailV2。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2022-12-28T06:59:58.000Z', 'description' => '响应参数发生变更、响应参数发生变更'],
['createdAt' => '2022-12-27T09:14:52.000Z', 'description' => '响应参数发生变更、错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeOssObjectDetail'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeOssObjectDetail',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"769FB3C1-F4C9-42DF-9B72-7077A8989C13\\",\\n \\"OssObjectDetail\\": {\\n \\"CategoryName\\": \\"Excel\\",\\n \\"Name\\": \\"obj_id\\",\\n \\"BucketName\\": \\"bucke***\\",\\n \\"RiskLevelName\\": \\"S2\\",\\n \\"RegionId\\": \\"cn-***\\",\\n \\"RuleList\\": [\\n {\\n \\"RiskLevelName\\": \\"S2\\",\\n \\"CategoryName\\": \\"Excel\\",\\n \\"RiskLevelId\\": 2,\\n \\"Count\\": 2,\\n \\"RuleName\\": \\"name\\",\\n \\"ModelTags\\": [\\n {\\n \\"Id\\": 101,\\n \\"Name\\": \\"personal sensitive data\\"\\n }\\n ]\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\r\\n\\t769FB3C1-F4C9-42DF-9B72-7077A8989C13\\r\\n\\t\\r\\n\\t\\tcn-***\\r\\n\\t\\tbucke***\\r\\n\\t\\t中等风险等级\\r\\n\\t\\t17383\\r\\n\\t\\t2\\r\\n\\t\\tExcel文件\\r\\n\\t\\tobj_id\\r\\n\\t\\t\\r\\n\\t\\t\\t***规则\\r\\n\\t\\t\\t10\\r\\n\\t\\t\\r\\n\\t\\r\\n\\t\\r\\n","errorExample":""}]',
],
'DescribeOssObjectDetailV2' => [
'summary' => '调用本接口查询数据安全中心连接授权的OSS的单个存储对象的详细信息',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '186152',
'abilityTreeNodes' => ['FEATUREsddp2VFD4T'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '设置请求和返回消息的语言类型。默认值为**zh_cn**。取值'."\n"
."\n"
.'- **zh_cn**:简体中文'."\n"
.'- **en_us**:英文(美国)', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'Id',
'in' => 'query',
'schema' => ['description' => 'OSS存储对象的唯一标识ID。'."\n"
."\n"
.'> 调用[DescribeOssObjects](~~410152~~)接口获取ID。', 'type' => 'string', 'required' => false, 'example' => '12300'],
],
[
'name' => 'ServiceRegionId',
'in' => 'query',
'schema' => ['description' => '服务地域ID,即Bucket所在的地域ID。', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'],
],
[
'name' => 'BucketName',
'in' => 'query',
'schema' => ['description' => 'Bucket名称。', 'type' => 'string', 'required' => false, 'example' => 'sddp-api-scan-demo'],
],
[
'name' => 'ObjectKey',
'in' => 'query',
'schema' => ['description' => '文件在OSS上存储的完整文件名。', 'type' => 'string', 'required' => false, 'example' => 'dir1/test.png'],
],
[
'name' => 'TemplateId',
'in' => 'query',
'schema' => ['description' => '行业模版ID。'."\n"
.'> 您可以通过调用[DescribeCategoryTemplateList](~~2399296~~)获取行业模板标识ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。', 'type' => 'string', 'example' => '769FB3C1-F4C9-42DF-9B72-7077A8989C13'],
'OssObjectDetail' => [
'description' => 'OSS存储对象的详细信息。',
'type' => 'object',
'properties' => [
'CategoryName' => ['description' => '模型所属大类。', 'type' => 'string', 'example' => 'Sensitive image information'],
'Name' => ['description' => 'OSS存储对象名称。', 'type' => 'string', 'example' => 'dir1/test.png'],
'BucketName' => ['description' => 'OSS存储对象所属Bucket的名称。', 'type' => 'string', 'example' => 'sddp-api-scan-demo'],
'RiskLevelName' => ['description' => 'OSS存储对象的风险等级名称。', 'type' => 'string', 'example' => 'S2'],
'RegionId' => ['description' => 'OSS存储对象所属区域ID。', 'type' => 'string', 'example' => 'cn-hangzhou'],
'RuleList' => [
'description' => 'OSS存储对象命中的敏感数据识别规则列表。',
'type' => 'array',
'items' => [
'description' => '命中敏感数据识别规则详情。',
'type' => 'object',
'properties' => [
'RiskLevelName' => ['description' => 'OSS存储对象的风险等级名称。', 'type' => 'string', 'example' => 'S2'],
'CategoryName' => ['description' => '模型所属大类。', 'type' => 'string', 'example' => '敏感图片信息'],
'RiskLevelId' => ['description' => 'OSS存储对象的风险等级ID。'."\n"
.'- **1**:未识别到敏感数据。'."\n"
.'- **2**:1级敏感数据。'."\n"
.'- **3**:2级敏感数据。'."\n"
.'- **4**:3级敏感数据。'."\n"
.'- **5**:4级敏感数据。', 'type' => 'integer', 'format' => 'int64', 'example' => '3'],
'Count' => ['description' => '命中敏感数据识别规则的次数。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'RuleName' => ['description' => '命中敏感数据识别规则的名称。', 'type' => 'string', 'example' => 'ID card number'],
'ModelTags' => [
'description' => '数据标签列表。',
'type' => 'array',
'items' => [
'description' => '数据标签对象。',
'type' => 'object',
'properties' => [
'Id' => ['description' => '识别模型的数据标签ID。'."\n"
.'- **101**:个人敏感信息。'."\n"
.'- **102**:个人信息。'."\n"
.'- **103**:重要数据。', 'type' => 'integer', 'format' => 'int64', 'example' => '101'],
'Name' => ['description' => '识别模型的数据标签名称。'."\n"
.'- 个人敏感信息。'."\n"
.'- 个人信息。'."\n"
.'- 重要数据。', 'type' => 'string', 'example' => 'Personal sensitive information'],
],
],
],
],
],
],
'FileCategoryName' => ['description' => '文件类型', 'type' => 'string', 'example' => 'Image file'],
'Size' => ['description' => '文件大小。单位:字节。', 'type' => 'integer', 'format' => 'int64', 'example' => '1024'],
'ObjectAcl' => ['description' => '文件对象ACL', 'type' => 'string', 'example' => 'private'],
'ModelTagIds' => ['description' => '数据标签,多个用逗号分隔,如101,102。取值:'."\n"
.'- **101**:个人敏感信息。'."\n"
.'- **102**:个人信息。'."\n"
.'- **107**:通用信息。', 'type' => 'string', 'example' => '101,102'],
'Id' => ['description' => '列对象的唯一标识ID。', 'type' => 'string', 'example' => '1757262735738932224'],
'RiskLevelId' => ['description' => '数据资产表中列数据的风险等级ID。取值:'."\n"
.'- **1**:N/A。'."\n"
.'- **2**:S1。'."\n"
.'- **3**:S2。'."\n"
.'- **4**:S3。'."\n"
.'- **5**:S4。'."\n"
."\n"
.'>返回值<=1,代表N/A。', 'type' => 'integer', 'format' => 'int32', 'example' => '4'],
],
],
],
'description' => '',
],
],
],
'staticInfo' => ['returnType' => 'synchronous'],
'title' => '查询OSS存储对象的详细信息V2',
'description' => '本接口一般用于对OSS存储对象详细信息的查询,便于对OSS敏感资产信息准确定位。',
'changeSet' => [
['createdAt' => '2024-09-18T02:46:51.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2024-08-16T08:30:01.000Z', 'description' => '请求参数发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeOssObjectDetailV2'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeOssObjectDetailV2',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"769FB3C1-F4C9-42DF-9B72-7077A8989C13\\",\\n \\"OssObjectDetail\\": {\\n \\"CategoryName\\": \\"Sensitive image information\\",\\n \\"Name\\": \\"dir1/test.png\\",\\n \\"BucketName\\": \\"sddp-api-scan-demo\\",\\n \\"RiskLevelName\\": \\"S2\\",\\n \\"RegionId\\": \\"cn-hangzhou\\",\\n \\"RuleList\\": [\\n {\\n \\"RiskLevelName\\": \\"S2\\",\\n \\"CategoryName\\": \\"敏感图片信息\\",\\n \\"RiskLevelId\\": 3,\\n \\"Count\\": 2,\\n \\"RuleName\\": \\"ID card number\\",\\n \\"ModelTags\\": [\\n {\\n \\"Id\\": 101,\\n \\"Name\\": \\"Personal sensitive information\\"\\n }\\n ]\\n }\\n ],\\n \\"FileCategoryName\\": \\"Image file\\",\\n \\"Size\\": 1024,\\n \\"ObjectAcl\\": \\"private\\",\\n \\"ModelTagIds\\": \\"101,102\\",\\n \\"Id\\": \\"1757262735738932224\\",\\n \\"RiskLevelId\\": 4\\n }\\n}","type":"json"}]',
],
'DescribeOssObjects' => [
'summary' => '调用本接口查询连接授权的OSS的存储对象列表。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82058',
'abilityTreeNodes' => ['FEATUREsddp2VFD4T'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh**:中文。'."\n"
.'- **en**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
[
'name' => 'Name',
'in' => 'query',
'schema' => ['description' => '搜索的关键词,支持模糊匹配。', 'type' => 'string', 'required' => false, 'example' => 'test'],
],
[
'name' => 'RiskLevelId',
'in' => 'query',
'schema' => ['description' => 'OSS存储对象的风险等级ID。取值:'."\n"
.'- **1**:N/A:未识别到敏感数据。'."\n"
.'- **2**:S1:1级敏感数据。'."\n"
.'- **3**:S2:2级敏感数据。'."\n"
.'- **4**:S3:3级敏感数据。'."\n"
.'- **5**:S4:4级敏感数据。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
[
'name' => 'RuleId',
'in' => 'query',
'schema' => ['description' => 'OSS存储对象命中的敏感数据识别规则ID。'."\n"
."\n"
.'> 如果根据OSS存储对象命中的敏感数据识别规则的ID查询DSC连接授权的OSS的存储对象列表,敏感数据识别规则ID可调用**DescribeRules**接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1222'],
],
[
'name' => 'InstanceId',
'in' => 'query',
'schema' => ['description' => 'OSS对象所属资产实例ID。'."\n"
."\n"
.'> 如果根据OSS对象所属资产实例的ID查询DSC连接授权的OSS的存储对象列表,资产实例ID可调用**DescribeInstances**接口获取。', 'type' => 'string', 'required' => false, 'example' => 'ins-2222'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '列表每页显示的数据最大条数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '12'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时的页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'ServiceRegionId',
'in' => 'query',
'schema' => ['description' => '资产所在的地域。', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'],
],
[
'name' => 'LastScanTimeStart',
'in' => 'query',
'schema' => ['description' => '最后一次扫描开始时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1536751124000'],
],
[
'name' => 'LastScanTimeEnd',
'in' => 'query',
'schema' => ['description' => '最后一次扫描结束时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1536751124000'],
],
[
'name' => 'TemplateId',
'in' => 'query',
'schema' => ['description' => '行业模版ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'FileCategoryCode',
'in' => 'query',
'schema' => ['description' => '文件分类编码。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'Marker',
'in' => 'query',
'schema' => ['description' => '分页获取数据时,使用`Marker`获取该`Marker`起始的后续内容。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1754786235714378752'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '结果中当前页的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '769FB3C1-F4C9-42DF-9B72-7077A8989C13'],
'PageSize' => ['description' => '结果中每页显示的数据条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '12'],
'TotalCount' => ['description' => '结果中数据的总条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'Marker' => ['description' => '该参数已废弃。', 'type' => 'string', 'example' => '-1'],
'NextMarker' => ['description' => '查询下一页返回结果的ID起始值。'."\n"
.'> 只有`Truncated`为`true`时,才显示该参数。', 'type' => 'string', 'example' => '1754786235714378752'],
'Truncated' => ['description' => '返回结果是否被截断,默认值false。取值:'."\n"
.'- **true**:被截断。'."\n"
.'- **false**:未被截断。', 'type' => 'boolean', 'example' => 'false'],
'Items' => [
'description' => 'OSS存储对象列表。',
'type' => 'array',
'items' => [
'description' => 'OSS存储对象列表。',
'type' => 'object',
'properties' => [
'InstanceId' => ['description' => 'OSS存储对象所属资产实例ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1232122'],
'CategoryName' => ['description' => '文件类型名称。', 'type' => 'string', 'example' => 'MP4'],
'RiskLevelId' => ['description' => 'OSS存储对象的风险等级ID。取值:'."\n"
.'- **1**:N/A:未识别到敏感数据。'."\n"
.'- **2**:S1:1级敏感数据。'."\n"
.'- **3**:S2:2级敏感数据。'."\n"
.'- **4**:S3:3级敏感数据。'."\n"
.'- **5**:S4:4级敏感数据。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'RegionId' => ['description' => 'OSS存储对象所有者所属区域ID。', 'type' => 'string', 'example' => 'cn-***'],
'FileId' => ['description' => 'OSS存储文件ID。', 'type' => 'string', 'example' => 'file-22***'],
'Size' => ['description' => '文件大小。单位:字节。', 'type' => 'integer', 'format' => 'int64', 'example' => '20'],
'BucketName' => ['description' => 'Bucket名称。', 'type' => 'string', 'example' => 'oss-duplicate-***'],
'RiskLevelName' => ['description' => 'OSS存储对象的风险等级名称。', 'type' => 'string', 'example' => 'High risk'],
'Category' => ['description' => 'OSS存储对象类型。取值:**900001**(MP4视频文件)、**800015**(PDF文档)、**800005**(OSS配置文件)等。', 'type' => 'integer', 'format' => 'int64', 'example' => '900001'],
'Name' => ['description' => 'OSS存储对象名称。', 'type' => 'string', 'example' => 'obj_id'],
'RuleCount' => ['description' => '命中规则数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '100'],
'SensitiveCount' => ['description' => '命中字段数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '50'],
'Id' => ['description' => 'OSS存储对象的唯一标识ID。', 'type' => 'string', 'example' => '17383'],
'RuleList' => [
'description' => '规则列表。',
'type' => 'array',
'items' => [
'description' => '规则对象。',
'type' => 'object',
'properties' => [
'Name' => ['description' => '搜索的关键词,支持模糊匹配。', 'type' => 'string', 'example' => 'ID card'],
'RiskLevelId' => ['description' => 'OSS存储对象的风险等级ID。取值:'."\n"
.'- **1**:N/A:未识别到敏感数据。'."\n"
.'- **2**:S1:1级敏感数据。'."\n"
.'- **3**:S2:2级敏感数据。'."\n"
.'- **4**:S3:3级敏感数据。'."\n"
.'- **5**:S4:4级敏感数据。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'Count' => ['description' => '规则的命中次数。', 'type' => 'integer', 'format' => 'int64', 'example' => '100'],
],
],
],
'FileCategoryCode' => ['description' => '文件分类编码。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'FileCategoryName' => ['description' => '文件分类名称。', 'type' => 'string', 'example' => 'text file'],
'LastModifiedTime' => ['description' => '上一次修改文件的时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1536751124000'."\n"],
],
],
],
],
'description' => '',
],
],
],
'title' => '查询OSS的存储对象列表',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-08-13T07:01:55.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
['createdAt' => '2024-06-03T02:01:02.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-09-25T03:20:39.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
['createdAt' => '2022-09-22T08:24:06.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeOssObjects'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeOssObjects',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"769FB3C1-F4C9-42DF-9B72-7077A8989C13\\",\\n \\"PageSize\\": 12,\\n \\"TotalCount\\": 1,\\n \\"Marker\\": \\"-1\\",\\n \\"NextMarker\\": \\"1754786235714378752\\",\\n \\"Truncated\\": false,\\n \\"Items\\": [\\n {\\n \\"InstanceId\\": 1232122,\\n \\"CategoryName\\": \\"MP4\\",\\n \\"RiskLevelId\\": 2,\\n \\"RegionId\\": \\"cn-***\\",\\n \\"FileId\\": \\"file-22***\\",\\n \\"Size\\": 20,\\n \\"BucketName\\": \\"oss-duplicate-***\\",\\n \\"RiskLevelName\\": \\"High risk\\",\\n \\"Category\\": 900001,\\n \\"Name\\": \\"obj_id\\",\\n \\"RuleCount\\": 100,\\n \\"SensitiveCount\\": 50,\\n \\"Id\\": \\"17383\\",\\n \\"RuleList\\": [\\n {\\n \\"Name\\": \\"ID card\\",\\n \\"RiskLevelId\\": 2,\\n \\"Count\\": 100\\n }\\n ],\\n \\"FileCategoryCode\\": 1,\\n \\"FileCategoryName\\": \\"text file\\",\\n \\"LastModifiedTime\\": 1536751124000\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n 769FB3C1-F4C9-42DF-9B72-7077A8989C13\\n 12\\n 1\\n \\n 1232122\\n MP4视频文件\\n 2\\n cn-***\\n file-22***\\n 20\\n oss-duplicate-***\\n 中等风险等级\\n 900001\\n obj_id\\n 100\\n 50\\n 17383\\n \\n 身份证\\n 2\\n 100\\n \\n \\n","errorExample":""}]',
],
'DescribePackages' => [
'summary' => '调用本接口查询已完成扫描授权的MaxCompute数据包的信息,例如数据包的名称、数据包所属者的账号、数据包的风险等级等。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => ['FEATUREsddp2CRSZ1'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'Name',
'in' => 'query',
'schema' => ['description' => '搜索的关键词,支持模糊匹配。', 'type' => 'string', 'required' => false, 'example' => 'test'],
],
[
'name' => 'ProductId',
'in' => 'query',
'schema' => ['description' => '数据资产包所属产品ID。'."\n"
."\n"
.'> 如果根据数据资产包所属产品ID查询SDPP连接授权的MaxCompute的数据资产包列表,产品ID可调用**DescribeDataAssets**接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2566600'],
],
[
'name' => 'RiskLevelId',
'in' => 'query',
'schema' => ['description' => '数据资产包的风险等级ID。'."\n"
.'- **1**:N/A:未识别到敏感数据。'."\n"
.'- **2**:S1:1级敏感数据。'."\n"
.'- **3**:S2:2级敏感数据。'."\n"
.'- **4**:S3:3级敏感数据。'."\n"
.'- **5**:S4:4级敏感数据。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2'],
],
[
'name' => 'RuleId',
'in' => 'query',
'schema' => ['description' => '数据资产包命中的敏感数据识别规则ID。'."\n"
."\n"
.'> 如果根据数据资产包命中的敏感数据识别规则ID查询SDPP连接授权的MaxCompute的数据资产包列表,敏感数据识别规则ID可调用**DescribeRules**接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '266666'],
],
[
'name' => 'InstanceId',
'in' => 'query',
'schema' => ['description' => '数据资产包所属资产实例ID。'."\n"
."\n"
.'> 如果根据数据资产包所属资产实例的ID查询SDPP连接授权的MaxCompute的数据资产包列表,资产实例ID可调用**DescribeInstances**接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '12321'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '分页查询时,每页显示的数据最大条数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时的页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '结果中显示的当前页的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '769FB3C1-F4C9-42DF-9B72-7077A8989C13'],
'PageSize' => ['description' => '结果中每页显示的数据条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'TotalCount' => ['description' => '结果中数据的总条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '12'],
'Items' => [
'description' => '数据资产包信息。',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'CreationTime' => ['description' => '数据资产包创建时间。格式:时间戳。单位:毫秒', 'type' => 'integer', 'format' => 'int64', 'example' => '1536751124000'],
'Sensitive' => ['description' => '数据资产包中是否包含敏感数据。'."\n"
."\n"
.'- true:包含。'."\n"
.'- false:不包含。', 'type' => 'boolean', 'example' => 'true'],
'Owner' => ['description' => '数据资产包所属者账号。', 'type' => 'string', 'example' => 'cou-2221'],
'RiskLevelName' => ['description' => '资产包的风险等级名称。', 'type' => 'string', 'example' => 'S3'],
'InstanceId' => ['description' => '数据资产包所属的资产实例ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '223453332'],
'TotalCount' => ['description' => '数据资产包中包含数据的总数。例如:MaxCompute的数据表总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '321'],
'Name' => ['description' => '数据资产包名称。', 'type' => 'string', 'example' => 'gxdata'],
'SensitiveCount' => ['description' => '数据资产包中包含的敏感数据总数。例如:MaxCompute的敏感数据表总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '123'],
'RiskLevelId' => ['description' => '数据资产包的风险等级ID。'."\n"
.'- **1**:N/A:未识别到敏感数据。'."\n"
.'- **2**:S1:1级敏感数据。'."\n"
.'- **3**:S2:2级敏感数据。'."\n"
.'- **4**:S3:3级敏感数据。'."\n"
.'- **5**:S4:4级敏感数据。', 'type' => 'integer', 'format' => 'int64', 'example' => '4'],
'Id' => ['description' => '数据资产包的唯一标识ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '111111'],
],
'description' => '',
],
],
],
'description' => '',
],
],
],
'title' => '查询数据包的信息',
'description' => '本接口一般用于MaxCompute数据包列表查询,便于搜索和敏感信息概览。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:12.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribePackages'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribePackages',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"769FB3C1-F4C9-42DF-9B72-7077A8989C13\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 12,\\n \\"Items\\": [\\n {\\n \\"CreationTime\\": 1536751124000,\\n \\"Sensitive\\": true,\\n \\"Owner\\": \\"cou-2221\\",\\n \\"RiskLevelName\\": \\"S3\\",\\n \\"InstanceId\\": 223453332,\\n \\"TotalCount\\": 321,\\n \\"Name\\": \\"gxdata\\",\\n \\"SensitiveCount\\": 123,\\n \\"RiskLevelId\\": 4,\\n \\"Id\\": 111111\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\r\\n\\t769FB3C1-F4C9-42DF-9B72-7077A8989C13\\r\\n\\t4\\r\\n\\t10\\r\\n\\t1\\r\\n\\t\\r\\n\\t\\tdtdep-239-******\\r\\n\\t\\t2\\r\\n\\t\\t中等风险等级\\r\\n\\t\\t***DemoCenter\\r\\n\\t\\tgxdata\\r\\n\\t\\t1536751124000\\r\\n\\t\\ttrue\\r\\n\\t\\t268\\r\\n\\t\\t1\\r\\n\\t\\r\\n\\t\\r\\n","errorExample":""}]',
],
'DescribeParentInstance' => [
'summary' => '调用本接口查询未授权或已授权资产列表。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'list',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '149789',
'abilityTreeNodes' => ['FEATUREsddp2CRSZ1'],
],
'parameters' => [
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时,设置当前页面的页码。默认值:**1**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '分页查询时设置的每页行数。默认值:10。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
],
[
'name' => 'ServiceRegionId',
'in' => 'query',
'schema' => ['description' => '资产所在的地域。取值:'."\n"
.'- **cn-beijing**:华北2(北京)。'."\n"
.'- **cn-zhangjiakou**:华北3(张家口)。'."\n"
.'- **cn-huhehaote**:华北5(呼和浩特)。'."\n"
.'- **cn-hangzhou**:华东1(杭州)。'."\n"
.'- **cn-shanghai**:华东2(上海)。'."\n"
.'- **cn-shenzhen**:华南1(深圳)。'."\n"
.'- **cn-hongkong**:中国香港。', 'type' => 'string', 'required' => false, 'example' => 'cn-shanghai'],
],
[
'name' => 'EngineType',
'in' => 'query',
'schema' => ['description' => '引擎类型,取值:'."\n"
.'- **MySQL** 。'."\n"
.'- **MariaDB** 。'."\n"
.'- **Oracle** 。'."\n"
.'- **PostgreSQL** 。'."\n"
.'- **SQLServer** 。', 'type' => 'string', 'required' => false, 'example' => 'MySQL'],
],
[
'name' => 'InstanceId',
'in' => 'query',
'schema' => ['description' => '数据资产表中列数据所属的资产实例ID。', 'type' => 'string', 'required' => false, 'example' => 'rm-*******xx'],
],
[
'name' => 'DbName',
'in' => 'query',
'schema' => ['description' => '数据库名称。', 'type' => 'string', 'required' => false, 'example' => 'db_**t'],
],
[
'name' => 'ResourceType',
'in' => 'query',
'schema' => ['description' => '必填,产品类型。取值:'."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADB-MYSQL'."\n"
.'- **4**:TableStore'."\n"
.'- **5**:RDS'."\n"
.'- **6**:SelfDB'."\n"
.'- **7**:PolarDB-X'."\n"
.'- **8**:PolarDB'."\n"
.'- **9**:ADB-PG'."\n"
.'- **10**:OceanBase'."\n"
.'- **11**:MongoDB'."\n"
.'- **25**:Redis', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '5'],
],
[
'name' => 'CheckStatus',
'in' => 'query',
'schema' => ['description' => '实例或实例下数据库连接状态。取值:'."\n"
.'- **-3**:数据库未创建。'."\n"
.'- **-2**:已释放。'."\n"
.'- **-1**:未连接。'."\n"
.'- **2**:连通性测试中。'."\n"
.'- **3**:已连接。'."\n"
.'- **4**:连接失败。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '3'],
],
[
'name' => 'ClusterStatus',
'in' => 'query',
'schema' => ['description' => '实例状态。'."\n"
.'- **Running**:运行中。'."\n"
.'- **Released**:已释放。'."\n"
.'- **DatabaseNotCreated**:数据库未创建。', 'type' => 'string', 'required' => false, 'example' => 'Running'],
],
[
'name' => 'AuthStatus',
'in' => 'query',
'schema' => ['description' => '数据资产实例的授权状态。'."\n"
.'- **0**:未授权。'."\n"
.'- **1**:已授权。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0'],
],
[
'name' => 'MemberAccount',
'in' => 'query',
'schema' => ['description' => '成员账号ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '**********8103'],
],
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh_cn**:默认值,中文(简体)。'."\n"
.'- **en_us**:英文(美国)。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => ['title' => 'Id of the request', 'description' => '结果的请求ID。', 'type' => 'string', 'example' => 'ACEF9334-BB50-525D-8CF3-6CF504E4D1B3'],
'CurrentPage' => ['description' => '分页查询时,设置当前页面的页码。默认值:**1**。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'PageSize' => ['description' => '分页查询时,设置列表中每页显示的数据资产实例的最大条数。默认值:**10**。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'TotalCount' => ['description' => '结果中数据的总条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '3'],
'Items' => [
'description' => '查询到的数据资产列表。',
'type' => 'array',
'items' => [
'description' => '查询到的资产详情。',
'type' => 'object',
'properties' => [
'InstanceId' => ['description' => '实例ID。', 'type' => 'string', 'example' => 'rm-*******t2vz'],
'LocalName' => ['description' => '地域名称。取值说明如下:'."\n"
."\n"
.'- **华东1(杭州)**'."\n"
.'- **华东2(上海)**'."\n"
.'- **华北2(北京)**'."\n"
.'- **华北3(张家口)**'."\n"
.'- **华南1(深圳)**'."\n"
.'- **华南3(广州)**'."\n"
.'- **中国(香港)**'."\n"
.'- **新加坡**'."\n"
.'- **美国(硅谷)**', 'type' => 'string', 'example' => 'cn-hangzhou'],
'EngineType' => ['description' => '引擎类型,取值:'."\n"
.'- **MySQL** 。'."\n"
.'- **MariaDB** 。'."\n"
.'- **Oracle** 。'."\n"
.'- **PostgreSQL** 。'."\n"
.'- **SQLServer** 。', 'type' => 'string', 'example' => 'MySQL'],
'ParentId' => ['description' => '授权资产的标识,如为结构化数据,标识为实例ID.数据库名。', 'type' => 'string', 'example' => 'rm-******xxx.**st'],
'DbNum' => ['description' => '实例下的数据库数量。', 'type' => 'string', 'example' => '3'],
'ClusterStatus' => ['description' => '实例状态。', 'type' => 'string', 'example' => 'Running'],
'TenantId' => ['description' => '租户ID,仅针对Oceanbase资产有效。', 'type' => 'string', 'example' => 'HB***-zh_CN'],
'TenantName' => ['description' => '租户名称,仅针对Oceanbase资产有效。', 'type' => 'string', 'example' => 'user1'],
'InstanceDescription' => ['description' => '实例的描述。', 'type' => 'string', 'example' => 'instance description'],
'ResourceType' => ['description' => '资产类型名称。取值:'."\n"
.'- **MaxCompute**'."\n"
.'- **OSS**'."\n"
.'- **ADB-MYSQL**'."\n"
.'- **TableStore**'."\n"
.'- **RDS**'."\n"
.'- **SelfDB**'."\n"
.'- **PolarDB-X**'."\n"
.'- **PolarDB**'."\n"
.'- **ADB-PG**'."\n"
.'- **OceanBase**'."\n"
.'- **MongoDB**'."\n"
.'- **Redis**', 'type' => 'string', 'example' => 'RDS'],
'UnConnectDbCount' => ['description' => '实例下未连接的数据库数量。', 'type' => 'string', 'example' => '1'],
'UnSupportOneClickAuthReason' => ['description' => '不支持一连接的原因。', 'type' => 'string', 'example' => 'engine type not support'],
'ConnectNode' => ['description' => '连接节点类型,仅针对MongoDB资产类型有效。', 'type' => 'string', 'example' => 'Primary'],
'SupportConnectNodes' => ['description' => '支持的链接节点,多个用逗号分隔。', 'type' => 'string', 'example' => 'Primary,Secondary'],
'AuthStatus' => ['description' => '数据资产实例的授权状态。'."\n"
.'- **0**:未授权。'."\n"
.'- **1**:已授权。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'InstanceSize' => ['description' => '实例的空间大小,只对OSS资产类型有效。单位:字节。', 'type' => 'integer', 'format' => 'int64', 'example' => '409600'],
'AuditStatus' => ['description' => '审计授权状态。取值:'."\n"
.'- **1**:已授权。'."\n"
.'- **0**:未授权。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'MemberAccount' => ['description' => '成员账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '**********8103'],
'AuthTime' => ['description' => '实例授权时间,单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1719882941000'],
'RegionId' => ['description' => '资产所在的地域。', 'type' => 'string', 'example' => 'cn-hangzhou'],
],
],
],
],
],
],
],
'title' => '查询未授权或已授权资产列表',
'changeSet' => [
['createdAt' => '2024-08-16T10:59:31.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2024-06-27T06:35:53.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2024-04-18T05:56:11.000Z', 'description' => '请求参数发生变更、响应参数发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeParentInstance'],
],
],
'ramActions' => [
[
'operationType' => 'list',
'ramAction' => [
'action' => 'yundun-sddp:DescribeParentInstance',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"ACEF9334-BB50-525D-8CF3-6CF504E4D1B3\\",\\n \\"CurrentPage\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 3,\\n \\"Items\\": [\\n {\\n \\"InstanceId\\": \\"rm-*******t2vz\\",\\n \\"LocalName\\": \\"cn-hangzhou\\",\\n \\"EngineType\\": \\"MySQL\\",\\n \\"ParentId\\": \\"rm-******xxx.**st\\",\\n \\"DbNum\\": \\"3\\",\\n \\"ClusterStatus\\": \\"Running\\",\\n \\"TenantId\\": \\"HB***-zh_CN\\",\\n \\"TenantName\\": \\"user1\\",\\n \\"InstanceDescription\\": \\"instance description\\",\\n \\"ResourceType\\": \\"RDS\\",\\n \\"UnConnectDbCount\\": \\"1\\",\\n \\"UnSupportOneClickAuthReason\\": \\"engine type not support\\",\\n \\"ConnectNode\\": \\"Primary\\",\\n \\"SupportConnectNodes\\": \\"Primary,Secondary\\",\\n \\"AuthStatus\\": 1,\\n \\"InstanceSize\\": 409600,\\n \\"AuditStatus\\": 1,\\n \\"MemberAccount\\": 0,\\n \\"AuthTime\\": 1719882941000,\\n \\"RegionId\\": \\"cn-hangzhou\\"\\n }\\n ]\\n}","type":"json"}]',
],
'DescribeRiskLevels' => [
'summary' => '调用DescribeRiskLevels接口获取数据识别的风险等级列表。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82064',
'abilityTreeNodes' => ['FEATUREsddpIUNEZP'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '指定请求和接收消息的语言类型。取值:'."\n"
.'- zh_cn:默认值,中文。'."\n"
.'- en_us:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'TemplateId',
'in' => 'query',
'schema' => ['description' => '行业模版ID。'."\n"
.'> 您可以通过调用[DescribeCategoryTemplateList](~~2399296~~)获取行业模板标识ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '返回结果的请求ID。', 'type' => 'string', 'example' => '136082B3-B21F-5E9D-B68E-991FFD205D24'],
'RiskLevelList' => [
'description' => '风险等级列表。',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Name' => ['description' => '识别出的敏感数据风险等级名称。最大风险等级与分类分级模板有关,最大风险等级为S10。'."\n"
.'**内置阿里巴巴及蚂蚁集团数据安全分类分级模版**的最大风险等级为S4,**内置金融分类分级模版(参考JRT 0197-2020 金融数据安全数据安全分级指南)**和**内置能源分类分级标准**的最大风险等级为S5。如果为复制出来的模板,则最大风险等级为S10。'."\n"
.'风险等级名称和ID的映射关系如下:'."\n"
.'- **NA**:1'."\n"
.'- **S1**:2'."\n"
.'- **S2**:3'."\n"
.'- **S3**:4'."\n"
.'- **S4**:5'."\n"
.'- **S5**:6'."\n"
.'- **S6**:7'."\n"
.'- **S7**:8'."\n"
.'- **S8**:9'."\n"
.'- **S9**:10'."\n"
.'- **S10**:11', 'type' => 'string', 'example' => 'S1'],
'Description' => ['description' => '风险等级描述,您可以自定义描述。'."\n"
."\n"
.'风险等级名称和默认风险等级描述的映射关系如下:'."\n"
.'- **NA**:未识别到敏感数据'."\n"
.'- **S1**:1级敏感数据'."\n"
.'- **S2**:2级敏感数据'."\n"
.'- **S3**:3级敏感数据'."\n"
.'- **S4**:4级敏感数据'."\n"
.'- **S5**:5级敏感数据'."\n"
.'- **S6**:6级敏感数据'."\n"
.'- **S7**:7级敏感数据'."\n"
.'- **S8**:8级敏感数据'."\n"
.'- **S9**:9级敏感数据'."\n"
.'- **S10**:10级敏感数据', 'type' => 'string', 'example' => 'S3'],
'Id' => ['description' => '风险等级的唯一标志ID,取值范围1~11。每个风险等级ID都有对应的风险等级名称,例如,风险等级ID为2对应风险等级S1。'."\n"
."\n"
.'具体映射关系,请参见Name参数的描述。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'ReferenceNum' => ['description' => '风险等级在模板中的引用次数,默认值为0。', 'type' => 'integer', 'format' => 'int32', 'example' => '20'],
],
'description' => '',
],
],
],
'description' => '',
],
],
],
'title' => '查询风险等级列表',
'description' => '本接口用于获取当前使用模板的数据识别风险等级列表,便于掌握当前模板各风险等级的规则引用数量及最大风险等级。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-03-25T07:35:03.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2022-09-22T08:24:06.000Z', 'description' => '请求参数发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeRiskLevels'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeRiskLevels',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"136082B3-B21F-5E9D-B68E-991FFD205D24\\",\\n \\"RiskLevelList\\": [\\n {\\n \\"Name\\": \\"S1\\",\\n \\"Description\\": \\"S3\\",\\n \\"Id\\": 2,\\n \\"ReferenceNum\\": 20\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n136082B3-B21F-5E9D-B68E-991FFD205D24\\n\\n 未识别到敏感数据\\n 1\\n 0\\n N/A\\n\\n\\n 1级敏感数据\\n 2\\n 9\\n S1\\n\\n\\n 2级敏感数据\\n 3\\n 22\\n S2\\n\\n\\n 3级敏感数据\\n 4\\n 18\\n S3\\n\\n\\n 4级敏感数据\\n 5\\n 0\\n S4\\n\\n","errorExample":""}]',
],
'DescribeRules' => [
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82070',
'abilityTreeNodes' => ['FEATUREsddpIUNEZP'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh**:中文。'."\n"
.'- **en**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '列表每页显示的数据最大条数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '12'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时的页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'CustomType',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则的类型。取值:'."\n"
.'- **0**:表示系统内置。'."\n"
.'- **1**:表示用户自定义。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'Category',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则内容的类型。取值:'."\n"
.'- **0**:关键字。'."\n"
.'- **2**:正则表达式。'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
[
'name' => 'Name',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则名称,支持模糊匹配。', 'type' => 'string', 'required' => false, 'example' => '***Rule'],
],
[
'name' => 'RiskLevelId',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则的敏感等级ID。取值:'."\n"
.'- **1**:N/A:未识别到敏感数据。'."\n"
.'- **2**:S1:1级敏感数据。'."\n"
.'- **3**:S2:2级敏感数据。'."\n"
.'- **4**:S3:3级敏感数据。'."\n"
.'- **5**:S4:4级敏感数据。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2'],
],
[
'name' => 'RuleType',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则的类型。取值:'."\n"
.'- **1**:数据识别规则。'."\n"
.'- **2**:审计规则。'."\n"
.'- **3**:异常检测规则。'."\n"
.'- **99**:自定义规则。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'MatchType',
'in' => 'query',
'schema' => ['description' => '匹配类型。取值:'."\n"
.'- 1:规则匹配。'."\n"
.'- 2:词典匹配。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'ProductCode',
'in' => 'query',
'schema' => ['description' => '数据资产所属的产品名称。取值:'."\n"
.'- **MaxCompute**。'."\n"
.'- **OSS**。'."\n"
.'- **ADS**:。'."\n"
.'- **OTS**。'."\n"
.'- **RDS**。'."\n"
.'- **SELF_DB**。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => 'MaxCompute'],
],
[
'name' => 'ProductId',
'in' => 'query',
'schema' => ['description' => '数据资产所属的产品名称对应的ID。取值:'."\n"
.'- **1**:MaxCompute。'."\n"
.'- **2**:OSS。'."\n"
.'- **3**:ADS。'."\n"
.'- **4**:OTS。'."\n"
.'- **5**:RDS。'."\n"
.'- **6**:SELF_DB。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'WarnLevel',
'in' => 'query',
'schema' => ['description' => '危险等级。'."\n"
.'- **1**:低危。'."\n"
.'- **2**:中危。'."\n"
.'- **3**:高危。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
[
'name' => 'ContentCategory',
'in' => 'query',
'schema' => ['description' => '内容类型,取值:'."\n"
.'- **1**:SQL注入尝试利用。'."\n"
.'- **2**:SQL注入尝试绕过。'."\n"
.'- **3**:存储过程滥用。'."\n"
.'- **4**:缓冲区溢出。'."\n"
.'- **5**:基于报错的SQL注入等。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'Status',
'in' => 'query',
'schema' => ['description' => '状态。取值:'."\n"
.'- **1**:正常。'."\n"
.'- **0**:停用。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'KeywordCompatible',
'in' => 'query',
'schema' => ['description' => '新旧版关键字是否兼容。'."\n"
."\n"
.'- **true**:是。'."\n"
.'- **false**:否。'."\n"
."\n"
.'>旧版请求参数Category的关键字类型取值为0,新版请求参数Category的关键字类型取值为5,根据业务选择是否需要兼容。', 'type' => 'boolean', 'required' => false, 'example' => 'true'],
],
[
'name' => 'GroupId',
'in' => 'query',
'schema' => ['description' => '规则父类分组。', 'type' => 'string', 'required' => false, 'example' => '4_1'],
],
[
'name' => 'SupportForm',
'in' => 'query',
'schema' => ['description' => '规则支持的数据资产类型,取值:'."\n"
.'- **0**:支持全部资产。'."\n"
.'- **1**:支持结构化资产。'."\n"
.'- **2**:支持非结构化资产。'."\n"
."\n"
.'>查询支持结构化资产或非结构化资产时,返回的数据中除包含查询的数据资产类型外,还包含全部资产。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
[
'name' => 'CooperationChannel',
'in' => 'query',
'schema' => ['description' => '请求外部合作来源。'."\n"
.'- DAS。'."\n"
.'- YAOCHI。', 'type' => 'string', 'required' => false, 'example' => 'DAS'],
],
[
'name' => 'Simplify',
'in' => 'query',
'schema' => ['description' => '是否获取简化版本规则(只包含规则名称)。'."\n"
.'- true:是。'."\n"
.'- false:否。', 'type' => 'boolean', 'required' => false, 'example' => 'false'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '结果中显示的当前页的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '769FB3C1-F4C9-42DF-9B72-7077A8989C13'],
'PageSize' => ['description' => ' 结果中每页显示的数据条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '12'],
'TotalCount' => ['description' => ' 结果中数据的总条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '23'],
'Items' => [
'description' => '敏感数据识别规则列表。',
'type' => 'array',
'items' => [
'description' => '敏感数据识别规则详情。',
'type' => 'object',
'properties' => [
'DisplayName' => ['description' => '敏感数据识别规则的创建人账号显示名。', 'type' => 'string', 'example' => '****test'],
'Status' => ['description' => '敏感数据识别规则的检测状态。取值:'."\n"
.'- **0**:关闭。'."\n"
.'- **1**:开启。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'SupportForm' => ['description' => '规则支持的数据资产类型,取值:'."\n"
.'- **0**:支持全部资产。'."\n"
.'- **1**:支持结构化资产。'."\n"
.'- **2**:支持非结构化资产。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'],
'WarnLevel' => ['description' => '危险等级。'."\n"
.'- **1**:低危。'."\n"
.'- **2**:中危。'."\n"
.'- **3**:高危。', 'type' => 'integer', 'format' => 'int32', 'example' => '2'],
'UserId' => ['description' => '敏感数据识别规则的创建人账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
'StatExpress' => ['description' => '统计表达式。', 'type' => 'string', 'example' => '1'],
'GmtModified' => ['description' => '敏感数据识别规则的修改时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1545277010000'],
'RiskLevelId' => ['description' => '敏感数据识别规则的敏感等级ID。取值:'."\n"
.'- **1**:N/A:未识别到敏感数据。'."\n"
.'- **2**:S1:1级敏感数据。'."\n"
.'- **3**:S2:2级敏感数据。'."\n"
.'- **4**:S3:3级敏感数据。'."\n"
.'- **5**:S4:4级敏感数据。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'Description' => ['description' => '敏感数据识别规则的描述信息。', 'type' => 'string', 'example' => 'Used to identify IP addresses'],
'ProductId' => ['description' => '数据资产所属的产品名称对应的ID。取值:'."\n"
.'- **1**:MaxCompute。'."\n"
.'- **2**:OSS。'."\n"
.'- **3**:ADS。'."\n"
.'- **4**:OTS。'."\n"
.'- **5**:RDS。'."\n"
.'- **6**:SELF_DB。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'Name' => ['description' => '敏感数据识别规则的名称。', 'type' => 'string', 'example' => 'IP address'],
'Content' => ['description' => '敏感数据识别规则的内容。'."\n"
.'>内置识别规则,即CustomType为0的识别规则,不返回规则的内容。', 'type' => 'string', 'example' => '(?:\\\\D|^)((?:(?:25[0-4]|2[0-4]\\\\d|1\\\\d{2}|[1-9]\\\\d{1})\\\\.)(?:(?:25[0-5]|2[0-4]\\\\d|[01]?\\\\d?\\\\d)\\\\.){2}(?:25[0-5]|2[0-4]\\\\d|1[0-9]\\\\d|[1-9]\\\\d|[1-9]))(?:\\\\D|$)'],
'Target' => ['description' => '数据资产所属的产品名称。取值:'."\n"
.'- **MaxCompute**。'."\n"
.'- **OSS**。'."\n"
.'- **ADS**:。'."\n"
.'- **OTS**。'."\n"
.'- **RDS**。'."\n"
.'- **SELF_DB**。', 'type' => 'string', 'example' => 'MaxCompute'],
'LoginName' => ['description' => '敏感数据识别规则的创建人账号登录名。', 'type' => 'string', 'example' => 'det1111'],
'CategoryName' => ['description' => '敏感数据识别规则内容所属类型名称。', 'type' => 'string', 'example' => 'Regular expression'],
'ContentCategory' => ['description' => '内容类型,取值:'."\n"
.'- **1**:SQL注入尝试利用。'."\n"
.'- **2**:SQL注入尝试绕过。'."\n"
.'- **3**:存储过程滥用。'."\n"
.'- **4**:缓冲区溢出。'."\n"
.'- **5**:基于报错的SQL注入等。', 'type' => 'string', 'example' => '1'],
'HitTotalCount' => ['description' => '命中次数。', 'type' => 'integer', 'format' => 'int32', 'example' => '3'],
'GroupId' => ['description' => '规则父类分组。', 'type' => 'string', 'example' => '4_1'],
'CustomType' => ['description' => '敏感数据识别规则类型。'."\n"
."\n"
.'- 0:表示系统内置。'."\n"
.'- 1:表示用户自定义。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RiskLevelName' => ['description' => '敏感数据识别规则的风险等级名称。取值:'."\n"
.'- **N/A**:未识别到敏感数据。'."\n"
.'- **S1**:1级敏感数据。'."\n"
.'- **S2**:2级敏感数据。'."\n"
.'- **S3**:3级敏感数据。'."\n"
.'- **S4**:4级敏感数据。', 'type' => 'string', 'example' => 'S2'],
'GmtCreate' => ['description' => '敏感数据识别规则的创建时间。格式:时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1545277010000'],
'Category' => ['description' => '敏感数据识别规则内容的类型。取值:'."\n"
.'- **0**:关键字。'."\n"
.'- **2**:正则表达式。'."\n", 'type' => 'integer', 'format' => 'int32', 'example' => '2'],
'MajorKey' => ['description' => '主维度key。', 'type' => 'string', 'example' => 'key'],
'Id' => ['description' => '保存记录的敏感数据识别规则的唯一标识ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '20000'],
'ProductCode' => ['description' => '数据资产所属的产品名称。取值:'."\n"
.'- **MaxCompute**。'."\n"
.'- **OSS**。'."\n"
.'- **ADS**:。'."\n"
.'- **OTS**。'."\n"
.'- **RDS**。'."\n"
.'- **SELF_DB**。', 'type' => 'string', 'example' => 'MaxCompute'],
'MatchType' => ['description' => '匹配类型。取值:'."\n"
.'- **1**:规则匹配。'."\n"
.'- **2**:词典匹配。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'TemplateRuleIds' => ['description' => '敏感数据审计对应模版ID集合。', 'type' => 'string', 'example' => '1'],
'ModelRuleIds' => ['description' => '敏感数据审计对应模型ID集合。', 'type' => 'string', 'example' => '1452'],
'ThreatAnalysisStatus' => [
'title' => '威胁分析模式状态。0:关闭,1:开启',
'description' => '威胁分析模式状态。0:关闭,1:开启',
'type' => 'integer',
'format' => 'int32',
'example' => '0',
'enum' => ['0', '1'],
],
'AuditMode' => ['title' => '审计模式', 'description' => '审计模式', 'type' => 'integer', 'format' => 'int32', 'example' => '0'],
],
],
],
],
'description' => '',
],
],
],
'title' => '查询识别规则的列表',
'summary' => '调用本接口查询敏感数据识别规则的列表。',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2025-01-13T06:27:19.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2024-12-17T07:08:02.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2024-03-25T07:35:03.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-07-17T02:55:52.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2022-12-27T09:14:54.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2022-09-22T08:24:08.000Z', 'description' => '请求参数发生变更、响应参数发生变更、错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeRules'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeRules',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"769FB3C1-F4C9-42DF-9B72-7077A8989C13\\",\\n \\"PageSize\\": 12,\\n \\"TotalCount\\": 23,\\n \\"Items\\": [\\n {\\n \\"DisplayName\\": \\"****test\\",\\n \\"Status\\": 1,\\n \\"SupportForm\\": 2,\\n \\"WarnLevel\\": 2,\\n \\"UserId\\": 0,\\n \\"StatExpress\\": \\"1\\",\\n \\"GmtModified\\": 1545277010000,\\n \\"RiskLevelId\\": 2,\\n \\"Description\\": \\"Used to identify IP addresses\\",\\n \\"ProductId\\": 2,\\n \\"Name\\": \\"IP address\\",\\n \\"Content\\": \\"(?:\\\\\\\\\\\\\\\\D|^)((?:(?:25[0-4]|2[0-4]\\\\\\\\\\\\\\\\d|1\\\\\\\\\\\\\\\\d{2}|[1-9]\\\\\\\\\\\\\\\\d{1})\\\\\\\\\\\\\\\\.)(?:(?:25[0-5]|2[0-4]\\\\\\\\\\\\\\\\d|[01]?\\\\\\\\\\\\\\\\d?\\\\\\\\\\\\\\\\d)\\\\\\\\\\\\\\\\.){2}(?:25[0-5]|2[0-4]\\\\\\\\\\\\\\\\d|1[0-9]\\\\\\\\\\\\\\\\d|[1-9]\\\\\\\\\\\\\\\\d|[1-9]))(?:\\\\\\\\\\\\\\\\D|$)\\",\\n \\"Target\\": \\"MaxCompute\\",\\n \\"LoginName\\": \\"det1111\\",\\n \\"CategoryName\\": \\"Regular expression\\",\\n \\"ContentCategory\\": \\"1\\",\\n \\"HitTotalCount\\": 3,\\n \\"GroupId\\": \\"4_1\\",\\n \\"CustomType\\": 1,\\n \\"RiskLevelName\\": \\"S2\\",\\n \\"GmtCreate\\": 1545277010000,\\n \\"Category\\": 2,\\n \\"MajorKey\\": \\"key\\",\\n \\"Id\\": 20000,\\n \\"ProductCode\\": \\"MaxCompute\\",\\n \\"MatchType\\": 1,\\n \\"TemplateRuleIds\\": \\"1\\",\\n \\"ModelRuleIds\\": \\"1452\\",\\n \\"ThreatAnalysisStatus\\": 0,\\n \\"AuditMode\\": 0\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 1\\n 769FB3C1-F4C9-42DF-9B72-7077A8989C13\\n 12\\n 23\\n \\n ****test\\n 1\\n 2\\n 0\\n 1\\n 1545277010000\\n 2\\n 用于识别IP地址\\n 2\\n IP地址\\n (?:\\\\\\\\D|^)((?:(?:25[0-4]|2[0-4]\\\\\\\\d|1\\\\\\\\d{2}|[1-9]\\\\\\\\d{1})\\\\\\\\.)(?:(?:25[0-5]|2[0-4]\\\\\\\\d|[01]?\\\\\\\\d?\\\\\\\\d)\\\\\\\\.){2}(?:25[0-5]|2[0-4]\\\\\\\\d|1[0-9]\\\\\\\\d|[1-9]\\\\\\\\d|[1-9]))(?:\\\\\\\\D|$)\\n ODPS\\n det1111\\n 正则表达式\\n 1\\n 3\\n 4_1\\n 1\\n S2\\n 1545277010000\\n 2\\n key\\n 20000\\n MaxCompute\\n \\n","errorExample":""}]',
],
'DescribeTables' => [
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => ['FEATUREsddp2VFD4T'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'Name',
'in' => 'query',
'schema' => ['description' => '搜索的关键词,支持模糊匹配。'."\n"
.'例如,输入test,会搜索出搜索项中包含test的全部数据信息。', 'type' => 'string', 'required' => false, 'example' => 'test'],
],
[
'name' => 'ProductId',
'in' => 'query',
'schema' => ['description' => '数据资产表所属产品ID。该产品ID可调用[DescribeDataAssets](~~DescribeDataAssets~~)接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'ProductCode',
'in' => 'query',
'schema' => ['description' => '数据资产表所属产品名称,包括MaxCompute、OSS、RDS等。关于支持的产品名称,请参见[支持识别敏感数据的数据类型](~~212906~~)。', 'type' => 'string', 'required' => false, 'example' => 'MaxCompute'],
],
[
'name' => 'RiskLevelId',
'in' => 'query',
'schema' => ['description' => '数据资产表的风险等级ID。'."\n"
.'每个风险等级ID都有对应的风险等级名称。取值:'."\n"
.'- **1**:N/A:未识别到敏感数据。'."\n"
.'- **2**:S1:1级敏感数据。'."\n"
.'- **3**:S2:2级敏感数据。'."\n"
.'- **4**:S3:3级敏感数据。'."\n"
.'- **5**:S4:4级敏感数据。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2'],
],
[
'name' => 'RuleId',
'in' => 'query',
'schema' => ['description' => '数据资产表命中的敏感数据识别规则ID。该敏感数据识别规则ID可调用[DescribeRules](~~DescribeRules~~)接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '333322'],
],
[
'name' => 'InstanceId',
'in' => 'query',
'schema' => ['description' => '数据资产表所属的资产实例ID。该资产实例ID可调用[DescribeInstances](~~DescribeInstances~~)接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'PackageId',
'in' => 'query',
'schema' => ['description' => '数据资产表所属的资产包ID。该资产包ID可调用[DescribePackages](~~DescribePackages~~)接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '555555'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '列表中每页显示的数据最大条数。默认值:10。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'],
],
[
'name' => 'CurrentPage',
'in' => 'query',
'schema' => ['description' => '分页查询时的页码。默认值:1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'ServiceRegionId',
'in' => 'query',
'schema' => ['description' => '支持数据安全中心服务的地域。更多信息,请参见[支持的地域](~~214257~~)。', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'],
],
[
'name' => 'TemplateId',
'in' => 'query',
'schema' => ['description' => '行业模版ID', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'CurrentPage' => ['description' => '结果中显示的当前页的页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '769FB3C1-F4C9-42DF-9B72-7077A8989C13'],
'PageSize' => ['description' => '结果中每页显示的数据条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
'TotalCount' => ['description' => '结果中数据的总条数。', 'type' => 'integer', 'format' => 'int32', 'example' => '13'],
'Items' => [
'description' => '数据资产表的信息列表。',
'type' => 'array',
'items' => [
'description' => '数据表的信息列表。',
'type' => 'object',
'properties' => [
'CreationTime' => ['description' => '创建该数据资产表的时间。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1536751124000'],
'Owner' => ['description' => '拥有该数据资产表的阿里云账号。', 'type' => 'string', 'example' => 'dtdep-239-******'],
'SensitiveRatio' => ['description' => '数据资产表中敏感字段所占的百分比。', 'type' => 'string', 'example' => '21%'],
'TenantName' => ['description' => '租户名称。', 'type' => 'string', 'example' => 'Tenate001'],
'RiskLevelId' => ['description' => '数据资产表的风险等级ID。'."\n"
.'每个风险等级ID都有对应的风险等级名称。取值:'."\n"
.'- **1**:N/A:未识别到敏感数据。'."\n"
.'- **2**:S1:1级敏感数据。'."\n"
.'- **3**:S2:2级敏感数据。'."\n"
.'- **4**:S3:3级敏感数据。'."\n"
.'- **5**:S4:4级敏感数据。', 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
'InstanceName' => ['description' => '数据资产表的实例名称。', 'type' => 'string', 'example' => 'rm-****'],
'ProductId' => ['description' => '数据资产表所属的产品ID。', 'type' => 'string', 'example' => '1'],
'Name' => ['description' => '数据资产表的名称。', 'type' => 'string', 'example' => 'gxdata'],
'InstanceId' => ['description' => '数据资产表所属的资产实例ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'TotalCount' => ['description' => '数据资产表包含的字段总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '1234'],
'InstanceDescription' => ['description' => '实例的备注信息。', 'type' => 'string', 'example' => 'instance description'],
'Sensitive' => ['description' => '数据资产表中是否包含敏感字段。'."\n"
."\n"
.'- **true**:包含。'."\n"
.'- **false**:不包含。', 'type' => 'boolean', 'example' => 'true'],
'RiskLevelName' => ['description' => '数据资产表的风险等级名称。取值:'."\n"
.'- **N/A**:未识别到敏感数据。'."\n"
.'- **S1**:1级敏感数据。'."\n"
.'- **S2**:2级敏感数据。'."\n"
.'- **S3**:3级敏感数据。'."\n"
.'- **S4**:4级敏感数据。', 'type' => 'string', 'example' => 'S2'],
'SensitiveCount' => ['description' => '数据资产表中包含的敏感字段总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '32'],
'Id' => ['description' => '数据资产表的唯一标识ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '222'],
'ProductCode' => ['description' => '数据资产表所属产品名称,取值:**MaxCompute、OSS、ADS、OTS、RDS**等。关于支持的具体产品名称,请参见[支持识别敏感数据的数据类型](~~212906~~)。', 'type' => 'string', 'example' => 'MaxCompute'],
'RuleList' => [
'description' => '数据资产表命中的敏感数据识别规则信息。',
'type' => 'array',
'items' => [
'description' => '数据资产表包含的敏感字段列表。',
'type' => 'object',
'properties' => [
'Name' => ['description' => '规则的名称。', 'type' => 'string', 'example' => 'Rule Name'],
'RiskLevelId' => ['description' => '敏感数据识别规则的风险等级ID。取值:'."\n"
.'- **1**:N/A:未识别到敏感数据。'."\n"
.'- **2**:S1:1级敏感数据。'."\n"
.'- **3**:S2:2级敏感数据。'."\n"
.'- **4**:S3:3级敏感数据。'."\n"
.'- **5**:S4:4级敏感数据。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'Count' => ['description' => '规则的总数。', 'type' => 'integer', 'format' => 'int64', 'example' => '12'],
],
],
],
],
],
],
],
'description' => '',
],
],
],
'title' => '查询数据资产表的数据',
'summary' => '查询数据安全中心连接授权的MaxCompute、RDS等数据资产的表数据。',
'description' => '在调用DescribeTables接口时,您可以设置搜索关键词、数据资产表的风险等级等参数来获取符合要求的数据资产的表信息。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒,超过限制,API调用会限流,这可能会影响您的业务,请合理调用。',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-12-06T07:46:06.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2022-12-28T06:59:57.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2022-09-22T08:24:06.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2021-10-09T10:05:21.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2021-10-09T10:05:21.000Z', 'description' => '响应参数发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeTables'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeTables',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"CurrentPage\\": 1,\\n \\"RequestId\\": \\"769FB3C1-F4C9-42DF-9B72-7077A8989C13\\",\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 13,\\n \\"Items\\": [\\n {\\n \\"CreationTime\\": 1536751124000,\\n \\"Owner\\": \\"dtdep-239-******\\",\\n \\"SensitiveRatio\\": \\"21%\\",\\n \\"TenantName\\": \\"Tenate001\\",\\n \\"RiskLevelId\\": 2,\\n \\"InstanceName\\": \\"rm-****\\",\\n \\"ProductId\\": \\"1\\",\\n \\"Name\\": \\"gxdata\\",\\n \\"InstanceId\\": 1,\\n \\"TotalCount\\": 1234,\\n \\"InstanceDescription\\": \\"instance description\\",\\n \\"Sensitive\\": true,\\n \\"RiskLevelName\\": \\"S2\\",\\n \\"SensitiveCount\\": 32,\\n \\"Id\\": 222,\\n \\"ProductCode\\": \\"MaxCompute\\",\\n \\"RuleList\\": [\\n {\\n \\"Name\\": \\"Rule Name\\",\\n \\"RiskLevelId\\": 1,\\n \\"Count\\": 12\\n }\\n ]\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"13\\n10\\n769FB3C1-F4C9-42DF-9B72-7077A8989C13\\n1\\n\\n dtdep-239-******\\n MaxCompute\\n 1\\n 租户1\\n 21%\\n 1\\n 2\\n gxdata\\n 实例1\\n 1234\\n 1536751124000\\n true\\n 最高风险等级\\n 备注1\\n 222\\n 32\\n \\n 12\\n 1\\n 规则名称\\n \\n","errorExample":""}]',
],
'DescribeTemplateAllRules' => [
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'none',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82084',
'abilityTreeNodes' => ['FEATUREsddpIUNEZP'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'TemplateId',
'in' => 'query',
'schema' => ['description' => '行业模版ID。'."\n"
."\n"
.'>您可以通过调用[DescribeCategoryTemplateList](~~2399296~~)获取行业模板标识ID。如不填本参数,默认返回主用模板的模型列表。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '阿里云为该请求生成的唯一标识符。', 'type' => 'string', 'example' => '769FB3C1-F4C9-4******'],
'RuleList' => [
'description' => '模型对象列表。',
'type' => 'array',
'items' => [
'description' => '模型对象。',
'type' => 'object',
'properties' => [
'Name' => ['description' => '模型名字。', 'type' => 'string', 'example' => 'Model Name'],
'Id' => ['description' => '模型唯一ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '376'],
],
],
],
],
'description' => '',
],
],
],
'title' => '查询行业模板所有模型列表',
'summary' => '调用本接口查询行业模板所有模型列表。',
'changeSet' => [
['createdAt' => '2024-03-25T07:35:03.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:05.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeTemplateAllRules'],
],
],
'ramActions' => [
[
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:DescribeTemplateAllRules',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"769FB3C1-F4C9-4******\\",\\n \\"RuleList\\": [\\n {\\n \\"Name\\": \\"Model Name\\",\\n \\"Id\\": 376\\n }\\n ]\\n}","type":"json"}]',
],
'DescribeUserStatus' => [
'summary' => '调用DescribeUserStatus查询用户账号状态。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82092',
'abilityTreeNodes' => ['FEATUREsddp4GFW27', 'FEATUREsddpKPIKAW', 'FEATUREsddp7JHQOS', 'FEATUREsddpXD0XSH'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh_cn**:默认值,中文(简体)。'."\n"
.'- **en_us**:英文(美国)。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '此参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '返回结果的请求ID。', 'type' => 'string', 'example' => '769FB3C1-F4C9-42DF-9B72-7077A8989C13'],
'UserStatus' => [
'description' => '返回当前登录账号详情列表。',
'type' => 'object',
'properties' => [
'UseOssSize' => ['description' => '已使用的OSS存储量。单位:字节。', 'type' => 'integer', 'format' => 'int64', 'example' => '234'],
'UseInstanceNum' => ['description' => '已使用的实例数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '125'],
'InstanceNum' => ['description' => '当前登录账号包含的实例数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '32'],
'ChargeType' => ['description' => '当前登录账号购买DSC服务的付费类型。取值:'."\n"
.'- **PREPAY**:预付费。'."\n"
.'- **POSTPAY**:后付费。', 'type' => 'string', 'example' => 'PREPAY'],
'Authed' => ['description' => '当前登录账号是否已授权DSC RAM的权限。取值:'."\n"
.'- **true**:已授权。'."\n"
.'- **false**:未授权。', 'type' => 'boolean', 'example' => 'true'],
'LabStatus' => ['description' => '是否开通资产实验室功能。取值:'."\n"
.'- **1**:已开通。'."\n"
.'- **0**:未开通。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
'RemainDays' => ['description' => '当前登录账号中资产的保护期剩余天数。', 'type' => 'integer', 'format' => 'int32', 'example' => '131'],
'Trail' => ['description' => '当前登录账号是否试用DSC服务。取值:'."\n"
.'- **true**:试用。'."\n"
.'- **false**:非试用。', 'type' => 'boolean', 'example' => 'true'],
'InstanceId' => ['description' => '主账号购买的数据安全中心产品实例ID。', 'type' => 'string', 'example' => 'sddp-cn-****'],
'AccessKeyId' => ['description' => '用户授权的AccessKey ID。', 'type' => 'string', 'example' => 'yourAccessKeyID'],
'Purchased' => ['description' => '是否购买DSC服务。取值:'."\n"
."\n"
.'- **true**:已购买。'."\n"
.'- **false**:未购买。'."\n"
."\n", 'type' => 'boolean', 'example' => 'true'],
'DataManagerRole' => ['description' => '当前账号拥有的权限。取值:'."\n"
.'- **0**: 拥有数据安全中心的管理权限或只读权限。'."\n"
.'- **1**: 拥有数据域管理权限。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'default' => '1'],
'ReleaseDays' => ['description' => '过期到释放的时间。单位:天。', 'type' => 'integer', 'format' => 'int32', 'example' => '15'],
'AuditClosable' => ['description' => '是否可以关闭sql洞察。取值:'."\n"
.'- **true**:可以。'."\n"
.'- **false**:不可以。', 'type' => 'boolean', 'example' => 'true'],
'AuditReleasable' => ['description' => '是否可以释放sql洞察。'."\n"
.'- **true**:可以。'."\n"
.'- **false**:不可以。', 'type' => 'boolean', 'example' => 'true'],
'ReleaseTime' => ['description' => '释放时间。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '15000'],
'InstanceTotalCount' => ['description' => '实例总数。', 'type' => 'integer', 'format' => 'int64', 'example' => '10'],
'OssTotalSize' => ['description' => 'OSS总存储量。单位:字节。', 'type' => 'integer', 'format' => 'int64', 'example' => '2048'],
'UseAgentAudit' => ['description' => '是否曾经使用过Agent审计功能。取值:'."\n"
.'- **1**:使用过。'."\n"
.'- **0**:未使用过。', 'type' => 'boolean', 'example' => '1'],
'ProtectionDays' => ['description' => '累计保护用户资产的天数。', 'type' => 'integer', 'format' => 'int32', 'example' => '22'],
'AssetRoleAuthed' => ['description' => '当前登录账号是否已授权DSC 资产同步的服务角色权限。取值:'."\n"
.'- **true**:已授权。'."\n"
.'- **false**:未授权。', 'type' => 'boolean', 'example' => 'true'],
],
],
],
'description' => '',
],
],
],
'gatewayOptions' => [
'gatewayProtocols' => [],
],
'title' => '查询用户账号状态',
'description' => '通过调用本接口,您可以获取当前登录账号的相关信息,便于您全面了解使用DSC的使用效果。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-10-25T08:51:38.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2024-10-25T08:49:28.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2024-03-25T07:35:03.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-27T07:12:28.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2023-09-01T07:35:36.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2022-10-14T11:42:18.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2021-11-26T06:59:59.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2021-11-15T07:13:55.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2021-09-28T03:16:50.000Z', 'description' => '响应参数发生变更、错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeUserStatus'],
],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeUserStatus',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"769FB3C1-F4C9-42DF-9B72-7077A8989C13\\",\\n \\"UserStatus\\": {\\n \\"UseOssSize\\": 234,\\n \\"UseInstanceNum\\": 125,\\n \\"InstanceNum\\": 32,\\n \\"ChargeType\\": \\"PREPAY\\",\\n \\"Authed\\": true,\\n \\"LabStatus\\": 1,\\n \\"RemainDays\\": 131,\\n \\"Trail\\": true,\\n \\"InstanceId\\": \\"sddp-cn-****\\",\\n \\"AccessKeyId\\": \\"yourAccessKeyID\\",\\n \\"Purchased\\": true,\\n \\"DataManagerRole\\": 1,\\n \\"ReleaseDays\\": 15,\\n \\"AuditClosable\\": true,\\n \\"AuditReleasable\\": true,\\n \\"ReleaseTime\\": 15000,\\n \\"InstanceTotalCount\\": 10,\\n \\"OssTotalSize\\": 2048,\\n \\"UseAgentAudit\\": true,\\n \\"ProtectionDays\\": 22,\\n \\"AssetRoleAuthed\\": true\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 769FB3C1-F4C9-42DF-9B72-7077A8989C13\\n \\n 234\\n 125\\n 32\\n PREPAY\\n true\\n 1\\n 131\\n true\\n ins-****\\n LTAI4G67HRBzNRmMhfyv****\\n true\\n \\n","errorExample":""}]',
],
'DisableUserConfig' => [
'summary' => '调用DisableUserConfig接口停用用户配置。停用用户配置后,可以通过调用CreateConfig接口输入相同的请求参数Code,恢复该配置项编码的异常告警通用配置。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82095',
'abilityTreeNodes' => ['FEATUREsddpR2D59W', 'FEATUREsddpGH0F1O', 'FEATUREsddpCHNP1R'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh_cn**:默认值,中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'Code',
'in' => 'query',
'schema' => ['description' => '异常告警通用配置模块中配置项的编码。可通过[DescribeConfigs](~~DescribeConfigs~~)获取配置项的Code。', 'type' => 'string', 'required' => false, 'example' => 'access_failed_cnt'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '此参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '返回结果的请求ID。', 'type' => 'string', 'example' => 'AC314611-D907-5EBF-B6D8-70425E5A8643'],
],
'description' => '',
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'title' => '停用用户配置',
'description' => '本接口一般用于根据异常告警通用配置模块中配置项的编码,停用用户配置,便于用户及时修改用户配置的生效状态。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-03-25T07:35:03.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:04.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DisableUserConfig'],
],
],
'ramActions' => [
[
'operationType' => 'update',
'ramAction' => [
'action' => 'yundun-sddp:DisableUserConfig',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"AC314611-D907-5EBF-B6D8-70425E5A8643\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\nAC314611-D907-5EBF-B6D8-70425E5A8643\\r\\n","errorExample":""}]',
],
'ExecDatamask' => [
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'create',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82098',
'abilityTreeNodes' => ['FEATUREsddpUBRQH2'],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'TemplateId',
'in' => 'query',
'schema' => ['description' => '指定脱敏模板ID。在[数据安全中心控制台](https://yundun.console.aliyun.com/?p=sddp#/dm/dmConfig/cn-zhangjiakou)上新建模板后会生成模板ID,您可以在**数据脱敏**>**脱敏配置**>**脱敏模板**页面获取**模板ID**。'."\n"
."\n"
.'- 若脱敏模板匹配类型是**字段名称**,则取**Data**中的**dataHeaderList**进行匹配。'."\n"
.'- 若脱敏模板匹配类型是**敏感类型**,则取**Data**中的**ruleList**进行匹配。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1'],
],
[
'name' => 'Data',
'in' => 'query',
'schema' => ['description' => '指定需要脱敏的数据。采用JSON格式的字符串表述,包含以下字段:'."\n"
."\n"
.'- **dataHeaderList**:数据的列名,顺序和需要脱敏的数据一一对应。'."\n"
."\n"
.'- **dataList**:需要脱敏的数据。'."\n"
."\n"
.'- **ruleList** :敏感类型ID列表,顺序和需要脱敏的数据一一对应。'."\n"
.' 敏感类型ID是数字,不同的数字代表不同的敏感类型,可通过[DescribeRules](~~410141~~)接口获取。', 'type' => 'string', 'required' => true, 'example' => '{"dataHeaderList":["name","age"],"dataList":[["lily",18],["lucy",17]],"ruleList":[1002,null]}'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '设置请求和返回消息的语言类型。默认值为**zh_cn**。取值'."\n"
."\n"
.'- **zh_cn**:简体中文'."\n"
.'- **en_us**:英文(美国)', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Data' => ['description' => '脱敏完成后的数据,采用JSON格式的字符串表述。包含以下字段:'."\n"
."\n"
.'- **dataHeaderList**:表示脱敏数据的列名。'."\n"
."\n"
.'- **dataList**:表示需要脱敏的数据。字段顺序和脱敏数据的列名一致。'."\n"
."\n"
.'- **ruleList** : 敏感类型ID,分别对应[DescribeRules](~~410141~~)返回值中的敏感类型唯一ID。', 'type' => 'string', 'example' => '{"dataHeaderList":["name","age"],"dataList":[["l***",18],["l***",17]],"ruleList":[1002,null]}'],
'RequestId' => ['description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。', 'type' => 'string', 'example' => '813BA9FA-D062-42C4-8CD5-11A7640B96E6'],
],
'description' => '',
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'title' => '对数据进行动态脱敏',
'summary' => '调用ExecDatamask接口对数据进行动态脱敏。',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2025-01-22T14:51:08.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2024-03-25T07:35:03.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2022-04-27T08:42:11.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '2000', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ExecDatamask'],
],
],
'ramActions' => [
[
'operationType' => 'create',
'ramAction' => [
'action' => 'yundun-sddp:ExecDatamask',
'authLevel' => 'operate',
'actionConditions' => [],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": \\"{\\\\\\"dataHeaderList\\\\\\":[\\\\\\"name\\\\\\",\\\\\\"age\\\\\\"],\\\\\\"dataList\\\\\\":[[\\\\\\"l***\\\\\\",18],[\\\\\\"l***\\\\\\",17]],\\\\\\"ruleList\\\\\\":[1002,null]}\\",\\n \\"RequestId\\": \\"813BA9FA-D062-42C4-8CD5-11A7640B96E6\\"\\n}","errorExample":""},{"type":"xml","example":"\\n {\\"dataHeaderList\\":[\\"name\\",\\"age\\"],\\"dataList\\":[[\\"l***\\",18],[\\"l***\\",17]],\\"ruleList\\":[1002,null]}\\n 813BA9FA-D062-42C4-8CD5-11A7640B96E6\\n","errorExample":""}]',
],
'ManualTriggerMaskingProcess' => [
'summary' => '调用ManualTriggerMaskingProcess触发一次脱敏任务。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'none',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82102',
'abilityTreeNodes' => ['FEATUREsddpNV5XKZ'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认值zh_cn。取值:'."\n"
."\n"
.'- **zh_cn**:中文'."\n"
.'- **en_us**:英文', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'Id',
'in' => 'query',
'schema' => ['description' => '脱敏任务ID,用数字表示。'."\n"
."\n"
.'脱敏任务编号是由一串字符表示,可通过DescribeDataMaskingTasks接口获取。'."\n", 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1'],
],
],
'responses' => [
200 => [
'schema' => [
'description' => '返回结果对象。',
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '返回结果的请求ID。', 'type' => 'string', 'example' => '7C3AC882-E5A8-4855-BE77-B6837B695EF1'],
],
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'title' => '触发一次脱敏任务',
'changeSet' => [
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:02.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ManualTriggerMaskingProcess'],
],
],
'ramActions' => [
[
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:ManualTriggerMaskingProcess',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"7C3AC882-E5A8-4855-BE77-B6837B695EF1\\"\\n}","type":"json"}]',
],
'MaskOssImage' => [
'summary' => '调用MaskOssImage接口来对存储对象中的图片进行脱敏。',
'path' => '',
'methods' => ['post'],
'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'none',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => ['FEATUREsddpIUXEIF'],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'BucketName',
'in' => 'query',
'schema' => ['description' => 'OSS Bucket名称。', 'type' => 'string', 'required' => true, 'example' => 'sddp-api-demo-bucket'],
],
[
'name' => 'ObjectKey',
'in' => 'query',
'schema' => ['description' => '文件在OSS上存储的完整文件名。', 'type' => 'string', 'required' => true, 'example' => 'dir1/test.png'],
],
[
'name' => 'ServiceRegionId',
'in' => 'query',
'schema' => ['description' => 'Bucket所在的地域。', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou'],
],
[
'name' => 'MaskRuleIdList',
'in' => 'query',
'schema' => ['description' => '脱敏规则ID列表,用,分隔符进行连接。'."\n"
."\n"
.'规则ID映射关系如下'."\n"
."\n"
.'3000 包含身份证信息的图片(中国内地)'."\n"
."\n"
.'3009 包含车牌信息的图片(中国内地)'."\n"
."\n"
.'3002 包含人脸信息的图片'."\n"
."\n"
.'1002 姓名(简体中文)'."\n"
."\n"
.'1003 地址(中国内地)'."\n"
."\n"
.'4003 统一社会信用代码'."\n"
."\n"
.'63009 包含人脸眼部信息的图片', 'type' => 'string', 'required' => true, 'example' => '3000,3002'],
],
[
'name' => 'IsSupportRestore',
'in' => 'query',
'schema' => ['description' => '图片是否支持复原。', 'type' => 'boolean', 'required' => false, 'example' => 'true'],
],
[
'name' => 'IsAlwaysUpload',
'in' => 'query',
'schema' => ['description' => '是否总是上传处理后的图片。'."\n"
."\n"
.'若为fasle,只有在命中脱敏规则后才上传。'."\n"
."\n"
.'若为true,则总会上传处理后的图片。', 'type' => 'boolean', 'required' => false, 'example' => 'true', 'default' => 'true'],
],
[
'name' => 'IsCoverObject',
'in' => 'query',
'allowEmptyValue' => true,
'schema' => ['title' => '是否覆盖原文件:'."\n"
.'true:脱敏成功后会覆盖原文件 '."\n"
.'false:脱敏成功后不会覆盖原文件,会在相对路径创建一个新的文件', 'type' => 'boolean'],
],
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '接口返回语言类型', 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID', 'type' => 'string', 'example' => '136082B3-B21F-5E9D-B68E-991FFD205D24'],
],
],
],
],
'errorCodes' => [
400 => [
['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.', 'description' => ''],
],
],
'staticInfo' => ['returnType' => 'synchronous'],
'title' => '对图片进行动态脱敏',
'description' => '**前置条件**'."\n"
."\n"
.'需要购买图片脱敏额度才可以使用接口,每调用一次接口,会扣减一次对应的脱敏额度。'."\n"
."\n"
.'**QPS 限制**'."\n"
."\n"
.'本接口的单用户 QPS 限制为 10 次/秒。超过限制,API 调用将会被限流,这可能影响您的业务,请合理调用。'."\n"
."\n"
.'**使用说明**'."\n"
."\n"
.'脱敏完成后,图片会存储到图片所属Bucket下的aliyun_dsc_desensitization文件夹中。'."\n"
."\n"
.'例如,Bucket中的图片exampledir/test.png,脱敏后会存储为aliyun_dsc_desensitization/exampledir/test.png。'."\n"
."\n"
.'详情可见https://help.aliyun.com/zh/dsc/data-security-center/user-guide/picture-desensitization',
'changeSet' => [],
'flowControl' => [
'flowControlList' => [],
],
'ramActions' => [
[
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:MaskOssImage',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"136082B3-B21F-5E9D-B68E-991FFD205D24\\"\\n}","type":"json"}]',
],
'ModifyDataLimit' => [
'summary' => '调用ModifyDataLimit修改DSC连接授权的配置项。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82106',
'abilityTreeNodes' => ['FEATUREsddp2CRSZ1'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和返回消息的语言类型。取值:'."\n"
."\n"
.'- **zh**:中文(默认)'."\n"
.'- **en**:英文', 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
[
'name' => 'Id',
'in' => 'query',
'schema' => ['description' => 'DSC连接授权的配置项所属产品的数据资产的唯一标识ID。'."\n"
.'> 修改DSC连接授权的配置项时,需要提供其所属产品的数据资产的唯一标识ID,可调用[DescribeDataLimits](~~DescribeDataLimits~~)接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '11'],
],
[
'name' => 'ResourceType',
'in' => 'query',
'schema' => ['description' => 'DSC连接授权的配置项数据所属产品的名称。取值:'."\n"
.'- **1**:MaxCompute'."\n"
.'- **2**:OSS'."\n"
.'- **3**:ADS'."\n"
.'- **4**:OTS'."\n"
.'- **5**:RDS', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '5'],
],
[
'name' => 'ServiceRegionId',
'in' => 'query',
'schema' => ['description' => '资产所在的区域。取值:'."\n"
.'- **cn-beijing**:华北2 (北京)'."\n"
.'- **cn-zhangjiakou**:华北3(张家口)'."\n"
.'- **cn-huhehaote**:华北5 (呼和浩特)'."\n"
.'- **cn-hangzhou**:华东1 (杭州)'."\n"
.'- **cn-shanghai**:华东2(上海)'."\n"
.'- **cn-shenzhen**:华南1 (深圳)'."\n"
.'- **cn-hongkong**:中国香港', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'],
],
[
'name' => 'UserName',
'in' => 'query',
'schema' => ['description' => 'DSC连接授权RDS数据库的用户名称。', 'type' => 'string', 'required' => false, 'example' => 'User01'],
],
[
'name' => 'Password',
'in' => 'query',
'schema' => ['description' => 'DSC连接授权RDS数据库的用户密码。', 'type' => 'string', 'required' => false, 'example' => '********'],
],
[
'name' => 'ModifyPassword',
'in' => 'query',
'schema' => ['description' => '是否修改连接数据库的用户名和密码,取值:'."\n"
.'- **true**:修改'."\n"
.'- **false**:不修改', 'type' => 'boolean', 'required' => false, 'example' => 'true'],
],
[
'name' => 'AuditStatus',
'in' => 'query',
'schema' => ['description' => '是否开启审计。取值:'."\n"
.'- **0**:不开启审计'."\n"
.'- **1**:开启审计', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'LogStoreDay',
'in' => 'query',
'schema' => ['description' => '开启审计之后,原始日志的保存时间(单位:天)。取值:'."\n"
.'- **30**'."\n"
.'- **90**'."\n"
.'- **180**'."\n"
.'- **365**', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '30'],
],
[
'name' => 'EngineType',
'in' => 'query',
'schema' => ['description' => '数据库类型。取值:'."\n"
.'- **MySQL**'."\n"
.'- **SQLServer**', 'type' => 'string', 'required' => false, 'example' => 'MySQL'],
],
[
'name' => 'Port',
'in' => 'query',
'schema' => ['description' => '连接数据库的端口。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '3306'],
],
[
'name' => 'AutoScan',
'in' => 'query',
'schema' => ['description' => '是否在规则发生变更时,自动触发重新扫描。取值:'."\n"
.'- **0**:不触发自动扫描'."\n"
.'- **1**:触发自动扫描 '."\n"
."\n"
.'> 规则变更触发自动扫描时,会对数据源中的所有数据进行全量扫描。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'SamplingSize',
'in' => 'query',
'schema' => ['description' => '指定开启数据识别后,敏感数据采样条数。取值:'."\n"
.'- **0**'."\n"
.'- **5**'."\n"
.'- **10**', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0'],
],
[
'name' => 'VpcId',
'in' => 'query',
'schema' => ['description' => '数据资产所属的vpcid。', 'type' => 'string', 'required' => false, 'example' => 'vpc-2zevcqke6hh09c41****'],
],
[
'name' => 'SecurityGroupIdList',
'in' => 'query',
'style' => 'repeatList',
'schema' => [
'description' => 'Agent审计中PrivateLink使用的安全组。',
'type' => 'array',
'items' => ['description' => 'Agent审计中PrivateLink使用的安全组ID。', 'type' => 'string', 'required' => false, 'example' => 'sg-bp113yf20quxkvy****'],
'required' => false,
'maxItems' => 5,
],
],
[
'name' => 'VSwitchIdList',
'in' => 'query',
'style' => 'repeatList',
'schema' => [
'description' => 'Agent审计中PrivateLink使用的交换机。',
'type' => 'array',
'items' => ['description' => 'Agent审计中PrivateLink使用的交换机ID。', 'type' => 'string', 'required' => false, 'example' => 'vsw-bp1kk2mtrtey7o4ju****'],
'required' => false,
'maxItems' => 2,
],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。', 'type' => 'string', 'example' => '7C3AC882-E5A8-4855-BE77-B6837B695EF1'],
],
'description' => '',
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'title' => '修改数据资产扫描授权',
'changeSet' => [
['createdAt' => '2024-03-25T07:35:02.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2022-07-18T03:59:27.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2022-05-25T10:35:43.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ModifyDataLimit'],
],
],
'ramActions' => [
[
'operationType' => 'update',
'ramAction' => [
'action' => 'yundun-sddp:ModifyDataLimit',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"7C3AC882-E5A8-4855-BE77-B6837B695EF1\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 7C3AC882-E5A8-4855-BE77-B6837B695EF1\\n","errorExample":""}]',
],
'ModifyDefaultLevel' => [
'summary' => '调用本接口修改敏感数据的风险等级定义规则,包括未能识别数据的默认风险等级、归类为“敏感”的数据风险等级。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'none',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82112',
'abilityTreeNodes' => ['FEATUREsddpIUNEZP'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'DefaultId',
'in' => 'query',
'schema' => ['description' => '未能识别数据的默认风险等级ID。'."\n"
.'- **1**:N/A。'."\n"
.'- **2**:S1。'."\n"
.'- **3**:S2。'."\n"
.'- **4**:S3。'."\n"
.'- **5**:S4。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '4'],
],
[
'name' => 'SensitiveIds',
'in' => 'query',
'schema' => ['description' => '归类为“敏感”的数据风险等级ID,多个ID以半角逗号隔开。取值:'."\n"
."\n"
.'- **1**:N/A。'."\n"
.'- **2**:S1。'."\n"
.'- **3**:S2。'."\n"
.'- **4**:S3。'."\n"
.'- **5**:S4。', 'type' => 'string', 'required' => false, 'example' => '1,2,3,4'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '208B016D-4CB9-4A85-96A5-0B8ED1EBF271'],
],
'description' => '',
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'title' => '修改敏感数据的风险等级定义规则',
'description' => '本接口一般在修改敏感数据的风险等级定义规则时使用,便于对风险等级进行规划。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ModifyDefaultLevel'],
],
],
'ramActions' => [
[
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:ModifyDefaultLevel',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"208B016D-4CB9-4A85-96A5-0B8ED1EBF271\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\r\\n\\t208B016D-4CB9-4A85-96A5-0B8ED1EBF271\\r\\n\\t\\r\\n","errorExample":""}]',
],
'ModifyEventStatus' => [
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => ['FEATUREsddpGH0F1O', 'FEATUREsddpR2D59W'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文。'."\n"
.'- **en_us**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'Id',
'in' => 'query',
'schema' => ['description' => '异常事件的唯一标识ID。'."\n"
."\n"
.'> 处理异常事件,需要提供异常事件的唯一标识ID,该ID可调用**DescribeEvents**接口获取。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '12345'],
],
[
'name' => 'Backed',
'in' => 'query',
'schema' => ['description' => '是否对异常事件进行检测强化。强化对异常事件检测的能力,可增加检测的准确性,并提升异常事件告警率。'."\n"
."\n"
.'- **true**:是。'."\n"
.'- **false**:否.', 'type' => 'boolean', 'required' => false, 'example' => 'true'],
],
[
'name' => 'DealReason',
'in' => 'query',
'schema' => ['description' => '异常事件处理原因记录。', 'type' => 'string', 'required' => false, 'example' => 'Confirmed as violation'],
],
[
'name' => 'Status',
'in' => 'query',
'schema' => ['description' => '对异常事件的处理操作。'."\n"
."\n"
.'- **1**:误报。'."\n"
.'- **2**:确认异常并已处理。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '8491DBFD-48C0-4E11-B6FC-6F38921244A9'],
],
'description' => '',
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'title' => '修改异常事件状态',
'summary' => '调用本接口处理异常事件。',
'description' => '本接口一般用于数据泄露风险告警处理,便于用户及时保护数据资产的安全。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ModifyEventStatus'],
],
],
'ramActions' => [
[
'operationType' => 'update',
'ramAction' => [
'action' => 'yundun-sddp:ModifyEventStatus',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"8491DBFD-48C0-4E11-B6FC-6F38921244A9\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n\\r\\n\\t8491DBFD-48C0-4E11-B6FC-6F38921244A9\\r\\n\\t\\r\\n","errorExample":""}]',
],
'ModifyEventTypeStatus' => [
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82115',
'abilityTreeNodes' => ['FEATUREsddpR2D59W', 'FEATUREsddpGH0F1O', 'FEATUREsddpCHNP1R'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。-**zh**:中文-**en**:英文', 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
[
'name' => 'SubTypeIds',
'in' => 'query',
'schema' => ['description' => '子类型异常事件唯一标识ID,多个ID以半角逗号隔开。'."\n"
."\n"
.'> 开启SDDP检测子类型异常事件的功能,需要提供子类型异常事件唯一标识ID,该ID可调用**DescribeEventTypes**接口获取。'."\n"
."\n\n", 'type' => 'string', 'required' => false, 'example' => '020008'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '此参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
],
'responses' => [
200 => [
'schema' => [
'description' => '返回结果。',
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '本次调用请求的ID。', 'type' => 'string', 'example' => '208B016D-4CB9-4A85-96A5-0B8ED1E*****'],
],
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'title' => '修改检测子类型异常事件状态',
'summary' => '调用本接口开启检测子类型异常事件的功能。',
'changeSet' => [
['createdAt' => '2024-03-25T07:35:02.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:46:00.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ModifyEventTypeStatus'],
],
],
'ramActions' => [
[
'operationType' => 'update',
'ramAction' => [
'action' => 'yundun-sddp:ModifyEventTypeStatus',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"208B016D-4CB9-4A85-96A5-0B8ED1E*****\\"\\n}","type":"json"}]',
],
'ModifyReportTaskStatus' => [
'summary' => '调用ModifyReportTaskStatus开启或关闭报表任务。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '118114',
'abilityTreeNodes' => ['FEATUREsddp6DN9CR'],
],
'parameters' => [
[
'name' => 'ReportTaskStatus',
'in' => 'query',
'schema' => ['description' => '设置报表任务的状态。取值:'."\n"
.'- **0**:关闭'."\n"
.'- **1**:开启 '."\n"
."\n"
.'> 本参数为必填参数。'."\n"
.'>'."\n", 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0'],
],
[
'name' => 'FeatureType',
'in' => 'query',
'schema' => ['description' => '该参数已废弃。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认为**zh_cn**。取值:'."\n"
.'- **zh_cn**:中文(简体)'."\n"
.'- **en_us**:英文(美国)', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。', 'type' => 'string', 'example' => '208B016D-4CB9-4A85-96A5-0B8ED1EBF271'],
],
'description' => '',
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'title' => '修改报表任务状态',
'description' => '本接口一般用于开启或关闭报表任务。开通数据安全中心DSC(Data Security Center)后,报表任务默认为开启状态。关闭报表任务后,报表中心、云原生数据审计概览和数据安全实验室将不会产生新的统计数据,已有的数据不受影响。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2024-03-25T07:35:02.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2021-12-28T12:04:54.000Z', 'description' => 'OpenAPI 下线'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ModifyReportTaskStatus'],
],
],
'ramActions' => [
[
'operationType' => 'update',
'ramAction' => [
'action' => 'yundun-sddp:ModifyReportTaskStatus',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"208B016D-4CB9-4A85-96A5-0B8ED1EBF271\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 208B016D-4CB9-4A85-96A5-0B8ED1EBF271\\n","errorExample":""}]',
],
'ModifyRule' => [
'summary' => '调用ModifyRule接口修改数据安全中心DSC(Data Security Center)中自定义的敏感数据识别规则。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82121',
'abilityTreeNodes' => ['FEATUREsddpEFXM0Z'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型,默认值为**zh_cn**。取值:'."\n"
."\n"
.'- **zh_cn**:中文(简体)。'."\n"
.'- **en_us**:英文(美国)。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'Id',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则的唯一标识ID。'."\n"
."\n"
.'您可以通过调用[DescribeRules](~~DescribeRules~~)接口获取标识ID。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1****'],
],
[
'name' => 'Name',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则的名称。'."\n"
."\n"
.'您可以通过调用[DescribeRules](~~DescribeRules~~)接口获取规则的名称。', 'type' => 'string', 'required' => true, 'example' => 'esw'],
],
[
'name' => 'Category',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则内容的类型。取值:'."\n"
.'- **2**:表示正则表达式。'."\n"
.'- **3**:表示算法。'."\n"
.'- **5**:表示关键字。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2'],
],
[
'name' => 'Content',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则内容。支持正则表达式、算法、关键字类型,用于匹配敏感数据的字段或文本。', 'type' => 'string', 'required' => true, 'example' => '(?:\\\\D|^)((?:(?:25[0-4]|2[0-4]\\\\d|1\\\\d{2}|[1-9]\\\\d{1})\\\\.)(?:(?:25[0-5]|2[0-4]\\\\d|[01]?\\\\d?\\\\d)\\\\.){2}(?:25[0-5]|2[0-4]\\\\d|1[0-9]\\\\d|[1-9]\\\\d|[1-9]))(?:\\\\D|$)'],
],
[
'name' => 'RiskLevelId',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则的风险等级ID。取值:'."\n"
.'- **1**:N/A:未识别到敏感数据。'."\n"
.'- **2**:S1:1级敏感数据。'."\n"
.'- **3**:S2:2级敏感数据。'."\n"
.'- **4**:S3:3级敏感数据。'."\n"
.'- **5**:S4:4级敏感数据。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2'],
],
[
'name' => 'RuleType',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则的规则类型。取值:'."\n"
.'- **1**:表示数据识别规则类型。'."\n"
.'- **2**:表示审计规则类型。'."\n"
.'- **3**:表示异常事件规则类型。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'ProductCode',
'in' => 'query',
'schema' => ['description' => '指定待查询包含敏感数据识别规则的产品对应的产品资源类型。取值:'."\n"
.'- **MaxCompute**。'."\n"
.'- **OSS**。'."\n"
.'- **ADS**。'."\n"
.'- **OTS**。'."\n"
.'- **RDS**。'."\n"
.'- **SELF_DB**。', 'type' => 'string', 'required' => false, 'example' => 'RDS'],
],
[
'name' => 'ProductId',
'in' => 'query',
'schema' => ['description' => '包含敏感数据识别规则的产品对应的产品ID。取值:'."\n"
.'- **1**:MaxCompute。'."\n"
.'- **2**:OSS。'."\n"
.'- **3**:ADS。'."\n"
.'- **4**:OTS。'."\n"
.'- **5**:RDS。'."\n"
.'- **6**:SELF_DB。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '5'],
],
[
'name' => 'WarnLevel',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则的风险等级。取值:'."\n"
.'- **1**:表示低风险等级。'."\n"
.'- **2**:表示中风险等级。'."\n"
.'- **3**:表示高风险等级。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'MatchType',
'in' => 'query',
'schema' => ['description' => '匹配类型。取值:'."\n"
.'- **1**:规则匹配。'."\n"
.'- **2**:词典匹配。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'SupportForm',
'in' => 'query',
'schema' => ['description' => '规则支持的数据资产类型,取值:'."\n"
.'- **0**:支持全部资产。'."\n"
.'- **1**:支持结构化资产。'."\n"
.'- **2**:支持非结构化资产。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
],
[
'name' => 'TemplateRuleIds',
'in' => 'query',
'schema' => ['description' => '敏感数据审计对应模版ID集合。', 'type' => 'string', 'required' => false, 'example' => '1'],
],
[
'name' => 'ModelRuleIds',
'in' => 'query',
'schema' => ['description' => '敏感数据审计对应模型ID集合。', 'type' => 'string', 'required' => false, 'example' => '1452'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '7C3AC882-E5A8-4855-BE77-B6837B695EF1'],
],
'description' => '',
],
],
],
'title' => '修改自定义的敏感数据识别规则',
'description' => '调用本接口时,您必须输入规则名称、规则ID、规则内容的参数。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2025-01-13T06:27:18.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2022-12-27T09:14:53.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2022-09-22T08:24:07.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2021-10-26T02:54:24.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2021-10-26T02:54:24.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2021-10-21T13:07:48.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2021-10-12T07:42:54.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ModifyRule'],
],
],
'ramActions' => [
[
'operationType' => 'update',
'ramAction' => [
'action' => 'yundun-sddp:ModifyRule',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"7C3AC882-E5A8-4855-BE77-B6837B695EF1\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 7C3AC882-E5A8-4855-BE77-B6837B695EF1\\n","errorExample":""}]',
],
'ModifyRuleStatus' => [
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82123',
'abilityTreeNodes' => ['FEATUREsddpEFXM0Z'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh**:中文。'."\n"
.'- **en**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
[
'name' => 'Id',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则的唯一标识ID。'."\n"
."\n"
.'> 开启或关闭敏感数据识别规则的检测功能,需要提供敏感数据识别规则的唯一标识ID。可调用**DescribeRules**接口获取该ID。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '12341'],
],
[
'name' => 'Ids',
'in' => 'query',
'schema' => ['description' => '敏感数据识别规则的唯一标识ID。多个ID用半角逗号隔开。'."\n"
.'> 开启或关闭敏感数据识别规则的检测功能,需要提供敏感数据识别规则的唯一标识ID,可调用**DescribeRules**接口获取该ID。', 'type' => 'string', 'required' => false, 'example' => '1,2,3,4'],
],
[
'name' => 'Status',
'in' => 'query',
'schema' => ['description' => '开启或关闭敏感数据识别规则的检测功能。取值:'."\n"
.'- **0**:关闭。 '."\n"
.'- **1**:开启。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'FailedIds' => ['description' => '修改状态失败的规则ID集合。多个ID用半角逗号隔开。', 'type' => 'string', 'example' => '1,2,3,4'],
'RequestId' => ['description' => '结果的请求ID。', 'type' => 'string', 'example' => '7C3AC882-E5A8-4855-BE77-B6837B695EF1'],
],
'description' => '',
],
],
],
'eventInfo' => [
'enable' => false,
'eventNames' => [],
],
'title' => '修改识别规则的检测功能状态',
'summary' => '调用本接口开启或关闭敏感数据识别规则的检测功能。',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
['createdAt' => '2023-12-06T07:45:58.000Z', 'description' => '错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ModifyRuleStatus'],
],
],
'ramActions' => [
[
'operationType' => 'update',
'ramAction' => [
'action' => 'yundun-sddp:ModifyRuleStatus',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"FailedIds\\": \\"1,2,3,4\\",\\n \\"RequestId\\": \\"7C3AC882-E5A8-4855-BE77-B6837B695EF1\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 1,2,3,4\\n 7C3AC882-E5A8-4855-BE77-B6837B695EF1\\n","errorExample":""}]',
],
'RestoreOssImage' => [
'summary' => '调用RestoreOssImage接口来对脱敏后的图片进行复原。',
'path' => '',
'methods' => ['get', 'post'],
'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'readAndWrite',
'deprecated' => false,
'systemTags' => [
'operationType' => 'none',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => ['FEATUREsddpIUXEIF'],
'tenantRelevance' => 'publicInformation',
],
'parameters' => [
[
'name' => 'Bucket',
'in' => 'query',
'schema' => ['description' => 'OSS的Bucket。', 'type' => 'string', 'required' => true, 'example' => 'test-sddp'],
],
[
'name' => 'ObjectKey',
'in' => 'query',
'schema' => ['description' => '文件在OSS上存储的完整文件名。', 'type' => 'string', 'required' => true, 'example' => 'aliyun_dsc_desensitization/dir1/test.png'],
],
[
'name' => 'ServiceRegionId',
'in' => 'query',
'schema' => ['description' => 'Bucket所在地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou'],
],
[
'name' => 'TargetObjectKey',
'in' => 'query',
'schema' => ['description' => '复原后图片的存储路径。', 'type' => 'string', 'required' => false, 'example' => 'aliyun_dsc_original /dir1/test.png'."\n", 'default' => 'aliyun_dsc_original'],
],
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh**:中文。'."\n"
.'- **en**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => ['title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '208B016D-4CB9-4A85-96A5-0B8ED1EBF271'],
'RestoredImageKey' => ['description' => '复原后的图片在Bucket中的存储路径。', 'type' => 'string', 'example' => 'aliyun_dsc_original /dir1/test.png'],
],
],
],
],
'errorCodes' => [
400 => [
['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.', 'description' => ''],
],
],
'staticInfo' => ['returnType' => 'synchronous'],
'title' => '复原脱敏后的图片',
'description' => '对于调用MaskOssImage,且IsAlwaysUpload为ture的文件来说,可以通过RestoreOssImage来获取原图片。'."\n"
."\n"
.'例如,Bucket中的图片aliyun_dsc_desensitization/exampledir/test.png,复原后会存储为aliyun_dsc_original/exampledir/test.png。',
'changeSet' => [],
'flowControl' => [
'flowControlList' => [],
],
'ramActions' => [
[
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:RestoreOssImage',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"208B016D-4CB9-4A85-96A5-0B8ED1EBF271\\",\\n \\"RestoredImageKey\\": \\"aliyun_dsc_original /dir1/test.png\\"\\n}","type":"json"}]',
],
'ScanOssObjectV1' => [
'summary' => '调用ScanOssObjectV1接口为对应存储对象创建敏感数据识别的扫描任务。',
'methods' => ['post'],
'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'deprecated' => false,
'systemTags' => [
'operationType' => 'none',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '236601',
'abilityTreeNodes' => ['FEATUREsddpXMFUF8'],
],
'parameters' => [
[
'name' => 'ServiceRegionId',
'in' => 'query',
'schema' => ['description' => '服务地域ID,即OSS Bucket所在的地域ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-hangzhou'],
],
[
'name' => 'BucketName',
'in' => 'query',
'schema' => ['description' => 'OSS Bucket名称。', 'type' => 'string', 'required' => true, 'example' => 'sddp-api-demo-bucket'],
],
[
'name' => 'ObjectKeyList',
'in' => 'query',
'style' => 'json',
'schema' => [
'description' => '待扫描的OSS Bucket中存储对象列表,一次最多可输入50个ObjectKey。',
'type' => 'array',
'items' => ['description' => 'OSS Bucket中存储对象名称,需要传入完整路径。', 'type' => 'string', 'required' => false, 'example' => 'dir1/object.txt'],
'required' => true,
],
],
[
'name' => 'TemplateId',
'in' => 'query',
'schema' => ['description' => '行业模版ID。'."\n"
."\n"
.'>可调用**DescribeCategoryTemplateList**获取模版列表,如不填本参数,默认使用主用模板来进行扫描。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1'],
],
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh**:中文。'."\n"
.'- **en**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => ['title' => 'Id of the request', 'description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。', 'type' => 'string', 'example' => '7C3AC882-E5A8-4855-BE77-B6837B695EF1'],
'Id' => ['description' => '创建识别任务成功后,返回的识别任务ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '268'],
],
],
],
],
'staticInfo' => ['returnType' => 'synchronous'],
'title' => '创建文件扫描任务',
'description' => '### 前置条件'."\n"
.'对应的Bucket需要授权并连接后才能调用本接口,若Bucket未授权,调用API会返回bucket_not_authorized错误码。'."\n"
."\n"
.'### QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。'."\n"
."\n"
.'### 使用说明'."\n"
.'根据接口返回的任务ID可调用DescribeIdentifyTaskStatus接口来查看任务的运行状态。'."\n"
."\n"
.'任务完成后可根据BucketName、ServiceRegionId和ObjectKey调用DescribeOssObjectDetailV2接口来查看对应存储对象的敏感数据识别结果。',
'changeSet' => [],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ScanOssObjectV1'],
],
],
'ramActions' => [
[
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:ScanOssObjectV1',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"7C3AC882-E5A8-4855-BE77-B6837B695EF1\\",\\n \\"Id\\": 268\\n}","type":"json"}]',
],
'StopMaskingProcess' => [
'summary' => '调用StopMaskingProcess接口终止脱敏任务。终止的脱敏任务,根据唯一资源ID,可通过ManualTriggerMaskingProcess重新开启脱敏任务。',
'methods' => ['post', 'get'],
'schemes' => ['http', 'https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'write',
'systemTags' => [
'operationType' => 'update',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeCode' => '82133',
'abilityTreeNodes' => ['FEATUREsddpNV5XKZ'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'query',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh_cn**:默认值,中文(简体)。'."\n"
.'- **en_us**:英文(美国)。', 'type' => 'string', 'required' => false, 'example' => 'zh_cn'],
],
[
'name' => 'Id',
'in' => 'query',
'schema' => ['description' => '脱敏任务唯一资源ID,可通过[DescribeDataMaskingTasks](~~DescribeDataMaskingTasks~~)的返回值确定脱敏任务的资源ID。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '3'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => ['description' => '返回结果的请求ID。'."\n", 'type' => 'string', 'example' => '769FB3C1-F4C9-42DF-9B72-7077A8989C13'],
],
'description' => '',
],
],
],
'title' => '终止脱敏任务',
'description' => '本接口一般在终止脱敏任务时使用,便于用户终止正在运行的脱敏任务。例如:历史配置的脱敏任务,不再需要对数据进行脱敏,可调用此接口。'."\n"
."\n"
.'## QPS限制'."\n"
.'本接口的单用户QPS限制为10次/秒。超过限制,API调用将会被限流,这可能影响您的业务,请合理调用。',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
'changeSet' => [
['createdAt' => '2021-09-28T03:16:50.000Z', 'description' => '请求参数发生变更、错误码发生变更'],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'StopMaskingProcess'],
],
],
'ramActions' => [
[
'operationType' => 'update',
'ramAction' => [
'action' => 'yundun-sddp:StopMaskingProcess',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"769FB3C1-F4C9-42DF-9B72-7077A8989C13\\"\\n}","errorExample":""},{"type":"xml","example":"\\r\\n769FB3C1-F4C9-42DF-9B72-7077A8989C13\\r\\n","errorExample":""}]',
],
],
'endpoints' => [
['regionId' => 'cn-hongkong', 'regionName' => '中国香港', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sddp-api.cn-hongkong.aliyuncs.com', 'endpoint' => 'sddp-api.cn-hongkong.aliyuncs.com', 'vpc' => 'sddp-vpc.cn-hongkong.aliyuncs.com'],
['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sddp.ap-southeast-1.aliyuncs.com', 'endpoint' => 'sddp.ap-southeast-1.aliyuncs.com', 'vpc' => 'sddp-vpc.ap-southeast-1.aliyuncs.com'],
['regionId' => 'cn-zhangjiakou', 'regionName' => '华北3(张家口)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sddp.cn-zhangjiakou.aliyuncs.com', 'endpoint' => 'sddp.cn-zhangjiakou.aliyuncs.com', 'vpc' => 'sddp-vpc.cn-zhangjiakou.aliyuncs.com'],
],
'errorCodes' => [
['code' => '4030', 'message' => 'Sign is invalid.', 'http_code' => 403, 'description' => '调用数据安全中心时,签名验证错误.'],
['code' => '4032', 'message' => 'No permission.', 'http_code' => 403, 'description' => '没有权限操作'],
['code' => '4040', 'message' => 'Record not exists.', 'http_code' => 404, 'description' => '用户不存在'],
['code' => '9000', 'message' => 'Internal error', 'http_code' => 500, 'description' => '系统内部错误'],
['code' => 'data_limit_auth_exception', 'message' => 'The project is not yours.', 'http_code' => 403, 'description' => '您增加的项目不在您的管理范围内'],
['code' => 'InstanceStatusCheckFail', 'message' => 'The instance status is expired or overdue.', 'http_code' => 403, 'description' => '当前实例状态为已过期或者已欠费,不能使用该功能'],
['code' => 'Invalid parameter', 'message' => 'The parameter is not valid.', 'http_code' => 404, 'description' => '参数错误'],
['code' => 'InvalidParameter', 'message' => 'The parameter is not valid.', 'http_code' => 403, 'description' => '请求参数错误'],
['code' => 'OperationDenied.UserNotValid', 'message' => 'The user is not valid.', 'http_code' => 403, 'description' => '用户无效'],
['code' => 'user_sale_status_check_fail', 'message' => 'The instance status is expired or overdue.', 'http_code' => 403, 'description' => '当前实例状态已到期'],
],
'changeSet' => [
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'CreateRule'],
['description' => '响应参数发生变更', 'api' => 'DescribeRules'],
['description' => '请求参数发生变更', 'api' => 'ModifyRule'],
],
'createdAt' => '2025-01-13T06:27:57.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'DescribeRules'],
],
'createdAt' => '2024-12-17T07:08:35.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeUserStatus'],
],
'createdAt' => '2024-10-25T08:51:52.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeUserStatus'],
],
'createdAt' => '2024-10-25T08:50:00.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeInstances'],
['description' => '响应参数发生变更', 'api' => 'DescribeOssObjectDetailV2'],
],
'createdAt' => '2024-09-18T02:47:26.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更、响应参数发生变更', 'api' => 'DescribeColumns'],
['description' => '响应参数发生变更', 'api' => 'DescribeParentInstance'],
],
'createdAt' => '2024-08-16T11:00:05.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'DescribeOssObjectDetailV2'],
],
'createdAt' => '2024-08-16T08:30:33.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'DescribeOssObjects'],
],
'createdAt' => '2024-08-13T07:02:28.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeDataLimits'],
],
'createdAt' => '2024-08-09T07:58:48.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeDataObjects'],
],
'createdAt' => '2024-07-22T03:51:06.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'CreateDataLimit'],
],
'createdAt' => '2024-07-02T01:28:41.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeParentInstance'],
],
'createdAt' => '2024-06-27T06:36:21.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeDataObjects'],
['description' => '响应参数发生变更', 'api' => 'DescribeOssObjects'],
],
'createdAt' => '2024-06-03T02:01:30.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeEventDetail'],
],
'createdAt' => '2024-04-22T09:34:31.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'DescribeDataLimits'],
['description' => '响应参数发生变更', 'api' => 'DescribeDataMaskingTasks'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'DescribeDataObjects'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'DescribeParentInstance'],
],
'createdAt' => '2024-04-18T05:57:33.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'CreateConfig'],
['description' => '请求参数发生变更', 'api' => 'CreateDataLimit'],
['description' => '请求参数发生变更', 'api' => 'CreateRule'],
['description' => '请求参数发生变更', 'api' => 'CreateScanTask'],
['description' => '请求参数发生变更', 'api' => 'CreateSlrRole'],
['description' => '请求参数发生变更', 'api' => 'DeleteDataLimit'],
['description' => '请求参数发生变更', 'api' => 'DeleteRule'],
['description' => '请求参数发生变更', 'api' => 'DescribeCategoryTemplateList'],
['description' => '请求参数发生变更', 'api' => 'DescribeCategoryTemplateRuleList'],
['description' => '请求参数发生变更', 'api' => 'DescribeDataLimitDetail'],
],
'createdAt' => '2024-03-25T07:35:37.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'DescribeEvents'],
],
'createdAt' => '2024-01-16T03:33:55.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeUserStatus'],
],
'createdAt' => '2023-12-27T07:13:31.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、错误码发生变更', 'api' => 'CreateConfig'],
['description' => '请求参数发生变更、错误码发生变更', 'api' => 'CreateConfig'],
['description' => '请求参数发生变更、错误码发生变更', 'api' => 'CreateConfig'],
['description' => '请求参数发生变更、错误码发生变更', 'api' => 'CreateConfig'],
['description' => '请求参数发生变更、错误码发生变更', 'api' => 'CreateConfig'],
['description' => '请求参数发生变更、错误码发生变更', 'api' => 'CreateConfig'],
['description' => '请求参数发生变更、错误码发生变更', 'api' => 'CreateConfig'],
['description' => '请求参数发生变更、错误码发生变更', 'api' => 'CreateConfig'],
['description' => '请求参数发生变更、错误码发生变更', 'api' => 'CreateConfig'],
['description' => '请求参数发生变更、错误码发生变更', 'api' => 'CreateConfig'],
],
'createdAt' => '2023-12-06T07:48:21.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'DescribeDataObjects'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'DescribeOssObjects'],
],
'createdAt' => '2023-09-25T03:20:45.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeUserStatus'],
],
'createdAt' => '2023-09-01T07:36:03.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'DescribeDataObjects'],
],
'createdAt' => '2023-08-18T02:09:29.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'DescribeRules'],
],
'createdAt' => '2023-07-17T02:57:24.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeCategoryTemplateRuleList'],
],
'createdAt' => '2023-01-11T06:28:08.000Z',
'description' => '修改API适配子模型',
],
[
'apis' => [
['description' => '响应参数发生变更、响应参数发生变更', 'api' => 'DescribeColumns'],
['description' => '响应参数发生变更、响应参数发生变更', 'api' => 'DescribeInstances'],
['description' => '响应参数发生变更、响应参数发生变更', 'api' => 'DescribeOssObjectDetail'],
['description' => '响应参数发生变更', 'api' => 'DescribeTables'],
],
'createdAt' => '2022-12-28T07:00:41.000Z',
'description' => 'ModelTags中的Id返回值类型修改',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'CreateRule'],
['description' => '响应参数发生变更', 'api' => 'DescribeColumns'],
['description' => '响应参数发生变更', 'api' => 'DescribeInstances'],
['description' => '响应参数发生变更、错误码发生变更', 'api' => 'DescribeOssObjectDetail'],
['description' => '响应参数发生变更', 'api' => 'DescribeRules'],
['description' => '请求参数发生变更', 'api' => 'ModifyRule'],
],
'createdAt' => '2022-12-27T09:17:18.000Z',
'description' => 'Open APi support tag',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeUserStatus'],
],
'createdAt' => '2022-10-14T11:42:53.000Z',
'description' => '增加工作台统计数据接口',
],
[
'apis' => [
['description' => '响应参数发生变更、错误码发生变更', 'api' => 'DescribeDataLimits'],
['description' => '请求参数发生变更', 'api' => 'ModifyDataLimit'],
],
'createdAt' => '2022-10-14T06:09:46.000Z',
'description' => '增加数据导出API功能',
],
[
'apis' => [
['description' => '请求参数发生变更、错误码发生变更', 'api' => 'CreateRule'],
['description' => '请求参数发生变更、错误码发生变更', 'api' => 'DescribeOssObjects'],
['description' => '请求参数发生变更', 'api' => 'DescribeRiskLevels'],
['description' => '请求参数发生变更、响应参数发生变更、错误码发生变更', 'api' => 'DescribeRules'],
['description' => '请求参数发生变更', 'api' => 'DescribeTables'],
['description' => '请求参数发生变更', 'api' => 'ModifyRule'],
],
'createdAt' => '2022-09-22T08:24:29.000Z',
'description' => 'update api',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'CreateDataLimit'],
],
'createdAt' => '2022-09-05T06:20:30.000Z',
'description' => '资产中心改版',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'DescribeSelfDbType'],
],
'createdAt' => '2022-06-07T11:36:01.000Z',
'description' => 'agent增加自建数据库场景支持',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'CreateDataLimit'],
['description' => '请求参数发生变更、错误码发生变更', 'api' => 'ModifyDataLimit'],
],
'createdAt' => '2022-05-25T10:38:07.000Z',
'description' => '增加采样条数参数',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'CreateDomain'],
['description' => 'OpenAPI 下线', 'api' => 'DeleteDomain'],
['description' => 'OpenAPI 下线', 'api' => 'DescribeAssets'],
['description' => 'OpenAPI 下线', 'api' => 'DescribeDomainInstances'],
['description' => 'OpenAPI 下线', 'api' => 'DescribeDomains'],
['description' => 'OpenAPI 下线', 'api' => 'ExportDomains'],
['description' => 'OpenAPI 下线', 'api' => 'ImportDomains'],
['description' => 'OpenAPI 下线', 'api' => 'ModifyAdmin'],
['description' => 'OpenAPI 下线', 'api' => 'MoveDomain'],
['description' => 'OpenAPI 下线', 'api' => 'MoveInstances'],
],
'createdAt' => '2022-05-23T13:05:29.000Z',
'description' => '私有OpenAPI',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'ExecDatamask'],
],
'createdAt' => '2022-04-27T09:07:29.000Z',
'description' => '单用户调用频率上调至:2000总API频率上调至:100000',
],
[
'apis' => [
['description' => '请求参数发生变更、错误码发生变更', 'api' => 'CreateDataLimit'],
],
'createdAt' => '2022-04-21T04:06:26.000Z',
'description' => 'CreateDataLimit增加Enable字段',
],
[
'apis' => [
['description' => '响应参数发生变更、错误码发生变更', 'api' => 'DescribeEventDetail'],
],
'createdAt' => '2022-04-19T03:32:32.000Z',
'description' => '修改DescribeEventDetail的返回数据结构',
],
[
'apis' => [
['description' => 'OpenAPI 下线', 'api' => 'CreatePrivatelinkConnection'],
['description' => 'OpenAPI 下线', 'api' => 'DescribeAuthList'],
['description' => 'OpenAPI 下线', 'api' => 'DescribeDataLimitRunConfig'],
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'DescribeInstanceSources'],
['description' => 'OpenAPI 下线', 'api' => 'ModifyAgentAuditConfig'],
],
'createdAt' => '2022-03-29T08:27:49.000Z',
'description' => '增加agent审计接口',
],
[
'apis' => [
['description' => '错误码发生变更', 'api' => 'CreateSlrRole'],
['description' => 'OpenAPI 下线', 'api' => 'ModifyReportTaskStatus'],
],
'createdAt' => '2021-12-29T07:28:13.000Z',
'description' => '公开CreateSlrRole新增ModifyReportTaskStatus接口',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeUserStatus'],
],
'createdAt' => '2021-11-26T07:03:50.000Z',
'description' => 'DescribeUserStatus接口返回参数Buyed修改为Purchased',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeUserStatus'],
],
'createdAt' => '2021-11-18T05:35:34.000Z',
'description' => '隐藏DescribeUserStatus不必要返回参数',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更', 'api' => 'DescribeCategoryTemplateRuleList'],
],
'createdAt' => '2021-11-04T12:38:38.000Z',
'description' => '隐藏部分参数',
],
[
'apis' => [
['description' => '请求参数发生变更、响应参数发生变更、错误码发生变更', 'api' => 'DescribeCategoryTemplateRuleList'],
],
'createdAt' => '2021-11-03T13:42:43.000Z',
'description' => '公开DescribeCategoryTemplateRuleList',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ModifyRule'],
['description' => '请求参数发生变更', 'api' => 'ModifyRule'],
],
'createdAt' => '2021-10-26T02:55:38.000Z',
'description' => '修复modifyRule',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeInstances'],
],
'createdAt' => '2021-10-26T02:38:01.000Z',
'description' => '实例查询接口 ACL字段隐藏',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'ModifyRule'],
],
'createdAt' => '2021-10-21T13:08:54.000Z',
'description' => 'fix ModifyRule',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeTables'],
['description' => '响应参数发生变更', 'api' => 'DescribeTables'],
],
'createdAt' => '2021-10-21T03:00:56.000Z',
'description' => 'API 设置private属性',
],
[
'apis' => [
['description' => '请求参数发生变更、错误码发生变更', 'api' => 'ModifyRule'],
],
'createdAt' => '2021-10-13T09:51:39.000Z',
'description' => 'ModifyRule隐藏不必要请求参数',
],
[
'apis' => [
['description' => '响应参数发生变更、错误码发生变更', 'api' => 'DescribeConfigs'],
['description' => '错误码发生变更', 'api' => 'DescribeInstanceSources'],
],
'createdAt' => '2021-09-28T06:40:35.000Z',
'description' => 'fix api问题',
],
[
'apis' => [
['description' => '响应参数发生变更、错误码发生变更', 'api' => 'DescribeUserStatus'],
['description' => '请求参数发生变更、错误码发生变更', 'api' => 'StopMaskingProcess'],
],
'createdAt' => '2021-09-28T06:38:32.000Z',
'description' => 'fix api',
],
],
'flowControl' => [
'flowControlList' => [
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeOssObjectDetail'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeCategoryTemplateRuleList'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeEventTypes'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ModifyEventStatus'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeInstanceSources'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeTemplateAllRules'],
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataAssets'],
['threshold' => '500', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataObjectColumnDetailV2'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataMaskingTasks'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteRule'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ScanOssObjectV1'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ModifyRuleStatus'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDocTypes'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ModifyReportTaskStatus'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataLimitSet'],
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeTables'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ModifyDataLimit'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateSlrRole'],
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataObjects'],
['threshold' => '1000', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeInstances'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeRiskLevels'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateConfig'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribePackages'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeConfigs'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeColumnsV2'],
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataMaskingRunHistory'],
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataObjectColumnDetail'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateRule'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DisableUserConfig'],
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ManualTriggerMaskingProcess'],
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeColumns'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataLimitDetail'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeRules'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DeleteDataLimit'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeParentInstance'],
['threshold' => '2000', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ExecDatamask'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeCategoryTemplateList'],
['threshold' => '100', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeOssObjects'],
['threshold' => '1000', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeDataLimits'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeIdentifyTaskStatus'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateDataLimit'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeEvents'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'CreateScanTask'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ModifyRule'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeEventDetail'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeOssObjectDetailV2'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ModifyDefaultLevel'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'ModifyEventTypeStatus'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'DescribeUserStatus'],
['threshold' => '10', 'countWindow' => 1, 'regionId' => '*', 'api' => 'StopMaskingProcess'],
],
],
'ram' => [
'productCode' => 'SDDP',
'productName' => '数据安全中心',
'ramCodes' => ['datatrust', 'yundun-sddp'],
'ramLevel' => '操作级',
'ramConditions' => [
[
'name' => 'yundun-sddp:ResourceGroupId',
'schema' => ['type' => 'String'],
],
[
'name' => 'acs:ResourceGroupId',
'schema' => ['description' => '资源组'],
],
],
'ramActions' => [
[
'apiName' => 'ModifyRuleStatus',
'description' => '修改识别规则的检测功能状态',
'operationType' => 'update',
'ramAction' => [
'action' => 'yundun-sddp:ModifyRuleStatus',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeDataObjectColumnDetail',
'description' => '查询数据对象列详情',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataObjectColumnDetail',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'ModifyRule',
'description' => '修改自定义的敏感数据识别规则',
'operationType' => 'update',
'ramAction' => [
'action' => 'yundun-sddp:ModifyRule',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'CreateConfig',
'description' => '修改异常告警通用配置',
'operationType' => 'create',
'ramAction' => [
'action' => 'yundun-sddp:CreateConfig',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'ScanOssObjectV1',
'description' => '创建文件扫描任务',
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:ScanOssObjectV1',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeIdentifyTaskStatus',
'description' => '获取识别任务状态',
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:DescribeIdentifyTaskStatus',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'RestoreOssImage',
'description' => '复原脱敏后的图片',
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:RestoreOssImage',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeDataMaskingTasks',
'description' => '查询脱敏任务列表',
'operationType' => 'list',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataMaskingTasks',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'CreateScanTask',
'description' => '创建扫描任务',
'operationType' => 'create',
'ramAction' => [
'action' => 'yundun-sddp:CreateScanTask',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeInstanceSources',
'description' => '查询数据资产列表',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeInstanceSources',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'ModifyReportTaskStatus',
'description' => '修改报表任务状态',
'operationType' => 'update',
'ramAction' => [
'action' => 'yundun-sddp:ModifyReportTaskStatus',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeRiskLevels',
'description' => '查询风险等级列表',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeRiskLevels',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeColumnsV2',
'description' => '查询数据资产表中列的数据V2',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeColumnsV2',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DeleteDataLimit',
'description' => '删除数据资产扫描授权',
'operationType' => 'delete',
'ramAction' => [
'action' => 'yundun-sddp:DeleteDataLimit',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DisableUserConfig',
'description' => '停用用户配置',
'operationType' => 'update',
'ramAction' => [
'action' => 'yundun-sddp:DisableUserConfig',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeUserStatus',
'description' => '查询用户账号状态',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeUserStatus',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'MaskOssImage',
'description' => '对图片进行动态脱敏',
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:MaskOssImage',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeInstances',
'description' => '查询数据资产实例列表',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeInstances',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'CreateSlrRole',
'description' => '创建服务关联角色',
'operationType' => 'create',
'ramAction' => [
'action' => 'yundun-sddp:CreateSlrRole',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'ExecDatamask',
'description' => '对数据进行动态脱敏',
'operationType' => 'create',
'ramAction' => [
'action' => 'yundun-sddp:ExecDatamask',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeDataLimitSet',
'description' => '查询非结构化资产授权列表或数据安全中心支持的地域列表',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataLimitSet',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeOssObjectDetail',
'description' => '查询OSS存储对象的详细信息',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeOssObjectDetail',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeDocTypes',
'description' => '查询支持识别的OSS文件类型列表',
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDocTypes',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeEvents',
'description' => '查询异常事件列表',
'operationType' => 'list',
'ramAction' => [
'action' => 'yundun-sddp:DescribeEvents',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeTables',
'description' => '查询数据资产表的数据',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeTables',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'ModifyDefaultLevel',
'description' => '修改敏感数据的风险等级定义规则',
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:ModifyDefaultLevel',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeColumns',
'description' => '查询数据资产表中列的数据',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeColumns',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeEventDetail',
'description' => '查询异常事件详情',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeEventDetail',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'CreateDataLimit',
'description' => '创建数据资产扫描授权',
'operationType' => 'create',
'ramAction' => [
'action' => 'yundun-sddp:CreateDataLimit',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeDataObjectColumnDetailV2',
'description' => '查询数据对象列详情V2',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataObjectColumnDetailV2',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'CreateRule',
'description' => '创建自定义的敏感数据识别规则',
'operationType' => 'create',
'ramAction' => [
'action' => 'yundun-sddp:CreateRule',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeDataMaskingRunHistory',
'description' => '查询脱敏任务执行情况',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataMaskingRunHistory',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeCategoryTemplateRuleList',
'description' => '查询分类分级模板的规则列表',
'operationType' => 'list',
'ramAction' => [
'action' => 'yundun-sddp:DescribeCategoryTemplateRuleList',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeCategoryTemplateList',
'description' => '查询行业模板列表',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeCategoryTemplateList',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeConfigs',
'description' => '查询异常告警中配置项的列表',
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:DescribeConfigs',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeDataObjects',
'description' => '查询数据对象列表',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataObjects',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'StopMaskingProcess',
'description' => '终止脱敏任务',
'operationType' => 'update',
'ramAction' => [
'action' => 'yundun-sddp:StopMaskingProcess',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'ManualTriggerMaskingProcess',
'description' => '触发一次脱敏任务',
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:ManualTriggerMaskingProcess',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeAuditLogs',
'description' => '查询审计告警日志列表',
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:DescribeAuditLogs',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'ModifyDataLimit',
'description' => '修改数据资产扫描授权',
'operationType' => 'update',
'ramAction' => [
'action' => 'yundun-sddp:ModifyDataLimit',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeOssObjectDetailV2',
'description' => '查询OSS存储对象的详细信息V2',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeOssObjectDetailV2',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DeleteRule',
'description' => '删除自定义的敏感数据识别规则',
'operationType' => 'delete',
'ramAction' => [
'action' => 'yundun-sddp:DeleteRule',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeRules',
'description' => '查询识别规则的列表',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeRules',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeTemplateAllRules',
'description' => '查询行业模板所有模型列表',
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:DescribeTemplateAllRules',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'ModifyEventTypeStatus',
'description' => '修改检测子类型异常事件状态',
'operationType' => 'update',
'ramAction' => [
'action' => 'yundun-sddp:ModifyEventTypeStatus',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeOssObjects',
'description' => '查询OSS的存储对象列表',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeOssObjects',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribePackages',
'description' => '查询数据包的信息',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribePackages',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeEventTypes',
'description' => '查询异常事件类型的列表',
'operationType' => 'none',
'ramAction' => [
'action' => 'yundun-sddp:DescribeEventTypes',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeDataAssets',
'description' => '查询数据资产敏感信息',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataAssets',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeParentInstance',
'description' => '查询未授权或已授权资产列表',
'operationType' => 'list',
'ramAction' => [
'action' => 'yundun-sddp:DescribeParentInstance',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'ModifyEventStatus',
'description' => '修改异常事件状态',
'operationType' => 'update',
'ramAction' => [
'action' => 'yundun-sddp:ModifyEventStatus',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeDataLimits',
'description' => '查询数据资产扫描授权列表',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataLimits',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeDataLimitDetail',
'description' => '查询连接授权单个实例',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sddp:DescribeDataLimitDetail',
'authLevel' => 'operate',
'actionConditions' => [
['conditionKey' => 'acs:ResourceGroupId', 'validationType' => 'always'],
],
'resources' => [
['validationType' => 'always', 'product' => 'SDDP', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'resourceTypes' => [],
],
];