tccli 3.0.1317.1__py2.py3-none-any.whl → 3.0.1318.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/cbs/v20170312/api.json +2 -2
- tccli/services/cdwdoris/v20211228/api.json +37 -1
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/cls/v20201016/api.json +12 -2
- tccli/services/cvm/v20170312/api.json +5 -5
- tccli/services/cynosdb/v20190107/api.json +5 -5
- tccli/services/dnspod/v20210323/examples.json +1 -1
- tccli/services/dsgc/v20190723/api.json +45 -35
- tccli/services/dts/v20180330/api.json +2 -2
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/goosefs/goosefs_client.py +386 -68
- tccli/services/goosefs/v20220519/api.json +510 -0
- tccli/services/goosefs/v20220519/examples.json +48 -0
- tccli/services/hai/v20230812/api.json +4 -4
- tccli/services/iotexplorer/v20190423/api.json +13 -3
- tccli/services/keewidb/v20220308/api.json +11 -2
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/lke/v20231130/api.json +1 -57
- tccli/services/postgres/postgres_client.py +0 -53
- tccli/services/postgres/v20170312/api.json +0 -126
- tccli/services/postgres/v20170312/examples.json +0 -8
- tccli/services/scf/v20180416/api.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +2 -2
- tccli/services/ssl/v20191205/api.json +18 -0
- tccli/services/ssl/v20191205/examples.json +2 -2
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trtc/v20190722/api.json +19 -1
- tccli/services/tse/v20201207/api.json +78 -4
- tccli/services/waf/v20180125/examples.json +1 -1
- {tccli-3.0.1317.1.dist-info → tccli-3.0.1318.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1317.1.dist-info → tccli-3.0.1318.1.dist-info}/RECORD +36 -36
- {tccli-3.0.1317.1.dist-info → tccli-3.0.1318.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1317.1.dist-info → tccli-3.0.1318.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1317.1.dist-info → tccli-3.0.1318.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1318.1'
|
@@ -5747,7 +5747,7 @@
|
|
5747
5747
|
"members": [
|
5748
5748
|
{
|
5749
5749
|
"disabled": false,
|
5750
|
-
"document": "私有网络ID,形如`vpc-xxx`。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc?rid=1)查询;也可以调用接口 [
|
5750
|
+
"document": "私有网络ID,形如`vpc-xxx`。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc?rid=1)查询;也可以调用接口 [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778) ,从接口返回中的`VpcId `字段获取。若在创建子机时VpcId与SubnetId同时传入`DEFAULT`,则强制使用默认vpc网络。",
|
5751
5751
|
"example": "vpc-2ij",
|
5752
5752
|
"member": "string",
|
5753
5753
|
"name": "VpcId",
|
@@ -1523,8 +1523,8 @@
|
|
1523
1523
|
},
|
1524
1524
|
{
|
1525
1525
|
"disabled": false,
|
1526
|
-
"document": "云硬盘备份点ID
|
1527
|
-
"example": "dbp-
|
1526
|
+
"document": "云硬盘备份点ID。传入此参数时,将通过备份点创建快照。备份点 ID 可以通过[DescribeDiskBackups](document/product/362/80278)接口查询。",
|
1527
|
+
"example": "dbp-l7mxexxc",
|
1528
1528
|
"member": "string",
|
1529
1529
|
"name": "DiskBackupId",
|
1530
1530
|
"required": false,
|
@@ -7506,6 +7506,15 @@
|
|
7506
7506
|
"name": "HaType",
|
7507
7507
|
"required": true,
|
7508
7508
|
"type": "int"
|
7509
|
+
},
|
7510
|
+
{
|
7511
|
+
"disabled": false,
|
7512
|
+
"document": "前端鉴权使用",
|
7513
|
+
"example": "false",
|
7514
|
+
"member": "bool",
|
7515
|
+
"name": "CheckAuth",
|
7516
|
+
"required": false,
|
7517
|
+
"type": "bool"
|
7509
7518
|
}
|
7510
7519
|
],
|
7511
7520
|
"type": "object"
|
@@ -8287,6 +8296,15 @@
|
|
8287
8296
|
"name": "HaType",
|
8288
8297
|
"required": false,
|
8289
8298
|
"type": "int"
|
8299
|
+
},
|
8300
|
+
{
|
8301
|
+
"disabled": false,
|
8302
|
+
"document": "前端鉴权使用",
|
8303
|
+
"example": "false",
|
8304
|
+
"member": "bool",
|
8305
|
+
"name": "CheckAuth",
|
8306
|
+
"required": false,
|
8307
|
+
"type": "bool"
|
8290
8308
|
}
|
8291
8309
|
],
|
8292
8310
|
"type": "object"
|
@@ -8356,12 +8374,30 @@
|
|
8356
8374
|
},
|
8357
8375
|
{
|
8358
8376
|
"disabled": false,
|
8359
|
-
"document": "角色(
|
8377
|
+
"document": "角色(MASTER/CORE),MASTER 对应 FE,CORE对应BE",
|
8360
8378
|
"example": "BE",
|
8361
8379
|
"member": "string",
|
8362
8380
|
"name": "Type",
|
8363
8381
|
"required": true,
|
8364
8382
|
"type": "string"
|
8383
|
+
},
|
8384
|
+
{
|
8385
|
+
"disabled": false,
|
8386
|
+
"document": "前端鉴权使用,后端API调用传false,传true不会执行变配",
|
8387
|
+
"example": "false",
|
8388
|
+
"member": "bool",
|
8389
|
+
"name": "CheckAuth",
|
8390
|
+
"required": false,
|
8391
|
+
"type": "bool"
|
8392
|
+
},
|
8393
|
+
{
|
8394
|
+
"disabled": false,
|
8395
|
+
"document": "是否滚动重启",
|
8396
|
+
"example": "false",
|
8397
|
+
"member": "bool",
|
8398
|
+
"name": "RollingRestart",
|
8399
|
+
"required": false,
|
8400
|
+
"type": "bool"
|
8365
8401
|
}
|
8366
8402
|
],
|
8367
8403
|
"type": "object"
|
@@ -3869,7 +3869,7 @@
|
|
3869
3869
|
},
|
3870
3870
|
{
|
3871
3871
|
"disabled": false,
|
3872
|
-
"document": "是否强制删除clb。True表示强制删除,False表示不是强制删除,需要做拦截校验。\n默认为 False",
|
3872
|
+
"document": "是否强制删除clb。True表示强制删除,False表示不是强制删除,需要做拦截校验。\n默认为 False。\n以下几种情况会默认拦截删除操作,如果确认强制删除则需要传强制校验参数ForceDelete为True。\n1、删除后端绑定大于等于 20 个 RS 的实例时。\n2、删除后端有 RS 且 5 分钟 内“出/入带宽”峰值取大 > 10Mbps 的实例时。\n3、单地域内 5 分钟 内删除大于等于 30 个实例时。",
|
3873
3873
|
"example": "True",
|
3874
3874
|
"member": "bool",
|
3875
3875
|
"name": "ForceDelete",
|
@@ -687,7 +687,7 @@
|
|
687
687
|
"status": "online"
|
688
688
|
},
|
689
689
|
"ModifyMachineGroup": {
|
690
|
-
"document": "
|
690
|
+
"document": "修改机器组。\n注意:修改接口直接覆盖历史数据,改为本次合法入参数据,请谨慎调用此接口。",
|
691
691
|
"input": "ModifyMachineGroupRequest",
|
692
692
|
"name": "修改机器组",
|
693
693
|
"output": "ModifyMachineGroupResponse",
|
@@ -12893,7 +12893,7 @@
|
|
12893
12893
|
},
|
12894
12894
|
{
|
12895
12895
|
"disabled": false,
|
12896
|
-
"document": "机器组类型。
|
12896
|
+
"document": "机器组类型。 \nType:ip,Values中为ip字符串列表机器组;\nType:label,Values中为标签字符串列表机器组。",
|
12897
12897
|
"example": "无",
|
12898
12898
|
"member": "MachineGroupTypeInfo",
|
12899
12899
|
"name": "MachineGroupType",
|
@@ -14876,6 +14876,16 @@
|
|
14876
14876
|
"output_required": false,
|
14877
14877
|
"type": "int",
|
14878
14878
|
"value_allowed_null": false
|
14879
|
+
},
|
14880
|
+
{
|
14881
|
+
"disabled": false,
|
14882
|
+
"document": "全文检索标记。1:关闭,2:打开。",
|
14883
|
+
"example": "1",
|
14884
|
+
"member": "uint64",
|
14885
|
+
"name": "FullQuery",
|
14886
|
+
"output_required": false,
|
14887
|
+
"type": "int",
|
14888
|
+
"value_allowed_null": false
|
14879
14889
|
}
|
14880
14890
|
],
|
14881
14891
|
"usage": "out"
|
@@ -7091,7 +7091,7 @@
|
|
7091
7091
|
},
|
7092
7092
|
{
|
7093
7093
|
"disabled": false,
|
7094
|
-
"document": "实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808)
|
7094
|
+
"document": "实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的 `SecurityGroupId` 字段来获取。若不指定该参数,则绑定指定项目下的默认安全组,如默认安全组不存在则将自动创建。\n",
|
7095
7095
|
"example": "[\"sg-efil73jd\"]",
|
7096
7096
|
"member": "string",
|
7097
7097
|
"name": "SecurityGroupIds",
|
@@ -7286,7 +7286,7 @@
|
|
7286
7286
|
},
|
7287
7287
|
{
|
7288
7288
|
"disabled": false,
|
7289
|
-
"document": "实例内存容量,单位:`
|
7289
|
+
"document": "实例内存容量,单位:`GiB`。",
|
7290
7290
|
"example": "1",
|
7291
7291
|
"member": "int64",
|
7292
7292
|
"name": "Memory",
|
@@ -11764,7 +11764,7 @@
|
|
11764
11764
|
},
|
11765
11765
|
{
|
11766
11766
|
"disabled": false,
|
11767
|
-
"document": "实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的
|
11767
|
+
"document": "实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的 `SecurityGroupId` 字段来获取。若不指定该参数,则绑定指定项目下的默认安全组,如默认安全组不存在则将自动创建。\n",
|
11768
11768
|
"example": "[\"sg-ajhn9qtq\"]",
|
11769
11769
|
"member": "string",
|
11770
11770
|
"name": "SecurityGroupIds",
|
@@ -11872,7 +11872,7 @@
|
|
11872
11872
|
},
|
11873
11873
|
{
|
11874
11874
|
"disabled": false,
|
11875
|
-
"document": "CAM角色名称。可通过[
|
11875
|
+
"document": "CAM角色名称。可通过[ DescribeRoleList ](https://cloud.tencent.com/document/product/598/36223)接口返回值中的`RoleName `获取。",
|
11876
11876
|
"example": "testroleName001",
|
11877
11877
|
"member": "string",
|
11878
11878
|
"name": "CamRoleName",
|
@@ -12540,7 +12540,7 @@
|
|
12540
12540
|
"members": [
|
12541
12541
|
{
|
12542
12542
|
"disabled": false,
|
12543
|
-
"document": "私有网络ID,形如`vpc-xxx`。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc?rid=1)查询;也可以调用接口 [
|
12543
|
+
"document": "私有网络ID,形如`vpc-xxx`。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc?rid=1)查询;也可以调用接口 [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778) ,从接口返回中的`VpcId `字段获取。若在创建子机时VpcId与SubnetId同时传入`DEFAULT`,则强制使用默认vpc网络。",
|
12544
12544
|
"example": "vpc-2ij",
|
12545
12545
|
"member": "string",
|
12546
12546
|
"name": "VpcId",
|
@@ -3369,23 +3369,23 @@
|
|
3369
3369
|
"members": [
|
3370
3370
|
{
|
3371
3371
|
"disabled": false,
|
3372
|
-
"document": "流程ID
|
3372
|
+
"document": "流程ID",
|
3373
3373
|
"example": "147187",
|
3374
3374
|
"member": "int64",
|
3375
3375
|
"name": "FlowId",
|
3376
3376
|
"output_required": false,
|
3377
3377
|
"type": "int",
|
3378
|
-
"value_allowed_null":
|
3378
|
+
"value_allowed_null": false
|
3379
3379
|
},
|
3380
3380
|
{
|
3381
3381
|
"disabled": false,
|
3382
|
-
"document": "任务id
|
3382
|
+
"document": "任务id",
|
3383
3383
|
"example": "149284",
|
3384
3384
|
"member": "int64",
|
3385
3385
|
"name": "TaskId",
|
3386
3386
|
"output_required": false,
|
3387
3387
|
"type": "int",
|
3388
|
-
"value_allowed_null":
|
3388
|
+
"value_allowed_null": false
|
3389
3389
|
},
|
3390
3390
|
{
|
3391
3391
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -14780,7 +14780,7 @@
|
|
14780
14780
|
{
|
14781
14781
|
"disabled": false,
|
14782
14782
|
"document": "修改后的审计规则。",
|
14783
|
-
"example": "
|
14783
|
+
"example": "[{\"Type\": \"sqlType\",\"Compare\": \"INC\",\"Value\": \"UPDATE\"}]",
|
14784
14784
|
"member": "RuleFilters",
|
14785
14785
|
"name": "RuleFilters",
|
14786
14786
|
"required": false,
|
@@ -106,7 +106,7 @@
|
|
106
106
|
{
|
107
107
|
"document": " 批量添加记录",
|
108
108
|
"input": "POST / HTTP/1.1\nHost: dnspod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRecordBatch\n<公共请求参数>\n\n{\n \"DomainIdList\": [\n \"49\",\n \"53\"\n ],\n \"RecordList\": [\n {\n \"SubDomain\": \"aa,bb\",\n \"RecordType\": \"A\",\n \"RecordLine\": \"默认\",\n \"Value\": \"11.22.33.44\",\n \"TTL\": 600\n }\n ]\n}",
|
109
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\",\n \"DetailList\": [\n {\n \"RecordList\": [\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 0,\n \"SubDomain\": \"
|
109
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ab4f1426-ea15-42ea-8183-dc1b44151166\",\n \"DetailList\": [\n {\n \"RecordList\": [\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 0,\n \"SubDomain\": \"www\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n },\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 1,\n \"SubDomain\": \"wap\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n },\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 2,\n \"SubDomain\": \"bbs\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n }\n ],\n \"Id\": 0,\n \"DomainId\": 48,\n \"Domain\": \"dnsapi6.cn\",\n \"DomainGrade\": \"DP_PLUS\",\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Operation\": null\n },\n {\n \"RecordList\": [\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 0,\n \"SubDomain\": \"admin\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n },\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 1,\n \"SubDomain\": \"wap\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n },\n {\n \"RecordLine\": \"默认\",\n \"TTL\": 600,\n \"Id\": 2,\n \"SubDomain\": \"bbs\",\n \"RecordType\": \"A\",\n \"Value\": \"1.2.3.4\",\n \"MX\": 5,\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Weight\": \"10\",\n \"Operation\": \"plus\"\n }\n ],\n \"Id\": 1,\n \"DomainId\": 49,\n \"Domain\": \"dnsapi1.cn\",\n \"DomainGrade\": \"DP_FREE\",\n \"ErrMsg\": null,\n \"Status\": \"waiting\",\n \"Operation\": null\n }\n ],\n \"JobId\": 34\n }\n}",
|
110
110
|
"title": "批量添加记录"
|
111
111
|
}
|
112
112
|
],
|
@@ -43,11 +43,11 @@
|
|
43
43
|
"status": "online"
|
44
44
|
},
|
45
45
|
"CreateClassificationRule": {
|
46
|
-
"document": "创建识别规则",
|
46
|
+
"document": "旧版本DSGC接口下线\n\n创建识别规则",
|
47
47
|
"input": "CreateClassificationRuleRequest",
|
48
48
|
"name": "创建识别规则",
|
49
49
|
"output": "CreateClassificationRuleResponse",
|
50
|
-
"status": "
|
50
|
+
"status": "deprecated"
|
51
51
|
},
|
52
52
|
"CreateDSPAAssessmentRiskLevel": {
|
53
53
|
"document": "风险项页面---创建风险等级",
|
@@ -162,18 +162,18 @@
|
|
162
162
|
"status": "online"
|
163
163
|
},
|
164
164
|
"CreateNewClassification": {
|
165
|
-
"document": "创建新分类",
|
165
|
+
"document": "旧版本DSGC接口下线\n\n创建新分类",
|
166
166
|
"input": "CreateNewClassificationRequest",
|
167
167
|
"name": "创建新分类",
|
168
168
|
"output": "CreateNewClassificationResponse",
|
169
|
-
"status": "
|
169
|
+
"status": "deprecated"
|
170
170
|
},
|
171
171
|
"CreateOrCopyStandard": {
|
172
|
-
"document": "创建或复制分级分类模板",
|
172
|
+
"document": "旧版本DSGC接口下线\n\n创建或复制分级分类模板",
|
173
173
|
"input": "CreateOrCopyStandardRequest",
|
174
174
|
"name": "创建或复制分级分类模板",
|
175
175
|
"output": "CreateOrCopyStandardResponse",
|
176
|
-
"status": "
|
176
|
+
"status": "deprecated"
|
177
177
|
},
|
178
178
|
"DecribeSuggestRiskLevelMatrix": {
|
179
179
|
"document": "风险等级的定义页面-创建风险等级的时候生成的一个默认的矩阵",
|
@@ -260,18 +260,18 @@
|
|
260
260
|
"status": "online"
|
261
261
|
},
|
262
262
|
"DescribeClassificationInfo": {
|
263
|
-
"document": "查询分类信息\n",
|
263
|
+
"document": "旧版本DSGC接口下线\n\n查询分类信息\n",
|
264
264
|
"input": "DescribeClassificationInfoRequest",
|
265
265
|
"name": "查询分类信息",
|
266
266
|
"output": "DescribeClassificationInfoResponse",
|
267
|
-
"status": "
|
267
|
+
"status": "deprecated"
|
268
268
|
},
|
269
269
|
"DescribeClassificationRuleCount": {
|
270
|
-
"document": "查询标准下所有分类的识别规则数量(不算子分类下的识别规则)",
|
270
|
+
"document": "旧版本DSGC接口下线\n\n查询标准下所有分类的识别规则数量(不算子分类下的识别规则)",
|
271
271
|
"input": "DescribeClassificationRuleCountRequest",
|
272
272
|
"name": "查询标准下所有分类的识别规则数量(不算子分类下的识别规则)",
|
273
273
|
"output": "DescribeClassificationRuleCountResponse",
|
274
|
-
"status": "
|
274
|
+
"status": "deprecated"
|
275
275
|
},
|
276
276
|
"DescribeDSPAAssessmentHighRiskTop10Overview": {
|
277
277
|
"document": "查询高风险资产的top10",
|
@@ -701,11 +701,11 @@
|
|
701
701
|
"status": "online"
|
702
702
|
},
|
703
703
|
"DescribeLeafClassification": {
|
704
|
-
"document": "查询标准下所有叶子节点分类",
|
704
|
+
"document": "旧版本DSGC接口下线\n\n查询标准下所有叶子节点分类",
|
705
705
|
"input": "DescribeLeafClassificationRequest",
|
706
706
|
"name": "查询标准下所有叶子节点分类",
|
707
707
|
"output": "DescribeLeafClassificationResponse",
|
708
|
-
"status": "
|
708
|
+
"status": "deprecated"
|
709
709
|
},
|
710
710
|
"DescribeMongoAssetSensitiveDistribution": {
|
711
711
|
"document": "数据资产报告-查询mongo 的敏感资产报告,包含(数据库资产,设敏级别数据库top10,资产详情)",
|
@@ -736,11 +736,11 @@
|
|
736
736
|
"status": "online"
|
737
737
|
},
|
738
738
|
"DescribeRuleList": {
|
739
|
-
"document": "查询分类下规则列表\n",
|
739
|
+
"document": "旧版本DSGC接口下线\n\n查询分类下规则列表\n",
|
740
740
|
"input": "DescribeRuleListRequest",
|
741
741
|
"name": "查询分类下规则列表",
|
742
742
|
"output": "DescribeRuleListResponse",
|
743
|
-
"status": "
|
743
|
+
"status": "deprecated"
|
744
744
|
},
|
745
745
|
"DescribeSensitiveCOSDataDistribution": {
|
746
746
|
"document": "数据资产报告-查询cos的敏感数据分布(分级分布 分类分布 敏感规则分布详情列表)",
|
@@ -827,18 +827,18 @@
|
|
827
827
|
"status": "online"
|
828
828
|
},
|
829
829
|
"ModifyClassificationRule": {
|
830
|
-
"document": "编辑识别规则",
|
830
|
+
"document": "旧版本DSGC接口下线\n\n编辑识别规则",
|
831
831
|
"input": "ModifyClassificationRuleRequest",
|
832
832
|
"name": "编辑识别规则",
|
833
833
|
"output": "ModifyClassificationRuleResponse",
|
834
|
-
"status": "
|
834
|
+
"status": "deprecated"
|
835
835
|
},
|
836
836
|
"ModifyClassificationRuleState": {
|
837
|
-
"document": "修改识别规则状态",
|
837
|
+
"document": "旧版本DSGC接口下线\n\n修改识别规则状态",
|
838
838
|
"input": "ModifyClassificationRuleStateRequest",
|
839
839
|
"name": "修改识别规则状态",
|
840
840
|
"output": "ModifyClassificationRuleStateResponse",
|
841
|
-
"status": "
|
841
|
+
"status": "deprecated"
|
842
842
|
},
|
843
843
|
"ModifyDSPAAssessmentRisk": {
|
844
844
|
"document": "修改DSPA评估风险项,支持修改Status",
|
@@ -939,46 +939,46 @@
|
|
939
939
|
"status": "online"
|
940
940
|
},
|
941
941
|
"ModifyLevelInfo": {
|
942
|
-
"document": "修改敏感级别信息",
|
942
|
+
"document": "旧版本DSGC接口下线\n\n修改敏感级别信息",
|
943
943
|
"input": "ModifyLevelInfoRequest",
|
944
944
|
"name": "修改敏感级别信息",
|
945
945
|
"output": "ModifyLevelInfoResponse",
|
946
|
-
"status": "
|
946
|
+
"status": "deprecated"
|
947
947
|
},
|
948
948
|
"ModifyLevelName": {
|
949
|
-
"document": "修改级别名称",
|
949
|
+
"document": "旧版本DSGC接口下线\n\n修改级别名称",
|
950
950
|
"input": "ModifyLevelNameRequest",
|
951
951
|
"name": "修改级别名称",
|
952
952
|
"output": "ModifyLevelNameResponse",
|
953
|
-
"status": "
|
953
|
+
"status": "deprecated"
|
954
954
|
},
|
955
955
|
"ModifyLevelState": {
|
956
|
-
"document": "开启级别或关闭级别",
|
956
|
+
"document": "旧版本DSGC接口下线\n\n开启级别或关闭级别",
|
957
957
|
"input": "ModifyLevelStateRequest",
|
958
958
|
"name": "修改级别状态",
|
959
959
|
"output": "ModifyLevelStateResponse",
|
960
|
-
"status": "
|
960
|
+
"status": "deprecated"
|
961
961
|
},
|
962
962
|
"ModifyMergeClassification": {
|
963
|
-
"document": "一个分类合并到另一个分类中(分类拖拽功能)",
|
963
|
+
"document": "旧版本DSGC接口下线\n\n一个分类合并到另一个分类中(分类拖拽功能)",
|
964
964
|
"input": "ModifyMergeClassificationRequest",
|
965
965
|
"name": "一个分类合并到另一个分类中(分类拖拽功能)",
|
966
966
|
"output": "ModifyMergeClassificationResponse",
|
967
|
-
"status": "
|
967
|
+
"status": "deprecated"
|
968
968
|
},
|
969
969
|
"ModifyNewClassification": {
|
970
|
-
"document": "修改分类信息",
|
970
|
+
"document": "旧版本DSGC接口下线\n\n修改分类信息",
|
971
971
|
"input": "ModifyNewClassificationRequest",
|
972
972
|
"name": "修改分类信息",
|
973
973
|
"output": "ModifyNewClassificationResponse",
|
974
|
-
"status": "
|
974
|
+
"status": "deprecated"
|
975
975
|
},
|
976
976
|
"ModifyStandardInfo": {
|
977
|
-
"document": "修改分级分类模板信息",
|
977
|
+
"document": "旧版本DSGC接口下线\n\n修改分级分类模板信息",
|
978
978
|
"input": "ModifyStandardInfoRequest",
|
979
979
|
"name": "修改分级分类模板信息",
|
980
980
|
"output": "ModifyStandardInfoResponse",
|
981
|
-
"status": "
|
981
|
+
"status": "deprecated"
|
982
982
|
},
|
983
983
|
"QueryDSPAMetaResourceDbList": {
|
984
984
|
"document": "查询DSPA实例的db列表",
|
@@ -7305,7 +7305,7 @@
|
|
7305
7305
|
"document": "DescribeDSPAAssessmentRiskSideList返回参数结构体",
|
7306
7306
|
"members": [
|
7307
7307
|
{
|
7308
|
-
"disabled":
|
7308
|
+
"disabled": true,
|
7309
7309
|
"document": "风险面列表",
|
7310
7310
|
"example": "[{\"Key\":\"cloudstorage_security\",\"Value\":2}]",
|
7311
7311
|
"member": "Note",
|
@@ -7314,6 +7314,16 @@
|
|
7314
7314
|
"type": "list",
|
7315
7315
|
"value_allowed_null": false
|
7316
7316
|
},
|
7317
|
+
{
|
7318
|
+
"disabled": false,
|
7319
|
+
"document": "风险面列表",
|
7320
|
+
"example": "无",
|
7321
|
+
"member": "Note",
|
7322
|
+
"name": "RiskSideItemList",
|
7323
|
+
"output_required": false,
|
7324
|
+
"type": "list",
|
7325
|
+
"value_allowed_null": false
|
7326
|
+
},
|
7317
7327
|
{
|
7318
7328
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7319
7329
|
"member": "string",
|
@@ -12859,13 +12869,13 @@
|
|
12859
12869
|
},
|
12860
12870
|
{
|
12861
12871
|
"disabled": false,
|
12862
|
-
"document": "
|
12872
|
+
"document": "任务最新的一次执行结果信息,该字段用于查询任务列表接口",
|
12863
12873
|
"example": "{\"Id\":665,\"EndTime\":\"2025-05-12 04:53:03\",\"Status\":3,\"Result\":\"\",\"ResultDescription\":\"\",\"Suggestion\":\"\",\"Progress\":100}",
|
12864
12874
|
"member": "ScanTaskResult",
|
12865
12875
|
"name": "Result",
|
12866
12876
|
"output_required": true,
|
12867
12877
|
"type": "object",
|
12868
|
-
"value_allowed_null":
|
12878
|
+
"value_allowed_null": false
|
12869
12879
|
},
|
12870
12880
|
{
|
12871
12881
|
"disabled": false,
|
@@ -12879,13 +12889,13 @@
|
|
12879
12889
|
},
|
12880
12890
|
{
|
12881
12891
|
"disabled": false,
|
12882
|
-
"document": "
|
12892
|
+
"document": "关联模板是否更新",
|
12883
12893
|
"example": "true",
|
12884
12894
|
"member": "bool",
|
12885
12895
|
"name": "ComplianceUpdate",
|
12886
12896
|
"output_required": true,
|
12887
12897
|
"type": "bool",
|
12888
|
-
"value_allowed_null":
|
12898
|
+
"value_allowed_null": false
|
12889
12899
|
}
|
12890
12900
|
],
|
12891
12901
|
"usage": "out"
|
@@ -1311,7 +1311,7 @@
|
|
1311
1311
|
"value_allowed_null": false
|
1312
1312
|
},
|
1313
1313
|
{
|
1314
|
-
"disabled":
|
1314
|
+
"disabled": true,
|
1315
1315
|
"document": "目标实例vip。已废弃,无需填写",
|
1316
1316
|
"example": "192.168.0.12",
|
1317
1317
|
"member": "string",
|
@@ -1322,7 +1322,7 @@
|
|
1322
1322
|
"value_allowed_null": false
|
1323
1323
|
},
|
1324
1324
|
{
|
1325
|
-
"disabled":
|
1325
|
+
"disabled": true,
|
1326
1326
|
"document": "目标实例vport。已废弃,无需填写",
|
1327
1327
|
"example": "3306",
|
1328
1328
|
"member": "int64",
|
@@ -7252,7 +7252,7 @@
|
|
7252
7252
|
},
|
7253
7253
|
{
|
7254
7254
|
"disabled": false,
|
7255
|
-
"document": "二维码,在生成动态签署人跳转封面页链接时返回",
|
7255
|
+
"document": "二维码,在生成动态签署人跳转封面页链接时返回 注:`此二维码下载链接有效期为5分钟,可下载二维码后本地保存。`",
|
7256
7256
|
"example": "https://essurl.cn/wq**81uj",
|
7257
7257
|
"member": "string",
|
7258
7258
|
"name": "SchemeQrcodeUrl",
|