tccli 3.0.1338.1__py2.py3-none-any.whl → 3.0.1339.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.
Files changed (55) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +10 -0
  3. tccli/services/ccc/v20200210/api.json +100 -1
  4. tccli/services/cdb/v20170320/api.json +37 -37
  5. tccli/services/cdb/v20170320/examples.json +7 -7
  6. tccli/services/cdn/v20180606/api.json +2 -2
  7. tccli/services/cfs/v20190719/api.json +9 -0
  8. tccli/services/cfw/v20190904/examples.json +12 -0
  9. tccli/services/ckafka/v20190819/api.json +19 -0
  10. tccli/services/cls/v20201016/api.json +1 -1
  11. tccli/services/csip/csip_client.py +791 -102
  12. tccli/services/csip/v20221121/api.json +6108 -3458
  13. tccli/services/csip/v20221121/examples.json +104 -0
  14. tccli/services/dts/v20211206/api.json +11 -0
  15. tccli/services/es/v20180416/api.json +55 -0
  16. tccli/services/ess/ess_client.py +53 -0
  17. tccli/services/ess/v20201111/api.json +115 -4
  18. tccli/services/ess/v20201111/examples.json +12 -4
  19. tccli/services/essbasic/essbasic_client.py +57 -4
  20. tccli/services/essbasic/v20210526/api.json +103 -3
  21. tccli/services/essbasic/v20210526/examples.json +9 -1
  22. tccli/services/gwlb/v20240906/api.json +1 -1
  23. tccli/services/gwlb/v20240906/examples.json +1 -1
  24. tccli/services/ioa/v20220601/api.json +55 -0
  25. tccli/services/ioa/v20220601/examples.json +1 -1
  26. tccli/services/iotexplorer/iotexplorer_client.py +57 -4
  27. tccli/services/iotexplorer/v20190423/api.json +145 -19
  28. tccli/services/iotexplorer/v20190423/examples.json +8 -0
  29. tccli/services/live/live_client.py +0 -106
  30. tccli/services/live/v20180801/api.json +14 -138
  31. tccli/services/live/v20180801/examples.json +0 -16
  32. tccli/services/lkeap/lkeap_client.py +0 -53
  33. tccli/services/lkeap/v20240522/api.json +0 -90
  34. tccli/services/lkeap/v20240522/examples.json +0 -8
  35. tccli/services/ocr/v20181119/api.json +21 -1
  36. tccli/services/ocr/v20181119/examples.json +1 -1
  37. tccli/services/ssl/ssl_client.py +212 -0
  38. tccli/services/ssl/v20191205/api.json +625 -10
  39. tccli/services/ssl/v20191205/examples.json +38 -0
  40. tccli/services/tcbr/v20220217/api.json +11 -0
  41. tccli/services/tdmq/v20200217/api.json +56 -47
  42. tccli/services/tdmq/v20200217/examples.json +8 -8
  43. tccli/services/trocket/v20230308/api.json +111 -92
  44. tccli/services/trocket/v20230308/examples.json +13 -13
  45. tccli/services/trtc/v20190722/api.json +3 -3
  46. tccli/services/tse/v20201207/api.json +19 -0
  47. tccli/services/tsf/v20180326/api.json +1 -1
  48. tccli/services/wedata/v20210820/api.json +607 -3
  49. tccli/services/wedata/v20210820/examples.json +18 -8
  50. tccli/services/wedata/wedata_client.py +106 -0
  51. {tccli-3.0.1338.1.dist-info → tccli-3.0.1339.1.dist-info}/METADATA +2 -2
  52. {tccli-3.0.1338.1.dist-info → tccli-3.0.1339.1.dist-info}/RECORD +55 -55
  53. {tccli-3.0.1338.1.dist-info → tccli-3.0.1339.1.dist-info}/WHEEL +0 -0
  54. {tccli-3.0.1338.1.dist-info → tccli-3.0.1339.1.dist-info}/entry_points.txt +0 -0
  55. {tccli-3.0.1338.1.dist-info → tccli-3.0.1339.1.dist-info}/license_files/LICENSE +0 -0
@@ -4,7 +4,7 @@
4
4
  {
5
5
  "document": "",
6
6
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChangeMigratingTopicToNextStage\n<公共请求参数>\n\n{\n \"TaskId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\",\n \"TopicNameList\": [\n \"TopicTest\"\n ],\n \"NamespaceList\": []\n}",
7
- "output": "{\n \"Response\": {\n \"Results\": [\n {\n \"TopicName\": \"TopicTest\",\n \"Success\": true,\n \"Namespace\": \"\"\n }\n ],\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
7
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Results\": [\n {\n \"TopicName\": \"TopicTest\",\n \"Success\": true,\n \"Namespace\": \"\"\n }\n ],\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
8
8
  "title": "修改迁移主题进入下一个迁移阶段"
9
9
  }
10
10
  ],
@@ -132,7 +132,7 @@
132
132
  {
133
133
  "document": "",
134
134
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSmoothMigrationTask\n<公共请求参数>\n\n{\n \"TaskId\": \"taskid-123\"\n}",
135
- "output": "{\n \"Response\": {\n \"RequestId\": \"requestId\"\n }\n}",
135
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"requestId\"\n }\n}",
136
136
  "title": "删除平滑迁移任务"
137
137
  }
138
138
  ],
@@ -329,8 +329,8 @@
329
329
  "DescribeMigratingGroupStats": [
330
330
  {
331
331
  "document": "",
332
- "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMigratingGroupStats\n<公共请求参数>\n\n{\n \"TaskId\": \"taskId\",\n \"GroupName\": \"group-a\",\n \"Namespace\": \"\"\n}",
333
- "output": "{\n \"Response\": {\n \"SourceConsumeLag\": 0,\n \"TargetConsumeLag\": 0,\n \"SourceConsumerClients\": [\n {\n \"ClientId\": \"client-a\",\n \"ClientAddr\": \"1.1.1.1\",\n \"Language\": \"JAVA\",\n \"Version\": \"5\",\n \"ConsumerLag\": 0\n }\n ],\n \"TargetConsumerClients\": [\n {\n \"ClientId\": \"client-b\",\n \"ClientAddr\": \"2.2.2.2\",\n \"Language\": \"JAVA\",\n \"Version\": \"5.0\",\n \"ConsumerLag\": 0\n }\n ],\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
332
+ "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMigratingGroupStats\n<公共请求参数>\n\n{\n \"TaskId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\",\n \"GroupName\": \"group-a\",\n \"Namespace\": \"\"\n}",
333
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"SourceConsumeLag\": 0,\n \"TargetConsumeLag\": 0,\n \"SourceConsumerClients\": [\n {\n \"ClientId\": \"client-a\",\n \"ClientAddr\": \"1.1.1.1\",\n \"Language\": \"JAVA\",\n \"Version\": \"5\",\n \"ConsumerLag\": 0,\n \"ChannelProtocol\": \"\"\n }\n ],\n \"TargetConsumerClients\": [\n {\n \"ClientId\": \"client-b\",\n \"ClientAddr\": \"2.2.2.2\",\n \"Language\": \"JAVA\",\n \"Version\": \"5.0\",\n \"ConsumerLag\": 0\n }\n ],\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
334
334
  "title": "查看迁移消费组的实时信息"
335
335
  }
336
336
  ],
@@ -338,7 +338,7 @@
338
338
  {
339
339
  "document": "",
340
340
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMigratingTopicList\n<公共请求参数>\n\n{\n \"Filters\": [],\n \"Offset\": 0,\n \"Limit\": 10,\n \"TaskId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n}",
341
- "output": "{\n \"Response\": {\n \"TotalCount\": 10,\n \"MigrateTopics\": [\n {\n \"TopicName\": \"topic-a\",\n \"MigrationStatus\": \"S_RW_D_NA\",\n \"HealthCheckPassed\": true,\n \"HealthCheckError\": \"\",\n \"Namespace\": \"\"\n }\n ],\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
341
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"TotalCount\": 10,\n \"MigrateTopics\": [\n {\n \"TopicName\": \"topic-a\",\n \"MigrationStatus\": \"S_RW_D_NA\",\n \"HealthCheckPassed\": true,\n \"HealthCheckError\": \"\",\n \"Namespace\": \"\",\n \"FullNamespaceV4\": null,\n \"NamespaceV4\": null,\n \"TopicNameV4\": null\n }\n ],\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
342
342
  "title": "查询迁移主题列表"
343
343
  }
344
344
  ],
@@ -346,7 +346,7 @@
346
346
  {
347
347
  "document": "",
348
348
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMigratingTopicStats\n<公共请求参数>\n\n{\n \"TaskId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\",\n \"TopicName\": \"TopicTest\",\n \"Namespace\": \"\"\n}",
349
- "output": "{\n \"Response\": {\n \"SourceClusterConsumerCount\": 0,\n \"TargetClusterConsumerCount\": 0,\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
349
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"SourceClusterConsumerCount\": 0,\n \"TargetClusterConsumerCount\": 0,\n \"SourceClusterConsumerGroups\": [],\n \"TargetClusterConsumerGroups\": [],\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
350
350
  "title": "查询迁移主题实时数据"
351
351
  }
352
352
  ],
@@ -378,7 +378,7 @@
378
378
  {
379
379
  "document": "",
380
380
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSmoothMigrationTaskList\n<公共请求参数>\n\n{\n \"Filters\": [],\n \"Offset\": 0,\n \"Limit\": 10\n}",
381
- "output": "{\n \"Response\": {\n \"TotalCount\": 10,\n \"Data\": [\n {\n \"TaskId\": \"abc\",\n \"TaskName\": \"test\",\n \"SourceClusterName\": \"Test\",\n \"InstanceId\": \"rmq-xxxxx\",\n \"ConnectionType\": \"VPC\",\n \"SourceNameServer\": \"1.1.1.1:9876\",\n \"TaskStatus\": \"ServiceMigration\",\n \"InstanceVersion\": \"5\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
381
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"TotalCount\": 10,\n \"Data\": [\n {\n \"TaskId\": \"28deebbb-d489-471e-bb21-69fab50aed36\",\n \"TaskName\": \"test-task\",\n \"SourceClusterName\": \"source-cluster\",\n \"InstanceId\": \"rmq-1gabcde\",\n \"ConnectionType\": \"VPC\",\n \"SourceNameServer\": \"1.1.1.1:9876\",\n \"TaskStatus\": \"ServiceMigration\",\n \"InstanceVersion\": \"5\"\n }\n ],\n \"RequestId\": \"9b299610-7402-47d3-91d1-f012faf13929\"\n }\n}",
382
382
  "title": "获取迁移任务列表"
383
383
  }
384
384
  ],
@@ -386,7 +386,7 @@
386
386
  {
387
387
  "document": "",
388
388
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSourceClusterGroupList\n<公共请求参数>\n\n{\n \"Filters\": [],\n \"Offset\": 0,\n \"Limit\": 10,\n \"TaskId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n}",
389
- "output": "{\n \"Response\": {\n \"TotalCount\": 10,\n \"Groups\": [\n {\n \"GroupName\": \"Test\",\n \"Remark\": \"remark\",\n \"Imported\": true,\n \"Namespace\": \"\",\n \"ImportStatus\": \"Success\"\n }\n ],\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
389
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"TotalCount\": 10,\n \"Groups\": [\n {\n \"GroupName\": \"Test\",\n \"Remark\": \"remark\",\n \"Imported\": true,\n \"Namespace\": \"\",\n \"ImportStatus\": \"Success\",\n \"ConsumeMessageOrderly\": false,\n \"FullNamespaceV4\": null,\n \"GroupNameV4\": null,\n \"NamespaceV4\": null\n }\n ],\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
390
390
  "title": "查询源集群消费组列表"
391
391
  }
392
392
  ],
@@ -418,7 +418,7 @@
418
418
  {
419
419
  "document": "",
420
420
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DoHealthCheckOnMigratingTopic\n<公共请求参数>\n\n{\n \"TaskId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\",\n \"TopicName\": \"Test\",\n \"IgnoreCheck\": true,\n \"Namespace\": \"\"\n}",
421
- "output": "{\n \"Response\": {\n \"Passed\": true,\n \"Reason\": \"\",\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
421
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Passed\": true,\n \"Reason\": null,\n \"ReasonList\": null,\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
422
422
  "title": "迁移主题安全检查"
423
423
  }
424
424
  ],
@@ -426,7 +426,7 @@
426
426
  {
427
427
  "document": "",
428
428
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportSourceClusterConsumerGroups\n<公共请求参数>\n\n{\n \"TaskId\": \"n4zk7nv4-d596886f\",\n \"GroupList\": [\n {\n \"GroupName\": \"test_group\",\n \"Remark\": \"remark info\",\n \"Namespace\": \"test_namespace\"\n }\n ]\n}",
429
- "output": "{\n \"Response\": {\n \"RequestId\": \"c5d126b6-aeeb-40ad-81c0-a94abd43f157\"\n }\n}",
429
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"c5d126b6-aeeb-40ad-81c0-a94abd43f157\"\n }\n}",
430
430
  "title": "导入源集群消费组"
431
431
  }
432
432
  ],
@@ -434,7 +434,7 @@
434
434
  {
435
435
  "document": "",
436
436
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImportSourceClusterTopics\n<公共请求参数>\n\n{\n \"TaskId\": \"215d3ec6-70c9\",\n \"TopicList\": [\n {\n \"TopicName\": \"test_topic\",\n \"TopicType\": \"Normal\",\n \"QueueNum\": 3,\n \"Remark\": \"测试导入\",\n \"Namespace\": \"test_namespace\"\n }\n ]\n}",
437
- "output": "{\n \"Response\": {\n \"RequestId\": \"c5d126b6-aeeb-40ad-81c0-a94abd43f157\"\n }\n}",
437
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"c5d126b6-aeeb-40ad-81c0-a94abd43f157\"\n }\n}",
438
438
  "title": "导入源集群主题列表"
439
439
  }
440
440
  ],
@@ -522,7 +522,7 @@
522
522
  {
523
523
  "document": "",
524
524
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RemoveMigratingTopic\n<公共请求参数>\n\n{\n \"TaskId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\",\n \"Namespace\": \"\",\n \"TopicName\": \"topic-a\"\n}",
525
- "output": "{\n \"Response\": {\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
525
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
526
526
  "title": "将主题移出迁移任务"
527
527
  }
528
528
  ],
@@ -546,7 +546,7 @@
546
546
  {
547
547
  "document": "",
548
548
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RollbackMigratingTopicStage\n<公共请求参数>\n\n{\n \"TaskId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\",\n \"TopicName\": \"TopicTest\",\n \"Namespace\": \"\"\n}",
549
- "output": "{\n \"Response\": {\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
549
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"02f6c31a-9707-4244-8dd3-35ad868ef92a\"\n }\n}",
550
550
  "title": "回滚迁移主题的切流状态"
551
551
  }
552
552
  ]
@@ -5044,7 +5044,7 @@
5044
5044
  },
5045
5045
  {
5046
5046
  "disabled": false,
5047
- "document": "设置为1时代表启用占位图功能,0时代表不启用占位图功能,默认为0。启用占位图功能时,在预设位置的用户没有上行视频时可显示对应的占位图。",
5047
+ "document": "设置为1时代表启用占位图功能,0时代表不启用占位图功能,默认为0。启用占位图功能时,在预设位置的用户没有上行音视频时可显示对应的占位图。",
5048
5048
  "example": "0",
5049
5049
  "member": "uint64",
5050
5050
  "name": "PlaceHolderMode",
@@ -5053,7 +5053,7 @@
5053
5053
  },
5054
5054
  {
5055
5055
  "disabled": false,
5056
- "document": "背景画面宽高比不一致的时候处理方案,与MixLayoufList定义的RenderMode一致。",
5056
+ "document": "背景画面宽高比不一致的时候处理方案,与MixLayoutList定义的RenderMode一致。",
5057
5057
  "example": "1",
5058
5058
  "member": "uint64",
5059
5059
  "name": "BackgroundImageRenderMode",
@@ -5080,7 +5080,7 @@
5080
5080
  },
5081
5081
  {
5082
5082
  "disabled": false,
5083
- "document": "模板布局下,背景画面宽高比不一致的时候处理方案。自定义布局不生效,与MixLayoufList定义的RenderMode一致。",
5083
+ "document": "模板布局下,背景画面宽高比不一致的时候处理方案。自定义布局不生效,与MixLayoutList定义的RenderMode一致。",
5084
5084
  "example": "1",
5085
5085
  "member": "uint64",
5086
5086
  "name": "RenderMode",
@@ -7385,6 +7385,16 @@
7385
7385
  "output_required": false,
7386
7386
  "type": "list",
7387
7387
  "value_allowed_null": false
7388
+ },
7389
+ {
7390
+ "disabled": false,
7391
+ "document": "是否开启删除保护",
7392
+ "example": "false",
7393
+ "member": "bool",
7394
+ "name": "DeleteProtect",
7395
+ "output_required": false,
7396
+ "type": "bool",
7397
+ "value_allowed_null": false
7388
7398
  }
7389
7399
  ],
7390
7400
  "usage": "out"
@@ -14132,6 +14142,15 @@
14132
14142
  "name": "InternetPayMode",
14133
14143
  "required": false,
14134
14144
  "type": "string"
14145
+ },
14146
+ {
14147
+ "disabled": false,
14148
+ "document": "是否开启实例删除保护,默认false",
14149
+ "example": "false",
14150
+ "member": "bool",
14151
+ "name": "DeleteProtect",
14152
+ "required": false,
14153
+ "type": "bool"
14135
14154
  }
14136
14155
  ],
14137
14156
  "type": "object"
@@ -1565,7 +1565,7 @@
1565
1565
  "metadata": {
1566
1566
  "apiVersion": "2018-03-26",
1567
1567
  "api_brief": "介绍如何使用API对腾讯微服务平台TSF进行操作,包括部署组、程序包管理等。",
1568
- "serviceNameCN": "TSF应用管理&Consul",
1568
+ "serviceNameCN": "TSF-应用管理&Consul",
1569
1569
  "serviceShortName": "tsf"
1570
1570
  },
1571
1571
  "objects": {