tccli 3.0.1366.1__py2.py3-none-any.whl → 3.0.1368.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/apm/v20210622/api.json +16 -4
- tccli/services/cdb/v20170320/api.json +1 -1
- tccli/services/cdn/v20180606/api.json +17 -4
- tccli/services/cfw/cfw_client.py +34 -193
- tccli/services/cfw/v20190904/api.json +21 -341
- tccli/services/cfw/v20190904/examples.json +2 -26
- tccli/services/cls/v20201016/api.json +20 -18
- tccli/services/cls/v20201016/examples.json +7 -7
- tccli/services/ctem/v20231128/api.json +5 -5
- tccli/services/cwp/v20180228/api.json +12 -12
- tccli/services/cwp/v20180228/examples.json +4 -4
- tccli/services/dlc/v20210125/api.json +77 -9
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/es/v20180416/api.json +132 -3
- tccli/services/es/v20250101/api.json +6 -6
- tccli/services/es/v20250101/examples.json +8 -8
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +72 -2
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/ocr/v20181119/api.json +123 -123
- tccli/services/sqlserver/v20180328/api.json +14 -14
- tccli/services/sqlserver/v20180328/examples.json +3 -3
- tccli/services/ssl/v20191205/api.json +40 -0
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/sts/v20180813/api.json +1 -1
- tccli/services/tdmq/v20200217/api.json +62 -2
- tccli/services/teo/v20220901/api.json +11 -11
- tccli/services/thpc/thpc_client.py +330 -12
- tccli/services/thpc/v20230321/api.json +718 -0
- tccli/services/thpc/v20230321/examples.json +48 -0
- tccli/services/trocket/v20230308/api.json +40 -0
- tccli/services/tsf/tsf_client.py +159 -0
- tccli/services/tsf/v20180326/api.json +583 -0
- tccli/services/tsf/v20180326/examples.json +24 -0
- tccli/services/tts/v20190823/api.json +1 -1
- tccli/services/vod/v20180717/api.json +5 -5
- tccli/services/vrs/v20200824/api.json +1 -1
- tccli/services/wedata/v20210820/api.json +173 -21
- tccli/services/wedata/v20210820/examples.json +3 -9
- {tccli-3.0.1366.1.dist-info → tccli-3.0.1368.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1366.1.dist-info → tccli-3.0.1368.1.dist-info}/RECORD +47 -47
- {tccli-3.0.1366.1.dist-info → tccli-3.0.1368.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1366.1.dist-info → tccli-3.0.1368.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1366.1.dist-info → tccli-3.0.1368.1.dist-info}/license_files/LICENSE +0 -0
@@ -171,8 +171,8 @@
|
|
171
171
|
"CreateIndex": [
|
172
172
|
{
|
173
173
|
"document": "",
|
174
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateIndex\n<公共请求参数>\n\n{\n \"TopicId\": \"
|
175
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
174
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateIndex\n<公共请求参数>\n\n{\n \"TopicId\": \"75f531f6-3644-45e5-8717-af1dc294cc93\",\n \"Status\": true,\n \"Rule\": {\n \"FullText\": {\n \"CaseSensitive\": true,\n \"Tokenizer\": \"@&?|#()='\\\",;:<>[]{}/ \\n\\t\\r\\\\\"\n },\n \"KeyValue\": {\n \"CaseSensitive\": true,\n \"KeyValues\": [\n {\n \"Key\": \"age\",\n \"Value\": {\n \"Type\": \"long\",\n \"Tokenizer\": \"\",\n \"SqlFlag\": false\n }\n }\n ]\n },\n \"Tag\": {\n \"CaseSensitive\": true,\n \"KeyValues\": [\n {\n \"Key\": \"tag\",\n \"Value\": {\n \"Type\": \"text\",\n \"Tokenizer\": \"@&?|#()='\\\",;:<>[]{}/ \\n\\t\\r\\\\\",\n \"SqlFlag\": false\n }\n }\n ]\n }\n }\n}",
|
175
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8d3c9e9e-0c2f-4d9a-bb17-71e4f42f89fd\"\n }\n}",
|
176
176
|
"title": "创建索引"
|
177
177
|
}
|
178
178
|
],
|
@@ -187,7 +187,7 @@
|
|
187
187
|
"CreateLogset": [
|
188
188
|
{
|
189
189
|
"document": "创建日志集",
|
190
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLogset\n<公共请求参数>\n\n{\n \"LogsetName\": \"
|
190
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLogset\n<公共请求参数>\n\n{\n \"LogsetName\": \"业务流日志集\",\n \"Tags\": [\n {\n \"Key\": \"test-tag\",\n \"Value\": \"test-value\"\n }\n ]\n}",
|
191
191
|
"output": "{\n \"Response\": {\n \"LogsetId\": \"dc01b74a-49e4-11eb-b378-0242ac130002\",\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
192
192
|
"title": "创建日志集"
|
193
193
|
}
|
@@ -347,7 +347,7 @@
|
|
347
347
|
"DeleteIndex": [
|
348
348
|
{
|
349
349
|
"document": "",
|
350
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteIndex\n<公共请求参数>\n\n{\n \"TopicId\": \"
|
350
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteIndex\n<公共请求参数>\n\n{\n \"TopicId\": \"75f531f6-3644-45e5-8717-af1dc294cc93\"\n}",
|
351
351
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
352
352
|
"title": "删除索引配置"
|
353
353
|
}
|
@@ -553,8 +553,8 @@
|
|
553
553
|
"DescribeIndex": [
|
554
554
|
{
|
555
555
|
"document": "",
|
556
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIndex\n<公共请求参数>\n\n{\n \"TopicId\": \"
|
557
|
-
"output": "{\n \"Response\": {\n \"TopicId\": \"
|
556
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIndex\n<公共请求参数>\n\n{\n \"TopicId\": \"75f531f6-3644-45e5-8717-af1dc294cc93\"\n}",
|
557
|
+
"output": "{\n \"Response\": {\n \"TopicId\": \"75f531f6-3644-45e5-8717-af1dc294cc93\",\n \"Status\": false,\n \"Rule\": {\n \"FullText\": {\n \"CaseSensitive\": true,\n \"Tokenizer\": \"@&?|#()='\\\",;:<>[]{}/ \\n\\t\\r\\\\\",\n \"ContainZH\": false\n },\n \"KeyValue\": {\n \"CaseSensitive\": true,\n \"KeyValues\": [\n {\n \"Key\": \"age\",\n \"Value\": {\n \"Type\": \"long\",\n \"Tokenizer\": \"\",\n \"SqlFlag\": false,\n \"ContainZH\": false,\n \"Alias\": \"\"\n }\n }\n ]\n },\n \"Tag\": {\n \"CaseSensitive\": true,\n \"KeyValues\": [\n {\n \"Key\": \"tag\",\n \"Value\": {\n \"Type\": \"text\",\n \"Tokenizer\": \"@&?|#()='\\\",;:<>[]{}/ \\n\\t\\r\\\\\",\n \"SqlFlag\": false,\n \"ContainZH\": false,\n \"Alias\": \"\"\n }\n }\n ]\n },\n \"DynamicIndex\": {\n \"Status\": false\n }\n },\n \"ModifyTime\": \"2025-08-04 15:09:10\",\n \"RequestId\": \"9cdcca5e-9d2b-41c1-8b69-6de7034e70ee\",\n \"IncludeInternalFields\": true,\n \"MetadataFlag\": 0\n }\n}",
|
558
558
|
"title": "获取索引信息"
|
559
559
|
}
|
560
560
|
],
|
@@ -821,7 +821,7 @@
|
|
821
821
|
"ModifyLogset": [
|
822
822
|
{
|
823
823
|
"document": "",
|
824
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogset\n<公共请求参数>\n\n{\n \"LogsetId\": \"dc01b74a-49e4-11eb-b378-0242ac130002\",\n \"LogsetName\": \"
|
824
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogset\n<公共请求参数>\n\n{\n \"LogsetId\": \"dc01b74a-49e4-11eb-b378-0242ac130002\",\n \"LogsetName\": \"业务流日志集\"\n}",
|
825
825
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
826
826
|
"title": "修改日志集名称"
|
827
827
|
}
|
@@ -335,7 +335,7 @@
|
|
335
335
|
{
|
336
336
|
"disabled": false,
|
337
337
|
"document": "授权文件id",
|
338
|
-
"example": "
|
338
|
+
"example": "d4621xxx",
|
339
339
|
"member": "string",
|
340
340
|
"name": "AuthFile",
|
341
341
|
"required": false,
|
@@ -353,7 +353,7 @@
|
|
353
353
|
{
|
354
354
|
"disabled": false,
|
355
355
|
"document": "企业相关的关键字",
|
356
|
-
"example": "
|
356
|
+
"example": "腾讯",
|
357
357
|
"member": "string",
|
358
358
|
"name": "Keywords",
|
359
359
|
"required": false,
|
@@ -362,7 +362,7 @@
|
|
362
362
|
{
|
363
363
|
"disabled": false,
|
364
364
|
"document": "图标",
|
365
|
-
"example": "
|
365
|
+
"example": "d4621xxx",
|
366
366
|
"member": "string",
|
367
367
|
"name": "Icon",
|
368
368
|
"required": false,
|
@@ -371,7 +371,7 @@
|
|
371
371
|
{
|
372
372
|
"disabled": false,
|
373
373
|
"document": "并发设置",
|
374
|
-
"example": "
|
374
|
+
"example": "50",
|
375
375
|
"member": "int64",
|
376
376
|
"name": "Qps",
|
377
377
|
"required": false,
|
@@ -380,7 +380,7 @@
|
|
380
380
|
{
|
381
381
|
"disabled": false,
|
382
382
|
"document": "限制子公司层级,-1表示不限制",
|
383
|
-
"example": "
|
383
|
+
"example": "1",
|
384
384
|
"member": "int64",
|
385
385
|
"name": "SubCompanyLevel",
|
386
386
|
"required": false,
|
@@ -484,9 +484,9 @@
|
|
484
484
|
"status": "online"
|
485
485
|
},
|
486
486
|
"DescribeAccountStatistics": {
|
487
|
-
"document": "本接口 (DescribeAccountStatistics)
|
487
|
+
"document": "本接口 (DescribeAccountStatistics) 用于获取账号统计列表数据。",
|
488
488
|
"input": "DescribeAccountStatisticsRequest",
|
489
|
-
"name": "
|
489
|
+
"name": "获取账号统计列表数据",
|
490
490
|
"output": "DescribeAccountStatisticsResponse",
|
491
491
|
"status": "online"
|
492
492
|
},
|
@@ -1310,9 +1310,9 @@
|
|
1310
1310
|
"status": "online"
|
1311
1311
|
},
|
1312
1312
|
"DescribeHistoryAccounts": {
|
1313
|
-
"document": "本接口 (DescribeHistoryAccounts)
|
1313
|
+
"document": "本接口 (DescribeHistoryAccounts) 用于获取账号变更历史列表数据。",
|
1314
1314
|
"input": "DescribeHistoryAccountsRequest",
|
1315
|
-
"name": "
|
1315
|
+
"name": "获取账号变更历史列表",
|
1316
1316
|
"output": "DescribeHistoryAccountsResponse",
|
1317
1317
|
"status": "online"
|
1318
1318
|
},
|
@@ -16396,7 +16396,7 @@
|
|
16396
16396
|
{
|
16397
16397
|
"disabled": false,
|
16398
16398
|
"document": "过滤条件。\n<li>Username - String - 是否必填:否 - 帐号用户名</li>",
|
16399
|
-
"example": "
|
16399
|
+
"example": "无",
|
16400
16400
|
"member": "Filter",
|
16401
16401
|
"name": "Filters",
|
16402
16402
|
"required": false,
|
@@ -16410,7 +16410,7 @@
|
|
16410
16410
|
"members": [
|
16411
16411
|
{
|
16412
16412
|
"disabled": false,
|
16413
|
-
"document": "
|
16413
|
+
"document": "账号统计列表记录总数。",
|
16414
16414
|
"example": "1",
|
16415
16415
|
"member": "uint64",
|
16416
16416
|
"name": "TotalCount",
|
@@ -16420,8 +16420,8 @@
|
|
16420
16420
|
},
|
16421
16421
|
{
|
16422
16422
|
"disabled": false,
|
16423
|
-
"document": "
|
16424
|
-
"example": "
|
16423
|
+
"document": "账号统计列表。",
|
16424
|
+
"example": "无",
|
16425
16425
|
"member": "AccountStatistics",
|
16426
16426
|
"name": "AccountStatistics",
|
16427
16427
|
"output_required": true,
|
@@ -24584,7 +24584,7 @@
|
|
24584
24584
|
{
|
24585
24585
|
"disabled": false,
|
24586
24586
|
"document": "过滤条件。\n<li>Username - String - 是否必填:否 - 帐号名</li>",
|
24587
|
-
"example": "
|
24587
|
+
"example": "无",
|
24588
24588
|
"member": "Filter",
|
24589
24589
|
"name": "Filters",
|
24590
24590
|
"required": false,
|
@@ -24598,7 +24598,7 @@
|
|
24598
24598
|
"members": [
|
24599
24599
|
{
|
24600
24600
|
"disabled": false,
|
24601
|
-
"document": "
|
24601
|
+
"document": "账号变更历史列表记录总数。",
|
24602
24602
|
"example": "100",
|
24603
24603
|
"member": "uint64",
|
24604
24604
|
"name": "TotalCount",
|
@@ -24608,8 +24608,8 @@
|
|
24608
24608
|
},
|
24609
24609
|
{
|
24610
24610
|
"disabled": false,
|
24611
|
-
"document": "
|
24612
|
-
"example": "
|
24611
|
+
"document": "账号变更历史数据数组。",
|
24612
|
+
"example": "无",
|
24613
24613
|
"member": "HistoryAccount",
|
24614
24614
|
"name": "HistoryAccounts",
|
24615
24615
|
"output_required": true,
|
@@ -554,10 +554,10 @@
|
|
554
554
|
],
|
555
555
|
"DescribeAccountStatistics": [
|
556
556
|
{
|
557
|
-
"document": "
|
557
|
+
"document": "获取账号统计列表数据",
|
558
558
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeAccountStatistics\n&Limit=10\n&Offset=0\n&<公共请求参数>",
|
559
559
|
"output": "{\n \"Response\": {\n \"AccountStatistics\": [\n {\n \"Username\": \"nginx\",\n \"MachineNum\": 10\n }\n ],\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"TotalCount\": 100\n }\n}",
|
560
|
-
"title": "
|
560
|
+
"title": "获取账号统计列表数据"
|
561
561
|
}
|
562
562
|
],
|
563
563
|
"DescribeAgentInstallCommand": [
|
@@ -1504,10 +1504,10 @@
|
|
1504
1504
|
],
|
1505
1505
|
"DescribeHistoryAccounts": [
|
1506
1506
|
{
|
1507
|
-
"document": "
|
1507
|
+
"document": "获取账号变更历史列表",
|
1508
1508
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeHistoryAccounts\n&Uuid=6b6cd843-6bc1-4011-a74c-dc3fd26a7dd1\n&Filters.0.Name=MachineIp\n&Filters.0.Values.0=10.0.1.1\n&Limit=10\n&Offset=0\n&<公共请求参数>",
|
1509
1509
|
"output": "{\n \"Response\": {\n \"HistoryAccounts\": [\n {\n \"Id\": 1,\n \"Uuid\": \"6b6cd843-6bc1-4011-a74c-dc3fd26a7dd1\",\n \"MachineName\": \"machine-name\",\n \"MachineIp\": \"10.104.86.62\",\n \"Username\": \"nginx\",\n \"ModifyType\": \"CREATE\",\n \"ModifyTime\": \"2018-01-01 12:12:12\"\n }\n ],\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"TotalCount\": 100\n }\n}",
|
1510
|
-
"title": "
|
1510
|
+
"title": "获取账号变更历史列表"
|
1511
1511
|
}
|
1512
1512
|
],
|
1513
1513
|
"DescribeHistoryService": [
|
@@ -10949,6 +10949,16 @@
|
|
10949
10949
|
"type": "int",
|
10950
10950
|
"value_allowed_null": false
|
10951
10951
|
},
|
10952
|
+
{
|
10953
|
+
"disabled": false,
|
10954
|
+
"document": "剩余集群规格百分比",
|
10955
|
+
"example": "10",
|
10956
|
+
"member": "int64",
|
10957
|
+
"name": "AvailPercent",
|
10958
|
+
"output_required": false,
|
10959
|
+
"type": "int",
|
10960
|
+
"value_allowed_null": false
|
10961
|
+
},
|
10952
10962
|
{
|
10953
10963
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
10954
10964
|
"member": "string",
|
@@ -16037,15 +16047,6 @@
|
|
16037
16047
|
"ListTaskJobLogDetailRequest": {
|
16038
16048
|
"document": "ListTaskJobLogDetail请求参数结构体",
|
16039
16049
|
"members": [
|
16040
|
-
{
|
16041
|
-
"disabled": false,
|
16042
|
-
"document": "列表返回的Id",
|
16043
|
-
"example": "eks-1",
|
16044
|
-
"member": "string",
|
16045
|
-
"name": "TaskId",
|
16046
|
-
"required": true,
|
16047
|
-
"type": "string"
|
16048
|
-
},
|
16049
16050
|
{
|
16050
16051
|
"disabled": false,
|
16051
16052
|
"document": "开始运行时间,unix时间戳(毫秒)",
|
@@ -16082,6 +16083,15 @@
|
|
16082
16083
|
"required": true,
|
16083
16084
|
"type": "string"
|
16084
16085
|
},
|
16086
|
+
{
|
16087
|
+
"disabled": false,
|
16088
|
+
"document": "列表返回的Id",
|
16089
|
+
"example": "eks-1",
|
16090
|
+
"member": "string",
|
16091
|
+
"name": "TaskId",
|
16092
|
+
"required": false,
|
16093
|
+
"type": "string"
|
16094
|
+
},
|
16085
16095
|
{
|
16086
16096
|
"disabled": false,
|
16087
16097
|
"document": "最近1000条日志是否升序排列,true:升序排序,false:倒序,默认false,倒序排列",
|
@@ -16108,6 +16118,24 @@
|
|
16108
16118
|
"name": "BatchId",
|
16109
16119
|
"required": false,
|
16110
16120
|
"type": "string"
|
16121
|
+
},
|
16122
|
+
{
|
16123
|
+
"disabled": false,
|
16124
|
+
"document": "引擎id",
|
16125
|
+
"example": "DataEngine-lhfhljx",
|
16126
|
+
"member": "string",
|
16127
|
+
"name": "DataEngineId",
|
16128
|
+
"required": false,
|
16129
|
+
"type": "string"
|
16130
|
+
},
|
16131
|
+
{
|
16132
|
+
"disabled": false,
|
16133
|
+
"document": "资源组id",
|
16134
|
+
"example": "rg-jlfhtlv",
|
16135
|
+
"member": "string",
|
16136
|
+
"name": "ResourceGroupId",
|
16137
|
+
"required": false,
|
16138
|
+
"type": "string"
|
16111
16139
|
}
|
16112
16140
|
],
|
16113
16141
|
"type": "object"
|
@@ -20781,6 +20809,46 @@
|
|
20781
20809
|
"output_required": false,
|
20782
20810
|
"type": "int",
|
20783
20811
|
"value_allowed_null": true
|
20812
|
+
},
|
20813
|
+
{
|
20814
|
+
"disabled": false,
|
20815
|
+
"document": "自定义镜像容器镜像服务domain 名称",
|
20816
|
+
"example": "test.tencentcloudcr.com",
|
20817
|
+
"member": "string",
|
20818
|
+
"name": "PublicDomain",
|
20819
|
+
"output_required": false,
|
20820
|
+
"type": "string",
|
20821
|
+
"value_allowed_null": false
|
20822
|
+
},
|
20823
|
+
{
|
20824
|
+
"disabled": false,
|
20825
|
+
"document": "自定义镜像容器镜像服务tcr实例id",
|
20826
|
+
"example": "tcr-xxxxx",
|
20827
|
+
"member": "string",
|
20828
|
+
"name": "RegistryId",
|
20829
|
+
"output_required": false,
|
20830
|
+
"type": "string",
|
20831
|
+
"value_allowed_null": false
|
20832
|
+
},
|
20833
|
+
{
|
20834
|
+
"disabled": false,
|
20835
|
+
"document": "容器镜像服务tcr所在地域",
|
20836
|
+
"example": "ap-beijing",
|
20837
|
+
"member": "string",
|
20838
|
+
"name": "RegionName",
|
20839
|
+
"output_required": false,
|
20840
|
+
"type": "string",
|
20841
|
+
"value_allowed_null": false
|
20842
|
+
},
|
20843
|
+
{
|
20844
|
+
"disabled": false,
|
20845
|
+
"document": "资源组启动耗时",
|
20846
|
+
"example": "1min30s",
|
20847
|
+
"member": "string",
|
20848
|
+
"name": "LaunchTime",
|
20849
|
+
"output_required": false,
|
20850
|
+
"type": "string",
|
20851
|
+
"value_allowed_null": false
|
20784
20852
|
}
|
20785
20853
|
],
|
20786
20854
|
"usage": "out"
|
@@ -632,7 +632,7 @@
|
|
632
632
|
{
|
633
633
|
"document": "查询数据引擎资源使用情况",
|
634
634
|
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEngineUsageInfo\n<公共请求参数>\n\n{\n \"DataEngineId\": \"DataEngine-r0xxxkls\"\n}",
|
635
|
-
"output": "{\n \"Response\": {\n \"Available\":
|
635
|
+
"output": "{\n \"Response\": {\n \"Available\": 24,\n \"RequestId\": \"6068a77d-5538-4e1d-a93f-cf5800c98e1b\",\n \"Total\": 64,\n \"Used\": 40,\n \"AvailPercent\": 37\n }\n}",
|
636
636
|
"title": "查询数据引擎资源使用情况"
|
637
637
|
}
|
638
638
|
],
|
@@ -435,6 +435,89 @@
|
|
435
435
|
"serviceShortName": "es"
|
436
436
|
},
|
437
437
|
"objects": {
|
438
|
+
"AutoScaleDiskInfo": {
|
439
|
+
"document": "cvm 自动扩盘参数",
|
440
|
+
"members": [
|
441
|
+
{
|
442
|
+
"disabled": false,
|
443
|
+
"document": "节点类型 hotData,warmData\n注意:此字段可能返回 null,表示取不到有效值。",
|
444
|
+
"example": "hotData",
|
445
|
+
"member": "string",
|
446
|
+
"name": "NodeType",
|
447
|
+
"output_required": false,
|
448
|
+
"required": false,
|
449
|
+
"type": "string",
|
450
|
+
"value_allowed_null": true
|
451
|
+
},
|
452
|
+
{
|
453
|
+
"disabled": false,
|
454
|
+
"document": "0:百分比扩容;1:绝对值扩容\n注意:此字段可能返回 null,表示取不到有效值。",
|
455
|
+
"example": "0",
|
456
|
+
"member": "uint64",
|
457
|
+
"name": "ScaleType",
|
458
|
+
"output_required": false,
|
459
|
+
"required": false,
|
460
|
+
"type": "int",
|
461
|
+
"value_allowed_null": true
|
462
|
+
},
|
463
|
+
{
|
464
|
+
"disabled": false,
|
465
|
+
"document": "触发阈值,单位%,例如80%\n注意:此字段可能返回 null,表示取不到有效值。",
|
466
|
+
"example": "80",
|
467
|
+
"member": "uint64",
|
468
|
+
"name": "Threshold",
|
469
|
+
"output_required": false,
|
470
|
+
"required": false,
|
471
|
+
"type": "int",
|
472
|
+
"value_allowed_null": true
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"disabled": false,
|
476
|
+
"document": "触发持续时间,单位分钟,例如60\n注意:此字段可能返回 null,表示取不到有效值。",
|
477
|
+
"example": "60",
|
478
|
+
"member": "uint64",
|
479
|
+
"name": "Duration",
|
480
|
+
"output_required": false,
|
481
|
+
"required": false,
|
482
|
+
"type": "int",
|
483
|
+
"value_allowed_null": true
|
484
|
+
},
|
485
|
+
{
|
486
|
+
"disabled": false,
|
487
|
+
"document": "每次扩容比例,单位%,例如20%\n注意:此字段可能返回 null,表示取不到有效值。",
|
488
|
+
"example": "20",
|
489
|
+
"member": "uint64",
|
490
|
+
"name": "PercentSize",
|
491
|
+
"output_required": false,
|
492
|
+
"required": false,
|
493
|
+
"type": "int",
|
494
|
+
"value_allowed_null": true
|
495
|
+
},
|
496
|
+
{
|
497
|
+
"disabled": false,
|
498
|
+
"document": "绝对值扩容,单位GB,例如100GB\n注意:此字段可能返回 null,表示取不到有效值。",
|
499
|
+
"example": "100",
|
500
|
+
"member": "uint64",
|
501
|
+
"name": "FixSize",
|
502
|
+
"output_required": false,
|
503
|
+
"required": false,
|
504
|
+
"type": "int",
|
505
|
+
"value_allowed_null": true
|
506
|
+
},
|
507
|
+
{
|
508
|
+
"disabled": false,
|
509
|
+
"document": "扩容上限,单位GB,例如500GB\n注意:此字段可能返回 null,表示取不到有效值。",
|
510
|
+
"example": "500",
|
511
|
+
"member": "uint64",
|
512
|
+
"name": "MaxSize",
|
513
|
+
"output_required": false,
|
514
|
+
"required": false,
|
515
|
+
"type": "int",
|
516
|
+
"value_allowed_null": true
|
517
|
+
}
|
518
|
+
],
|
519
|
+
"usage": "both"
|
520
|
+
},
|
438
521
|
"BackingIndexMetaField": {
|
439
522
|
"document": "后备索引元数据字段",
|
440
523
|
"members": [
|
@@ -1363,7 +1446,7 @@
|
|
1363
1446
|
{
|
1364
1447
|
"disabled": false,
|
1365
1448
|
"document": "代金券ID列表(目前仅支持指定一张代金券)",
|
1366
|
-
"example": "[\"
|
1449
|
+
"example": "[\"1asdfa\"]",
|
1367
1450
|
"member": "string",
|
1368
1451
|
"name": "VoucherIds",
|
1369
1452
|
"required": false,
|
@@ -1584,6 +1667,24 @@
|
|
1584
1667
|
"name": "EnableScheduleOperationDuration",
|
1585
1668
|
"required": false,
|
1586
1669
|
"type": "object"
|
1670
|
+
},
|
1671
|
+
{
|
1672
|
+
"disabled": false,
|
1673
|
+
"document": "自动扩盘参数列表",
|
1674
|
+
"example": "无",
|
1675
|
+
"member": "AutoScaleDiskInfo",
|
1676
|
+
"name": "AutoScaleDiskInfoList",
|
1677
|
+
"required": false,
|
1678
|
+
"type": "list"
|
1679
|
+
},
|
1680
|
+
{
|
1681
|
+
"disabled": false,
|
1682
|
+
"document": "是否开启kibana公网访问,不传默认开启",
|
1683
|
+
"example": "\"false\"",
|
1684
|
+
"member": "string",
|
1685
|
+
"name": "EnableKibanaPublicAccess",
|
1686
|
+
"required": false,
|
1687
|
+
"type": "string"
|
1587
1688
|
}
|
1588
1689
|
],
|
1589
1690
|
"type": "object"
|
@@ -1716,7 +1817,7 @@
|
|
1716
1817
|
{
|
1717
1818
|
"disabled": false,
|
1718
1819
|
"document": "代金券ID列表(目前仅支持指定一张代金券)",
|
1719
|
-
"example": "[\"\"]",
|
1820
|
+
"example": "[\"sdffsd\"]",
|
1720
1821
|
"member": "string",
|
1721
1822
|
"name": "VoucherIds",
|
1722
1823
|
"required": false,
|
@@ -1725,7 +1826,7 @@
|
|
1725
1826
|
{
|
1726
1827
|
"disabled": false,
|
1727
1828
|
"document": "自动续费标识<li>RENEW_FLAG_AUTO:自动续费</li><li>RENEW_FLAG_MANUAL:不自动续费,用户手动续费</li>ChargeType为PREPAID时需要设置,如不传递该参数,普通用户默认不自动续费,SVIP用户自动续费",
|
1728
|
-
"example": "
|
1829
|
+
"example": "BIZ_RENEW_FLAG_AUTO",
|
1729
1830
|
"member": "string",
|
1730
1831
|
"name": "RenewFlag",
|
1731
1832
|
"required": false,
|
@@ -8576,6 +8677,16 @@
|
|
8576
8677
|
"output_required": false,
|
8577
8678
|
"type": "string",
|
8578
8679
|
"value_allowed_null": true
|
8680
|
+
},
|
8681
|
+
{
|
8682
|
+
"disabled": false,
|
8683
|
+
"document": "自动扩容标识:0-非自动,1-自动",
|
8684
|
+
"example": "0",
|
8685
|
+
"member": "uint64",
|
8686
|
+
"name": "AutoScaleTag",
|
8687
|
+
"output_required": false,
|
8688
|
+
"type": "int",
|
8689
|
+
"value_allowed_null": false
|
8579
8690
|
}
|
8580
8691
|
],
|
8581
8692
|
"usage": "out"
|
@@ -10983,6 +11094,24 @@
|
|
10983
11094
|
"name": "EnableDestroyProtection",
|
10984
11095
|
"required": false,
|
10985
11096
|
"type": "string"
|
11097
|
+
},
|
11098
|
+
{
|
11099
|
+
"disabled": false,
|
11100
|
+
"document": "自动扩盘参数",
|
11101
|
+
"example": "无",
|
11102
|
+
"member": "AutoScaleDiskInfo",
|
11103
|
+
"name": "AutoScaleDiskInfoList",
|
11104
|
+
"required": false,
|
11105
|
+
"type": "list"
|
11106
|
+
},
|
11107
|
+
{
|
11108
|
+
"disabled": false,
|
11109
|
+
"document": "自动扩盘删除参数",
|
11110
|
+
"example": "[\"hotData\",\"warmData\"]",
|
11111
|
+
"member": "string",
|
11112
|
+
"name": "AutoScaleDiskDeleteNodeTypeList",
|
11113
|
+
"required": false,
|
11114
|
+
"type": "list"
|
10986
11115
|
}
|
10987
11116
|
],
|
10988
11117
|
"type": "object"
|
@@ -327,7 +327,7 @@
|
|
327
327
|
{
|
328
328
|
"disabled": false,
|
329
329
|
"document": "文件信息。",
|
330
|
-
"example": "
|
330
|
+
"example": "无",
|
331
331
|
"member": "Document",
|
332
332
|
"name": "Document",
|
333
333
|
"required": true,
|
@@ -345,7 +345,7 @@
|
|
345
345
|
{
|
346
346
|
"disabled": false,
|
347
347
|
"document": "文件切片配置。",
|
348
|
-
"example": "
|
348
|
+
"example": "无",
|
349
349
|
"member": "ChunkConfigAsync",
|
350
350
|
"name": "Config",
|
351
351
|
"required": false,
|
@@ -382,7 +382,7 @@
|
|
382
382
|
{
|
383
383
|
"disabled": false,
|
384
384
|
"document": "切片文件信息。",
|
385
|
-
"example": "
|
385
|
+
"example": "无",
|
386
386
|
"member": "ChunkDocument",
|
387
387
|
"name": "Document",
|
388
388
|
"required": true,
|
@@ -400,7 +400,7 @@
|
|
400
400
|
{
|
401
401
|
"disabled": false,
|
402
402
|
"document": "文件切片配置。",
|
403
|
-
"example": "
|
403
|
+
"example": "无",
|
404
404
|
"member": "ChunkConfig",
|
405
405
|
"name": "Config",
|
406
406
|
"required": false,
|
@@ -943,7 +943,7 @@
|
|
943
943
|
{
|
944
944
|
"disabled": false,
|
945
945
|
"document": "文件信息。",
|
946
|
-
"example": "
|
946
|
+
"example": "无",
|
947
947
|
"member": "Document",
|
948
948
|
"name": "Document",
|
949
949
|
"required": true,
|
@@ -989,7 +989,7 @@
|
|
989
989
|
{
|
990
990
|
"disabled": false,
|
991
991
|
"document": "文件信息",
|
992
|
-
"example": "
|
992
|
+
"example": "无",
|
993
993
|
"member": "ParseDocument",
|
994
994
|
"name": "Document",
|
995
995
|
"required": true,
|