tccli 3.0.1137.1__py2.py3-none-any.whl → 3.0.1139.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/command.py +1 -1
- tccli/help_command.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +98 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/asr/v20190614/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +5 -8
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +25 -25
- tccli/services/ckafka/v20190819/examples.json +18 -18
- tccli/services/cls/v20201016/api.json +44 -5
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/cwp/cwp_client.py +61 -114
- tccli/services/cwp/v20180228/api.json +0 -70
- tccli/services/cwp/v20180228/examples.json +0 -8
- tccli/services/domain/v20180808/api.json +36 -0
- tccli/services/emr/v20190103/api.json +534 -15
- tccli/services/emr/v20190103/examples.json +4 -4
- tccli/services/ess/v20201111/api.json +4 -4
- tccli/services/ess/v20201111/examples.json +2 -2
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/ioa/v20220601/api.json +132 -92
- tccli/services/iotexplorer/v20190423/api.json +11 -0
- tccli/services/mps/v20190612/api.json +163 -115
- tccli/services/mps/v20190612/examples.json +11 -11
- tccli/services/ocr/v20181119/api.json +19 -0
- tccli/services/redis/v20180412/api.json +23 -23
- tccli/services/rum/v20210622/api.json +1 -0
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/ssl/ssl_client.py +53 -0
- tccli/services/ssl/v20191205/api.json +251 -5
- tccli/services/ssl/v20191205/examples.json +9 -1
- tccli/services/tdmq/v20200217/api.json +171 -22
- tccli/services/tdmq/v20200217/examples.json +6 -6
- tccli/services/thpc/v20230321/api.json +42 -21
- tccli/services/tke/v20180525/api.json +149 -71
- tccli/services/tke/v20180525/examples.json +69 -57
- tccli/services/trtc/v20190722/api.json +1 -1
- tccli/services/tsf/v20180326/api.json +1 -1
- tccli/services/vclm/__init__.py +4 -0
- tccli/services/vclm/v20240523/api.json +695 -0
- tccli/services/vclm/v20240523/examples.json +73 -0
- tccli/services/vclm/vclm_client.py +513 -0
- tccli/services/vdb/v20230616/api.json +20 -0
- {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/RECORD +53 -49
- {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/license_files/LICENSE +0 -0
@@ -3591,7 +3591,7 @@
|
|
3591
3591
|
},
|
3592
3592
|
{
|
3593
3593
|
"disabled": false,
|
3594
|
-
"document": "
|
3594
|
+
"document": "预付费使用。自动续费,不传默认为true",
|
3595
3595
|
"example": "true",
|
3596
3596
|
"member": "bool",
|
3597
3597
|
"name": "AutoRenewFlag",
|
@@ -3606,6 +3606,51 @@
|
|
3606
3606
|
"name": "TimeSpan",
|
3607
3607
|
"required": false,
|
3608
3608
|
"type": "int"
|
3609
|
+
},
|
3610
|
+
{
|
3611
|
+
"disabled": false,
|
3612
|
+
"document": "付费方式,0 为后付费,即按量计费;1 为预付费,即包年包月。默认包年包月",
|
3613
|
+
"example": "1",
|
3614
|
+
"member": "uint64",
|
3615
|
+
"name": "PayMode",
|
3616
|
+
"required": false,
|
3617
|
+
"type": "int"
|
3618
|
+
},
|
3619
|
+
{
|
3620
|
+
"disabled": false,
|
3621
|
+
"document": "集群版本,不传默认为 3.8.30,可选值为 3.8.30 和 3.11.8",
|
3622
|
+
"example": "3.8.30",
|
3623
|
+
"member": "string",
|
3624
|
+
"name": "ClusterVersion",
|
3625
|
+
"required": false,
|
3626
|
+
"type": "string"
|
3627
|
+
},
|
3628
|
+
{
|
3629
|
+
"disabled": false,
|
3630
|
+
"document": "是否国际站请求,默认 false",
|
3631
|
+
"example": "false",
|
3632
|
+
"member": "bool",
|
3633
|
+
"name": "IsIntl",
|
3634
|
+
"required": false,
|
3635
|
+
"type": "bool"
|
3636
|
+
},
|
3637
|
+
{
|
3638
|
+
"disabled": false,
|
3639
|
+
"document": "资源标签列表",
|
3640
|
+
"example": "[{\"tagKey\":\"pulsar_create_clu_tag_50632\",\"tagValue\":\"num77083\"}]",
|
3641
|
+
"member": "Tag",
|
3642
|
+
"name": "ResourceTags",
|
3643
|
+
"required": false,
|
3644
|
+
"type": "list"
|
3645
|
+
},
|
3646
|
+
{
|
3647
|
+
"disabled": false,
|
3648
|
+
"document": "公网带宽大小,单位 M",
|
3649
|
+
"example": "5",
|
3650
|
+
"member": "uint64",
|
3651
|
+
"name": "Bandwidth",
|
3652
|
+
"required": false,
|
3653
|
+
"type": "int"
|
3609
3654
|
}
|
3610
3655
|
],
|
3611
3656
|
"type": "object"
|
@@ -3619,6 +3664,7 @@
|
|
3619
3664
|
"example": "20230110002025620411234",
|
3620
3665
|
"member": "string",
|
3621
3666
|
"name": "TranId",
|
3667
|
+
"output_required": true,
|
3622
3668
|
"type": "string",
|
3623
3669
|
"value_allowed_null": true
|
3624
3670
|
},
|
@@ -3628,6 +3674,7 @@
|
|
3628
3674
|
"example": "amqp-aegnagjg",
|
3629
3675
|
"member": "string",
|
3630
3676
|
"name": "InstanceId",
|
3677
|
+
"output_required": true,
|
3631
3678
|
"type": "string",
|
3632
3679
|
"value_allowed_null": true
|
3633
3680
|
},
|
@@ -4876,6 +4923,15 @@
|
|
4876
4923
|
"name": "InstanceId",
|
4877
4924
|
"required": true,
|
4878
4925
|
"type": "string"
|
4926
|
+
},
|
4927
|
+
{
|
4928
|
+
"disabled": false,
|
4929
|
+
"document": "是否国际站请求,默认 false",
|
4930
|
+
"example": "false",
|
4931
|
+
"member": "bool",
|
4932
|
+
"name": "IsIntl",
|
4933
|
+
"required": false,
|
4934
|
+
"type": "bool"
|
4879
4935
|
}
|
4880
4936
|
],
|
4881
4937
|
"type": "object"
|
@@ -5647,7 +5703,7 @@
|
|
5647
5703
|
{
|
5648
5704
|
"disabled": false,
|
5649
5705
|
"document": "起始下标,不填默认为0。",
|
5650
|
-
"example": "",
|
5706
|
+
"example": "1",
|
5651
5707
|
"member": "uint64",
|
5652
5708
|
"name": "Offset",
|
5653
5709
|
"required": false,
|
@@ -5656,7 +5712,7 @@
|
|
5656
5712
|
{
|
5657
5713
|
"disabled": false,
|
5658
5714
|
"document": "返回数量,不填则默认为10,最大值为20。",
|
5659
|
-
"example": "",
|
5715
|
+
"example": "1",
|
5660
5716
|
"member": "uint64",
|
5661
5717
|
"name": "Limit",
|
5662
5718
|
"required": false,
|
@@ -5665,7 +5721,7 @@
|
|
5665
5721
|
{
|
5666
5722
|
"disabled": false,
|
5667
5723
|
"document": "Pulsar 集群的ID",
|
5668
|
-
"example": "",
|
5724
|
+
"example": "aaa",
|
5669
5725
|
"member": "string",
|
5670
5726
|
"name": "ClusterId",
|
5671
5727
|
"required": false,
|
@@ -5680,18 +5736,20 @@
|
|
5680
5736
|
{
|
5681
5737
|
"disabled": false,
|
5682
5738
|
"document": "记录数。",
|
5683
|
-
"example": "",
|
5739
|
+
"example": "1",
|
5684
5740
|
"member": "uint64",
|
5685
5741
|
"name": "TotalCount",
|
5742
|
+
"output_required": true,
|
5686
5743
|
"type": "int",
|
5687
5744
|
"value_allowed_null": false
|
5688
5745
|
},
|
5689
5746
|
{
|
5690
5747
|
"disabled": false,
|
5691
5748
|
"document": "Vpc集合。",
|
5692
|
-
"example": "",
|
5749
|
+
"example": "空",
|
5693
5750
|
"member": "VpcBindRecord",
|
5694
5751
|
"name": "VpcSets",
|
5752
|
+
"output_required": true,
|
5695
5753
|
"type": "list",
|
5696
5754
|
"value_allowed_null": false
|
5697
5755
|
},
|
@@ -10575,7 +10633,7 @@
|
|
10575
10633
|
"example": "无",
|
10576
10634
|
"member": "RocketMQClusterInfo",
|
10577
10635
|
"name": "ClusterInfo",
|
10578
|
-
"
|
10636
|
+
"output_required": true,
|
10579
10637
|
"type": "object",
|
10580
10638
|
"value_allowed_null": false
|
10581
10639
|
},
|
@@ -10585,7 +10643,7 @@
|
|
10585
10643
|
"example": "无",
|
10586
10644
|
"member": "RocketMQInstanceConfig",
|
10587
10645
|
"name": "InstanceConfig",
|
10588
|
-
"
|
10646
|
+
"output_required": true,
|
10589
10647
|
"type": "object",
|
10590
10648
|
"value_allowed_null": false
|
10591
10649
|
},
|
@@ -11356,6 +11414,7 @@
|
|
11356
11414
|
"example": "xxx",
|
11357
11415
|
"member": "string",
|
11358
11416
|
"name": "MsgId",
|
11417
|
+
"output_required": true,
|
11359
11418
|
"type": "string",
|
11360
11419
|
"value_allowed_null": false
|
11361
11420
|
},
|
@@ -11365,6 +11424,7 @@
|
|
11365
11424
|
"example": "2021-11-23 21:21:26",
|
11366
11425
|
"member": "int64",
|
11367
11426
|
"name": "BornTimestamp",
|
11427
|
+
"output_required": true,
|
11368
11428
|
"type": "int",
|
11369
11429
|
"value_allowed_null": true
|
11370
11430
|
},
|
@@ -11374,6 +11434,7 @@
|
|
11374
11434
|
"example": "2021-11-23 21:21:26",
|
11375
11435
|
"member": "int64",
|
11376
11436
|
"name": "StoreTimestamp",
|
11437
|
+
"output_required": true,
|
11377
11438
|
"type": "int",
|
11378
11439
|
"value_allowed_null": true
|
11379
11440
|
},
|
@@ -11383,6 +11444,7 @@
|
|
11383
11444
|
"example": "无",
|
11384
11445
|
"member": "string",
|
11385
11446
|
"name": "BornHost",
|
11447
|
+
"output_required": true,
|
11386
11448
|
"type": "string",
|
11387
11449
|
"value_allowed_null": true
|
11388
11450
|
},
|
@@ -11392,6 +11454,7 @@
|
|
11392
11454
|
"example": "无",
|
11393
11455
|
"member": "string",
|
11394
11456
|
"name": "MsgTag",
|
11457
|
+
"output_required": true,
|
11395
11458
|
"type": "string",
|
11396
11459
|
"value_allowed_null": true
|
11397
11460
|
},
|
@@ -11401,6 +11464,7 @@
|
|
11401
11464
|
"example": "无",
|
11402
11465
|
"member": "string",
|
11403
11466
|
"name": "MsgKey",
|
11467
|
+
"output_required": true,
|
11404
11468
|
"type": "string",
|
11405
11469
|
"value_allowed_null": true
|
11406
11470
|
},
|
@@ -11410,6 +11474,7 @@
|
|
11410
11474
|
"example": "{\"xxx\":\"aaa\"}",
|
11411
11475
|
"member": "string",
|
11412
11476
|
"name": "Properties",
|
11477
|
+
"output_required": true,
|
11413
11478
|
"type": "string",
|
11414
11479
|
"value_allowed_null": true
|
11415
11480
|
},
|
@@ -11419,6 +11484,7 @@
|
|
11419
11484
|
"example": "0",
|
11420
11485
|
"member": "uint64",
|
11421
11486
|
"name": "ReConsumeTimes",
|
11487
|
+
"output_required": true,
|
11422
11488
|
"type": "int",
|
11423
11489
|
"value_allowed_null": true
|
11424
11490
|
},
|
@@ -11428,6 +11494,7 @@
|
|
11428
11494
|
"example": "xxx",
|
11429
11495
|
"member": "string",
|
11430
11496
|
"name": "MsgBody",
|
11497
|
+
"output_required": true,
|
11431
11498
|
"type": "string",
|
11432
11499
|
"value_allowed_null": true
|
11433
11500
|
},
|
@@ -11437,6 +11504,7 @@
|
|
11437
11504
|
"example": "0",
|
11438
11505
|
"member": "int64",
|
11439
11506
|
"name": "MsgBodyCRC",
|
11507
|
+
"output_required": true,
|
11440
11508
|
"type": "int",
|
11441
11509
|
"value_allowed_null": true
|
11442
11510
|
},
|
@@ -11446,6 +11514,7 @@
|
|
11446
11514
|
"example": "1024",
|
11447
11515
|
"member": "uint64",
|
11448
11516
|
"name": "MsgBodySize",
|
11517
|
+
"output_required": true,
|
11449
11518
|
"type": "int",
|
11450
11519
|
"value_allowed_null": false
|
11451
11520
|
},
|
@@ -15369,6 +15438,26 @@
|
|
15369
15438
|
"output_required": true,
|
15370
15439
|
"type": "string",
|
15371
15440
|
"value_allowed_null": false
|
15441
|
+
},
|
15442
|
+
{
|
15443
|
+
"disabled": false,
|
15444
|
+
"document": "单个用户最大可用连接数\n注意:此字段可能返回 null,表示取不到有效值。",
|
15445
|
+
"example": "100",
|
15446
|
+
"member": "int64",
|
15447
|
+
"name": "MaxConnections",
|
15448
|
+
"output_required": false,
|
15449
|
+
"type": "int",
|
15450
|
+
"value_allowed_null": true
|
15451
|
+
},
|
15452
|
+
{
|
15453
|
+
"disabled": false,
|
15454
|
+
"document": "单个用户最大可用通道数\n注意:此字段可能返回 null,表示取不到有效值。",
|
15455
|
+
"example": "1000",
|
15456
|
+
"member": "int64",
|
15457
|
+
"name": "MaxChannels",
|
15458
|
+
"output_required": false,
|
15459
|
+
"type": "int",
|
15460
|
+
"value_allowed_null": true
|
15372
15461
|
}
|
15373
15462
|
],
|
15374
15463
|
"usage": "out"
|
@@ -15555,6 +15644,16 @@
|
|
15555
15644
|
"output_required": false,
|
15556
15645
|
"type": "list",
|
15557
15646
|
"value_allowed_null": true
|
15647
|
+
},
|
15648
|
+
{
|
15649
|
+
"disabled": false,
|
15650
|
+
"document": "创建时间,毫秒为单位\n注意:此字段可能返回 null,表示取不到有效值。",
|
15651
|
+
"example": "1666257531143",
|
15652
|
+
"member": "uint64",
|
15653
|
+
"name": "CreateTime",
|
15654
|
+
"output_required": false,
|
15655
|
+
"type": "int",
|
15656
|
+
"value_allowed_null": true
|
15558
15657
|
}
|
15559
15658
|
],
|
15560
15659
|
"usage": "out"
|
@@ -16972,7 +17071,7 @@
|
|
16972
17071
|
"example": "8000",
|
16973
17072
|
"member": "uint64",
|
16974
17073
|
"name": "MaxTpsPerNamespace",
|
16975
|
-
"
|
17074
|
+
"output_required": true,
|
16976
17075
|
"type": "int",
|
16977
17076
|
"value_allowed_null": false
|
16978
17077
|
},
|
@@ -16982,7 +17081,7 @@
|
|
16982
17081
|
"example": "10",
|
16983
17082
|
"member": "uint64",
|
16984
17083
|
"name": "MaxNamespaceNum",
|
16985
|
-
"
|
17084
|
+
"output_required": true,
|
16986
17085
|
"type": "int",
|
16987
17086
|
"value_allowed_null": false
|
16988
17087
|
},
|
@@ -16992,7 +17091,7 @@
|
|
16992
17091
|
"example": "3",
|
16993
17092
|
"member": "uint64",
|
16994
17093
|
"name": "UsedNamespaceNum",
|
16995
|
-
"
|
17094
|
+
"output_required": true,
|
16996
17095
|
"type": "int",
|
16997
17096
|
"value_allowed_null": false
|
16998
17097
|
},
|
@@ -17002,7 +17101,7 @@
|
|
17002
17101
|
"example": "1000",
|
17003
17102
|
"member": "uint64",
|
17004
17103
|
"name": "MaxTopicNum",
|
17005
|
-
"
|
17104
|
+
"output_required": true,
|
17006
17105
|
"type": "int",
|
17007
17106
|
"value_allowed_null": false
|
17008
17107
|
},
|
@@ -17012,7 +17111,7 @@
|
|
17012
17111
|
"example": "8",
|
17013
17112
|
"member": "uint64",
|
17014
17113
|
"name": "UsedTopicNum",
|
17015
|
-
"
|
17114
|
+
"output_required": true,
|
17016
17115
|
"type": "int",
|
17017
17116
|
"value_allowed_null": false
|
17018
17117
|
},
|
@@ -17022,7 +17121,7 @@
|
|
17022
17121
|
"example": "10000",
|
17023
17122
|
"member": "uint64",
|
17024
17123
|
"name": "MaxGroupNum",
|
17025
|
-
"
|
17124
|
+
"output_required": true,
|
17026
17125
|
"type": "int",
|
17027
17126
|
"value_allowed_null": false
|
17028
17127
|
},
|
@@ -17032,7 +17131,7 @@
|
|
17032
17131
|
"example": "10",
|
17033
17132
|
"member": "uint64",
|
17034
17133
|
"name": "UsedGroupNum",
|
17035
|
-
"
|
17134
|
+
"output_required": true,
|
17036
17135
|
"type": "int",
|
17037
17136
|
"value_allowed_null": false
|
17038
17137
|
},
|
@@ -17042,7 +17141,7 @@
|
|
17042
17141
|
"example": "标准版",
|
17043
17142
|
"member": "string",
|
17044
17143
|
"name": "ConfigDisplay",
|
17045
|
-
"
|
17144
|
+
"output_required": true,
|
17046
17145
|
"type": "string",
|
17047
17146
|
"value_allowed_null": false
|
17048
17147
|
},
|
@@ -17052,7 +17151,7 @@
|
|
17052
17151
|
"example": "2",
|
17053
17152
|
"member": "uint64",
|
17054
17153
|
"name": "NodeCount",
|
17055
|
-
"
|
17154
|
+
"output_required": true,
|
17056
17155
|
"type": "int",
|
17057
17156
|
"value_allowed_null": false
|
17058
17157
|
},
|
@@ -17062,7 +17161,7 @@
|
|
17062
17161
|
"example": "无",
|
17063
17162
|
"member": "InstanceNodeDistribution",
|
17064
17163
|
"name": "NodeDistribution",
|
17065
|
-
"
|
17164
|
+
"output_required": true,
|
17066
17165
|
"type": "list",
|
17067
17166
|
"value_allowed_null": false
|
17068
17167
|
},
|
@@ -17072,7 +17171,7 @@
|
|
17072
17171
|
"example": "无",
|
17073
17172
|
"member": "RocketMQTopicDistribution",
|
17074
17173
|
"name": "TopicDistribution",
|
17075
|
-
"
|
17174
|
+
"output_required": true,
|
17076
17175
|
"type": "list",
|
17077
17176
|
"value_allowed_null": false
|
17078
17177
|
},
|
@@ -17082,7 +17181,57 @@
|
|
17082
17181
|
"example": "16",
|
17083
17182
|
"member": "uint64",
|
17084
17183
|
"name": "MaxQueuesPerTopic",
|
17085
|
-
"
|
17184
|
+
"output_required": true,
|
17185
|
+
"type": "int",
|
17186
|
+
"value_allowed_null": true
|
17187
|
+
},
|
17188
|
+
{
|
17189
|
+
"disabled": false,
|
17190
|
+
"document": "最大可设置消息保留时间,小时为单位\t\n注意:此字段可能返回 null,表示取不到有效值。",
|
17191
|
+
"example": "168",
|
17192
|
+
"member": "int64",
|
17193
|
+
"name": "MaxRetention",
|
17194
|
+
"output_required": true,
|
17195
|
+
"type": "int",
|
17196
|
+
"value_allowed_null": true
|
17197
|
+
},
|
17198
|
+
{
|
17199
|
+
"disabled": false,
|
17200
|
+
"document": "最小可设置消息保留时间,小时为单位\n注意:此字段可能返回 null,表示取不到有效值。",
|
17201
|
+
"example": "24",
|
17202
|
+
"member": "int64",
|
17203
|
+
"name": "MinRetention",
|
17204
|
+
"output_required": true,
|
17205
|
+
"type": "int",
|
17206
|
+
"value_allowed_null": true
|
17207
|
+
},
|
17208
|
+
{
|
17209
|
+
"disabled": false,
|
17210
|
+
"document": "实例消息保留时间,小时为单位\n注意:此字段可能返回 null,表示取不到有效值。",
|
17211
|
+
"example": "72",
|
17212
|
+
"member": "int64",
|
17213
|
+
"name": "Retention",
|
17214
|
+
"output_required": true,
|
17215
|
+
"type": "int",
|
17216
|
+
"value_allowed_null": true
|
17217
|
+
},
|
17218
|
+
{
|
17219
|
+
"disabled": false,
|
17220
|
+
"document": "Topic个数最小配额,即免费额度,默认为集群规格单节点最小配额*节点个数\n注意:此字段可能返回 null,表示取不到有效值。",
|
17221
|
+
"example": "无",
|
17222
|
+
"member": "int64",
|
17223
|
+
"name": "TopicNumLowerLimit",
|
17224
|
+
"output_required": false,
|
17225
|
+
"type": "int",
|
17226
|
+
"value_allowed_null": true
|
17227
|
+
},
|
17228
|
+
{
|
17229
|
+
"disabled": false,
|
17230
|
+
"document": "Topic个数最大配额,默认为集群规格单节点最大配额*节点个数\n注意:此字段可能返回 null,表示取不到有效值。",
|
17231
|
+
"example": "无",
|
17232
|
+
"member": "int64",
|
17233
|
+
"name": "TopicNumUpperLimit",
|
17234
|
+
"output_required": false,
|
17086
17235
|
"type": "int",
|
17087
17236
|
"value_allowed_null": true
|
17088
17237
|
}
|
@@ -18453,7 +18602,7 @@
|
|
18453
18602
|
"example": "true",
|
18454
18603
|
"member": "bool",
|
18455
18604
|
"name": "Result",
|
18456
|
-
"
|
18605
|
+
"output_required": true,
|
18457
18606
|
"type": "bool",
|
18458
18607
|
"value_allowed_null": false
|
18459
18608
|
},
|
@@ -18463,7 +18612,7 @@
|
|
18463
18612
|
"example": "7F0000013AEC18B4AAC278B640D30002",
|
18464
18613
|
"member": "string",
|
18465
18614
|
"name": "MsgId",
|
18466
|
-
"
|
18615
|
+
"output_required": true,
|
18467
18616
|
"type": "string",
|
18468
18617
|
"value_allowed_null": true
|
18469
18618
|
},
|
@@ -584,7 +584,7 @@
|
|
584
584
|
{
|
585
585
|
"document": "-",
|
586
586
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQUser\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-44w9928j\"\n}",
|
587
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"dsfsdfs\",\n \"RabbitMQUserList\": [\n {\n \"ModifyTime\": \"1\",\n \"CreateTime\": \"1\",\n \"Type\": \"1\",\n \"InstanceId\": \"amqp-xxx\",\n \"User\": \"testVhost\",\n \"Password\": \"123\",\n \"Description\": \"hello\",\n \"Tags\": [\n \"shop\"\n ]\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
587
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"dsfsdfs\",\n \"RabbitMQUserList\": [\n {\n \"ModifyTime\": \"1\",\n \"CreateTime\": \"1\",\n \"MaxChannels\": 1,\n \"MaxConnections\": 1,\n \"Type\": \"1\",\n \"InstanceId\": \"amqp-xxx\",\n \"User\": \"testVhost\",\n \"Password\": \"123\",\n \"Description\": \"hello\",\n \"Tags\": [\n \"shop\"\n ]\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
588
588
|
"title": "查询RabbitMQ 用户列表"
|
589
589
|
}
|
590
590
|
],
|
@@ -810,7 +810,7 @@
|
|
810
810
|
{
|
811
811
|
"document": "",
|
812
812
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQVipInstanceDetail\n<公共请求参数>\n\n{\n \"ClusterId\": \"rocketmq-rd3545bkkj49\"\n}",
|
813
|
-
"output": "{\n \"Response\": {\n \"
|
813
|
+
"output": "{\n \"Response\": {\n \"ClusterInfo\": {\n \"ClusterId\": \"abc\",\n \"ClusterName\": \"abc\",\n \"Region\": \"abc\",\n \"CreateTime\": 1,\n \"Remark\": \"abc\",\n \"PublicEndPoint\": \"abc\",\n \"VpcEndPoint\": \"abc\",\n \"SupportNamespaceEndpoint\": true,\n \"Vpcs\": [\n {\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\"\n }\n ],\n \"IsVip\": true,\n \"RocketMQFlag\": true,\n \"Status\": 0,\n \"IsolateTime\": 0,\n \"HttpPublicEndpoint\": \"abc\",\n \"HttpVpcEndpoint\": \"abc\",\n \"InternalEndpoint\": \"abc\",\n \"HttpInternalEndpoint\": \"abc\",\n \"AclEnabled\": true,\n \"PublicClbId\": \"abc\",\n \"Vip\": \"abc\",\n \"VpcId\": \"abc\",\n \"SupportMigration\": true,\n \"InstanceStatus\": 0,\n \"ZoneId\": 0,\n \"ZoneIds\": [\n 0\n ]\n },\n \"InstanceConfig\": {\n \"MaxTpsPerNamespace\": 1,\n \"MaxNamespaceNum\": 1,\n \"UsedNamespaceNum\": 1,\n \"MaxTopicNum\": 1,\n \"UsedTopicNum\": 1,\n \"MaxGroupNum\": 1,\n \"UsedGroupNum\": 1,\n \"ConfigDisplay\": \"abc\",\n \"NodeCount\": 1,\n \"NodeDistribution\": [\n {\n \"ZoneName\": \"abc\",\n \"ZoneId\": \"abc\",\n \"NodeCount\": 1\n }\n ],\n \"TopicDistribution\": [\n {\n \"TopicType\": \"abc\",\n \"Count\": 1\n }\n ],\n \"MaxQueuesPerTopic\": 1,\n \"MaxRetention\": 0,\n \"MinRetention\": 0,\n \"Retention\": 0,\n \"TopicNumLowerLimit\": 0,\n \"TopicNumUpperLimit\": 0\n },\n \"RequestId\": \"abc\"\n }\n}",
|
814
814
|
"title": "huo"
|
815
815
|
}
|
816
816
|
],
|
@@ -857,8 +857,8 @@
|
|
857
857
|
"ExportRocketMQMessageDetail": [
|
858
858
|
{
|
859
859
|
"document": "导出消息详情",
|
860
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportRocketMQMessageDetail\n<公共请求参数>\n\n{\n \"ClusterId\": \"
|
861
|
-
"output": "{\n \"Response\": {\n \"MsgId\": \"
|
860
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportRocketMQMessageDetail\n<公共请求参数>\n\n{\n \"ClusterId\": \"abc\",\n \"EnvironmentId\": \"abc\",\n \"TopicName\": \"abc\",\n \"MsgId\": \"abc\",\n \"DeadLetterMsg\": true,\n \"IncludeMsgBody\": true\n}",
|
861
|
+
"output": "{\n \"Response\": {\n \"MsgId\": \"abc\",\n \"BornTimestamp\": 0,\n \"StoreTimestamp\": 0,\n \"BornHost\": \"abc\",\n \"MsgTag\": \"abc\",\n \"MsgKey\": \"abc\",\n \"Properties\": \"abc\",\n \"ReConsumeTimes\": 1,\n \"MsgBody\": \"abc\",\n \"MsgBodyCRC\": 0,\n \"MsgBodySize\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
862
862
|
"title": "demo"
|
863
863
|
}
|
864
864
|
],
|
@@ -1119,8 +1119,8 @@
|
|
1119
1119
|
"SendRocketMQMessage": [
|
1120
1120
|
{
|
1121
1121
|
"document": "",
|
1122
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendRocketMQMessage\n<公共请求参数>\n\n{\n \"
|
1123
|
-
"output": "{\n \"Response\": {\n \"
|
1122
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendRocketMQMessage\n<公共请求参数>\n\n{\n \"ClusterId\": \"abc\",\n \"NamespaceId\": \"abc\",\n \"TopicName\": \"abc\",\n \"MsgKey\": \"abc\",\n \"MsgTag\": \"abc\",\n \"MsgBody\": \"abc\"\n}",
|
1123
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"MsgId\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
1124
1124
|
"title": "示例"
|
1125
1125
|
}
|
1126
1126
|
],
|