tccli 3.0.1124.1__py2.py3-none-any.whl → 3.0.1126.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/services/cls/v20201016/api.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +13 -10
- tccli/services/cynosdb/v20190107/examples.json +5 -5
- tccli/services/dlc/dlc_client.py +602 -72
- tccli/services/dlc/v20210125/api.json +856 -25
- tccli/services/dlc/v20210125/examples.json +86 -0
- tccli/services/domain/v20180808/api.json +702 -40
- tccli/services/domain/v20180808/examples.json +13 -13
- tccli/services/dts/v20180330/api.json +62 -37
- tccli/services/dts/v20180330/examples.json +1 -1
- tccli/services/eb/v20210416/api.json +63 -45
- tccli/services/eb/v20210416/examples.json +3 -9
- tccli/services/emr/v20190103/api.json +20 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +10 -10
- tccli/services/iotexplorer/v20190423/examples.json +1 -1
- tccli/services/mongodb/v20190725/api.json +18 -13
- tccli/services/monitor/v20180724/api.json +3 -2
- tccli/services/monitor/v20180724/examples.json +2 -2
- tccli/services/ocr/v20181119/api.json +4 -4
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/postgres/postgres_client.py +57 -4
- tccli/services/postgres/v20170312/api.json +415 -284
- tccli/services/postgres/v20170312/examples.json +29 -15
- tccli/services/redis/redis_client.py +53 -0
- tccli/services/redis/v20180412/api.json +151 -0
- tccli/services/redis/v20180412/examples.json +8 -0
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/smh/v20210712/api.json +2 -2
- tccli/services/teo/teo_client.py +216 -4
- tccli/services/teo/v20220901/api.json +380 -5
- tccli/services/teo/v20220901/examples.json +32 -0
- tccli/services/tione/v20211111/api.json +70 -3
- tccli/services/tione/v20211111/examples.json +1 -1
- tccli/services/tse/tse_client.py +53 -0
- tccli/services/tse/v20201207/api.json +43 -0
- tccli/services/tse/v20201207/examples.json +8 -0
- tccli/services/vtc/v20240223/api.json +20 -0
- tccli/services/wedata/v20210820/api.json +20 -0
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1126.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1126.1.dist-info}/RECORD +46 -46
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1126.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1126.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1126.1.dist-info}/license_files/LICENSE +0 -0
@@ -144,6 +144,14 @@
|
|
144
144
|
"title": "元数据锁检查"
|
145
145
|
}
|
146
146
|
],
|
147
|
+
"CreateCHDFSBindingProduct": [
|
148
|
+
{
|
149
|
+
"document": "示例",
|
150
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCHDFSBindingProduct\n<公共请求参数>\n\n{\n \"MountPoint\": \"abc\",\n \"BucketType\": \"abc\",\n \"ProductName\": \"abc\",\n \"EngineName\": \"abc\"\n}",
|
151
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
152
|
+
"title": "示例"
|
153
|
+
}
|
154
|
+
],
|
147
155
|
"CreateDMSDatabase": [
|
148
156
|
{
|
149
157
|
"document": "",
|
@@ -320,6 +328,14 @@
|
|
320
328
|
"title": "创建工作组"
|
321
329
|
}
|
322
330
|
],
|
331
|
+
"DeleteCHDFSBindingProduct": [
|
332
|
+
{
|
333
|
+
"document": "示例",
|
334
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteCHDFSBindingProduct\n<公共请求参数>\n\n{\n \"MountPoint\": \"abc\",\n \"BucketType\": \"abc\",\n \"ProductName\": \"abc\",\n \"EngineName\": \"abc\"\n}",
|
335
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
336
|
+
"title": "示例"
|
337
|
+
}
|
338
|
+
],
|
323
339
|
"DeleteDataEngine": [
|
324
340
|
{
|
325
341
|
"document": "",
|
@@ -352,6 +368,20 @@
|
|
352
368
|
"title": "删除spark作业"
|
353
369
|
}
|
354
370
|
],
|
371
|
+
"DeleteThirdPartyAccessUser": [
|
372
|
+
{
|
373
|
+
"document": "删除注册的用户",
|
374
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteThirdPartyAccessUser\n<公共请求参数>\n\n{}",
|
375
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1584c994-e31c-4fb8-9a71-03b07c8fb729\"\n }\n}",
|
376
|
+
"title": "示例一"
|
377
|
+
},
|
378
|
+
{
|
379
|
+
"document": "注册第三方访问用户",
|
380
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteThirdPartyAccessUser\n<公共请求参数>\n\n{}",
|
381
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"7be43271-5667-4fd4-b37a-030955cbc56f\"\n }\n}",
|
382
|
+
"title": "实例一"
|
383
|
+
}
|
384
|
+
],
|
355
385
|
"DeleteUser": [
|
356
386
|
{
|
357
387
|
"document": "",
|
@@ -384,6 +414,14 @@
|
|
384
414
|
"title": "查询高级设置"
|
385
415
|
}
|
386
416
|
],
|
417
|
+
"DescribeDLCCatalogAccess": [
|
418
|
+
{
|
419
|
+
"document": "查询DLC Catalog授权列表",
|
420
|
+
"input": "POST / HTTP/1.1\nHost: xxx.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{}",
|
421
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 20,\n \"Rows\": [\n {\n \"VpcId\": \"vpc-12345\",\n \"Product\": \"EMR\",\n \"Description\": \"EMR生产集群\",\n \"CreateTime\": \"2024年10月01日\"\n }\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
422
|
+
"title": "查询DLC Catalog授权列表"
|
423
|
+
}
|
424
|
+
],
|
387
425
|
"DescribeDMSDatabase": [
|
388
426
|
{
|
389
427
|
"document": "",
|
@@ -560,6 +598,14 @@
|
|
560
598
|
"title": "查询交互式 session列表"
|
561
599
|
}
|
562
600
|
],
|
601
|
+
"DescribeOtherCHDFSBindingList": [
|
602
|
+
{
|
603
|
+
"document": "示例",
|
604
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOtherCHDFSBindingList\n<公共请求参数>\n\n{\n \"BucketId\": \"abc\"\n}",
|
605
|
+
"output": "{\n \"Response\": {\n \"OtherCHDFSBindingList\": [\n {\n \"ProductName\": \"abc\",\n \"SuperUser\": [\n \"abc\"\n ],\n \"VpcInfo\": [\n {\n \"VpcId\": \"abc\",\n \"VpcName\": \"abc\",\n \"VpcCidrBlock\": [\n {\n \"CidrId\": \"abc\",\n \"CidrAddr\": \"abc\"\n }\n ]\n }\n ],\n \"IsBind\": true\n }\n ],\n \"Total\": 0,\n \"RequestId\": \"abc\"\n }\n}",
|
606
|
+
"title": "示例"
|
607
|
+
}
|
608
|
+
],
|
563
609
|
"DescribeResultDownload": [
|
564
610
|
{
|
565
611
|
"document": "",
|
@@ -624,6 +670,14 @@
|
|
624
670
|
"title": "查询计算结果存储路径"
|
625
671
|
}
|
626
672
|
],
|
673
|
+
"DescribeSubUserAccessPolicy": [
|
674
|
+
{
|
675
|
+
"document": "查询子用户策略",
|
676
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSubUserAccessPolicy\n<公共请求参数>\n\n{}",
|
677
|
+
"output": "{\n \"Response\": {\n \"PolicyDocument\": \"{\\\"statement\\\":[{\\\"action\\\":[\\\"cos:*\\\"],\\\"effect\\\":\\\"allow\\\",\\\"resource\\\":[\\\"qcs::cos:ap-beijing:uid/123456:test_bucket/*\\\",\\\"qcs::cos:ap-beijing:uid/123456:test_bucket/*\\\",\\\"qcs::cos:ap-beijing:uid/123456:test_bucket/*\\\"]}],\\\"version\\\":\\\"2.0\\\"}\",\n \"RequestId\": \"799cd718-d0da-4f7c-a0c1-104205dc6d8f\"\n }\n}",
|
678
|
+
"title": "实例一"
|
679
|
+
}
|
680
|
+
],
|
627
681
|
"DescribeTable": [
|
628
682
|
{
|
629
683
|
"document": "查询表信息",
|
@@ -680,6 +734,14 @@
|
|
680
734
|
"title": "查询任务消耗"
|
681
735
|
}
|
682
736
|
],
|
737
|
+
"DescribeThirdPartyAccessUser": [
|
738
|
+
{
|
739
|
+
"document": "查询注册的第三方访问用户信息",
|
740
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeThirdPartyAccessUser\n<公共请求参数>\n\n{}",
|
741
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"584515f3-835f-459d-b93b-d6c6f64c0daa\",\n \"UserInfo\": {\n \"AppId\": \"123456\",\n \"CreateTime\": \"2024-05-22T09:49:56+08:00\",\n \"Id\": 5,\n \"Uin\": \"123456\"\n }\n }\n}",
|
742
|
+
"title": "实例一"
|
743
|
+
}
|
744
|
+
],
|
683
745
|
"DescribeUpdatableDataEngines": [
|
684
746
|
{
|
685
747
|
"document": "查询需要更新结果桶集群配置的sparksql引擎",
|
@@ -814,6 +876,14 @@
|
|
814
876
|
"title": "test"
|
815
877
|
}
|
816
878
|
],
|
879
|
+
"GrantDLCCatalogAccess": [
|
880
|
+
{
|
881
|
+
"document": "授权访问DLC元数据",
|
882
|
+
"input": "POST / HTTP/1.1\nHost: xxx.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-1234\",\n \"Product\": \"EMR\",\n \"Description\": \"EMR生产集群\"\n}",
|
883
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1234-4567\"\n }\n}",
|
884
|
+
"title": "授权访问DLC元数据"
|
885
|
+
}
|
886
|
+
],
|
817
887
|
"ListTaskJobLogDetail": [
|
818
888
|
{
|
819
889
|
"document": "查询spark 作业任务的日志详情",
|
@@ -918,6 +988,14 @@
|
|
918
988
|
"title": "查询任务消耗明细"
|
919
989
|
}
|
920
990
|
],
|
991
|
+
"RegisterThirdPartyAccessUser": [
|
992
|
+
{
|
993
|
+
"document": "注册访问用户",
|
994
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterThirdPartyAccessUser\n<公共请求参数>\n\n{}",
|
995
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"346d80be-643f-4980-ad5d-d59f419a120e\"\n }\n}",
|
996
|
+
"title": "示例一"
|
997
|
+
}
|
998
|
+
],
|
921
999
|
"RenewDataEngine": [
|
922
1000
|
{
|
923
1001
|
"document": "续费数据引擎",
|
@@ -942,6 +1020,14 @@
|
|
942
1020
|
"title": "重启集群"
|
943
1021
|
}
|
944
1022
|
],
|
1023
|
+
"RevokeDLCCatalogAccess": [
|
1024
|
+
{
|
1025
|
+
"document": "撤销DLC Catalog访问权限",
|
1026
|
+
"input": "POST / HTTP/1.1\nHost: xxx.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-123\"\n}",
|
1027
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
1028
|
+
"title": "撤销DLC Catalog访问权限"
|
1029
|
+
}
|
1030
|
+
],
|
945
1031
|
"RollbackDataEngineImage": [
|
946
1032
|
{
|
947
1033
|
"document": "",
|