tccli 3.0.1288.1__py2.py3-none-any.whl → 3.0.1290.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/plugins/sso/__init__.py +11 -1
- tccli/plugins/sso/login.py +3 -3
- tccli/services/asr/v20190614/api.json +6 -6
- tccli/services/asr/v20190614/examples.json +4 -4
- tccli/services/bi/v20220105/api.json +43 -0
- tccli/services/billing/v20180709/api.json +326 -266
- tccli/services/billing/v20180709/examples.json +1 -1
- tccli/services/cdb/cdb_client.py +53 -0
- tccli/services/cdb/v20170320/api.json +64 -0
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cdwpg/v20201230/api.json +5 -5
- tccli/services/cdwpg/v20201230/examples.json +6 -6
- tccli/services/cdz/v20221123/api.json +4 -4
- tccli/services/cfg/v20210820/api.json +197 -197
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +21 -16
- tccli/services/cls/v20201016/api.json +230 -198
- tccli/services/cls/v20201016/examples.json +2 -2
- tccli/services/cwp/v20180228/api.json +39 -9
- tccli/services/cynosdb/v20190107/api.json +2 -2
- tccli/services/dbbrain/dbbrain_client.py +383 -12
- tccli/services/dbbrain/v20191016/api.json +24 -21
- tccli/services/dbbrain/v20210527/api.json +851 -68
- tccli/services/dbbrain/v20210527/examples.json +56 -0
- tccli/services/domain/v20180808/api.json +11 -11
- tccli/services/dts/v20180330/api.json +34 -34
- tccli/services/dts/v20180330/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +225 -223
- tccli/services/dts/v20211206/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +30 -3
- tccli/services/essbasic/v20210526/api.json +29 -2
- tccli/services/fmu/v20191213/api.json +2 -2
- tccli/services/goosefs/v20220519/api.json +2 -2
- tccli/services/gwlb/v20240906/api.json +1 -1
- tccli/services/iotcloud/v20210408/api.json +66 -66
- tccli/services/iotcloud/v20210408/examples.json +13 -13
- tccli/services/iotexplorer/iotexplorer_client.py +159 -0
- tccli/services/iotexplorer/v20190423/api.json +561 -0
- tccli/services/iotexplorer/v20190423/examples.json +24 -0
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20211125/api.json +105 -0
- tccli/services/iotvideo/v20211125/examples.json +16 -0
- tccli/services/lighthouse/v20200324/api.json +53 -53
- tccli/services/lighthouse/v20200324/examples.json +2 -2
- tccli/services/lke/v20231130/api.json +12 -2
- tccli/services/lkeap/v20240522/api.json +2 -2
- tccli/services/lowcode/v20210108/api.json +2 -2
- tccli/services/monitor/monitor_client.py +53 -0
- tccli/services/monitor/v20180724/api.json +144 -0
- tccli/services/monitor/v20180724/examples.json +8 -0
- tccli/services/mps/mps_client.py +501 -24
- tccli/services/mps/v20190612/api.json +2118 -247
- tccli/services/mps/v20190612/examples.json +72 -0
- tccli/services/mqtt/v20240516/api.json +4 -4
- tccli/services/mqtt/v20240516/examples.json +5 -11
- tccli/services/organization/v20210331/api.json +113 -113
- tccli/services/redis/redis_client.py +53 -0
- tccli/services/redis/v20180412/api.json +34 -0
- tccli/services/redis/v20180412/examples.json +8 -0
- tccli/services/svp/v20240125/api.json +1 -1
- tccli/services/tcb/tcb_client.py +53 -0
- tccli/services/tcb/v20180608/api.json +224 -157
- tccli/services/tcb/v20180608/examples.json +8 -0
- tccli/services/tcbr/v20220217/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +379 -285
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +541 -5
- tccli/services/teo/v20220901/examples.json +21 -3
- tccli/services/tione/v20211111/api.json +64 -6
- tccli/services/vdb/v20230616/api.json +31 -2
- tccli/services/vdb/v20230616/examples.json +8 -2
- tccli/services/vrs/v20200824/api.json +14 -2
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +102 -0
- tccli/services/weilingwith/v20230427/api.json +997 -997
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/RECORD +81 -81
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1288.1.dist-info → tccli-3.0.1290.1.dist-info}/license_files/LICENSE +0 -0
@@ -80,6 +80,14 @@
|
|
80
80
|
"title": "创建转动图模板"
|
81
81
|
}
|
82
82
|
],
|
83
|
+
"CreateAsrHotwords": [
|
84
|
+
{
|
85
|
+
"document": "",
|
86
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAsrHotwords\n<公共请求参数>\n\n{\n \"Type\": 0,\n \"Name\": \"HotwordsNameExample\",\n \"Content\": \"腾讯云|10,语音识别|5,ASR|10\"\n}",
|
87
|
+
"output": "{\n \"Response\": {\n \"HotwordsId\": \"hwd-aexxxxxxxxxxxxxx1481\",\n \"RequestId\": \"1ebaa15b-14b5-480c-9904-ec90c536e701\"\n }\n}",
|
88
|
+
"title": "CreateAsrHotwordsExample"
|
89
|
+
}
|
90
|
+
],
|
83
91
|
"CreateContentReviewTemplate": [
|
84
92
|
{
|
85
93
|
"document": "创建一个自定义 AI 内容审核模板,开启画面内容令人反感的信息任务,同时开启画面令人不安全的信息及画面令人不适宜的信息任务,判定为违规的分数阈值及判定为需要人工识别的分数阈值都为默认,且不指定过滤标签。",
|
@@ -160,6 +168,14 @@
|
|
160
168
|
"title": "设置转码规则"
|
161
169
|
}
|
162
170
|
],
|
171
|
+
"CreateSmartSubtitleTemplate": [
|
172
|
+
{
|
173
|
+
"document": "",
|
174
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSmartSubtitleTemplate\n<公共请求参数>\n\n{\n \"Name\": \"示例\",\n \"VideoSrcLanguage\": \"zh\",\n \"SubtitleType\": 0\n}",
|
175
|
+
"output": "{\n \"Response\": {\n \"Definition\": 202281,\n \"RequestId\": \"42dc919b-2ec7-412c-85f0-88f003813d04\"\n }\n}",
|
176
|
+
"title": "创建模板"
|
177
|
+
}
|
178
|
+
],
|
163
179
|
"CreateSnapshotByTimeOffsetTemplate": [
|
164
180
|
{
|
165
181
|
"document": "",
|
@@ -312,6 +328,14 @@
|
|
312
328
|
"title": "删除转动图模板"
|
313
329
|
}
|
314
330
|
],
|
331
|
+
"DeleteAsrHotwords": [
|
332
|
+
{
|
333
|
+
"document": "",
|
334
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAsrHotwords\n<公共请求参数>\n\n{\n \"HotwordsId\": \"hwd-aexxxxxxxxxxxxxx1481\"\n}",
|
335
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b3529414-e832-400d-9629-d9998a4e170c\"\n }\n}",
|
336
|
+
"title": "DeleteAsrHotwords"
|
337
|
+
}
|
338
|
+
],
|
315
339
|
"DeleteContentReviewTemplate": [
|
316
340
|
{
|
317
341
|
"document": "删除用户自定义 AI 内容审核模板。",
|
@@ -368,6 +392,14 @@
|
|
368
392
|
"title": "示例"
|
369
393
|
}
|
370
394
|
],
|
395
|
+
"DeleteSmartSubtitleTemplate": [
|
396
|
+
{
|
397
|
+
"document": "删除用户自定义智能字幕模板。",
|
398
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSmartSubtitleTemplate\n<公共请求参数>\n\n{\n \"Definition\": 202281\n}",
|
399
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a7922ab4-645f-413a-abd9-c0dfba945e3c\"\n }\n}",
|
400
|
+
"title": "删除智能字幕模板"
|
401
|
+
}
|
402
|
+
],
|
371
403
|
"DeleteSnapshotByTimeOffsetTemplate": [
|
372
404
|
{
|
373
405
|
"document": "",
|
@@ -490,6 +522,22 @@
|
|
490
522
|
"title": "获取转动图模板列表"
|
491
523
|
}
|
492
524
|
],
|
525
|
+
"DescribeAsrHotwords": [
|
526
|
+
{
|
527
|
+
"document": "",
|
528
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAsrHotwords\n<公共请求参数>\n\n{\n \"HotwordsId\": \"hwd-aexxxxxxxxxxxxxx1481\"\n}",
|
529
|
+
"output": "{\n \"Response\": {\n \"Content\": \"腾讯云|10,语音识别|5,ASR|10\",\n \"CreateTime\": \"2025-03-19T03:29:06Z\",\n \"FileName\": \"\",\n \"HotWords\": [\n {\n \"Id\": 1,\n \"Text\": \"腾讯云\",\n \"Weight\": 10\n },\n {\n \"Id\": 2,\n \"Text\": \"语音识别\",\n \"Weight\": 5\n },\n {\n \"Id\": 3,\n \"Text\": \"ASR\",\n \"Weight\": 10\n }\n ],\n \"HotwordsId\": \"hwd-aexxxxxxxxxxxxxx1481\",\n \"Limit\": 0,\n \"Name\": \"HotwordsNameExample\",\n \"Offset\": 0,\n \"RequestId\": \"bad606d3-8a49-427f-a6a6-26c9f1fe1dc3\",\n \"Status\": 0,\n \"Type\": 0,\n \"UpdateTime\": \"2025-03-19T03:29:06Z\",\n \"WordCount\": 3\n }\n}",
|
530
|
+
"title": "DescribeAsrHotwords"
|
531
|
+
}
|
532
|
+
],
|
533
|
+
"DescribeAsrHotwordsList": [
|
534
|
+
{
|
535
|
+
"document": "",
|
536
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAsrHotwordsList\n<公共请求参数>\n\n{\n \"HotwordsId\": \"hwd-aexxxxxxxxxxxxxx1481\"\n}",
|
537
|
+
"output": "{\n \"Response\": {\n \"AsrHotwordsSet\": [\n {\n \"CreateTime\": \"2025-03-19T03:29:06Z\",\n \"FileName\": \"\",\n \"HotwordsId\": \"hwd-aexxxxxxxxxxxxxx1481\",\n \"Name\": \"HotwordsNameExample\",\n \"Status\": 0,\n \"Type\": 0,\n \"UpdateTime\": \"2025-03-19T03:29:06Z\",\n \"WordCount\": 3\n }\n ],\n \"Limit\": 0,\n \"Offset\": 0,\n \"RequestId\": \"0beec64c-8390-43dd-8b3a-14df16cc9ca7\",\n \"TotalCount\": 1\n }\n}",
|
538
|
+
"title": "DescribeAsrHotwordsList"
|
539
|
+
}
|
540
|
+
],
|
493
541
|
"DescribeContentReviewTemplates": [
|
494
542
|
{
|
495
543
|
"document": "从序号 0 开始,获取 10 个智能审核模板,包括系统默认智能审核模板。",
|
@@ -568,6 +616,14 @@
|
|
568
616
|
"title": "示例"
|
569
617
|
}
|
570
618
|
],
|
619
|
+
"DescribeSmartSubtitleTemplates": [
|
620
|
+
{
|
621
|
+
"document": "",
|
622
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSmartSubtitleTemplates\n<公共请求参数>\n\n{}",
|
623
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f89a1f41-1a26-4cda-9be1-2747cb44a045\",\n \"SmartSubtitleTemplateSet\": [\n {\n \"AliasName\": \"Generate_Chinese_And_English_Subtitle_For_English_Video\",\n \"AsrHotWordsConfigure\": {\n \"LibraryId\": \"\",\n \"Switch\": \"OFF\"\n },\n \"AsrHotWordsLibraryName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-02-11T15:41:29+08:00\",\n \"Definition\": 212,\n \"Name\": \"英文源视频-生成中英文字幕\",\n \"SubtitleFormat\": \"vtt\",\n \"SubtitleType\": 2,\n \"TranslateDstLanguage\": \"zh\",\n \"TranslateSwitch\": \"ON\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-02-11T15:41:29+08:00\",\n \"VideoSrcLanguage\": \"en\"\n },\n {\n \"AliasName\": \"Generate_Chinese_Subtitle_For_English_Video\",\n \"AsrHotWordsConfigure\": {\n \"LibraryId\": \"\",\n \"Switch\": \"OFF\"\n },\n \"AsrHotWordsLibraryName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-02-11T15:41:29+08:00\",\n \"Definition\": 211,\n \"Name\": \"英文源视频-生成中文字幕\",\n \"SubtitleFormat\": \"vtt\",\n \"SubtitleType\": 1,\n \"TranslateDstLanguage\": \"zh\",\n \"TranslateSwitch\": \"ON\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-02-11T15:41:29+08:00\",\n \"VideoSrcLanguage\": \"en\"\n },\n {\n \"AliasName\": \"Generate_English_Subtitle_For_English_Video\",\n \"AsrHotWordsConfigure\": {\n \"LibraryId\": \"\",\n \"Switch\": \"OFF\"\n },\n \"AsrHotWordsLibraryName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-02-11T15:41:29+08:00\",\n \"Definition\": 200,\n \"Name\": \"英文源视频-生成英文字幕\",\n \"SubtitleFormat\": \"vtt\",\n \"SubtitleType\": 0,\n \"TranslateDstLanguage\": \"en\",\n \"TranslateSwitch\": \"OFF\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-02-11T15:41:29+08:00\",\n \"VideoSrcLanguage\": \"en\"\n },\n {\n \"AliasName\": \"Generate_Chinese_And_English_Subtitle_For_Chinese_Video\",\n \"AsrHotWordsConfigure\": {\n \"LibraryId\": \"\",\n \"Switch\": \"OFF\"\n },\n \"AsrHotWordsLibraryName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-02-11T15:41:29+08:00\",\n \"Definition\": 122,\n \"Name\": \"中文源视频-生成中英文字幕\",\n \"SubtitleFormat\": \"vtt\",\n \"SubtitleType\": 2,\n \"TranslateDstLanguage\": \"en\",\n \"TranslateSwitch\": \"ON\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-02-11T15:41:29+08:00\",\n \"VideoSrcLanguage\": \"zh\"\n },\n {\n \"AliasName\": \"Generate_English_Subtitle_For_Chinese_Video\",\n \"AsrHotWordsConfigure\": {\n \"LibraryId\": \"\",\n \"Switch\": \"OFF\"\n },\n \"AsrHotWordsLibraryName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-02-11T15:41:29+08:00\",\n \"Definition\": 121,\n \"Name\": \"中文源视频-生成英文字幕\",\n \"SubtitleFormat\": \"vtt\",\n \"SubtitleType\": 1,\n \"TranslateDstLanguage\": \"en\",\n \"TranslateSwitch\": \"ON\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-02-11T15:41:29+08:00\",\n \"VideoSrcLanguage\": \"zh\"\n },\n {\n \"AliasName\": \"Generate_Chinese_Subtitle_For_Chinese_Video\",\n \"AsrHotWordsConfigure\": {\n \"LibraryId\": \"\",\n \"Switch\": \"OFF\"\n },\n \"AsrHotWordsLibraryName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-02-11T15:41:29+08:00\",\n \"Definition\": 100,\n \"Name\": \"中文源视频-生成中文字幕\",\n \"SubtitleFormat\": \"vtt\",\n \"SubtitleType\": 0,\n \"TranslateDstLanguage\": \"en\",\n \"TranslateSwitch\": \"OFF\",\n \"Type\": \"Preset\",\n \"UpdateTime\": \"2025-02-11T15:41:29+08:00\",\n \"VideoSrcLanguage\": \"zh\"\n },\n {\n \"AliasName\": \"\",\n \"AsrHotWordsConfigure\": {\n \"LibraryId\": \"\",\n \"Switch\": \"OFF\"\n },\n \"AsrHotWordsLibraryName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-03-04T18:18:35+08:00\",\n \"Definition\": 202226,\n \"Name\": \"aaaaa\",\n \"SubtitleFormat\": \"\",\n \"SubtitleType\": 0,\n \"TranslateDstLanguage\": \"\",\n \"TranslateSwitch\": \"OFF\",\n \"Type\": \"Custom\",\n \"UpdateTime\": \"2025-03-04T18:18:35+08:00\",\n \"VideoSrcLanguage\": \"zh\"\n },\n {\n \"AliasName\": \"\",\n \"AsrHotWordsConfigure\": {\n \"LibraryId\": \"hwd-390af315ba0c31545156\",\n \"Switch\": \"ON\"\n },\n \"AsrHotWordsLibraryName\": \"ValidName\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-02-21T16:26:37+08:00\",\n \"Definition\": 201309,\n \"Name\": \"0221\",\n \"SubtitleFormat\": \"vtt\",\n \"SubtitleType\": 0,\n \"TranslateDstLanguage\": \"\",\n \"TranslateSwitch\": \"OFF\",\n \"Type\": \"Custom\",\n \"UpdateTime\": \"2025-02-21T16:26:37+08:00\",\n \"VideoSrcLanguage\": \"zh\"\n },\n {\n \"AliasName\": \"\",\n \"AsrHotWordsConfigure\": {\n \"LibraryId\": \"\",\n \"Switch\": \"OFF\"\n },\n \"AsrHotWordsLibraryName\": \"\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-02-21T16:13:06+08:00\",\n \"Definition\": 201308,\n \"Name\": \"0221\",\n \"SubtitleFormat\": \"vtt\",\n \"SubtitleType\": 0,\n \"TranslateDstLanguage\": \"\",\n \"TranslateSwitch\": \"OFF\",\n \"Type\": \"Custom\",\n \"UpdateTime\": \"2025-02-21T16:13:06+08:00\",\n \"VideoSrcLanguage\": \"zh\"\n },\n {\n \"AliasName\": \"\",\n \"AsrHotWordsConfigure\": {\n \"LibraryId\": \"hwd-f1d930ebc6d9a7d910\",\n \"Switch\": \"ON\"\n },\n \"AsrHotWordsLibraryName\": \"HotwordsName1\",\n \"Comment\": \"\",\n \"CreateTime\": \"2025-02-21T16:08:45+08:00\",\n \"Definition\": 201307,\n \"Name\": \"0221\",\n \"SubtitleFormat\": \"\",\n \"SubtitleType\": 0,\n \"TranslateDstLanguage\": \"\",\n \"TranslateSwitch\": \"OFF\",\n \"Type\": \"Custom\",\n \"UpdateTime\": \"2025-02-21T17:50:15+08:00\",\n \"VideoSrcLanguage\": \"zh\"\n }\n ],\n \"TotalCount\": 21\n }\n}",
|
624
|
+
"title": "查询智能字幕模板"
|
625
|
+
}
|
626
|
+
],
|
571
627
|
"DescribeSnapshotByTimeOffsetTemplates": [
|
572
628
|
{
|
573
629
|
"document": "",
|
@@ -894,6 +950,14 @@
|
|
894
950
|
"title": "修改转动图模板"
|
895
951
|
}
|
896
952
|
],
|
953
|
+
"ModifyAsrHotwords": [
|
954
|
+
{
|
955
|
+
"document": "",
|
956
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAsrHotwords\n<公共请求参数>\n\n{\n \"HotwordsId\": \"hwd-aexxxxxxxxxxxxxx1481\",\n \"Name\": \"HotwordsNameNew\",\n \"Content\": \"腾讯云|10,语音识别|5,ASR|10\"\n}",
|
957
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"bebd190b-4864-4911-b919-ec713c102498\"\n }\n}",
|
958
|
+
"title": "ModifyAsrHotwords"
|
959
|
+
}
|
960
|
+
],
|
897
961
|
"ModifyContentReviewTemplate": [
|
898
962
|
{
|
899
963
|
"document": "修改自定义 AI 内容审核模板。不指定过滤标签,将画面令人反感的信息的任务判定为违规的分数阈值和画面令人反感的信息的任务判定为需要人工内容审核的分数阈值修改为默认。",
|
@@ -980,6 +1044,14 @@
|
|
980
1044
|
"title": "修改编排"
|
981
1045
|
}
|
982
1046
|
],
|
1047
|
+
"ModifySmartSubtitleTemplate": [
|
1048
|
+
{
|
1049
|
+
"document": "",
|
1050
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySmartSubtitleTemplate\n<公共请求参数>\n\n{\n \"Definition\": 202281,\n \"TranslateSwitch\": \"ON\",\n \"Name\": \"新名字\",\n \"SubtitleType\": 1,\n \"TranslateDstLanguage\": \"en\"\n}",
|
1051
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"569d5d19-d01c-4efc-97dc-4ea53ae95647\"\n }\n}",
|
1052
|
+
"title": "修改智能字幕模板"
|
1053
|
+
}
|
1054
|
+
],
|
983
1055
|
"ModifySnapshotByTimeOffsetTemplate": [
|
984
1056
|
{
|
985
1057
|
"document": "",
|
@@ -3339,7 +3339,7 @@
|
|
3339
3339
|
{
|
3340
3340
|
"disabled": false,
|
3341
3341
|
"document": "角色信息列表",
|
3342
|
-
"example": "[ \t\t\t{ \t\t\t\t\"CreatedTime\": 1705392159000, \t\t\t\t\"ModifiedTime\": 1705392159000, \t\t\t\t\"Password\": \"
|
3342
|
+
"example": "[ \t\t\t{ \t\t\t\t\"CreatedTime\": 1705392159000, \t\t\t\t\"ModifiedTime\": 1705392159000, \t\t\t\t\"Password\": \"pwd1\", \t\t\t\t\"PermRead\": true, \t\t\t\t\"PermWrite\": true, \t\t\t\t\"Remark\": \"\", \t\t\t\t\"Username\": \"user1\" \t\t\t} \t\t]",
|
3343
3343
|
"member": "MQTTUserItem",
|
3344
3344
|
"name": "Data",
|
3345
3345
|
"output_required": true,
|
@@ -3835,7 +3835,7 @@
|
|
3835
3835
|
{
|
3836
3836
|
"disabled": false,
|
3837
3837
|
"document": "子网信息",
|
3838
|
-
"example": "subnet-
|
3838
|
+
"example": "subnet-1acd3",
|
3839
3839
|
"member": "string",
|
3840
3840
|
"name": "SubnetId",
|
3841
3841
|
"output_required": false,
|
@@ -4837,7 +4837,7 @@
|
|
4837
4837
|
{
|
4838
4838
|
"disabled": false,
|
4839
4839
|
"document": "公钥",
|
4840
|
-
"example": " -----BEGIN CERTIFICATE-----
|
4840
|
+
"example": " -----BEGIN CERTIFICATE----- -----END CERTIFICATE-----",
|
4841
4841
|
"member": "string",
|
4842
4842
|
"name": "PublicKey",
|
4843
4843
|
"required": false,
|
@@ -5306,7 +5306,7 @@
|
|
5306
5306
|
{
|
5307
5307
|
"disabled": false,
|
5308
5308
|
"document": "设备证书",
|
5309
|
-
"example": "-----BEGIN CERTIFICATE-----
|
5309
|
+
"example": "-----BEGIN CERTIFICATE-----END CERTIFICATE-----",
|
5310
5310
|
"member": "string",
|
5311
5311
|
"name": "DeviceCertificate",
|
5312
5312
|
"required": true,
|
@@ -51,8 +51,8 @@
|
|
51
51
|
"CreateInstance": [
|
52
52
|
{
|
53
53
|
"document": "示例",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMQTTInstance\n<公共请求参数>\n\n{\n \"InstanceType\": \"BASIC\",\n \"Name\": \"instance-1\",\n \"SkuCode\": \"basic_1k\",\n \"Remark\": \"this is remark\",\n \"VpcList\": [\n {\n \"VpcId\": \"vpc-9a5wnirv\",\n \"SubnetId\": \"subnet-0tw6tlfi\"\n }\n ],\n \"IpRules\": [\n {\n \"Ip\": \"1.1.1.1\",\n \"Allow\": true,\n \"Remark\": \"
|
55
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"InstanceId\": \"mqtt-7pnqmkrx\",\n \"RequestId\": \"
|
54
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMQTTInstance\n<公共请求参数>\n\n{\n \"InstanceType\": \"BASIC\",\n \"Name\": \"instance-1\",\n \"SkuCode\": \"basic_1k\",\n \"Remark\": \"this is remark\",\n \"VpcList\": [\n {\n \"VpcId\": \"vpc-9a5wnirv\",\n \"SubnetId\": \"subnet-0tw6tlfi\"\n }\n ],\n \"IpRules\": [\n {\n \"Ip\": \"1.1.1.1\",\n \"Allow\": true,\n \"Remark\": \"remark\"\n }\n ]\n}",
|
55
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"InstanceId\": \"mqtt-7pnqmkrx\",\n \"RequestId\": \"request-id\"\n }\n}",
|
56
56
|
"title": "示例"
|
57
57
|
}
|
58
58
|
],
|
@@ -171,15 +171,9 @@
|
|
171
171
|
"DescribeAuthenticator": [
|
172
172
|
{
|
173
173
|
"document": "示例",
|
174
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTAuthenticator\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-2vnk55xv\",\n \"Type\": \"JWKS\"\n}",
|
175
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Authenticators\": [\n {\n \"Config\": \"{\\\"endpoint\\\":\\\"1.2.3.4\\\",\\\"refreshInterval\\\":10}\",\n \"Status\": \"open\",\n \"Type\": \"JWKS\"\n }\n ],\n \"RequestId\": \"83d4a381-b448-45c8-adcf-b563bd18f4fb\"\n }\n}",
|
176
|
-
"title": "示例"
|
177
|
-
},
|
178
|
-
{
|
179
|
-
"document": "HTTP示例",
|
180
174
|
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuthenticator\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-dmzeoj58\",\n \"Type\": \"HTTP\"\n}",
|
181
175
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Authenticators\": [\n {\n \"Config\": \"{\\\"headers\\\":[{\\\"key\\\":\\\"user\\\",\\\"value\\\":\\\"${username}\\\"}],\\\"endpoint\\\":\\\"127.0.0.1\\\",\\\"method\\\":\\\"Post\\\",\\\"readTimeout\\\":1,\\\"connectTimeout\\\":1,\\\"body\\\":[{\\\"key\\\":\\\"user\\\",\\\"value\\\":\\\"${username}\\\"}],\\\"concurrency\\\":1}\",\n \"CreateTime\": 1731036362,\n \"Remark\": \"this is remark\",\n \"Status\": \"open\",\n \"Type\": \"HTTP\"\n }\n ],\n \"RequestId\": \"756b8ee7-00e8-48ea-94f2-02eead2a5067\"\n }\n}",
|
182
|
-
"title": "
|
176
|
+
"title": "示例"
|
183
177
|
}
|
184
178
|
],
|
185
179
|
"DescribeAuthorizationPolicies": [
|
@@ -256,7 +250,7 @@
|
|
256
250
|
{
|
257
251
|
"document": "示例",
|
258
252
|
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-bg8k8v8o\"\n}",
|
259
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"AuthorizationPolicyLimit\": 10,\n \"AutomaticActivation\": false,\n \"ClientNumLimit\": 1000,\n \"CreatedTime\": 1722572792,\n \"DestroyTime\": 0,\n \"DeviceCertificateProvisionType\": \"MANUAL\",\n \"ExpiryTime\": 0,\n \"InstanceId\": \"mqtt-bg8k8v8o\",\n \"InstanceName\": \"
|
253
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"AuthorizationPolicyLimit\": 10,\n \"AutomaticActivation\": false,\n \"ClientNumLimit\": 1000,\n \"CreatedTime\": 1722572792,\n \"DestroyTime\": 0,\n \"DeviceCertificateProvisionType\": \"MANUAL\",\n \"ExpiryTime\": 0,\n \"InstanceId\": \"mqtt-bg8k8v8o\",\n \"InstanceName\": \"instance-0802\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"BASIC\",\n \"MaxSubscriptionPerClient\": 30,\n \"PayMode\": \"POSTPAID\",\n \"Remark\": \"\",\n \"RenewFlag\": 1,\n \"RequestId\": \"3e180cf0-ddb8-4a0b-8855-c69c5dc02f35\",\n \"SkuCode\": \"basic_1k\",\n \"TopicNum\": 0,\n \"TopicNumLimit\": 100,\n \"TpsLimit\": 1000,\n \"X509Mode\": \"TLS\"\n }\n}",
|
260
254
|
"title": "示例"
|
261
255
|
}
|
262
256
|
],
|
@@ -407,7 +401,7 @@
|
|
407
401
|
"RegisterDeviceCertificate": [
|
408
402
|
{
|
409
403
|
"document": "示例",
|
410
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterDeviceCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-jbgwp4ae\",\n \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\
|
404
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterDeviceCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-jbgwp4ae\",\n \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\najvuaaIlJp7GgOZxxPInOVXPmBlBlp28AiMlmxSfSAuMpUF0I8w=\\n-----END CERTIFICATE-----\\n\",\n \"CaSn\": \"1b1e3bf3702110125887a3a721a7e66f05522513\",\n \"ClientId\": \"VIN0001\"\n}",
|
411
405
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"49af88f0-6571-4aa4-af92-9261f28c0ed9\"\n }\n}",
|
412
406
|
"title": "示例"
|
413
407
|
}
|