tccli 3.0.1128.1__py2.py3-none-any.whl → 3.0.1129.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/billing/v20180709/api.json +3 -2
- tccli/services/bpaas/v20181217/api.json +5 -0
- tccli/services/cat/v20180409/api.json +1 -0
- tccli/services/cdwdoris/v20211228/api.json +20 -0
- tccli/services/cynosdb/v20190107/api.json +5 -3
- tccli/services/dc/v20180410/api.json +139 -121
- tccli/services/dc/v20180410/examples.json +6 -6
- tccli/services/es/v20180416/api.json +10 -0
- tccli/services/essbasic/v20210526/api.json +44 -2
- tccli/services/essbasic/v20210526/examples.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +4 -4
- tccli/services/lighthouse/v20200324/api.json +2 -4
- tccli/services/monitor/v20180724/api.json +29 -16
- tccli/services/mps/v20190612/api.json +122 -4
- tccli/services/mrs/v20200910/api.json +315 -65
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/organization/v20210331/api.json +28 -0
- tccli/services/rce/v20201103/api.json +9 -9
- tccli/services/redis/v20180412/api.json +34 -28
- tccli/services/redis/v20180412/examples.json +4 -4
- tccli/services/tdmq/v20200217/api.json +8 -8
- tccli/services/tdmq/v20200217/examples.json +5 -5
- tccli/services/teo/v20220901/api.json +4 -4
- tccli/services/tke/v20180525/api.json +36 -28
- tccli/services/tke/v20180525/examples.json +3 -3
- tccli/services/wedata/v20210820/api.json +106 -1
- tccli/services/wedata/v20210820/examples.json +2 -2
- {tccli-3.0.1128.1.dist-info → tccli-3.0.1129.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1128.1.dist-info → tccli-3.0.1129.1.dist-info}/RECORD +33 -33
- {tccli-3.0.1128.1.dist-info → tccli-3.0.1129.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1128.1.dist-info → tccli-3.0.1129.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1128.1.dist-info → tccli-3.0.1129.1.dist-info}/license_files/LICENSE +0 -0
@@ -6054,7 +6054,7 @@
|
|
6054
6054
|
},
|
6055
6055
|
{
|
6056
6056
|
"disabled": false,
|
6057
|
-
"document": "告警码\n-9101 证件边框不完整告警\n-9102 证件复印件告警\n-9103 证件翻拍告警\n-9107 证件反光告警\n-9108 证件模糊告警\n-9109 告警能力未开通",
|
6057
|
+
"document": "告警码\n-9101 证件边框不完整告警\n-9102 证件复印件告警\n-9103 证件翻拍告警\n-9104 证件PS告警\n-9107 证件反光告警\n-9108 证件模糊告警\n-9109 告警能力未开通",
|
6058
6058
|
"example": "[-9101]",
|
6059
6059
|
"member": "int64",
|
6060
6060
|
"name": "WarnCardInfos",
|
@@ -628,6 +628,15 @@
|
|
628
628
|
"name": "Description",
|
629
629
|
"required": false,
|
630
630
|
"type": "string"
|
631
|
+
},
|
632
|
+
{
|
633
|
+
"disabled": false,
|
634
|
+
"document": "共享范围。取值:1-仅允许集团组织内共享 2-允许共享给任意账号,默认值:1",
|
635
|
+
"example": "1",
|
636
|
+
"member": "uint64",
|
637
|
+
"name": "ShareScope",
|
638
|
+
"required": false,
|
639
|
+
"type": "int"
|
631
640
|
}
|
632
641
|
],
|
633
642
|
"type": "object"
|
@@ -4140,6 +4149,16 @@
|
|
4140
4149
|
"output_required": true,
|
4141
4150
|
"type": "int",
|
4142
4151
|
"value_allowed_null": true
|
4152
|
+
},
|
4153
|
+
{
|
4154
|
+
"disabled": false,
|
4155
|
+
"document": "共享范围。取值:1-仅允许集团组织内共享 2-允许共享给任意账号\n注意:此字段可能返回 null,表示取不到有效值。",
|
4156
|
+
"example": "1",
|
4157
|
+
"member": "uint64",
|
4158
|
+
"name": "ShareScope",
|
4159
|
+
"output_required": false,
|
4160
|
+
"type": "int",
|
4161
|
+
"value_allowed_null": true
|
4143
4162
|
}
|
4144
4163
|
],
|
4145
4164
|
"usage": "out"
|
@@ -5744,6 +5763,15 @@
|
|
5744
5763
|
"name": "Description",
|
5745
5764
|
"required": false,
|
5746
5765
|
"type": "string"
|
5766
|
+
},
|
5767
|
+
{
|
5768
|
+
"disabled": false,
|
5769
|
+
"document": "共享范围。取值:1-仅允许集团组织内共享 2-允许共享给任意账号,默认值:1",
|
5770
|
+
"example": "1",
|
5771
|
+
"member": "uint64",
|
5772
|
+
"name": "ShareScope",
|
5773
|
+
"required": false,
|
5774
|
+
"type": "int"
|
5747
5775
|
}
|
5748
5776
|
],
|
5749
5777
|
"type": "object"
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"members": [
|
21
21
|
{
|
22
22
|
"disabled": false,
|
23
|
-
"document": "用户账号类型;默认开通QQOpenId、手机号MD5权限;如果需要使用微信OpenId入参,则需要\"提交工单\"或联系对接人进行资格审核,审核通过后方可正常使用微信开放账号。\n1:QQ开放账号\n2:微信开放账号\n10004:手机号MD5,中国大陆11位手机号进行MD5加密,取32
|
23
|
+
"document": "用户账号类型;默认开通QQOpenId、手机号MD5权限;如果需要使用微信OpenId入参,则需要\"提交工单\"或联系对接人进行资格审核,审核通过后方可正常使用微信开放账号。\n1:QQ开放账号\n2:微信开放账号\n10004:手机号MD5,中国大陆11位手机号进行MD5加密,取32位小写值\n10005:手机号SHA256,中国大陆11位手机号进行SHA256加密,取64位小写值",
|
24
24
|
"example": "10004",
|
25
25
|
"member": "uint64",
|
26
26
|
"name": "AccountType",
|
@@ -47,7 +47,7 @@
|
|
47
47
|
},
|
48
48
|
{
|
49
49
|
"disabled": false,
|
50
|
-
"document": "其它账号信息,AccountType是10004时,该字段必填。",
|
50
|
+
"document": "其它账号信息,AccountType是10004或10005时,该字段必填。",
|
51
51
|
"example": " 3ac9aa8a9a0074918763bfd6ed526ed9",
|
52
52
|
"member": "OtherAccountInfo",
|
53
53
|
"name": "OtherAccount",
|
@@ -124,7 +124,7 @@
|
|
124
124
|
"members": [
|
125
125
|
{
|
126
126
|
"disabled": false,
|
127
|
-
"document": "用户账号类型;默认开通QQOpenId、手机号MD5权限;如果需要使用微信OpenId入参,则需要\"提交工单\"或联系对接人进行资格审核,审核通过后方可正常使用微信开放账号。\n1:QQ开放账号\n2:微信开放账号\n10004:手机号MD5,中国大陆11位手机号进行MD5加密,取32
|
127
|
+
"document": "用户账号类型;默认开通QQOpenId、手机号MD5权限;如果需要使用微信OpenId入参,则需要\"提交工单\"或联系对接人进行资格审核,审核通过后方可正常使用微信开放账号。\n1:QQ开放账号\n2:微信开放账号\n10004:手机号MD5,中国大陆11位手机号进行MD5加密,取32位小写值\n10005:手机号SHA256,中国大陆11位手机号进行SHA256加密,取64位小写值",
|
128
128
|
"example": "AccountInfo.AccountType= 10004",
|
129
129
|
"member": "AccountInfo",
|
130
130
|
"name": "Account",
|
@@ -430,7 +430,7 @@
|
|
430
430
|
"members": [
|
431
431
|
{
|
432
432
|
"disabled": false,
|
433
|
-
"document": "其他账号信息;\nAccountType是10004时,填入中国大陆标准11位手机号的MD5值\n注释:\nMD5手机号加密方式,使用中国大陆11位手机号进行MD5加密,加密后取32位小写值。",
|
433
|
+
"document": "其他账号信息;\nAccountType是10004时,填入中国大陆标准11位手机号的MD5值\nAccountType是10005时,填入中国大陆标准11位手机号的SHA256值\n注释:\nMD5手机号加密方式,使用中国大陆11位手机号进行MD5加密,加密后取32位小写值。\nSHA256手机号加密方式,使用中国大陆11位手机号进行SHA256加密,加密后取64位小写值。",
|
434
434
|
"example": "无",
|
435
435
|
"member": "string",
|
436
436
|
"name": "AccountId",
|
@@ -439,7 +439,7 @@
|
|
439
439
|
},
|
440
440
|
{
|
441
441
|
"disabled": false,
|
442
|
-
"document": "账号绑定的MD5
|
442
|
+
"document": "账号绑定的MD5或SHA256加密的手机号(该字段已不推荐使用)。\n注释:支持标准中国大陆11位手机号MD5加密后位的32位小写字符串;\n 支持标准中国大陆11位手机号SHA256加密后位的64位小写字符串。",
|
443
443
|
"example": "无",
|
444
444
|
"member": "string",
|
445
445
|
"name": "MobilePhone",
|
@@ -448,7 +448,7 @@
|
|
448
448
|
},
|
449
449
|
{
|
450
450
|
"disabled": false,
|
451
|
-
"document": "
|
451
|
+
"document": "用户设备号(该字段已不推荐使用)。",
|
452
452
|
"example": "无",
|
453
453
|
"member": "string",
|
454
454
|
"name": "DeviceId",
|
@@ -509,7 +509,7 @@
|
|
509
509
|
"members": [
|
510
510
|
{
|
511
511
|
"disabled": false,
|
512
|
-
"document": "账号ID:对应输入参数。\n当AccountType为1时,对应QQ的OpenId
|
512
|
+
"document": "账号ID:对应输入参数。\n当AccountType为1时,对应QQ的OpenId;\n当AccountType为2时,对应微信的OpenId/UnionId;\n当AccountType为10004时,对应手机号的MD5值;\n当AccountType为10005时,对应手机号的SHA256值。\n注意:此字段可能返回 null,表示取不到有效值。",
|
513
513
|
"example": "3ac9aa8a9a0074918763bfd6ed526ed9",
|
514
514
|
"member": "string",
|
515
515
|
"name": "UserId",
|
@@ -622,7 +622,7 @@
|
|
622
622
|
},
|
623
623
|
{
|
624
624
|
"disabled": false,
|
625
|
-
"document": "账号绑定的MD5
|
625
|
+
"document": "账号绑定的MD5或SHA256加密的手机号。\n注释:支持标准中国大陆11位手机号MD5加密后位的32位小写字符串;\n 支持标准中国大陆11位手机号SHA256加密后位的64位小写字符串。",
|
626
626
|
"example": "无",
|
627
627
|
"member": "string",
|
628
628
|
"name": "MobilePhone",
|
@@ -742,7 +742,7 @@
|
|
742
742
|
},
|
743
743
|
{
|
744
744
|
"disabled": false,
|
745
|
-
"document": "账号绑定的MD5
|
745
|
+
"document": "账号绑定的MD5或SHA256加密的手机号。\n注释:支持标准中国大陆11位手机号MD5加密后位的32位小写字符串;\n 支持标准中国大陆11位手机号SHA256加密后位的64位小写字符串。",
|
746
746
|
"example": "无",
|
747
747
|
"member": "string",
|
748
748
|
"name": "MobilePhone",
|
@@ -232,9 +232,9 @@
|
|
232
232
|
"status": "online"
|
233
233
|
},
|
234
234
|
"DescribeInstanceMonitorHotKey": {
|
235
|
-
"document": "
|
235
|
+
"document": "本接口(DescribeInstanceMonitorHotKey)用于查询实例热Key。",
|
236
236
|
"input": "DescribeInstanceMonitorHotKeyRequest",
|
237
|
-
"name": "查询实例热Key",
|
237
|
+
"name": "查询实例热 Key",
|
238
238
|
"output": "DescribeInstanceMonitorHotKeyResponse",
|
239
239
|
"status": "online"
|
240
240
|
},
|
@@ -1635,8 +1635,8 @@
|
|
1635
1635
|
"members": [
|
1636
1636
|
{
|
1637
1637
|
"disabled": false,
|
1638
|
-
"document": "
|
1639
|
-
"example": "",
|
1638
|
+
"document": "命令名。",
|
1639
|
+
"example": "无",
|
1640
1640
|
"member": "string",
|
1641
1641
|
"name": "Cmd",
|
1642
1642
|
"required": true,
|
@@ -1645,8 +1645,8 @@
|
|
1645
1645
|
},
|
1646
1646
|
{
|
1647
1647
|
"disabled": false,
|
1648
|
-
"document": "
|
1649
|
-
"example": "",
|
1648
|
+
"document": "耗时时长。",
|
1649
|
+
"example": "无",
|
1650
1650
|
"member": "int64",
|
1651
1651
|
"name": "Took",
|
1652
1652
|
"required": true,
|
@@ -3531,6 +3531,7 @@
|
|
3531
3531
|
"example": "无",
|
3532
3532
|
"member": "BigKeyInfo",
|
3533
3533
|
"name": "Data",
|
3534
|
+
"output_required": true,
|
3534
3535
|
"type": "list",
|
3535
3536
|
"value_allowed_null": false
|
3536
3537
|
},
|
@@ -3576,6 +3577,7 @@
|
|
3576
3577
|
"example": "无",
|
3577
3578
|
"member": "DelayDistribution",
|
3578
3579
|
"name": "Data",
|
3580
|
+
"output_required": true,
|
3579
3581
|
"type": "list",
|
3580
3582
|
"value_allowed_null": false
|
3581
3583
|
},
|
@@ -3621,6 +3623,7 @@
|
|
3621
3623
|
"example": "无",
|
3622
3624
|
"member": "BigKeyTypeInfo",
|
3623
3625
|
"name": "Data",
|
3626
|
+
"output_required": true,
|
3624
3627
|
"type": "list",
|
3625
3628
|
"value_allowed_null": false
|
3626
3629
|
},
|
@@ -3638,8 +3641,8 @@
|
|
3638
3641
|
"members": [
|
3639
3642
|
{
|
3640
3643
|
"disabled": false,
|
3641
|
-
"document": "
|
3642
|
-
"example": "",
|
3644
|
+
"document": "指定实例 ID。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。",
|
3645
|
+
"example": "crs-xjhsdj****",
|
3643
3646
|
"member": "string",
|
3644
3647
|
"name": "InstanceId",
|
3645
3648
|
"required": true,
|
@@ -3647,8 +3650,8 @@
|
|
3647
3650
|
},
|
3648
3651
|
{
|
3649
3652
|
"disabled": false,
|
3650
|
-
"document": "
|
3651
|
-
"example": "",
|
3653
|
+
"document": "查询时间范围。\n- 1:实时。\n- 2:近30分钟。\n- 3:近6小时。\n- 4:近24小时。",
|
3654
|
+
"example": "1",
|
3652
3655
|
"member": "int64",
|
3653
3656
|
"name": "SpanType",
|
3654
3657
|
"required": true,
|
@@ -3662,10 +3665,11 @@
|
|
3662
3665
|
"members": [
|
3663
3666
|
{
|
3664
3667
|
"disabled": false,
|
3665
|
-
"document": "热Key
|
3666
|
-
"example": "",
|
3668
|
+
"document": "热 Key 详细信息。",
|
3669
|
+
"example": "key",
|
3667
3670
|
"member": "HotKeyInfo",
|
3668
3671
|
"name": "Data",
|
3672
|
+
"output_required": true,
|
3669
3673
|
"type": "list",
|
3670
3674
|
"value_allowed_null": false
|
3671
3675
|
},
|
@@ -3720,8 +3724,8 @@
|
|
3720
3724
|
"members": [
|
3721
3725
|
{
|
3722
3726
|
"disabled": false,
|
3723
|
-
"document": "实例
|
3724
|
-
"example": "",
|
3727
|
+
"document": "实例 ID。",
|
3728
|
+
"example": "crs-5a4py64p",
|
3725
3729
|
"member": "string",
|
3726
3730
|
"name": "InstanceId",
|
3727
3731
|
"required": true,
|
@@ -3729,8 +3733,8 @@
|
|
3729
3733
|
},
|
3730
3734
|
{
|
3731
3735
|
"disabled": false,
|
3732
|
-
"document": "
|
3733
|
-
"example": "",
|
3736
|
+
"document": "查询时间日期。",
|
3737
|
+
"example": "2019-11-07",
|
3734
3738
|
"member": "string",
|
3735
3739
|
"name": "Date",
|
3736
3740
|
"required": true,
|
@@ -3738,8 +3742,8 @@
|
|
3738
3742
|
},
|
3739
3743
|
{
|
3740
3744
|
"disabled": false,
|
3741
|
-
"document": "
|
3742
|
-
"example": "",
|
3745
|
+
"document": "时间范围。\n- 1:实时。\n- 2:近30分钟。\n- 3:近6小时。\n- 4:近24小时。",
|
3746
|
+
"example": "1",
|
3743
3747
|
"member": "int64",
|
3744
3748
|
"name": "SpanType",
|
3745
3749
|
"required": true,
|
@@ -3753,10 +3757,11 @@
|
|
3753
3757
|
"members": [
|
3754
3758
|
{
|
3755
3759
|
"disabled": false,
|
3756
|
-
"document": "
|
3757
|
-
"example": "",
|
3760
|
+
"document": "时延分布信息。",
|
3761
|
+
"example": "无",
|
3758
3762
|
"member": "DelayDistribution",
|
3759
3763
|
"name": "Data",
|
3764
|
+
"output_required": true,
|
3760
3765
|
"type": "list",
|
3761
3766
|
"value_allowed_null": false
|
3762
3767
|
},
|
@@ -3802,6 +3807,7 @@
|
|
3802
3807
|
"example": "",
|
3803
3808
|
"member": "SourceCommand",
|
3804
3809
|
"name": "Data",
|
3810
|
+
"output_required": true,
|
3805
3811
|
"type": "list",
|
3806
3812
|
"value_allowed_null": false
|
3807
3813
|
},
|
@@ -3819,7 +3825,7 @@
|
|
3819
3825
|
"members": [
|
3820
3826
|
{
|
3821
3827
|
"disabled": false,
|
3822
|
-
"document": "实例ID",
|
3828
|
+
"document": "实例 ID。",
|
3823
3829
|
"example": "crs-r34wkc1d",
|
3824
3830
|
"member": "string",
|
3825
3831
|
"name": "InstanceId",
|
@@ -3828,7 +3834,7 @@
|
|
3828
3834
|
},
|
3829
3835
|
{
|
3830
3836
|
"disabled": false,
|
3831
|
-
"document": "
|
3837
|
+
"document": "查询时间范围。\n- 1:实时。\n- 2:近30分钟。\n- 3:近6小时。\n- 4:近24小时。",
|
3832
3838
|
"example": "4",
|
3833
3839
|
"member": "int64",
|
3834
3840
|
"name": "SpanType",
|
@@ -3847,7 +3853,7 @@
|
|
3847
3853
|
"example": "无",
|
3848
3854
|
"member": "CommandTake",
|
3849
3855
|
"name": "Data",
|
3850
|
-
"
|
3856
|
+
"output_required": true,
|
3851
3857
|
"type": "list",
|
3852
3858
|
"value_allowed_null": false
|
3853
3859
|
},
|
@@ -4840,7 +4846,7 @@
|
|
4840
4846
|
"example": "11954",
|
4841
4847
|
"member": "uint64",
|
4842
4848
|
"name": "ProjectId",
|
4843
|
-
"required":
|
4849
|
+
"required": false,
|
4844
4850
|
"type": "int"
|
4845
4851
|
},
|
4846
4852
|
{
|
@@ -10599,8 +10605,8 @@
|
|
10599
10605
|
"members": [
|
10600
10606
|
{
|
10601
10607
|
"disabled": false,
|
10602
|
-
"document": "
|
10603
|
-
"example": "",
|
10608
|
+
"document": "命令名称。",
|
10609
|
+
"example": "无",
|
10604
10610
|
"member": "string",
|
10605
10611
|
"name": "Cmd",
|
10606
10612
|
"required": true,
|
@@ -10609,8 +10615,8 @@
|
|
10609
10615
|
},
|
10610
10616
|
{
|
10611
10617
|
"disabled": false,
|
10612
|
-
"document": "
|
10613
|
-
"example": "",
|
10618
|
+
"document": "执行次数。",
|
10619
|
+
"example": "无",
|
10614
10620
|
"member": "int64",
|
10615
10621
|
"name": "Count",
|
10616
10622
|
"required": true,
|
@@ -272,9 +272,9 @@
|
|
272
272
|
],
|
273
273
|
"DescribeInstanceMonitorHotKey": [
|
274
274
|
{
|
275
|
-
"document": "",
|
276
|
-
"input": "https://redis.tencentcloudapi.com/?Action=DescribeInstanceMonitorHotKey\
|
277
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Key\": \"
|
275
|
+
"document": "查询指定实例的热 Key信息",
|
276
|
+
"input": "https://redis.tencentcloudapi.com/?Action=DescribeInstanceMonitorHotKey\n&InstanceId=crs-r34w****\n&SpanType=4\n&<公共请求参数>",
|
277
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Key\": \"hello\",\n \"Type\": \"string\",\n \"Count\": 110\n }\n ],\n \"RequestId\": \"20d64b80-cbac-49a0-8771-42e326db5c45\"\n }\n}",
|
278
278
|
"title": "请求示例"
|
279
279
|
}
|
280
280
|
],
|
@@ -290,7 +290,7 @@
|
|
290
290
|
{
|
291
291
|
"document": "",
|
292
292
|
"input": "https://redis.tencentcloudapi.com/?Action=DescribeInstanceMonitorTookDist\r\n&InstanceId=crs-5a4py64p\r\n&Date=2019-11-07\r\n&SpanType=4\r\n&<公共请求参数>",
|
293
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Ladder\": -1,\n \"Size\": 0
|
293
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Ladder\": -1,\n \"Size\": 0,\n \"Updatetime\": 1718073070\n },\n {\n \"Ladder\": 5,\n \"Size\": 0,\n \"Updatetime\": 1718073070\n }\n ],\n \"RequestId\": \"6f6441b4-884e-40b0-8503-5e5f5e6b6714\"\n }\n}",
|
294
294
|
"title": "请求示例"
|
295
295
|
}
|
296
296
|
],
|
@@ -6711,7 +6711,7 @@
|
|
6711
6711
|
"example": "1",
|
6712
6712
|
"member": "int64",
|
6713
6713
|
"name": "NodeState",
|
6714
|
-
"
|
6714
|
+
"output_required": true,
|
6715
6715
|
"type": "int",
|
6716
6716
|
"value_allowed_null": false
|
6717
6717
|
},
|
@@ -6721,7 +6721,7 @@
|
|
6721
6721
|
"example": "2021-07-06 00:00:00",
|
6722
6722
|
"member": "string",
|
6723
6723
|
"name": "LatestHealthCheckTime",
|
6724
|
-
"
|
6724
|
+
"output_required": true,
|
6725
6725
|
"type": "string",
|
6726
6726
|
"value_allowed_null": false
|
6727
6727
|
},
|
@@ -6776,7 +6776,7 @@
|
|
6776
6776
|
"example": "0.1",
|
6777
6777
|
"member": "float",
|
6778
6778
|
"name": "MsgRateIn",
|
6779
|
-
"
|
6779
|
+
"output_required": true,
|
6780
6780
|
"type": "float",
|
6781
6781
|
"value_allowed_null": true
|
6782
6782
|
},
|
@@ -6786,7 +6786,7 @@
|
|
6786
6786
|
"example": "0.1",
|
6787
6787
|
"member": "float",
|
6788
6788
|
"name": "MsgThroughputIn",
|
6789
|
-
"
|
6789
|
+
"output_required": true,
|
6790
6790
|
"type": "float",
|
6791
6791
|
"value_allowed_null": true
|
6792
6792
|
},
|
@@ -6796,7 +6796,7 @@
|
|
6796
6796
|
"example": "0",
|
6797
6797
|
"member": "int64",
|
6798
6798
|
"name": "PublisherCount",
|
6799
|
-
"
|
6799
|
+
"output_required": true,
|
6800
6800
|
"type": "int",
|
6801
6801
|
"value_allowed_null": true
|
6802
6802
|
},
|
@@ -6806,7 +6806,7 @@
|
|
6806
6806
|
"example": "123",
|
6807
6807
|
"member": "int64",
|
6808
6808
|
"name": "StorageSize",
|
6809
|
-
"
|
6809
|
+
"output_required": true,
|
6810
6810
|
"type": "int",
|
6811
6811
|
"value_allowed_null": true
|
6812
6812
|
},
|
@@ -6897,7 +6897,7 @@
|
|
6897
6897
|
"example": "100",
|
6898
6898
|
"member": "int64",
|
6899
6899
|
"name": "TotalCount",
|
6900
|
-
"
|
6900
|
+
"output_required": true,
|
6901
6901
|
"type": "int",
|
6902
6902
|
"value_allowed_null": false
|
6903
6903
|
},
|
@@ -6907,7 +6907,7 @@
|
|
6907
6907
|
"example": "无",
|
6908
6908
|
"member": "Publisher",
|
6909
6909
|
"name": "Publishers",
|
6910
|
-
"
|
6910
|
+
"output_required": true,
|
6911
6911
|
"type": "list",
|
6912
6912
|
"value_allowed_null": true
|
6913
6913
|
},
|
@@ -478,7 +478,7 @@
|
|
478
478
|
],
|
479
479
|
"DescribeNodeHealthOpt": [
|
480
480
|
{
|
481
|
-
"document": "",
|
481
|
+
"document": "测试",
|
482
482
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNodeHealthOpt\n<公共请求参数>\n\n{\n \"InstanceId\": \"ins-lyzxwt0q\"\n}",
|
483
483
|
"output": "{\n \"Response\": {\n \"RequestId\": \"9933e0f7-77fa-4c62-905d-dbd7936a7372\",\n \"NodeState\": 1,\n \"LatestHealthCheckTime\": \"2021-07-19 20:46:50\"\n }\n}",
|
484
484
|
"title": "test"
|
@@ -487,16 +487,16 @@
|
|
487
487
|
"DescribePublisherSummary": [
|
488
488
|
{
|
489
489
|
"document": "",
|
490
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePublisherSummary\n<公共请求参数>\n\n{\n \"
|
491
|
-
"output": "{\n \"Response\": {\n \"MsgRateIn\": 0
|
490
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePublisherSummary\n<公共请求参数>\n\n{\n \"ClusterId\": \"abc\",\n \"Namespace\": \"abc\",\n \"Topic\": \"abc\"\n}",
|
491
|
+
"output": "{\n \"Response\": {\n \"MsgRateIn\": 0,\n \"MsgThroughputIn\": 0,\n \"PublisherCount\": 0,\n \"StorageSize\": 0,\n \"RequestId\": \"abc\"\n }\n}",
|
492
492
|
"title": "获取生产者概览"
|
493
493
|
}
|
494
494
|
],
|
495
495
|
"DescribePublishers": [
|
496
496
|
{
|
497
497
|
"document": "",
|
498
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePublishers\n<公共请求参数>\n\n{\n \"
|
499
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"
|
498
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePublishers\n<公共请求参数>\n\n{\n \"ClusterId\": \"abc\",\n \"Namespace\": \"abc\",\n \"Topic\": \"abc\",\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 0,\n \"Sort\": {\n \"Name\": \"abc\",\n \"Order\": \"abc\"\n }\n}",
|
499
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Publishers\": [\n {\n \"ProducerId\": 0,\n \"ProducerName\": \"abc\",\n \"Address\": \"abc\",\n \"ClientVersion\": \"abc\",\n \"MsgRateIn\": 0,\n \"MsgThroughputIn\": 0,\n \"AverageMsgSize\": 0,\n \"ConnectedSince\": \"abc\",\n \"Partition\": 0\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
500
500
|
"title": "获取生产者列表"
|
501
501
|
}
|
502
502
|
],
|
@@ -73,7 +73,7 @@
|
|
73
73
|
"CreateCustomizeErrorPage": {
|
74
74
|
"document": "创建自定义错误页面。",
|
75
75
|
"input": "CreateCustomizeErrorPageRequest",
|
76
|
-
"name": "
|
76
|
+
"name": "创建自定义响应页面",
|
77
77
|
"output": "CreateCustomizeErrorPageResponse",
|
78
78
|
"status": "online"
|
79
79
|
},
|
@@ -192,7 +192,7 @@
|
|
192
192
|
"DeleteCustomErrorPage": {
|
193
193
|
"document": "删除自定义错误页面。",
|
194
194
|
"input": "DeleteCustomErrorPageRequest",
|
195
|
-
"name": "
|
195
|
+
"name": "删除自定义响应页面",
|
196
196
|
"output": "DeleteCustomErrorPageResponse",
|
197
197
|
"status": "online"
|
198
198
|
},
|
@@ -318,7 +318,7 @@
|
|
318
318
|
"DescribeCustomErrorPages": {
|
319
319
|
"document": "查询自定义错误页列表。",
|
320
320
|
"input": "DescribeCustomErrorPagesRequest",
|
321
|
-
"name": "
|
321
|
+
"name": "查询自定义响应页面列表",
|
322
322
|
"output": "DescribeCustomErrorPagesResponse",
|
323
323
|
"status": "online"
|
324
324
|
},
|
@@ -619,7 +619,7 @@
|
|
619
619
|
"ModifyCustomErrorPage": {
|
620
620
|
"document": "修改自定义错误页面。",
|
621
621
|
"input": "ModifyCustomErrorPageRequest",
|
622
|
-
"name": "
|
622
|
+
"name": "修改自定义响应页面",
|
623
623
|
"output": "ModifyCustomErrorPageResponse",
|
624
624
|
"status": "online"
|
625
625
|
},
|