tccli 3.0.1034.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.
- tccli/__init__.py +1 -1
- tccli/examples/cwp/v20180228/SyncBaselineDetectSummary.md +28 -0
- tccli/examples/dnspod/v20210323/DescribeRecordList.md +4 -2
- tccli/examples/ess/v20201111/ModifyExtendedService.md +79 -0
- tccli/examples/oceanus/v20190422/CreateFolder.md +3 -50
- tccli/examples/oceanus/v20190422/DescribeWorkSpaces.md +6 -3
- tccli/examples/oceanus/v20190422/GetMetaTable.md +29 -0
- tccli/examples/tcss/v20201101/DescribeAssetHostList.md +3 -1
- tccli/examples/trp/v20210515/DescribeProducts.md +6 -3
- tccli/examples/tse/v20201207/CreateCloudNativeAPIGatewayPublicNetwork.md +26 -0
- tccli/examples/tse/v20201207/DeleteCloudNativeAPIGatewayPublicNetwork.md +23 -0
- tccli/examples/tse/v20201207/ModifyConsoleNetwork.md +22 -0
- tccli/examples/tse/v20201207/ModifyNetworkAccessStrategy.md +26 -0
- tccli/examples/tse/v20201207/ModifyNetworkBasicInfo.md +25 -0
- tccli/services/aiart/v20221229/api.json +2 -2
- tccli/services/cat/v20180409/api.json +1 -1
- tccli/services/cfw/v20190904/api.json +7 -7
- tccli/services/csip/v20221121/api.json +8 -8
- tccli/services/cwp/v20180228/api.json +22 -12
- tccli/services/cwp/v20180228/examples.json +6 -0
- tccli/services/dbbrain/v20191016/api.json +3 -1
- tccli/services/dnspod/v20210323/api.json +5 -3
- tccli/services/dnspod/v20210323/examples.json +1 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +85 -5
- tccli/services/ess/v20201111/examples.json +20 -0
- tccli/services/essbasic/v20210526/api.json +11 -11
- tccli/services/oceanus/oceanus_client.py +53 -0
- tccli/services/oceanus/v20190422/api.json +124 -1
- tccli/services/oceanus/v20190422/examples.json +11 -15
- tccli/services/scf/v20180416/api.json +11 -2
- tccli/services/tcss/v20201101/api.json +35 -5
- tccli/services/tcss/v20201101/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +5 -5
- tccli/services/tiw/v20190919/api.json +21 -2
- tccli/services/trp/v20210515/api.json +63 -5
- tccli/services/trp/v20210515/examples.json +2 -2
- tccli/services/tse/tse_client.py +281 -16
- tccli/services/tse/v20201207/api.json +323 -0
- tccli/services/tse/v20201207/examples.json +40 -0
- tccli/services/tsf/v20180326/api.json +36 -26
- tccli/services/vod/v20180717/api.json +19 -6
- {tccli-3.0.1034.1.dist-info → tccli-3.0.1035.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1034.1.dist-info → tccli-3.0.1035.1.dist-info}/RECORD +47 -40
- {tccli-3.0.1034.1.dist-info → tccli-3.0.1035.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1034.1.dist-info → tccli-3.0.1035.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1034.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
|
-
"
|
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\": \"
|
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": "
|
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\": \"
|
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": "",
|
@@ -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":
|
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"
|
@@ -6024,7 +6024,7 @@
|
|
6024
6024
|
},
|
6025
6025
|
{
|
6026
6026
|
"disabled": false,
|
6027
|
-
"document": "
|
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
|
-
"
|
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:
|
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
|
-
"
|
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
|
-
"
|
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
|
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": "
|
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
|
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表格文件的静态转码任务生效)",
|