tccli 3.0.1033.1__py2.py3-none-any.whl → 3.0.1035.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cwp/v20180228/SyncBaselineDetectSummary.md +28 -0
  3. tccli/examples/dnspod/v20210323/DescribeRecordList.md +4 -2
  4. tccli/examples/ess/v20201111/ModifyExtendedService.md +79 -0
  5. tccli/examples/oceanus/v20190422/CreateFolder.md +3 -50
  6. tccli/examples/oceanus/v20190422/DescribeWorkSpaces.md +6 -3
  7. tccli/examples/oceanus/v20190422/GetMetaTable.md +29 -0
  8. tccli/examples/omics/v20221128/RetryRuns.md +50 -4
  9. tccli/examples/tcss/v20201101/DescribeAssetHostList.md +3 -1
  10. tccli/examples/trp/v20210515/DescribeProducts.md +6 -3
  11. tccli/examples/tse/v20201207/CreateCloudNativeAPIGatewayPublicNetwork.md +26 -0
  12. tccli/examples/tse/v20201207/DeleteCloudNativeAPIGatewayPublicNetwork.md +23 -0
  13. tccli/examples/tse/v20201207/ModifyConsoleNetwork.md +22 -0
  14. tccli/examples/tse/v20201207/ModifyNetworkAccessStrategy.md +26 -0
  15. tccli/examples/tse/v20201207/ModifyNetworkBasicInfo.md +25 -0
  16. tccli/examples/tsf/v20180326/ContinueRunFailedTaskBatch.md +2 -1
  17. tccli/examples/wedata/v20210820/DescribeFieldBasicInfo.md +103 -0
  18. tccli/examples/wedata/v20210820/DescribeTableBasicInfo.md +93 -0
  19. tccli/examples/wedata/v20210820/DescribeTableLineageInfo.md +135 -0
  20. tccli/services/aiart/v20221229/api.json +2 -2
  21. tccli/services/cat/v20180409/api.json +3 -3
  22. tccli/services/cfw/v20190904/api.json +7 -7
  23. tccli/services/csip/v20221121/api.json +8 -8
  24. tccli/services/cwp/v20180228/api.json +22 -12
  25. tccli/services/cwp/v20180228/examples.json +6 -0
  26. tccli/services/dbbrain/v20191016/api.json +3 -1
  27. tccli/services/dnspod/v20210323/api.json +5 -3
  28. tccli/services/dnspod/v20210323/examples.json +1 -1
  29. tccli/services/ess/ess_client.py +53 -0
  30. tccli/services/ess/v20201111/api.json +99 -19
  31. tccli/services/ess/v20201111/examples.json +20 -0
  32. tccli/services/essbasic/v20210526/api.json +18 -18
  33. tccli/services/ivld/v20210903/api.json +3 -3
  34. tccli/services/oceanus/oceanus_client.py +53 -0
  35. tccli/services/oceanus/v20190422/api.json +124 -1
  36. tccli/services/oceanus/v20190422/examples.json +11 -15
  37. tccli/services/omics/v20221128/api.json +41 -4
  38. tccli/services/omics/v20221128/examples.json +16 -4
  39. tccli/services/scf/v20180416/api.json +11 -2
  40. tccli/services/ssm/v20190923/api.json +6 -2
  41. tccli/services/tcss/v20201101/api.json +35 -5
  42. tccli/services/tcss/v20201101/examples.json +1 -1
  43. tccli/services/teo/v20220901/api.json +5 -5
  44. tccli/services/tiw/v20190919/api.json +21 -2
  45. tccli/services/trp/v20210515/api.json +63 -5
  46. tccli/services/trp/v20210515/examples.json +2 -2
  47. tccli/services/tse/tse_client.py +281 -16
  48. tccli/services/tse/v20201207/api.json +323 -0
  49. tccli/services/tse/v20201207/examples.json +40 -0
  50. tccli/services/tsf/v20180326/api.json +41 -30
  51. tccli/services/tsf/v20180326/examples.json +1 -1
  52. tccli/services/vod/v20180717/api.json +19 -6
  53. tccli/services/wedata/v20210820/api.json +1018 -80
  54. tccli/services/wedata/v20210820/examples.json +54 -0
  55. tccli/services/wedata/wedata_client.py +167 -8
  56. {tccli-3.0.1033.1.dist-info → tccli-3.0.1035.1.dist-info}/METADATA +2 -2
  57. {tccli-3.0.1033.1.dist-info → tccli-3.0.1035.1.dist-info}/RECORD +60 -50
  58. {tccli-3.0.1033.1.dist-info → tccli-3.0.1035.1.dist-info}/WHEEL +0 -0
  59. {tccli-3.0.1033.1.dist-info → tccli-3.0.1035.1.dist-info}/entry_points.txt +0 -0
  60. {tccli-3.0.1033.1.dist-info → tccli-3.0.1035.1.dist-info}/license_files/LICENSE +0 -0
@@ -210,6 +210,13 @@
210
210
  "output": "FetchSqlGatewayStatementResultResponse",
211
211
  "status": "online"
212
212
  },
213
+ "GetMetaTable": {
214
+ "document": "查询元数据表",
215
+ "input": "GetMetaTableRequest",
216
+ "name": "查询元数据表",
217
+ "output": "GetMetaTableResponse",
218
+ "status": "online"
219
+ },
213
220
  "ModifyFolder": {
214
221
  "document": "自定义树状结构页面拖拽文件夹",
215
222
  "input": "ModifyFolderRequest",
@@ -1495,7 +1502,7 @@
1495
1502
  "example": "folder-xxxxxxxx",
1496
1503
  "member": "string",
1497
1504
  "name": "FolderId",
1498
- "required": true,
1505
+ "output_required": true,
1499
1506
  "type": "string",
1500
1507
  "value_allowed_null": false
1501
1508
  },
@@ -3911,6 +3918,7 @@
3911
3918
  "example": "无",
3912
3919
  "member": "WorkSpaceSetItem",
3913
3920
  "name": "WorkSpaceSetItem",
3921
+ "output_required": true,
3914
3922
  "type": "list",
3915
3923
  "value_allowed_null": true
3916
3924
  },
@@ -3920,6 +3928,7 @@
3920
3928
  "example": "无",
3921
3929
  "member": "int64",
3922
3930
  "name": "TotalCount",
3931
+ "output_required": true,
3923
3932
  "type": "int",
3924
3933
  "value_allowed_null": false
3925
3934
  },
@@ -4158,6 +4167,120 @@
4158
4167
  ],
4159
4168
  "usage": "both"
4160
4169
  },
4170
+ "GetMetaTableRequest": {
4171
+ "document": "GetMetaTable请求参数结构体",
4172
+ "members": [
4173
+ {
4174
+ "disabled": false,
4175
+ "document": "Catalog名",
4176
+ "example": "_dc",
4177
+ "member": "string",
4178
+ "name": "Catalog",
4179
+ "required": true,
4180
+ "type": "string"
4181
+ },
4182
+ {
4183
+ "disabled": false,
4184
+ "document": "Database名",
4185
+ "example": "_db",
4186
+ "member": "string",
4187
+ "name": "Database",
4188
+ "required": true,
4189
+ "type": "string"
4190
+ },
4191
+ {
4192
+ "disabled": false,
4193
+ "document": "Table名",
4194
+ "example": "my_table1",
4195
+ "member": "string",
4196
+ "name": "Table",
4197
+ "required": true,
4198
+ "type": "string"
4199
+ },
4200
+ {
4201
+ "disabled": false,
4202
+ "document": "空间唯一标识",
4203
+ "example": "space-xxx",
4204
+ "member": "string",
4205
+ "name": "WorkSpaceId",
4206
+ "required": true,
4207
+ "type": "string"
4208
+ }
4209
+ ],
4210
+ "type": "object"
4211
+ },
4212
+ "GetMetaTableResponse": {
4213
+ "document": "GetMetaTable返回参数结构体",
4214
+ "members": [
4215
+ {
4216
+ "disabled": false,
4217
+ "document": "元数据表唯一标识",
4218
+ "example": "meta-xxx",
4219
+ "member": "string",
4220
+ "name": "SerialId",
4221
+ "output_required": true,
4222
+ "type": "string",
4223
+ "value_allowed_null": false
4224
+ },
4225
+ {
4226
+ "disabled": false,
4227
+ "document": "Catalog名",
4228
+ "example": "_dc",
4229
+ "member": "string",
4230
+ "name": "Catalog",
4231
+ "output_required": true,
4232
+ "type": "string",
4233
+ "value_allowed_null": false
4234
+ },
4235
+ {
4236
+ "disabled": false,
4237
+ "document": "Database名",
4238
+ "example": "_db",
4239
+ "member": "string",
4240
+ "name": "Database",
4241
+ "output_required": true,
4242
+ "type": "string",
4243
+ "value_allowed_null": false
4244
+ },
4245
+ {
4246
+ "disabled": false,
4247
+ "document": "Table名",
4248
+ "example": "my_table1",
4249
+ "member": "string",
4250
+ "name": "Table",
4251
+ "output_required": true,
4252
+ "type": "string",
4253
+ "value_allowed_null": false
4254
+ },
4255
+ {
4256
+ "disabled": false,
4257
+ "document": "建表语句,使用 Base64 编码。\n例如\nQ1JFQVRFIFRBQkxFIGRhdGFnZW5fc291cmNlX3RhYmxlICggCiAgICBpZCBJTlQsIAogICAgbmFtZSBTVFJJTkcgCikgV0lUSCAoCidjb25uZWN0b3InPSdkYXRhZ2VuJywKJ3Jvd3MtcGVyLXNlY29uZCcgPSAnMScKKTs=",
4258
+ "example": "无",
4259
+ "member": "string",
4260
+ "name": "DDL",
4261
+ "output_required": true,
4262
+ "type": "string",
4263
+ "value_allowed_null": false
4264
+ },
4265
+ {
4266
+ "disabled": false,
4267
+ "document": "场景时间",
4268
+ "example": "无",
4269
+ "member": "string",
4270
+ "name": "CreateTime",
4271
+ "output_required": true,
4272
+ "type": "string",
4273
+ "value_allowed_null": false
4274
+ },
4275
+ {
4276
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
4277
+ "member": "string",
4278
+ "name": "RequestId",
4279
+ "type": "string"
4280
+ }
4281
+ ],
4282
+ "type": "object"
4283
+ },
4161
4284
  "JobConfig": {
4162
4285
  "document": "作业配置详情",
4163
4286
  "members": [
@@ -25,21 +25,9 @@
25
25
  "CreateFolder": [
26
26
  {
27
27
  "document": "",
28
- "input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:CreateFolder\n<公共请求参数>\n\n{\n \"FolderName\": \"joylyu-test\",\n \"ParentId\": \"folder-xxxxxxxx\",\n \"FolderType\": 0\n}",
29
- "output": "{\n \"Response\": {\n \"FolderId\": \"folder-cccccccc\",\n \"RequestId\": \"5d5a201f-0a3d-485f-a82f-3c73ccca348a\"\n }\n}",
30
- "title": "作业列表新建文件夹"
31
- },
32
- {
33
- "document": "",
34
- "input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFolder\n<公共请求参数>\n\n{\n \"FolderName\": \"test1\",\n \"WorkSpaceId\": \"space-1257058945ap-guangzho\",\n \"FolderType\": \"0\",\n \"ParentId\": \"root\"\n}",
35
- "output": "{\n \"Response\": {\n \"FolderId\": \"folder-qy7n62qr\",\n \"RequestId\": \"eb7bbe76-77b3-444d-8554-4dd14394a008\"\n }\n}",
36
- "title": "测试"
37
- },
38
- {
39
- "document": "",
40
- "input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFolder\n<公共请求参数>\n\n{\n \"FolderName\": \"test2\",\n \"WorkSpaceId\": \"space-1257058945ap-guangzho\",\n \"FolderType\": \"0\",\n \"ParentId\": \"root\"\n}",
28
+ "input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFolder\n<公共请求参数>\n\n{\n \"FolderName\": \"test\",\n \"WorkSpaceId\": \"space-1257058945ap-guangzhou\",\n \"FolderType\": 0,\n \"ParentId\": \"root\"\n}",
41
29
  "output": "{\n \"Response\": {\n \"FolderId\": \"folder-dhq5omrl\",\n \"RequestId\": \"a6030a9d-d791-4e7f-8f2c-7d908b6449a0\"\n }\n}",
42
- "title": "2"
30
+ "title": "创建文件夹"
43
31
  }
44
32
  ],
45
33
  "CreateJob": [
@@ -258,7 +246,7 @@
258
246
  {
259
247
  "document": "获取用户的空间列表",
260
248
  "input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWorkSpaces\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 5,\n \"Filters\": [\n {\n \"Name\": \"ItemSpaceName\",\n \"Values\": [\n \"def\"\n ]\n }\n ],\n \"OrderType\": 1\n}",
261
- "output": "{\n \"Response\": {\n \"TotalCount\": 25,\n \"WorkSpaceSetItem\": [\n {\n \"SerialId\": \"spc-1874\",\n \"WorkSpaceId\": \"spc-1874\",\n \"AppId\": 1257058945,\n \"OwnerUin\": \"100006386216\",\n \"CreatorUin\": \"100006386216\",\n \"WorkSpaceName\": \"default0\",\n \"Region\": \"ap-guangzhou\",\n \"CreateTime\": \"2021-12-10 02:39:54\",\n \"UpdateTime\": \"2021-12-10 02:39:54\",\n \"Status\": 2,\n \"Description\": \"子账号在默认空间默具有开发者权限,可以在成员管理模块进行限制\",\n \"ClusterGroupSetItem\": [\n {\n \"ClusterId\": \"cluster-jphs0vtz\",\n \"Name\": \"k1\",\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-3\",\n \"AppId\": 1257058945,\n \"OwnerUin\": \"100006386216\",\n \"CreatorUin\": \"100006386216\",\n \"CuNum\": 24,\n \"CuMem\": 4,\n \"Status\": -1,\n \"StatusDesc\": \"unknown\",\n \"CreateTime\": \"2020-11-05 09:40:45\",\n \"UpdateTime\": \"2020-11-25 02:47:02\",\n \"Remark\": \"k1\",\n \"NetEnvironmentType\": 1,\n \"FreeCuNum\": 24,\n \"FreeCu\": 23.5\n }\n ],\n \"RoleAuth\": [\n {\n \"Id\": 1363,\n \"AppId\": 1257058945,\n \"WorkSpaceId\": 1874,\n \"WorkSpaceSerialId\": \"workspace-xxx\",\n \"OwnerUin\": \"100006386216\",\n \"CreatorUin\": \"100006386216\",\n \"AuthSubAccountUin\": \"100006386216\",\n \"Permission\": 0,\n \"CreateTime\": \"2021-12-10 02:40:46\",\n \"UpdateTime\": \"2021-12-10 02:40:46\",\n \"Status\": 2\n }\n ],\n \"RoleAuthCount\": 2,\n \"JobsCount\": 5\n }\n ],\n \"RequestId\": \"415320BF-0F15-40AB-BB57-8D3B358E0423\"\n }\n}",
249
+ "output": "{\n \"Response\": {\n \"TotalCount\": 25,\n \"WorkSpaceSetItem\": [\n {\n \"SerialId\": \"spc-1874\",\n \"WorkSpaceId\": \"spc-1874\",\n \"AppId\": 1257058945,\n \"OwnerUin\": \"100006386216\",\n \"CreatorUin\": \"100006386216\",\n \"WorkSpaceName\": \"default0\",\n \"Region\": \"ap-guangzhou\",\n \"CreateTime\": \"2021-12-10 02:39:54\",\n \"UpdateTime\": \"2021-12-10 02:39:54\",\n \"Status\": 2,\n \"Description\": \"子账号在默认空间具有开发者权限,可以在成员管理模块进行限制\",\n \"ClusterGroupSetItem\": [\n {\n \"ClusterId\": \"cluster-jphs0vtz\",\n \"Name\": \"k1\",\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-3\",\n \"AppId\": 1257058945,\n \"OwnerUin\": \"100006386216\",\n \"CreatorUin\": \"100006386216\",\n \"CuNum\": 24,\n \"CuMem\": 4,\n \"Status\": -1,\n \"StatusDesc\": \"unknown\",\n \"CreateTime\": \"2020-11-05 09:40:45\",\n \"UpdateTime\": \"2020-11-25 02:47:02\",\n \"Remark\": \"k1\",\n \"NetEnvironmentType\": 1,\n \"FreeCuNum\": 24,\n \"FreeCu\": 23.5,\n \"RunningCu\": 0,\n \"PayMode\": 0\n }\n ],\n \"RoleAuth\": [\n {\n \"Id\": 1363,\n \"AppId\": 1257058945,\n \"WorkSpaceId\": 1874,\n \"WorkSpaceSerialId\": \"workspace-xxx\",\n \"OwnerUin\": \"100006386216\",\n \"CreatorUin\": \"100006386216\",\n \"AuthSubAccountUin\": \"100006386216\",\n \"Permission\": 0,\n \"CreateTime\": \"2021-12-10 02:40:46\",\n \"UpdateTime\": \"2021-12-10 02:40:46\",\n \"Status\": 2,\n \"RoleName\": \"name\"\n }\n ],\n \"RoleAuthCount\": 2,\n \"JobsCount\": 5\n }\n ],\n \"RequestId\": \"415320BF-0F15-40AB-BB57-8D3B358E0423\"\n }\n}",
262
250
  "title": "授权空间列表"
263
251
  }
264
252
  ],
@@ -270,6 +258,14 @@
270
258
  "title": "查询Statement执行结果"
271
259
  }
272
260
  ],
261
+ "GetMetaTable": [
262
+ {
263
+ "document": "",
264
+ "input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetMetaTable\n<公共请求参数>\n\n{\n \"Catalog\": \"_dc\",\n \"Database\": \"_db\",\n \"Table\": \"my_table1\",\n \"WorkSpaceId\": \"space-xxx\"\n}",
265
+ "output": "{\n \"Response\": {\n \"SerialId\": \"mtable-7v16heof\",\n \"Catalog\": \"_dc\",\n \"Database\": \"_db\",\n \"Table\": \"my_table1\",\n \"DDL\": \"Q1JFQVRFIFRBQkxFIGRhdGFnZW5fc291cmNlX3RhYmxlICggCiAgICBpZCBJTlQsIAogICAgbmFtZSBTVFJJTkcgCikgV0lUSCAoCidjb25uZWN0b3InPSdkYXRhZ2VuJywKJ3Jvd3MtcGVyLXNlY29uZCcgPSAnMScKKTs=\",\n \"CreateTime\": \"2023-11-08 14:45:07\",\n \"RequestId\": \"6d1f41df-7c10-4ddd-a6e0-e05bccd996fa\"\n }\n}",
266
+ "title": "查询元数据表信息"
267
+ }
268
+ ],
273
269
  "ModifyFolder": [
274
270
  {
275
271
  "document": "",
@@ -1548,21 +1548,48 @@
1548
1548
  "members": [
1549
1549
  {
1550
1550
  "disabled": false,
1551
- "document": "关联项目ID",
1551
+ "document": "项目ID。(不填使用指定地域下的默认项目)",
1552
1552
  "example": "无",
1553
1553
  "member": "string",
1554
1554
  "name": "ProjectId",
1555
- "required": true,
1555
+ "required": false,
1556
1556
  "type": "string"
1557
1557
  },
1558
1558
  {
1559
1559
  "disabled": false,
1560
- "document": "任务UUID。",
1560
+ "document": "需要重试的任务批次ID。",
1561
+ "example": "无",
1562
+ "member": "string",
1563
+ "name": "RunGroupId",
1564
+ "required": false,
1565
+ "type": "string"
1566
+ },
1567
+ {
1568
+ "disabled": false,
1569
+ "document": "需要重试的任务UUID。",
1561
1570
  "example": "无",
1562
1571
  "member": "string",
1563
1572
  "name": "RunUuids",
1564
- "required": true,
1573
+ "required": false,
1565
1574
  "type": "list"
1575
+ },
1576
+ {
1577
+ "disabled": false,
1578
+ "document": "WDL运行选项,不填使用被重试的任务批次运行选项。",
1579
+ "example": "无",
1580
+ "member": "RunOption",
1581
+ "name": "WDLOption",
1582
+ "required": false,
1583
+ "type": "object"
1584
+ },
1585
+ {
1586
+ "disabled": false,
1587
+ "document": "Nextflow运行选项,不填使用被重试的任务批次运行选项。",
1588
+ "example": "无",
1589
+ "member": "NFOption",
1590
+ "name": "NFOption",
1591
+ "required": false,
1592
+ "type": "object"
1566
1593
  }
1567
1594
  ],
1568
1595
  "type": "object"
@@ -1570,6 +1597,16 @@
1570
1597
  "RetryRunsResponse": {
1571
1598
  "document": "RetryRuns返回参数结构体",
1572
1599
  "members": [
1600
+ {
1601
+ "disabled": false,
1602
+ "document": "新的任务批次ID。\n注意:此字段可能返回 null,表示取不到有效值。",
1603
+ "example": "无",
1604
+ "member": "string",
1605
+ "name": "RunGroupId",
1606
+ "output_required": false,
1607
+ "type": "string",
1608
+ "value_allowed_null": true
1609
+ },
1573
1610
  {
1574
1611
  "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
1575
1612
  "member": "string",
@@ -96,10 +96,22 @@
96
96
  ],
97
97
  "RetryRuns": [
98
98
  {
99
- "document": "重试任务。",
100
- "input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RetryRuns\n<公共请求参数>\n\n{\n \"ProjectId\": \"prj-aggressive-lime-porcupine-752427\",\n \"RunUuids\": [\n \"0118f2ed-43b0-433c-b21c-472fe2bc1766\",\n \"a273a6f0-ca66-474d-ba04-80f6c73463e9\",\n \"fc9680c8-35e7-4e82-a5aa-9c506bef6829\"\n ]\n}",
101
- "output": "{\n \"Response\": {\n \"RequestId\": \"46520c37-4d28-49e1-a738-01f64ae1b06b\"\n }\n}",
102
- "title": "重试任务"
99
+ "document": "重试任务批次。",
100
+ "input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RetryRuns\n<公共请求参数>\n\n{\n \"ProjectId\": \"prj-aggressive-lime-porcupine-752427\",\n \"RunGroupId\": \"run-ashamed-bleak-doggy-247963\"\n}",
101
+ "output": "{\n \"Response\": {\n \"RequestId\": \"46520c37-4d28-49e1-a738-01f64ae1b06b\",\n \"RunGroupId\": \"run-greedy-ecru-bonobo-459181\"\n }\n}",
102
+ "title": "重试任务批次"
103
+ },
104
+ {
105
+ "document": "重试任务批次内指定任务。",
106
+ "input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RetryRuns\n<公共请求参数>\n\n{\n \"ProjectId\": \"prj-aggressive-lime-porcupine-752427\",\n \"RunGroupId\": \"run-ashamed-bleak-doggy-247963\",\n \"RunUuids\": [\n \"7b501b32-4e42-456a-9d54-aa3c9791beb0\",\n \"38b860fa-65d3-4adc-8000-4c0c31d2ff51\"\n ]\n}",
107
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e5dc747d-7ad2-44de-afe5-569c9a342db8\",\n \"RunGroupId\": \"run-pretty-yellow-mastiff-141933\"\n }\n}",
108
+ "title": "重试任务批次内指定任务"
109
+ },
110
+ {
111
+ "document": "重试单个任务。",
112
+ "input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RetryRuns\n<公共请求参数>\n\n{\n \"ProjectId\": \"prj-aggressive-lime-porcupine-752427\",\n \"RunUuids\": [\n \"7b501b32-4e42-456a-9d54-aa3c9791beb0\"\n ]\n}",
113
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e2fe59bb-21e3-45de-9289-9d22a5b1bdff\",\n \"RunGroupId\": \"run-lonely-orange-dodo-410909\"\n }\n}",
114
+ "title": "重试单个任务"
103
115
  }
104
116
  ],
105
117
  "RunApplication": [
@@ -2697,11 +2697,11 @@
2697
2697
  "members": [
2698
2698
  {
2699
2699
  "disabled": false,
2700
- "document": "需要获取详情的函数名称",
2700
+ "document": "需要获取详情的函数名称,ResourceId和FunctionName只能传一个",
2701
2701
  "example": "<FunctionName>",
2702
2702
  "member": "string",
2703
2703
  "name": "FunctionName",
2704
- "required": true,
2704
+ "required": false,
2705
2705
  "type": "string"
2706
2706
  },
2707
2707
  {
@@ -6888,6 +6888,15 @@
6888
6888
  "name": "IntranetConfig",
6889
6889
  "required": false,
6890
6890
  "type": "object"
6891
+ },
6892
+ {
6893
+ "disabled": false,
6894
+ "document": "忽略系统日志上报",
6895
+ "example": "无",
6896
+ "member": "bool",
6897
+ "name": "IgnoreSysLog",
6898
+ "required": false,
6899
+ "type": "bool"
6891
6900
  }
6892
6901
  ],
6893
6902
  "type": "object"
@@ -514,7 +514,7 @@
514
514
  },
515
515
  {
516
516
  "disabled": false,
517
- "document": "二进制凭据信息base64编码后的明文。SecretBinary 和 SecretString 必须且只能设置一个,最大支持4096字节。",
517
+ "document": "二进制凭据信息base64编码后的明文。SecretBinary 和 SecretString 必须且只能设置一个,最大支持32KB字节。",
518
518
  "example": "无",
519
519
  "member": "string",
520
520
  "name": "SecretBinary",
@@ -523,7 +523,7 @@
523
523
  },
524
524
  {
525
525
  "disabled": false,
526
- "document": "文本类型凭据信息明文(不需要进行base64编码)。SecretBinary 和 SecretString 必须且只能设置一个,,最大支持4096字节。",
526
+ "document": "文本类型凭据信息明文(不需要进行base64编码)。SecretBinary 和 SecretString 必须且只能设置一个,最大支持32KB字节。",
527
527
  "example": "test",
528
528
  "member": "string",
529
529
  "name": "SecretString",
@@ -560,6 +560,7 @@
560
560
  "example": "test_secret",
561
561
  "member": "string",
562
562
  "name": "SecretName",
563
+ "output_required": true,
563
564
  "type": "string",
564
565
  "value_allowed_null": false
565
566
  },
@@ -569,6 +570,7 @@
569
570
  "example": "v1.0",
570
571
  "member": "string",
571
572
  "name": "VersionId",
573
+ "output_required": true,
572
574
  "type": "string",
573
575
  "value_allowed_null": false
574
576
  },
@@ -578,6 +580,7 @@
578
580
  "example": "无",
579
581
  "member": "uint64",
580
582
  "name": "TagCode",
583
+ "output_required": true,
581
584
  "type": "int",
582
585
  "value_allowed_null": true
583
586
  },
@@ -587,6 +590,7 @@
587
590
  "example": "无",
588
591
  "member": "string",
589
592
  "name": "TagMsg",
593
+ "output_required": true,
590
594
  "type": "string",
591
595
  "value_allowed_null": true
592
596
  },
@@ -6024,7 +6024,7 @@
6024
6024
  },
6025
6025
  {
6026
6026
  "disabled": false,
6027
- "document": "接入状态\n注意:此字段可能返回 null,表示取不到有效值。",
6027
+ "document": "接入状态:\n未接入: AccessedNone\n已防护: AccessedDefended\n未防护: AccessedInstalled\n部分防护: AccessedPartialDefence\n接入异常: AccessedException\n卸载异常: AccessedUninstallException\n接入中: AccessedInstalling\n卸载中: AccessedUninstalling\n注意:此字段可能返回 null,表示取不到有效值。",
6028
6028
  "example": "无",
6029
6029
  "member": "string",
6030
6030
  "name": "AccessedStatus",
@@ -6071,6 +6071,16 @@
6071
6071
  "output_required": false,
6072
6072
  "type": "int",
6073
6073
  "value_allowed_null": true
6074
+ },
6075
+ {
6076
+ "disabled": false,
6077
+ "document": "计费核数\n注意:此字段可能返回 null,表示取不到有效值。",
6078
+ "example": "无",
6079
+ "member": "uint64",
6080
+ "name": "ChargeCoresCnt",
6081
+ "output_required": false,
6082
+ "type": "int",
6083
+ "value_allowed_null": true
6074
6084
  }
6075
6085
  ],
6076
6086
  "usage": "out"
@@ -15352,7 +15362,7 @@
15352
15362
  "example": "无",
15353
15363
  "member": "string",
15354
15364
  "name": "DownloadUrl",
15355
- "required": true,
15365
+ "output_required": true,
15356
15366
  "type": "string",
15357
15367
  "value_allowed_null": true
15358
15368
  },
@@ -19823,7 +19833,7 @@
19823
19833
  "members": [
19824
19834
  {
19825
19835
  "disabled": false,
19826
- "document": "过滤条件。\n<li>ExportStatus- string -是否必填: 否 - 导出状态 RUNNING: 导出中 SUCCESS:导出完成 FAILURE:失败\n<li>ExportSource- string -是否必填: 否 - 导出来源 LocalImage: 本地镜像\n</li>",
19836
+ "document": "过滤条件。\n<li>ExportStatus- string -是否必填: 否 - 导出状态 RUNNING: 导出中 SUCCESS:导出完成 FAILURE:失败\n</li>\n<li>ExportSource- string -是否必填: 否 - 导出来源 LocalImage: 本地镜像 RegistryImage: 仓库镜像\n</li>",
19827
19837
  "example": "无",
19828
19838
  "member": "RunTimeFilters",
19829
19839
  "name": "Filters",
@@ -19878,7 +19888,7 @@
19878
19888
  "example": "xxx",
19879
19889
  "member": "uint64",
19880
19890
  "name": "TotalCount",
19881
- "required": true,
19891
+ "output_required": true,
19882
19892
  "type": "int",
19883
19893
  "value_allowed_null": false
19884
19894
  },
@@ -19888,7 +19898,7 @@
19888
19898
  "example": "无",
19889
19899
  "member": "ExportJobInfo",
19890
19900
  "name": "List",
19891
- "required": true,
19901
+ "output_required": true,
19892
19902
  "type": "list",
19893
19903
  "value_allowed_null": false
19894
19904
  },
@@ -30282,6 +30292,26 @@
30282
30292
  "output_required": true,
30283
30293
  "type": "string",
30284
30294
  "value_allowed_null": false
30295
+ },
30296
+ {
30297
+ "disabled": false,
30298
+ "document": "计费核数",
30299
+ "example": "无",
30300
+ "member": "uint64",
30301
+ "name": "ChargeCoresCnt",
30302
+ "output_required": true,
30303
+ "type": "int",
30304
+ "value_allowed_null": false
30305
+ },
30306
+ {
30307
+ "disabled": false,
30308
+ "document": "防护状态:\n已防护: Defended\n未防护: UnDefended",
30309
+ "example": "无",
30310
+ "member": "string",
30311
+ "name": "DefendStatus",
30312
+ "output_required": true,
30313
+ "type": "string",
30314
+ "value_allowed_null": false
30285
30315
  }
30286
30316
  ],
30287
30317
  "usage": "out"
@@ -872,7 +872,7 @@
872
872
  {
873
873
  "document": "查询主机列表",
874
874
  "input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetHostList\n<公共请求参数>\n\n{}",
875
- "output": "{\n \"Response\": {\n \"List\": [\n {\n \"HostID\": \"abc\",\n \"HostIP\": \"abc\",\n \"HostName\": \"abc\",\n \"Group\": \"abc\",\n \"DockerVersion\": \"abc\",\n \"DockerFileSystemDriver\": \"abc\",\n \"ImageCnt\": 1,\n \"ContainerCnt\": 1,\n \"Status\": \"abc\",\n \"IsContainerd\": true,\n \"MachineType\": \"abc\",\n \"PublicIp\": \"abc\",\n \"Uuid\": \"abc\",\n \"InstanceID\": \"abc\",\n \"RegionID\": 0,\n \"Project\": {\n \"ProjectName\": \"abc\",\n \"ProjectID\": 0\n },\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"ClusterID\": \"abc\",\n \"ClusterName\": \"abc\",\n \"ClusterAccessedStatus\": \"abc\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
875
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"HostID\": \"abc\",\n \"HostIP\": \"abc\",\n \"HostName\": \"abc\",\n \"Group\": \"abc\",\n \"DockerVersion\": \"abc\",\n \"DockerFileSystemDriver\": \"abc\",\n \"ImageCnt\": 1,\n \"ContainerCnt\": 1,\n \"Status\": \"abc\",\n \"IsContainerd\": true,\n \"MachineType\": \"abc\",\n \"PublicIp\": \"abc\",\n \"Uuid\": \"abc\",\n \"InstanceID\": \"abc\",\n \"RegionID\": 0,\n \"Project\": {\n \"ProjectName\": \"abc\",\n \"ProjectID\": 0\n },\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"ClusterID\": \"abc\",\n \"ClusterName\": \"abc\",\n \"ClusterAccessedStatus\": \"abc\",\n \"ChargeCoresCnt\": 1,\n \"DefendStatus\": \"abc\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
876
876
  "title": "查询主机列表"
877
877
  }
878
878
  ],
@@ -3453,7 +3453,7 @@
3453
3453
  },
3454
3454
  {
3455
3455
  "disabled": false,
3456
- "document": "要预热的资源列表,每个元素格式类似如下:\nhttp://www.example.com/example.txt。\n注意:提交任务数受计费套餐配额限制,请查看 [EO计费套餐](https://cloud.tencent.com/document/product/1552/77380)。",
3456
+ "document": "要预热的资源列表,每个元素格式类似如下:\nhttp://www.example.com/example.txt。参数值当前必填。\n注意:提交任务数受计费套餐配额限制,请查看 [EO计费套餐](https://cloud.tencent.com/document/product/1552/77380)。",
3457
3457
  "example": "[\"http://www.qq.com/1.txt\"]",
3458
3458
  "member": "string",
3459
3459
  "name": "Targets",
@@ -6050,7 +6050,7 @@
6050
6050
  },
6051
6051
  {
6052
6052
  "disabled": false,
6053
- "document": "查询起始时间。",
6053
+ "document": "查询起始时间,时间与 job-id 必填一个。",
6054
6054
  "example": "2022-02-09T02:35:00Z",
6055
6055
  "member": "datetime_iso",
6056
6056
  "name": "StartTime",
@@ -6059,7 +6059,7 @@
6059
6059
  },
6060
6060
  {
6061
6061
  "disabled": false,
6062
- "document": "查询结束时间。",
6062
+ "document": "查询结束时间,时间与 job-id 必填一个。",
6063
6063
  "example": "2022-02-09T02:35:00Z",
6064
6064
  "member": "datetime_iso",
6065
6065
  "name": "EndTime",
@@ -6142,7 +6142,7 @@
6142
6142
  },
6143
6143
  {
6144
6144
  "disabled": false,
6145
- "document": "查询起始时间。",
6145
+ "document": "查询起始时间,时间与job-id必填一个。",
6146
6146
  "example": "2022-02-09T02:35:00Z",
6147
6147
  "member": "datetime_iso",
6148
6148
  "name": "StartTime",
@@ -6151,7 +6151,7 @@
6151
6151
  },
6152
6152
  {
6153
6153
  "disabled": false,
6154
- "document": "查询结束时间。",
6154
+ "document": "查询结束时间,时间与job-id必填一个。",
6155
6155
  "example": "2022-02-09T02:35:00Z",
6156
6156
  "member": "datetime_iso",
6157
6157
  "name": "EndTime",
@@ -695,12 +695,21 @@
695
695
  },
696
696
  {
697
697
  "disabled": false,
698
- "document": "是否对不支持元素开启自动处理的功能。默认不开启。\n\n在开启自动处理的情况下,会自动进行如下处理:\n1. 墨迹:移除不支持的墨迹(比如使用WPS画的)\n2. 自动翻页:移除PPT上所有的自动翻页设置,并设置为单击鼠标翻页\n3. 已损坏音视频:移除PPT上对损坏音视频的引用",
698
+ "document": "是否对不支持元素开启自动处理的功能,默认不开启。\ntrue -- 开启\nfalse -- 不开启\n\n当设置为`true`时,可配合`AutoHandleUnsupportedElementTypes`参数使用,具体有哪些不兼容元素类型,可参考`AutoHandleUnsupportedElementTypes`参数的说明。",
699
699
  "example": "true",
700
700
  "member": "bool",
701
701
  "name": "AutoHandleUnsupportedElement",
702
702
  "required": false,
703
703
  "type": "bool"
704
+ },
705
+ {
706
+ "disabled": false,
707
+ "document": "此参数仅在`AutoHandleUnsupportedElement`参数为`true`的情况下有效。\n\n指定需要自动处理的不兼容元素类型,默认对所有不兼容的元素进行自动处理。\n\n目前支持检测的不兼容元素类型及对应的自动处理方式如下:\n0: 不支持的墨迹类型\n-- 自动处理方式:移除墨迹\n\n1: 自动翻页\n-- 自动处理方式:移除自动翻页设置,并修改为单击切换\n\n2: 已损坏音视频\n-- 自动处理方式:移除对损坏音视频的引用\n\n3: 不可访问资源\n-- 自动处理方式:移除对不可访问的资源的引用\n\n4: 只读文件\n-- 自动处理方式:移除只读设置\n\n5: 不支持的元素编辑锁定状态\n-- 自动处理方式:移除锁定状态\n\n6: 可能有兼容问题的字体\n-- 自动处理方式: 不支持处理\n\n7: 设置了柔化边缘的GIF图片\n-- 自动处理方式:移除柔化边缘设置\n\n8: 存在不兼容的空格下划线\n-- 自动处理方式:通过调整空格下划线前后文本的字体语言体系,保证空格下划线表现正常\n\n9: 存在设置了分段动画的数学公式和文本混合内容\n-- 自动处理方式: 不支持处理\n\n10: 存在设置了分段动画的渐变色文本\n-- 自动处理方式: 不支持处理\n\n11: 存在不兼容的分散对齐方式\n-- 自动处理方式: 不支持处理\n\n12: 存在不兼容的多倍行距设置\n-- 自动处理方式: 不支持处理",
708
+ "example": "[0, 1, 2]",
709
+ "member": "int64",
710
+ "name": "AutoHandleUnsupportedElementTypes",
711
+ "required": false,
712
+ "type": "list"
704
713
  }
705
714
  ],
706
715
  "type": "object"
@@ -714,6 +723,7 @@
714
723
  "example": "g6ls63ps49vteb8bk1mb",
715
724
  "member": "string",
716
725
  "name": "TaskId",
726
+ "output_required": true,
717
727
  "type": "string",
718
728
  "value_allowed_null": false
719
729
  },
@@ -894,13 +904,22 @@
894
904
  },
895
905
  {
896
906
  "disabled": false,
897
- "document": "此参数仅对动态转码生效。\n是否对不支持元素开启自动处理的功能。默认不开启。\n\n在开启自动处理的情况下,会自动进行如下处理:\n1. 墨迹:移除不支持的墨迹(比如使用WPS画的)\n2. 自动翻页:移除PPT上所有的自动翻页设置,并设置为单击鼠标翻页\n3. 已损坏音视频:移除PPT上对损坏音视频的引用",
907
+ "document": "此参数仅对动态转码生效。\n\n是否对不支持元素开启自动处理的功能,默认不开启。\ntrue -- 开启\nfalse -- 不开启\n\n当设置为`true`时,可配合`AutoHandleUnsupportedElementTypes`参数使用,具体有哪些不兼容元素类型,可参考`AutoHandleUnsupportedElementTypes`参数的说明。",
898
908
  "example": "true",
899
909
  "member": "bool",
900
910
  "name": "AutoHandleUnsupportedElement",
901
911
  "required": false,
902
912
  "type": "bool"
903
913
  },
914
+ {
915
+ "disabled": false,
916
+ "document": "此参数仅在`AutoHandleUnsupportedElement`参数为`true`的情况下有效。\n\n指定需要自动处理的不兼容元素类型,默认对所有不兼容的元素进行自动处理。\n\n目前支持检测的不兼容元素类型及对应的自动处理方式如下:\n0: 不支持的墨迹类型\n-- 自动处理方式:移除墨迹\n\n1: 自动翻页\n-- 自动处理方式:移除自动翻页设置,并修改为单击切换\n\n2: 已损坏音视频\n-- 自动处理方式:移除对损坏音视频的引用\n\n3: 不可访问资源\n-- 自动处理方式:移除对不可访问的资源的引用\n\n4: 只读文件\n-- 自动处理方式:移除只读设置\n\n5: 不支持的元素编辑锁定状态\n-- 自动处理方式:移除锁定状态\n\n6: 可能有兼容问题的字体\n-- 自动处理方式: 不支持处理\n\n7: 设置了柔化边缘的GIF图片\n-- 自动处理方式:移除柔化边缘设置\n\n8: 存在不兼容的空格下划线\n-- 自动处理方式:通过调整空格下划线前后文本的字体语言体系,保证空格下划线表现正常\n\n9: 存在设置了分段动画的数学公式和文本混合内容\n-- 自动处理方式: 不支持处理\n\n10: 存在设置了分段动画的渐变色文本\n-- 自动处理方式: 不支持处理\n\n11: 存在不兼容的分散对齐方式\n-- 自动处理方式: 不支持处理\n\n12: 存在不兼容的多倍行距设置\n-- 自动处理方式: 不支持处理",
917
+ "example": "[0, 1, 2]",
918
+ "member": "int64",
919
+ "name": "AutoHandleUnsupportedElementTypes",
920
+ "required": false,
921
+ "type": "list"
922
+ },
904
923
  {
905
924
  "disabled": false,
906
925
  "document": "Excel表格转码参数,可设置转码时表格纸张大小及纸张方向等参数(仅对转码文件为Excel表格文件的静态转码任务生效)",