tccli 3.0.1016.1__py2.py3-none-any.whl → 3.0.1018.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/examples/bi/v20220105/CreateEmbedToken.md +4 -2
- tccli/examples/cls/v20201016/CreateDeliverCloudFunction.md +6 -7
- tccli/examples/cls/v20201016/DescribeConfigExtras.md +69 -41
- tccli/examples/cls/v20201016/DescribeConfigMachineGroups.md +13 -6
- tccli/examples/cls/v20201016/DescribeDashboards.md +18 -23
- tccli/examples/cls/v20201016/DescribeMachineGroupConfigs.md +33 -27
- tccli/examples/cls/v20201016/GetAlarmLog.md +2 -0
- tccli/examples/es/v20180416/InquirePriceRenewInstance.md +24 -0
- tccli/examples/faceid/v20180301/ImageRecognitionV2.md +25 -0
- tccli/examples/monitor/v20180724/UpdateGrafanaNotificationChannel.md +2 -2
- tccli/examples/ms/v20180408/DestroyResourceInstances.md +50 -0
- tccli/examples/ocr/v20181119/BizLicenseOCR.md +1 -0
- tccli/services/bi/v20220105/api.json +37 -0
- tccli/services/bi/v20220105/examples.json +2 -2
- tccli/services/car/v20220110/api.json +1 -1
- tccli/services/cdb/v20170320/api.json +4 -2
- tccli/services/cdc/v20201214/api.json +12 -12
- tccli/services/clb/v20180317/api.json +4 -4
- tccli/services/cls/v20201016/api.json +17 -7
- tccli/services/cls/v20201016/examples.json +13 -13
- tccli/services/cme/v20191029/api.json +6 -9
- tccli/services/cynosdb/v20190107/api.json +10 -0
- tccli/services/dts/v20211206/api.json +39 -8
- tccli/services/es/es_client.py +53 -0
- tccli/services/es/v20180416/api.json +77 -3
- tccli/services/es/v20180416/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/faceid/faceid_client.py +53 -0
- tccli/services/faceid/v20180301/api.json +100 -0
- tccli/services/faceid/v20180301/examples.json +8 -0
- tccli/services/gme/v20180711/api.json +4 -4
- tccli/services/lighthouse/v20200324/api.json +85 -83
- tccli/services/monitor/v20180724/api.json +125 -45
- tccli/services/monitor/v20180724/examples.json +2 -2
- tccli/services/ms/ms_client.py +53 -0
- tccli/services/ms/v20180408/api.json +83 -0
- tccli/services/ms/v20180408/examples.json +14 -0
- tccli/services/ocr/v20181119/api.json +10 -0
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +75 -8
- tccli/services/weilingwith/v20230427/api.json +83 -83
- {tccli-3.0.1016.1.dist-info → tccli-3.0.1018.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1016.1.dist-info → tccli-3.0.1018.1.dist-info}/RECORD +48 -45
- {tccli-3.0.1016.1.dist-info → tccli-3.0.1018.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1016.1.dist-info → tccli-3.0.1018.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1016.1.dist-info → tccli-3.0.1018.1.dist-info}/license_files/LICENSE +0 -0
@@ -2213,11 +2213,11 @@
|
|
2213
2213
|
"members": [
|
2214
2214
|
{
|
2215
2215
|
"disabled": false,
|
2216
|
-
"document": "宿主机IP",
|
2216
|
+
"document": "宿主机IP(废弃)",
|
2217
2217
|
"example": "10.1.1.1",
|
2218
2218
|
"member": "string",
|
2219
2219
|
"name": "HostIp",
|
2220
|
-
"
|
2220
|
+
"output_required": true,
|
2221
2221
|
"type": "string",
|
2222
2222
|
"value_allowed_null": false
|
2223
2223
|
},
|
@@ -2227,7 +2227,7 @@
|
|
2227
2227
|
"example": "云服务器宿主机",
|
2228
2228
|
"member": "string",
|
2229
2229
|
"name": "ServiceType",
|
2230
|
-
"
|
2230
|
+
"output_required": true,
|
2231
2231
|
"type": "string",
|
2232
2232
|
"value_allowed_null": false
|
2233
2233
|
},
|
@@ -2237,7 +2237,7 @@
|
|
2237
2237
|
"example": "ONLINE",
|
2238
2238
|
"member": "string",
|
2239
2239
|
"name": "HostStatus",
|
2240
|
-
"
|
2240
|
+
"output_required": true,
|
2241
2241
|
"type": "string",
|
2242
2242
|
"value_allowed_null": false
|
2243
2243
|
},
|
@@ -2247,7 +2247,7 @@
|
|
2247
2247
|
"example": "CG2-25G",
|
2248
2248
|
"member": "string",
|
2249
2249
|
"name": "HostType",
|
2250
|
-
"
|
2250
|
+
"output_required": true,
|
2251
2251
|
"type": "string",
|
2252
2252
|
"value_allowed_null": false
|
2253
2253
|
},
|
@@ -2257,7 +2257,7 @@
|
|
2257
2257
|
"example": "32",
|
2258
2258
|
"member": "uint64",
|
2259
2259
|
"name": "CpuAvailable",
|
2260
|
-
"
|
2260
|
+
"output_required": true,
|
2261
2261
|
"type": "int",
|
2262
2262
|
"value_allowed_null": false
|
2263
2263
|
},
|
@@ -2267,7 +2267,7 @@
|
|
2267
2267
|
"example": "32",
|
2268
2268
|
"member": "uint64",
|
2269
2269
|
"name": "CpuTotal",
|
2270
|
-
"
|
2270
|
+
"output_required": true,
|
2271
2271
|
"type": "int",
|
2272
2272
|
"value_allowed_null": false
|
2273
2273
|
},
|
@@ -2277,7 +2277,7 @@
|
|
2277
2277
|
"example": "64",
|
2278
2278
|
"member": "uint64",
|
2279
2279
|
"name": "MemAvailable",
|
2280
|
-
"
|
2280
|
+
"output_required": true,
|
2281
2281
|
"type": "int",
|
2282
2282
|
"value_allowed_null": false
|
2283
2283
|
},
|
@@ -2287,7 +2287,7 @@
|
|
2287
2287
|
"example": "64",
|
2288
2288
|
"member": "uint64",
|
2289
2289
|
"name": "MemTotal",
|
2290
|
-
"
|
2290
|
+
"output_required": true,
|
2291
2291
|
"type": "int",
|
2292
2292
|
"value_allowed_null": false
|
2293
2293
|
},
|
@@ -2297,7 +2297,7 @@
|
|
2297
2297
|
"example": "2020/12/18",
|
2298
2298
|
"member": "string",
|
2299
2299
|
"name": "RunTime",
|
2300
|
-
"
|
2300
|
+
"output_required": true,
|
2301
2301
|
"type": "string",
|
2302
2302
|
"value_allowed_null": false
|
2303
2303
|
},
|
@@ -2307,7 +2307,7 @@
|
|
2307
2307
|
"example": "2023/12/18",
|
2308
2308
|
"member": "string",
|
2309
2309
|
"name": "ExpireTime",
|
2310
|
-
"
|
2310
|
+
"output_required": true,
|
2311
2311
|
"type": "string",
|
2312
2312
|
"value_allowed_null": false
|
2313
2313
|
},
|
@@ -2317,7 +2317,7 @@
|
|
2317
2317
|
"example": "host-xxxx",
|
2318
2318
|
"member": "string",
|
2319
2319
|
"name": "HostId",
|
2320
|
-
"
|
2320
|
+
"output_required": true,
|
2321
2321
|
"type": "string",
|
2322
2322
|
"value_allowed_null": true
|
2323
2323
|
}
|
@@ -2696,7 +2696,7 @@
|
|
2696
2696
|
},
|
2697
2697
|
{
|
2698
2698
|
"disabled": false,
|
2699
|
-
"document": "
|
2699
|
+
"document": "监听器最大连接数,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。基础网络实例不支持该参数。",
|
2700
2700
|
"example": "-1",
|
2701
2701
|
"member": "int64",
|
2702
2702
|
"name": "MaxConn",
|
@@ -2705,7 +2705,7 @@
|
|
2705
2705
|
},
|
2706
2706
|
{
|
2707
2707
|
"disabled": false,
|
2708
|
-
"document": "
|
2708
|
+
"document": "监听器最大新增连接数,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。基础网络实例不支持该参数。",
|
2709
2709
|
"example": "-1",
|
2710
2710
|
"member": "int64",
|
2711
2711
|
"name": "MaxCps",
|
@@ -8698,7 +8698,7 @@
|
|
8698
8698
|
},
|
8699
8699
|
{
|
8700
8700
|
"disabled": false,
|
8701
|
-
"document": "监听器粒度并发连接数上限,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持。取值范围:1-实例规格并发连接上限,其中-1
|
8701
|
+
"document": "监听器粒度并发连接数上限,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持。取值范围:1-实例规格并发连接上限,其中-1表示关闭监听器粒度并发连接数限速。基础网络实例不支持该参数。",
|
8702
8702
|
"example": "-1",
|
8703
8703
|
"member": "int64",
|
8704
8704
|
"name": "MaxConn",
|
@@ -8707,7 +8707,7 @@
|
|
8707
8707
|
},
|
8708
8708
|
{
|
8709
8709
|
"disabled": false,
|
8710
|
-
"document": "监听器粒度新建连接数上限,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持。取值范围:1-实例规格新建连接上限,其中-1
|
8710
|
+
"document": "监听器粒度新建连接数上限,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持。取值范围:1-实例规格新建连接上限,其中-1表示关闭监听器粒度新建连接数限速。基础网络实例不支持该参数。",
|
8711
8711
|
"example": "-1",
|
8712
8712
|
"member": "int64",
|
8713
8713
|
"name": "MaxCps",
|
@@ -5361,6 +5361,7 @@
|
|
5361
5361
|
"example": "1",
|
5362
5362
|
"member": "int64",
|
5363
5363
|
"name": "TotalCount",
|
5364
|
+
"output_required": true,
|
5364
5365
|
"type": "int",
|
5365
5366
|
"value_allowed_null": false
|
5366
5367
|
},
|
@@ -5370,6 +5371,7 @@
|
|
5370
5371
|
"example": "无",
|
5371
5372
|
"member": "AlertHistoryRecord",
|
5372
5373
|
"name": "Records",
|
5374
|
+
"output_required": true,
|
5373
5375
|
"type": "list",
|
5374
5376
|
"value_allowed_null": false
|
5375
5377
|
},
|
@@ -5424,7 +5426,7 @@
|
|
5424
5426
|
"example": "无",
|
5425
5427
|
"member": "ConfigExtraInfo",
|
5426
5428
|
"name": "Configs",
|
5427
|
-
"
|
5429
|
+
"output_required": true,
|
5428
5430
|
"type": "list",
|
5429
5431
|
"value_allowed_null": true
|
5430
5432
|
},
|
@@ -5434,7 +5436,7 @@
|
|
5434
5436
|
"example": "1",
|
5435
5437
|
"member": "uint64",
|
5436
5438
|
"name": "TotalCount",
|
5437
|
-
"
|
5439
|
+
"output_required": true,
|
5438
5440
|
"type": "int",
|
5439
5441
|
"value_allowed_null": false
|
5440
5442
|
},
|
@@ -5471,7 +5473,7 @@
|
|
5471
5473
|
"example": "无",
|
5472
5474
|
"member": "MachineGroupInfo",
|
5473
5475
|
"name": "MachineGroups",
|
5474
|
-
"
|
5476
|
+
"output_required": true,
|
5475
5477
|
"type": "list",
|
5476
5478
|
"value_allowed_null": true
|
5477
5479
|
},
|
@@ -5701,7 +5703,7 @@
|
|
5701
5703
|
},
|
5702
5704
|
{
|
5703
5705
|
"disabled": false,
|
5704
|
-
"document": "<br><li>
|
5706
|
+
"document": "<br><li>dashboardId\n\n按照【仪表盘id】进行过滤。\n类型:String\n\n必选:否</li>\n\n<br><li> dashboardName\n\n按照【仪表盘名字】进行模糊搜索过滤。\n类型:String\n\n必选:否</li>\n\n<br><li> dashboardRegion\n\n按照【仪表盘地域】进行过滤,为了兼容老的仪表盘,通过云API创建的仪表盘没有地域属性\n类型:String\n\n必选:否</li>\n\n<br><li> tagKey\n\n按照【标签键】进行过滤。\n\n类型:String\n\n必选:否</li>\n\n<br><li> tag:tagKey\n\n按照【标签键值对】进行过滤。tag-key使用具体的标签键进行替换。使用请参考示例2。\n\n类型:String\n\n必选:否</li>\n\n每次请求的Filters的上限为10,Filter.Values的上限为100。",
|
5705
5707
|
"example": "无",
|
5706
5708
|
"member": "Filter",
|
5707
5709
|
"name": "Filters",
|
@@ -5729,7 +5731,7 @@
|
|
5729
5731
|
"example": "10",
|
5730
5732
|
"member": "int64",
|
5731
5733
|
"name": "TotalCount",
|
5732
|
-
"
|
5734
|
+
"output_required": true,
|
5733
5735
|
"type": "int",
|
5734
5736
|
"value_allowed_null": false
|
5735
5737
|
},
|
@@ -5739,7 +5741,7 @@
|
|
5739
5741
|
"example": "无",
|
5740
5742
|
"member": "DashboardInfo",
|
5741
5743
|
"name": "DashboardInfos",
|
5742
|
-
"
|
5744
|
+
"output_required": true,
|
5743
5745
|
"type": "list",
|
5744
5746
|
"value_allowed_null": false
|
5745
5747
|
},
|
@@ -6439,7 +6441,7 @@
|
|
6439
6441
|
"example": "无",
|
6440
6442
|
"member": "ConfigInfo",
|
6441
6443
|
"name": "Configs",
|
6442
|
-
"
|
6444
|
+
"output_required": true,
|
6443
6445
|
"type": "list",
|
6444
6446
|
"value_allowed_null": true
|
6445
6447
|
},
|
@@ -7579,6 +7581,7 @@
|
|
7579
7581
|
"example": "xx",
|
7580
7582
|
"member": "string",
|
7581
7583
|
"name": "Context",
|
7584
|
+
"output_required": true,
|
7582
7585
|
"type": "string",
|
7583
7586
|
"value_allowed_null": false
|
7584
7587
|
},
|
@@ -7588,6 +7591,7 @@
|
|
7588
7591
|
"example": "false",
|
7589
7592
|
"member": "bool",
|
7590
7593
|
"name": "ListOver",
|
7594
|
+
"output_required": true,
|
7591
7595
|
"type": "bool",
|
7592
7596
|
"value_allowed_null": false
|
7593
7597
|
},
|
@@ -7597,6 +7601,7 @@
|
|
7597
7601
|
"example": "1",
|
7598
7602
|
"member": "bool",
|
7599
7603
|
"name": "Analysis",
|
7604
|
+
"output_required": true,
|
7600
7605
|
"type": "bool",
|
7601
7606
|
"value_allowed_null": false
|
7602
7607
|
},
|
@@ -7606,6 +7611,7 @@
|
|
7606
7611
|
"example": "[\"time\",\"pv\",\"uv\"]",
|
7607
7612
|
"member": "string",
|
7608
7613
|
"name": "ColNames",
|
7614
|
+
"output_required": true,
|
7609
7615
|
"type": "list",
|
7610
7616
|
"value_allowed_null": true
|
7611
7617
|
},
|
@@ -7615,6 +7621,7 @@
|
|
7615
7621
|
"example": "无",
|
7616
7622
|
"member": "LogInfo",
|
7617
7623
|
"name": "Results",
|
7624
|
+
"output_required": true,
|
7618
7625
|
"type": "list",
|
7619
7626
|
"value_allowed_null": true
|
7620
7627
|
},
|
@@ -7624,6 +7631,7 @@
|
|
7624
7631
|
"example": "无",
|
7625
7632
|
"member": "LogItems",
|
7626
7633
|
"name": "AnalysisResults",
|
7634
|
+
"output_required": true,
|
7627
7635
|
"type": "list",
|
7628
7636
|
"value_allowed_null": true
|
7629
7637
|
},
|
@@ -7633,6 +7641,7 @@
|
|
7633
7641
|
"example": "[\"xxx\",\"yy\"]",
|
7634
7642
|
"member": "string",
|
7635
7643
|
"name": "AnalysisRecords",
|
7644
|
+
"output_required": true,
|
7636
7645
|
"type": "list",
|
7637
7646
|
"value_allowed_null": true
|
7638
7647
|
},
|
@@ -7642,6 +7651,7 @@
|
|
7642
7651
|
"example": "无",
|
7643
7652
|
"member": "Column",
|
7644
7653
|
"name": "Columns",
|
7654
|
+
"output_required": true,
|
7645
7655
|
"type": "list",
|
7646
7656
|
"value_allowed_null": true
|
7647
7657
|
},
|
@@ -99,8 +99,8 @@
|
|
99
99
|
"CreateDeliverCloudFunction": [
|
100
100
|
{
|
101
101
|
"document": "",
|
102
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDeliverCloudFunction\n<公共请求参数>\n\n{\n \"TopicId\": \"
|
103
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
102
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDeliverCloudFunction\n<公共请求参数>\n\n{\n \"TopicId\": \"7953cd3d-993f-4813-822d-1dc65f5ba111\",\n \"FunctionName\": \"test-client-log-handler\",\n \"Namespace\": \"default\",\n \"Timeout\": 60,\n \"Qualifier\": \"$LATEST\"\n}",
|
103
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"01fd5bcc-d7d4-4edb-9ff5-7ecfc305b831\"\n }\n}",
|
104
104
|
"title": "创建投递SCF任务"
|
105
105
|
}
|
106
106
|
],
|
@@ -322,17 +322,17 @@
|
|
322
322
|
],
|
323
323
|
"DescribeConfigExtras": [
|
324
324
|
{
|
325
|
-
"document": "",
|
325
|
+
"document": "获取特殊采集配置",
|
326
326
|
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigExtras\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Key\": \"configExtraId\",\n \"Values\": [\n \"xxxx-xxx-xxxx\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
327
|
-
"output": "{\n \"Response\": {\n \"Configs\": [\n {\n \"ConfigExtraId\": \"
|
327
|
+
"output": "{\n \"Response\": {\n \"Configs\": [\n {\n \"AdvancedConfig\": \"{\\\"ClsAgentFileTimeout\\\":3600}\",\n \"ConfigExtraId\": \"26ea1681-dfef-4429-a84f-3450d5d46796\",\n \"ConfigFlag\": \"label_k8s\",\n \"ContainerFile\": {\n \"Container\": \"\",\n \"CustomLabels\": null,\n \"ExcludeLabels\": null,\n \"ExcludeNamespace\": \"\",\n \"FilePaths\": [],\n \"FilePattern\": \"\",\n \"IncludeLabels\": null,\n \"LogPath\": \"\",\n \"Namespace\": \"\",\n \"WorkLoad\": {\n \"Container\": \"\",\n \"Kind\": \"\",\n \"Name\": \"\",\n \"Namespace\": \"\"\n }\n },\n \"ContainerStdout\": {\n \"AllContainers\": true,\n \"Container\": \"\",\n \"CustomLabels\": null,\n \"ExcludeLabels\": null,\n \"ExcludeNamespace\": \"\",\n \"IncludeLabels\": null,\n \"Namespace\": \"*\",\n \"WorkLoads\": null\n },\n \"CreateTime\": \"2023-12-04 14:32:35\",\n \"ExcludePaths\": null,\n \"ExtractRule\": {\n \"Address\": \"\",\n \"Backtracking\": 0,\n \"BeginRegex\": \"\",\n \"Delimiter\": \"\",\n \"EventLogRules\": [],\n \"FilterKeyRegex\": [],\n \"IsGBK\": 0,\n \"JsonStandard\": 0,\n \"Keys\": [\n \"__CONTENT__\"\n ],\n \"LogRegex\": \"\",\n \"MetaTags\": [],\n \"MetadataType\": 0,\n \"ParseProtocol\": \"\",\n \"PathRegex\": \"\",\n \"Protocol\": \"\",\n \"TimeFormat\": \"\",\n \"TimeKey\": \"\",\n \"UnMatchLogKey\": null,\n \"UnMatchUpLoadSwitch\": false\n },\n \"GroupId\": \"886bf7a8-7340-4314-8d64-b360da0ffd78\",\n \"HostFile\": {\n \"CustomLabels\": null,\n \"FilePattern\": \"\",\n \"LogPath\": \"\"\n },\n \"LogFormat\": \"\",\n \"LogType\": \"minimalist_log\",\n \"LogsetId\": \"40907915-faa6-46e0-985f-b2fa8c17a080\",\n \"LogsetName\": \"logset-test\",\n \"Name\": \"config-test-886bf7a8-7340-4314-8d64-b360da0ffd78\",\n \"TopicId\": \"b2dcf2e5-9582-4c87-9286-cccccb53889d\",\n \"TopicName\": \"topic-test\",\n \"Type\": \"container_stdout\",\n \"UpdateTime\": \"2023-12-04 14:32:34\",\n \"UserDefineRule\": \"\"\n }\n ],\n \"RequestId\": \"4e48c681-ebf8-4df1-bf0a-51f689117ac6\",\n \"TotalCount\": 1\n }\n}",
|
328
328
|
"title": "获取特殊采集配置"
|
329
329
|
}
|
330
330
|
],
|
331
331
|
"DescribeConfigMachineGroups": [
|
332
332
|
{
|
333
|
-
"document": "",
|
333
|
+
"document": "获取采集规则配置所绑定的机器组",
|
334
334
|
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigMachineGroups\n<公共请求参数>\n\n{\n \"ConfigId\": \"xxxxxxxxxx\"\n}",
|
335
|
-
"output": "{\n \"Response\": {\n \"MachineGroups\": [\n {\n \"GroupId\": \"
|
335
|
+
"output": "{\n \"Response\": {\n \"MachineGroups\": [\n {\n \"AutoUpdate\": \"\",\n \"CreateTime\": \"2023-11-24 10:22:58\",\n \"GroupId\": \"59613f03-304e-492d-8bcc-af04716f4111\",\n \"GroupName\": \"test-filter\",\n \"MachineGroupType\": {\n \"Type\": \"ip\",\n \"Values\": [\n \"9.1.9.1\"\n ]\n },\n \"MetaTags\": [],\n \"OSType\": 0,\n \"ServiceLogging\": false,\n \"Tags\": [],\n \"UpdateEndTime\": \"\",\n \"UpdateStartTime\": \"\"\n }\n ],\n \"RequestId\": \"f32611a9-c1ff-48f3-97b3-32e28fe5b359\"\n }\n}",
|
336
336
|
"title": "获取采集规则配置所绑定的机器组"
|
337
337
|
}
|
338
338
|
],
|
@@ -362,9 +362,9 @@
|
|
362
362
|
],
|
363
363
|
"DescribeDashboards": [
|
364
364
|
{
|
365
|
-
"document": "",
|
366
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDashboards\n<公共请求参数>\n\n{\n \"Limit\":
|
367
|
-
"output": "{\n \"Response\": {\n \"
|
365
|
+
"document": "获取仪表盘",
|
366
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDashboards\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"dashboard-7ff51cf1-bff9-49f7-9fbb-6a9743225f92\"\n ],\n \"Key\": \"dashboardId\"\n }\n ],\n \"Offset\": 0\n}",
|
367
|
+
"output": "{\n \"Response\": {\n \"DashboardInfos\": [\n {\n \"AssumerName\": \"\",\n \"AssumerUin\": 0,\n \"CreateTime\": \"2023-12-01 15:53:29\",\n \"DashboardId\": \"dashboard-7ff51cf1-bff9-49f7-9fbb-6a9743225f92\",\n \"DashboardName\": \"E32E23\",\n \"DashboardRegion\": \"\",\n \"DashboardTopicInfos\": [],\n \"Data\": \"\",\n \"RoleName\": \"\",\n \"Tags\": [\n {\n \"Key\": \"team\",\n \"Value\": \"test\"\n }\n ],\n \"UpdateTime\": \"2023-12-01 15:53:29\"\n }\n ],\n \"RequestId\": \"56c8e3f5-2b05-419d-acd0-8d2062df093f\",\n \"TotalCount\": 1\n }\n}",
|
368
368
|
"title": "获取仪表盘"
|
369
369
|
}
|
370
370
|
],
|
@@ -442,9 +442,9 @@
|
|
442
442
|
],
|
443
443
|
"DescribeMachineGroupConfigs": [
|
444
444
|
{
|
445
|
-
"document": "",
|
446
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMachineGroupConfigs\n<公共请求参数>\n\n{\n \"GroupId\": \"
|
447
|
-
"output": "{\n \"Response\": {\n \"Configs\": [\n {\n \"
|
445
|
+
"document": "获取机器组绑定的采集规则配置",
|
446
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMachineGroupConfigs\n<公共请求参数>\n\n{\n \"GroupId\": \"01fd5bcc-d7d4-4edb-9ff5-7ecfc305b831\"\n}",
|
447
|
+
"output": "{\n \"Response\": {\n \"Configs\": [\n {\n \"AdvancedConfig\": \"\",\n \"ConfigId\": \"16c904ed-db2a-4ba4-b6fd-0f5f94f71111\",\n \"CreateTime\": \"2023-06-28 15:58:16\",\n \"ExcludePaths\": null,\n \"ExtractRule\": {\n \"Address\": \"\",\n \"Backtracking\": -1,\n \"BeginRegex\": \"\",\n \"Delimiter\": \"\",\n \"EventLogRules\": [],\n \"FilterKeyRegex\": [],\n \"IsGBK\": 0,\n \"JsonStandard\": 0,\n \"Keys\": null,\n \"LogRegex\": \"\",\n \"MetaTags\": [],\n \"MetadataType\": 0,\n \"ParseProtocol\": \"\",\n \"PathRegex\": \"\",\n \"Protocol\": \"\",\n \"TimeFormat\": \"\",\n \"TimeKey\": \"\",\n \"UnMatchLogKey\": \"LogParseFailure\",\n \"UnMatchUpLoadSwitch\": false\n },\n \"LogFormat\": \"\",\n \"LogType\": \"json_log\",\n \"Name\": \"cls_hkff7p5e_test_c_eks\",\n \"Output\": \"a004adec-c87a-4179-b0eb-8f7ee4ec1111\",\n \"Path\": \"/var/log/eks-log-agent/test-c/*/*/**/*.log\",\n \"UpdateTime\": \"2023-11-16 21:42:48\",\n \"UserDefineRule\": \"\"\n }\n ],\n \"RequestId\": \"983cd59e-7a7a-48aa-a16f-b0f0275c2288\"\n }\n}",
|
448
448
|
"title": "获取机器组绑定的采集规则配置"
|
449
449
|
}
|
450
450
|
],
|
@@ -508,7 +508,7 @@
|
|
508
508
|
{
|
509
509
|
"document": "查询指定告警策略的告警历史记录",
|
510
510
|
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetAlarmLog\n<公共请求参数>\n\n{\n \"From\": 1676615510870,\n \"To\": 1676619110870,\n \"Query\": \"alert_id: alarm-3e6131b1-689a-xxxx-8e2d-62ba80e6d91e\",\n \"Limit\": 1\n}",
|
511
|
-
"output": "{\n \"Response\": {\n \"Context\": \"Y29udGV4dC03MTI5NGYwZS1kY2IyLTQ0MTktYmQyMy01ZDgwNTcyN2Y0OTExNjc2NjE5Mzk5Mjg3\",\n \"ListOver\": false,\n \"Analysis\": false,\n \"ColNames\": [],\n \"Columns\": null,\n \"Results\": [\n {\n \"Time\": 1676618994000,\n \"TopicId\": \"louder\",\n \"TopicName\": \"louder\",\n \"Source\": \"\",\n \"FileName\": \"\",\n \"HostName\": \"\",\n \"PkgId\": \"\",\n \"PkgLogId\": \"\",\n \"LogJson\": \"{\\\"reach_trigger\\\":\\\"true\\\",\\\"notify_time\\\":1676618994,\\\"reach_notify\\\":\\\"false\\\",\\\"process_error_msg\\\":\\\"AlertThreshold Unreached\\\",\\\"record_group_id\\\":\\\"\\\",\\\"trigger\\\":\\\"$1.Warning事件数 > 0\\\",\\\"trigger_failed_reason\\\":\\\"matched\\\",\\\"alert_threshold\\\":15,\\\"trigger_result\\\":\\\"success\\\",\\\"monitored_object\\\":\\\"993bba4d-9494-4023-xxxx-f06c1b8c2983\\\",\\\"happen_threshold\\\":1,\\\"notify_type\\\":1,\\\"record_id\\\":\\\"\\\",\\\"trigger_time\\\":1676618994,\\\"notify_template\\\":\\\"notice-a1d2a4a6-c731-4386-869a-5ba91b1bb26c\\\",\\\"alert_id\\\":\\\"alarm-3e6131b1-689a-xxxx-8e2d-62ba80e6d91e\\\",\\\"notify_result\\\":\\\"fail\\\",\\\"process_result\\\":\\\"fail\\\",\\\"notify_failed_reason\\\":\\\"AlertThreshold Unreached\\\",\\\"uin\\\":10000100xxxx,\\\"topic_id\\\":\\\"993bba4d-9494-4023-xxxx-f06c1b8c2983\\\",\\\"record_info\\\":\\\"\\\",\\\"alert_name\\\":\\\"TKE Demo事件日志告警策略_10000100xxxx\\\",\\\"process_error_type\\\":\\\"UnreachedThreshold\\\"}\"\n }\n ],\n \"AnalysisResults\": [],\n \"AnalysisRecords\": null,\n \"RequestId\": \"53fa03fb-a0f6-4ac0-afe8-de697b586eb0\"\n }\n}",
|
511
|
+
"output": "{\n \"Response\": {\n \"Context\": \"Y29udGV4dC03MTI5NGYwZS1kY2IyLTQ0MTktYmQyMy01ZDgwNTcyN2Y0OTExNjc2NjE5Mzk5Mjg3\",\n \"ListOver\": false,\n \"Analysis\": false,\n \"ColNames\": [],\n \"Columns\": null,\n \"Results\": [\n {\n \"Time\": 1676618994000,\n \"TopicId\": \"louder\",\n \"TopicName\": \"louder\",\n \"Source\": \"\",\n \"FileName\": \"\",\n \"HostName\": \"\",\n \"PkgId\": \"\",\n \"PkgLogId\": \"\",\n \"IndexStatus\": \"\",\n \"RawLog\": \"\",\n \"LogJson\": \"{\\\"reach_trigger\\\":\\\"true\\\",\\\"notify_time\\\":1676618994,\\\"reach_notify\\\":\\\"false\\\",\\\"process_error_msg\\\":\\\"AlertThreshold Unreached\\\",\\\"record_group_id\\\":\\\"\\\",\\\"trigger\\\":\\\"$1.Warning事件数 > 0\\\",\\\"trigger_failed_reason\\\":\\\"matched\\\",\\\"alert_threshold\\\":15,\\\"trigger_result\\\":\\\"success\\\",\\\"monitored_object\\\":\\\"993bba4d-9494-4023-xxxx-f06c1b8c2983\\\",\\\"happen_threshold\\\":1,\\\"notify_type\\\":1,\\\"record_id\\\":\\\"\\\",\\\"trigger_time\\\":1676618994,\\\"notify_template\\\":\\\"notice-a1d2a4a6-c731-4386-869a-5ba91b1bb26c\\\",\\\"alert_id\\\":\\\"alarm-3e6131b1-689a-xxxx-8e2d-62ba80e6d91e\\\",\\\"notify_result\\\":\\\"fail\\\",\\\"process_result\\\":\\\"fail\\\",\\\"notify_failed_reason\\\":\\\"AlertThreshold Unreached\\\",\\\"uin\\\":10000100xxxx,\\\"topic_id\\\":\\\"993bba4d-9494-4023-xxxx-f06c1b8c2983\\\",\\\"record_info\\\":\\\"\\\",\\\"alert_name\\\":\\\"TKE Demo事件日志告警策略_10000100xxxx\\\",\\\"process_error_type\\\":\\\"UnreachedThreshold\\\"}\"\n }\n ],\n \"AnalysisResults\": [],\n \"AnalysisRecords\": null,\n \"RequestId\": \"53fa03fb-a0f6-4ac0-afe8-de697b586eb0\"\n }\n}",
|
512
512
|
"title": "查询日志"
|
513
513
|
}
|
514
514
|
],
|
@@ -8133,32 +8133,29 @@
|
|
8133
8133
|
{
|
8134
8134
|
"disabled": false,
|
8135
8135
|
"document": "导出的媒资名称。",
|
8136
|
-
"example": "",
|
8136
|
+
"example": "无",
|
8137
8137
|
"member": "string",
|
8138
8138
|
"name": "Name",
|
8139
8139
|
"required": false,
|
8140
|
-
"type": "string"
|
8141
|
-
"value_allowed_null": false
|
8140
|
+
"type": "string"
|
8142
8141
|
},
|
8143
8142
|
{
|
8144
8143
|
"disabled": false,
|
8145
8144
|
"document": "导出的媒资分类 Id。",
|
8146
|
-
"example": "",
|
8145
|
+
"example": "无",
|
8147
8146
|
"member": "uint64",
|
8148
8147
|
"name": "ClassId",
|
8149
8148
|
"required": false,
|
8150
|
-
"type": "int"
|
8151
|
-
"value_allowed_null": false
|
8149
|
+
"type": "int"
|
8152
8150
|
},
|
8153
8151
|
{
|
8154
8152
|
"disabled": false,
|
8155
8153
|
"document": "第三方平台发布信息列表。暂未正式对外,请勿使用。",
|
8156
|
-
"example": "",
|
8154
|
+
"example": "无",
|
8157
8155
|
"member": "ThirdPartyPublishInfo",
|
8158
8156
|
"name": "ThirdPartyPublishInfos",
|
8159
8157
|
"required": false,
|
8160
|
-
"type": "list"
|
8161
|
-
"value_allowed_null": false
|
8158
|
+
"type": "list"
|
8162
8159
|
}
|
8163
8160
|
],
|
8164
8161
|
"usage": "in"
|
@@ -13533,6 +13533,16 @@
|
|
13533
13533
|
"output_required": true,
|
13534
13534
|
"type": "string",
|
13535
13535
|
"value_allowed_null": true
|
13536
|
+
},
|
13537
|
+
{
|
13538
|
+
"disabled": false,
|
13539
|
+
"document": "资源包历史绑定(已解绑)实例信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
13540
|
+
"example": "无",
|
13541
|
+
"member": "BindInstanceInfo",
|
13542
|
+
"name": "HistoryBindResourceInfos",
|
13543
|
+
"output_required": false,
|
13544
|
+
"type": "list",
|
13545
|
+
"value_allowed_null": true
|
13536
13546
|
}
|
13537
13547
|
],
|
13538
13548
|
"usage": "out"
|