tccli 3.0.1123.1__py2.py3-none-any.whl → 3.0.1125.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/aiart/v20221229/api.json +2 -2
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +89 -0
- tccli/services/ccc/v20200210/examples.json +8 -0
- tccli/services/cdb/v20170320/api.json +2 -2
- tccli/services/cfw/v20190904/api.json +6 -5
- tccli/services/cfw/v20190904/examples.json +1 -1
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/csip/v20221121/api.json +1 -0
- tccli/services/cynosdb/v20190107/api.json +56 -26
- tccli/services/cynosdb/v20190107/examples.json +7 -7
- 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/dts/v20180330/api.json +62 -37
- tccli/services/dts/v20180330/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +9 -0
- tccli/services/eb/v20210416/api.json +63 -45
- tccli/services/eb/v20210416/examples.json +3 -9
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/facefusion/facefusion_client.py +53 -0
- tccli/services/facefusion/v20220927/api.json +168 -0
- tccli/services/facefusion/v20220927/examples.json +14 -0
- tccli/services/hunyuan/v20230901/api.json +15 -15
- tccli/services/hunyuan/v20230901/examples.json +5 -5
- tccli/services/iotexplorer/iotexplorer_client.py +53 -0
- tccli/services/iotexplorer/v20190423/api.json +136 -0
- tccli/services/iotexplorer/v20190423/examples.json +8 -0
- tccli/services/mongodb/v20190725/api.json +18 -13
- tccli/services/monitor/v20180724/api.json +2 -2
- tccli/services/mps/v20190612/api.json +22 -22
- 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 +404 -273
- tccli/services/postgres/v20170312/examples.json +29 -15
- tccli/services/pts/v20210728/api.json +1 -1
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rum/v20210622/api.json +2 -2
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/smh/v20210712/api.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +41 -29
- tccli/services/tcss/v20201101/api.json +3 -2
- tccli/services/tcss/v20201101/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +5 -5
- tccli/services/tione/v20211111/api.json +70 -3
- tccli/services/tione/v20211111/examples.json +1 -1
- tccli/services/trp/trp_client.py +53 -0
- tccli/services/trp/v20210515/api.json +110 -0
- tccli/services/trp/v20210515/examples.json +8 -0
- tccli/services/vcg/v20240404/api.json +8 -8
- tccli/services/vtc/v20240223/api.json +20 -0
- tccli/services/waf/v20180125/api.json +11 -1
- tccli/services/waf/v20180125/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +60 -7
- {tccli-3.0.1123.1.dist-info → tccli-3.0.1125.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1123.1.dist-info → tccli-3.0.1125.1.dist-info}/RECORD +63 -63
- {tccli-3.0.1123.1.dist-info → tccli-3.0.1125.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1123.1.dist-info → tccli-3.0.1125.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1123.1.dist-info → tccli-3.0.1125.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": "",
|
@@ -1301,7 +1301,7 @@
|
|
1301
1301
|
"example": "2",
|
1302
1302
|
"member": "int64",
|
1303
1303
|
"name": "TotalCount",
|
1304
|
-
"
|
1304
|
+
"output_required": true,
|
1305
1305
|
"type": "int",
|
1306
1306
|
"value_allowed_null": false
|
1307
1307
|
},
|
@@ -1311,7 +1311,7 @@
|
|
1311
1311
|
"example": "无",
|
1312
1312
|
"member": "SubscribeInfo",
|
1313
1313
|
"name": "Items",
|
1314
|
-
"
|
1314
|
+
"output_required": true,
|
1315
1315
|
"type": "list",
|
1316
1316
|
"value_allowed_null": false
|
1317
1317
|
},
|
@@ -2465,12 +2465,13 @@
|
|
2465
2465
|
"example": "error",
|
2466
2466
|
"member": "string",
|
2467
2467
|
"name": "Message",
|
2468
|
-
"
|
2468
|
+
"output_required": false,
|
2469
|
+
"required": false,
|
2469
2470
|
"type": "string",
|
2470
2471
|
"value_allowed_null": true
|
2471
2472
|
}
|
2472
2473
|
],
|
2473
|
-
"usage": "
|
2474
|
+
"usage": "both"
|
2474
2475
|
},
|
2475
2476
|
"SubscribeInfo": {
|
2476
2477
|
"document": "订阅实例信息",
|
@@ -2478,9 +2479,10 @@
|
|
2478
2479
|
{
|
2479
2480
|
"disabled": false,
|
2480
2481
|
"document": "数据订阅的实例ID",
|
2481
|
-
"example": "",
|
2482
|
+
"example": "无",
|
2482
2483
|
"member": "string",
|
2483
2484
|
"name": "SubscribeId",
|
2485
|
+
"output_required": true,
|
2484
2486
|
"required": false,
|
2485
2487
|
"type": "string",
|
2486
2488
|
"value_allowed_null": false
|
@@ -2488,9 +2490,10 @@
|
|
2488
2490
|
{
|
2489
2491
|
"disabled": false,
|
2490
2492
|
"document": "数据订阅实例的名称",
|
2491
|
-
"example": "",
|
2493
|
+
"example": "无",
|
2492
2494
|
"member": "string",
|
2493
2495
|
"name": "SubscribeName",
|
2496
|
+
"output_required": true,
|
2494
2497
|
"required": false,
|
2495
2498
|
"type": "string",
|
2496
2499
|
"value_allowed_null": false
|
@@ -2498,9 +2501,10 @@
|
|
2498
2501
|
{
|
2499
2502
|
"disabled": false,
|
2500
2503
|
"document": "数据订阅实例绑定的通道ID",
|
2501
|
-
"example": "",
|
2504
|
+
"example": "无",
|
2502
2505
|
"member": "string",
|
2503
2506
|
"name": "ChannelId",
|
2507
|
+
"output_required": true,
|
2504
2508
|
"required": false,
|
2505
2509
|
"type": "string",
|
2506
2510
|
"value_allowed_null": false
|
@@ -2508,9 +2512,10 @@
|
|
2508
2512
|
{
|
2509
2513
|
"disabled": false,
|
2510
2514
|
"document": "数据订阅绑定实例对应的产品名称",
|
2511
|
-
"example": "",
|
2515
|
+
"example": "无",
|
2512
2516
|
"member": "string",
|
2513
2517
|
"name": "Product",
|
2518
|
+
"output_required": true,
|
2514
2519
|
"required": false,
|
2515
2520
|
"type": "string",
|
2516
2521
|
"value_allowed_null": false
|
@@ -2518,9 +2523,10 @@
|
|
2518
2523
|
{
|
2519
2524
|
"disabled": false,
|
2520
2525
|
"document": "数据订阅实例绑定的数据库实例ID",
|
2521
|
-
"example": "",
|
2526
|
+
"example": "无",
|
2522
2527
|
"member": "string",
|
2523
2528
|
"name": "InstanceId",
|
2529
|
+
"output_required": true,
|
2524
2530
|
"required": false,
|
2525
2531
|
"type": "string",
|
2526
2532
|
"value_allowed_null": false
|
@@ -2528,9 +2534,10 @@
|
|
2528
2534
|
{
|
2529
2535
|
"disabled": false,
|
2530
2536
|
"document": "数据订阅实例绑定的数据库实例状态",
|
2531
|
-
"example": "",
|
2537
|
+
"example": "无",
|
2532
2538
|
"member": "string",
|
2533
2539
|
"name": "InstanceStatus",
|
2540
|
+
"output_required": true,
|
2534
2541
|
"required": false,
|
2535
2542
|
"type": "string",
|
2536
2543
|
"value_allowed_null": false
|
@@ -2538,9 +2545,10 @@
|
|
2538
2545
|
{
|
2539
2546
|
"disabled": false,
|
2540
2547
|
"document": "数据订阅实例的配置状态,unconfigure - 未配置, configuring - 配置中,configured - 已配置",
|
2541
|
-
"example": "",
|
2548
|
+
"example": "无",
|
2542
2549
|
"member": "string",
|
2543
2550
|
"name": "SubsStatus",
|
2551
|
+
"output_required": true,
|
2544
2552
|
"required": false,
|
2545
2553
|
"type": "string",
|
2546
2554
|
"value_allowed_null": false
|
@@ -2548,9 +2556,10 @@
|
|
2548
2556
|
{
|
2549
2557
|
"disabled": false,
|
2550
2558
|
"document": "上次修改时间",
|
2551
|
-
"example": "",
|
2559
|
+
"example": "无",
|
2552
2560
|
"member": "string",
|
2553
2561
|
"name": "ModifyTime",
|
2562
|
+
"output_required": true,
|
2554
2563
|
"required": false,
|
2555
2564
|
"type": "string",
|
2556
2565
|
"value_allowed_null": false
|
@@ -2558,9 +2567,10 @@
|
|
2558
2567
|
{
|
2559
2568
|
"disabled": false,
|
2560
2569
|
"document": "创建时间",
|
2561
|
-
"example": "",
|
2570
|
+
"example": "无",
|
2562
2571
|
"member": "string",
|
2563
2572
|
"name": "CreateTime",
|
2573
|
+
"output_required": true,
|
2564
2574
|
"required": false,
|
2565
2575
|
"type": "string",
|
2566
2576
|
"value_allowed_null": false
|
@@ -2568,9 +2578,10 @@
|
|
2568
2578
|
{
|
2569
2579
|
"disabled": false,
|
2570
2580
|
"document": "隔离时间",
|
2571
|
-
"example": "",
|
2581
|
+
"example": "无",
|
2572
2582
|
"member": "string",
|
2573
2583
|
"name": "IsolateTime",
|
2584
|
+
"output_required": true,
|
2574
2585
|
"required": false,
|
2575
2586
|
"type": "string",
|
2576
2587
|
"value_allowed_null": false
|
@@ -2578,9 +2589,10 @@
|
|
2578
2589
|
{
|
2579
2590
|
"disabled": false,
|
2580
2591
|
"document": "到期时间",
|
2581
|
-
"example": "",
|
2592
|
+
"example": "无",
|
2582
2593
|
"member": "string",
|
2583
2594
|
"name": "ExpireTime",
|
2595
|
+
"output_required": true,
|
2584
2596
|
"required": false,
|
2585
2597
|
"type": "string",
|
2586
2598
|
"value_allowed_null": false
|
@@ -2588,9 +2600,10 @@
|
|
2588
2600
|
{
|
2589
2601
|
"disabled": false,
|
2590
2602
|
"document": "下线时间",
|
2591
|
-
"example": "",
|
2603
|
+
"example": "无",
|
2592
2604
|
"member": "string",
|
2593
2605
|
"name": "OfflineTime",
|
2606
|
+
"output_required": true,
|
2594
2607
|
"required": false,
|
2595
2608
|
"type": "string",
|
2596
2609
|
"value_allowed_null": false
|
@@ -2598,19 +2611,32 @@
|
|
2598
2611
|
{
|
2599
2612
|
"disabled": false,
|
2600
2613
|
"document": "最近一次修改的消费时间起点,如果从未修改则为零值",
|
2601
|
-
"example": "",
|
2614
|
+
"example": "无",
|
2602
2615
|
"member": "string",
|
2603
2616
|
"name": "ConsumeStartTime",
|
2617
|
+
"output_required": true,
|
2604
2618
|
"required": false,
|
2605
2619
|
"type": "string",
|
2606
2620
|
"value_allowed_null": false
|
2607
2621
|
},
|
2622
|
+
{
|
2623
|
+
"disabled": false,
|
2624
|
+
"document": "自动续费标识。0-不自动续费,1-自动续费\n注意:此字段可能返回 null,表示取不到有效值。",
|
2625
|
+
"example": "无",
|
2626
|
+
"member": "int64",
|
2627
|
+
"name": "AutoRenewFlag",
|
2628
|
+
"output_required": true,
|
2629
|
+
"required": false,
|
2630
|
+
"type": "int",
|
2631
|
+
"value_allowed_null": true
|
2632
|
+
},
|
2608
2633
|
{
|
2609
2634
|
"disabled": false,
|
2610
2635
|
"document": "数据订阅实例所属地域",
|
2611
|
-
"example": "",
|
2636
|
+
"example": "无",
|
2612
2637
|
"member": "string",
|
2613
2638
|
"name": "Region",
|
2639
|
+
"output_required": true,
|
2614
2640
|
"required": false,
|
2615
2641
|
"type": "string",
|
2616
2642
|
"value_allowed_null": false
|
@@ -2618,9 +2644,10 @@
|
|
2618
2644
|
{
|
2619
2645
|
"disabled": false,
|
2620
2646
|
"document": "计费方式,0 - 包年包月,1 - 按量计费",
|
2621
|
-
"example": "",
|
2647
|
+
"example": "无",
|
2622
2648
|
"member": "int64",
|
2623
2649
|
"name": "PayType",
|
2650
|
+
"output_required": true,
|
2624
2651
|
"required": false,
|
2625
2652
|
"type": "int",
|
2626
2653
|
"value_allowed_null": false
|
@@ -2628,9 +2655,10 @@
|
|
2628
2655
|
{
|
2629
2656
|
"disabled": false,
|
2630
2657
|
"document": "数据订阅实例的Vip",
|
2631
|
-
"example": "",
|
2658
|
+
"example": "无",
|
2632
2659
|
"member": "string",
|
2633
2660
|
"name": "Vip",
|
2661
|
+
"output_required": true,
|
2634
2662
|
"required": false,
|
2635
2663
|
"type": "string",
|
2636
2664
|
"value_allowed_null": false
|
@@ -2638,9 +2666,10 @@
|
|
2638
2666
|
{
|
2639
2667
|
"disabled": false,
|
2640
2668
|
"document": "数据订阅实例的Vport",
|
2641
|
-
"example": "",
|
2669
|
+
"example": "无",
|
2642
2670
|
"member": "int64",
|
2643
2671
|
"name": "Vport",
|
2672
|
+
"output_required": true,
|
2644
2673
|
"required": false,
|
2645
2674
|
"type": "int",
|
2646
2675
|
"value_allowed_null": false
|
@@ -2648,9 +2677,10 @@
|
|
2648
2677
|
{
|
2649
2678
|
"disabled": false,
|
2650
2679
|
"document": "数据订阅实例Vip所在VPC的唯一ID",
|
2651
|
-
"example": "",
|
2680
|
+
"example": "无",
|
2652
2681
|
"member": "string",
|
2653
2682
|
"name": "UniqVpcId",
|
2683
|
+
"output_required": true,
|
2654
2684
|
"required": false,
|
2655
2685
|
"type": "string",
|
2656
2686
|
"value_allowed_null": false
|
@@ -2658,9 +2688,10 @@
|
|
2658
2688
|
{
|
2659
2689
|
"disabled": false,
|
2660
2690
|
"document": "数据订阅实例Vip所在子网的唯一ID",
|
2661
|
-
"example": "",
|
2691
|
+
"example": "无",
|
2662
2692
|
"member": "string",
|
2663
2693
|
"name": "UniqSubnetId",
|
2694
|
+
"output_required": true,
|
2664
2695
|
"required": false,
|
2665
2696
|
"type": "string",
|
2666
2697
|
"value_allowed_null": false
|
@@ -2668,9 +2699,10 @@
|
|
2668
2699
|
{
|
2669
2700
|
"disabled": false,
|
2670
2701
|
"document": "数据订阅实例的状态,creating - 创建中,normal - 正常运行,isolating - 隔离中,isolated - 已隔离,offlining - 下线中,offline - 已下线",
|
2671
|
-
"example": "",
|
2702
|
+
"example": "无",
|
2672
2703
|
"member": "string",
|
2673
2704
|
"name": "Status",
|
2705
|
+
"output_required": true,
|
2674
2706
|
"required": false,
|
2675
2707
|
"type": "string",
|
2676
2708
|
"value_allowed_null": false
|
@@ -2678,9 +2710,10 @@
|
|
2678
2710
|
{
|
2679
2711
|
"disabled": false,
|
2680
2712
|
"document": "SDK最后一条确认消息的时间戳,如果SDK一直消费,也可以作为SDK当前消费时间点",
|
2681
|
-
"example": "",
|
2713
|
+
"example": "无",
|
2682
2714
|
"member": "string",
|
2683
2715
|
"name": "SdkConsumedTime",
|
2716
|
+
"output_required": true,
|
2684
2717
|
"required": false,
|
2685
2718
|
"type": "string",
|
2686
2719
|
"value_allowed_null": false
|
@@ -2688,29 +2721,21 @@
|
|
2688
2721
|
{
|
2689
2722
|
"disabled": false,
|
2690
2723
|
"document": "标签\n注意:此字段可能返回 null,表示取不到有效值。",
|
2691
|
-
"example": "",
|
2724
|
+
"example": "无",
|
2692
2725
|
"member": "TagItem",
|
2693
2726
|
"name": "Tags",
|
2727
|
+
"output_required": true,
|
2694
2728
|
"required": false,
|
2695
2729
|
"type": "list",
|
2696
2730
|
"value_allowed_null": true
|
2697
2731
|
},
|
2698
|
-
{
|
2699
|
-
"disabled": false,
|
2700
|
-
"document": "自动续费标识。0-不自动续费,1-自动续费\n注意:此字段可能返回 null,表示取不到有效值。",
|
2701
|
-
"example": "",
|
2702
|
-
"member": "int64",
|
2703
|
-
"name": "AutoRenewFlag",
|
2704
|
-
"required": false,
|
2705
|
-
"type": "int",
|
2706
|
-
"value_allowed_null": true
|
2707
|
-
},
|
2708
2732
|
{
|
2709
2733
|
"disabled": false,
|
2710
2734
|
"document": "订阅实例版本;txdts-旧版数据订阅,kafka-kafka版本数据订阅\n注意:此字段可能返回 null,表示取不到有效值。",
|
2711
|
-
"example": "",
|
2735
|
+
"example": "无",
|
2712
2736
|
"member": "string",
|
2713
2737
|
"name": "SubscribeVersion",
|
2738
|
+
"output_required": true,
|
2714
2739
|
"required": false,
|
2715
2740
|
"type": "string",
|
2716
2741
|
"value_allowed_null": true
|
@@ -110,7 +110,7 @@
|
|
110
110
|
{
|
111
111
|
"document": "",
|
112
112
|
"input": "https://dts.tencentcloudapi.com/?Action=DescribeSubscribes\n&Status.0=isolate\n&Offset=0\n&Limit=1\n&<公共请求参数>",
|
113
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"Items\": [\n {\n \"ChannelId\": \"dts-channel-C9rS58f2rFx11ZEZ\",\n \"ConsumeStartTime\": \"2019-12-19 16:23:45\",\n \"CreateTime\": \"2019-12-20 14:59:07\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"InstanceId\": \"cdb-forsubsc\",\n \"InstanceStatus\": \"running\",\n \"IsolateTime\": \"0000-00-00 00:00:00\",\n \"ModifyTime\": \"2019-12-20 18:06:26\",\n \"OfflineTime\": \"0000-00-00 00:00:00\",\n \"PayType\": 1,\n \"Product\": \"mysql\",\n \"Region\": \"ap-guangzhou\",\n \"SdkConsumedTime\": \"0000-00-00 00:00:00\",\n \"Status\": \"normal\",\n \"SubsStatus\": \"configured\",\n \"SubscribeId\": \"subs-58zcu8bax0\",\n \"SubscribeName\": \"测试实例\",\n \"UniqSubnetId\": \"subnet-4p1hpsj8\",\n \"UniqVpcId\": \"vpc-fbg8gh1j\",\n \"Vip\": \"192.168.1.143\",\n \"Vport\": 7507\n }\n ],\n \"RequestId\": \"14a719b5-ffb34ab6-816c43c1-8c6a23eb\"\n }\n}",
|
113
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"Items\": [\n {\n \"ChannelId\": \"dts-channel-C9rS58f2rFx11ZEZ\",\n \"ConsumeStartTime\": \"2019-12-19 16:23:45\",\n \"CreateTime\": \"2019-12-20 14:59:07\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"InstanceId\": \"cdb-forsubsc\",\n \"InstanceStatus\": \"running\",\n \"IsolateTime\": \"0000-00-00 00:00:00\",\n \"ModifyTime\": \"2019-12-20 18:06:26\",\n \"OfflineTime\": \"0000-00-00 00:00:00\",\n \"PayType\": 1,\n \"Product\": \"mysql\",\n \"Region\": \"ap-guangzhou\",\n \"SdkConsumedTime\": \"0000-00-00 00:00:00\",\n \"Status\": \"normal\",\n \"SubsStatus\": \"configured\",\n \"SubscribeId\": \"subs-58zcu8bax0\",\n \"SubscribeName\": \"测试实例\",\n \"UniqSubnetId\": \"subnet-4p1hpsj8\",\n \"UniqVpcId\": \"vpc-fbg8gh1j\",\n \"Vip\": \"192.168.1.143\",\n \"Vport\": 7507,\n \"SubscribeVersion\": \"kafka\",\n \"AutoRenewFlag\": 0,\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ]\n }\n ],\n \"RequestId\": \"14a719b5-ffb34ab6-816c43c1-8c6a23eb\"\n }\n}",
|
114
114
|
"title": "查询数据订阅实例列表"
|
115
115
|
}
|
116
116
|
],
|
@@ -4730,6 +4730,15 @@
|
|
4730
4730
|
"required": false,
|
4731
4731
|
"type": "string"
|
4732
4732
|
},
|
4733
|
+
{
|
4734
|
+
"disabled": false,
|
4735
|
+
"document": "订阅的topicName",
|
4736
|
+
"example": "topic-subs-g9k9ct7gmc--6itdltb8",
|
4737
|
+
"member": "string",
|
4738
|
+
"name": "Topic",
|
4739
|
+
"required": false,
|
4740
|
+
"type": "string"
|
4741
|
+
},
|
4733
4742
|
{
|
4734
4743
|
"disabled": false,
|
4735
4744
|
"document": "计费模式筛选,可能的值:0-包年包月,1-按量计费",
|