tccli 3.0.831.1__py2.py3-none-any.whl → 3.0.832.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/__init__.py +3 -0
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/ccc/v20200210/examples.json +2 -2
- tccli/services/cdc/v20201214/examples.json +1 -1
- tccli/services/cwp/cwp_client.py +2179 -642
- tccli/services/cwp/v20180228/api.json +3069 -479
- tccli/services/cwp/v20180228/examples.json +247 -3
- tccli/services/dlc/dlc_client.py +341 -23
- tccli/services/dlc/v20210125/api.json +505 -0
- tccli/services/dlc/v20210125/examples.json +48 -0
- tccli/services/essbasic/v20210526/api.json +3 -12
- tccli/services/intlpartnersmgt/__init__.py +4 -0
- tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +724 -0
- tccli/services/intlpartnersmgt/v20220928/api.json +1054 -0
- tccli/services/intlpartnersmgt/v20220928/examples.json +93 -0
- tccli/services/live/v20180801/api.json +10 -10
- tccli/services/live/v20180801/examples.json +3 -3
- tccli/services/tdmq/v20200217/api.json +23 -44
- tccli/services/tdmq/v20200217/examples.json +3 -3
- tccli/services/tse/v20201207/api.json +42 -1
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/METADATA +2 -2
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/RECORD +27 -23
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/LICENSE +0 -0
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.831.1.dist-info → tccli-3.0.832.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,93 @@
|
|
1
|
+
{
|
2
|
+
"actions": {
|
3
|
+
"AllocateCustomerCredit": [
|
4
|
+
{
|
5
|
+
"document": "",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: intlpartnersmgt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateCustomerCredit\n<公共请求参数>\n\n{\n \"ClientUin\": 1,\n \"AddedCredit\": 10\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"RemainingCredit\": 100,\n \"RequestId\": \"2b7c676e-bb4b-449d-89e6-4866132036c5\",\n \"TotalCredit\": 100\n }\n}",
|
8
|
+
"title": "设置客户信用额度"
|
9
|
+
}
|
10
|
+
],
|
11
|
+
"CreateAccount": [
|
12
|
+
{
|
13
|
+
"document": "",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: intlpartnersmgt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAccount\n<公共请求参数>\n\n{\n \"Extended\": \"11111111\",\n \"CountryCode\": \"852\",\n \"Area\": \"HK\",\n \"PhoneNum\": \"18888888888\",\n \"AccountType\": \"business\",\n \"Mail\": \"account@qq.com\",\n \"Password\": \"111111\",\n \"ConfirmPassword\": \"111111\"\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"Uin\": \"200000123456\",\n \"RequestId\": \"a9e390a7-a1af-42cd-8178-13bd046337a7\"\n }\n}",
|
16
|
+
"title": "申请创建客户账户"
|
17
|
+
}
|
18
|
+
],
|
19
|
+
"GetCountryCodes": [
|
20
|
+
{
|
21
|
+
"document": "",
|
22
|
+
"input": "POST / HTTP/1.1\nHost: intlpartnersmgt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetCountryCodes\n<公共请求参数>\n\n{}",
|
23
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"EnName\": \"Albania\",\n \"Name\": \"阿尔巴尼亚\",\n \"IOS2\": \"AL\",\n \"IOS3\": \"ALB\",\n \"Code\": \"355\"\n },\n {\n \"EnName\": \"Algeria\",\n \"Name\": \"阿尔及利亚\",\n \"IOS2\": \"DZ\",\n \"IOS3\": \"DZA\",\n \"Code\": \"213\"\n }\n ],\n \"RequestId\": \"a9e390a7-a1af-42cd-8178-13bd046337a7\"\n }\n}",
|
24
|
+
"title": "获取国家、地区代码"
|
25
|
+
}
|
26
|
+
],
|
27
|
+
"QueryCreditAllocationHistory": [
|
28
|
+
{
|
29
|
+
"document": "",
|
30
|
+
"input": "POST / HTTP/1.1\nHost: intlpartnersmgt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryCreditAllocationHistory\n<公共请求参数>\n\n{\n \"ClientUin\": 1,\n \"Page\": 1,\n \"PageSize\": 1\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"RequestId\": \"2b7c676e-bb4b-449d-89e6-4866132036c6\",\n \"History\": [\n {\n \"Operator\": \"PartnerTest Limited\",\n \"Credit\": 0.1,\n \"AllocatedTime\": \"2022-07-28 15:04:08\",\n \"AllocatedCredit\": 1000.1\n }\n ]\n }\n}",
|
32
|
+
"title": "查询客户信用分配历史信息"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"QueryCreditByUinList": [
|
36
|
+
{
|
37
|
+
"document": "",
|
38
|
+
"input": "POST / HTTP/1.1\nHost: intlpartnersmgt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryCreditByUinList\n<公共请求参数>\n\n{\n \"UinList\": [\n 10000,\n 100001\n ]\n}",
|
39
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"RemainingCredit\": 0.01,\n \"TotalCredit\": 100.01,\n \"Uin\": 1\n },\n {\n \"RemainingCredit\": 0.01,\n \"TotalCredit\": 100.01,\n \"Uin\": 1\n }\n ],\n \"RequestId\": \"0abe4d4f7fdb79c9829d945c2161ff9b\"\n }\n}",
|
40
|
+
"title": "查询用户列表信用"
|
41
|
+
}
|
42
|
+
],
|
43
|
+
"QueryCustomersCredit": [
|
44
|
+
{
|
45
|
+
"document": "",
|
46
|
+
"input": "POST / HTTP/1.1\nHost: intlpartnersmgt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryCustomersCredit\n<公共请求参数>\n\n{}",
|
47
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Data\": [\n {\n \"ClientUin\": 1,\n \"Name\": \"abcdefg@tencent.com\",\n \"Mobile\": \"131123456789\",\n \"RecentExpiry\": \"2022-10-13 20:09:03\",\n \"RemainingCredit\": 100,\n \"Remark\": \"remark\",\n \"Credit\": 100,\n \"AssociationTime\": \"2022-10-13 20:09:03\",\n \"IdentifyType\": 1,\n \"Type\": \"new\",\n \"Email\": \"abcd*********@tencent.com\",\n \"Arrears\": \"-\"\n }\n ],\n \"RequestId\": \"2b7c676e-bb4b-449d-89e6-4866132036c4\"\n }\n}",
|
48
|
+
"title": "查询客户信用额度"
|
49
|
+
}
|
50
|
+
],
|
51
|
+
"QueryDirectCustomersCredit": [
|
52
|
+
{
|
53
|
+
"document": "",
|
54
|
+
"input": "POST / HTTP/1.1\nHost: intlpartnersmgt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryDirectCustomersCredit\n<公共请求参数>\n\n{}",
|
55
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"RemainingCredit\": 0.01,\n \"TotalCredit\": 100.01,\n \"Uin\": 1\n },\n {\n \"RemainingCredit\": 0.01,\n \"TotalCredit\": 100.01,\n \"Uin\": 1\n }\n ],\n \"RequestId\": \"0abe4d4f7fdb79c9829d945c2161ff9b\"\n }\n}",
|
56
|
+
"title": "查询直接子客信用"
|
57
|
+
}
|
58
|
+
],
|
59
|
+
"QueryPartnerCredit": [
|
60
|
+
{
|
61
|
+
"document": "",
|
62
|
+
"input": "POST / HTTP/1.1\nHost: intlpartnersmgt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryPartnerCredit\n<公共请求参数>\n\n{}",
|
63
|
+
"output": "{\n \"Response\": {\n \"RemainingCredit\": 1000.1,\n \"RequestId\": \"2b7c676e-bb4b-449d-89e6-4866132036c7\",\n \"TotalCredit\": 1050.1,\n \"AllocatedCredit\": 50\n }\n}",
|
64
|
+
"title": "查询合作伙伴信用额度"
|
65
|
+
}
|
66
|
+
],
|
67
|
+
"QueryVoucherAmountByUin": [
|
68
|
+
{
|
69
|
+
"document": "",
|
70
|
+
"input": "POST / HTTP/1.1\nHost: intlpartnersmgt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryVoucherAmountByUin\n<公共请求参数>\n\n{\n \"ClientUins\": [\n 1\n ]\n}",
|
71
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"TotalAmount\": 0.0,\n \"ClientUin\": 0,\n \"RemainAmount\": 0.0\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
|
72
|
+
"title": "根据客户uin查询代金券额度"
|
73
|
+
}
|
74
|
+
],
|
75
|
+
"QueryVoucherListByUin": [
|
76
|
+
{
|
77
|
+
"document": "",
|
78
|
+
"input": "POST / HTTP/1.1\nHost: intlpartnersmgt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryVoucherListByUin\n<公共请求参数>\n\n{\n \"Status\": \"xx\",\n \"ClientUins\": [\n 1\n ]\n}",
|
79
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"TotalCount\": 0,\n \"ClientUin\": 0,\n \"Data\": [\n {\n \"VoucherId\": \"xx\",\n \"TotalAmount\": 0.0,\n \"RemainAmount\": 0.0,\n \"VoucherStatus\": \"xx\"\n }\n ]\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
|
80
|
+
"title": "根据客户uin查询代金券列表"
|
81
|
+
}
|
82
|
+
],
|
83
|
+
"QueryVoucherPool": [
|
84
|
+
{
|
85
|
+
"document": "",
|
86
|
+
"input": "POST / HTTP/1.1\nHost: intlpartnersmgt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryVoucherPool\n<公共请求参数>\n\n{}",
|
87
|
+
"output": "{\n \"Response\": {\n \"TotalQuota\": 0.0,\n \"IssuedNum\": 0,\n \"RemainingQuota\": 0.0,\n \"RequestId\": \"xx\",\n \"AccountType\": 0,\n \"AgentName\": \"xx\"\n }\n}",
|
88
|
+
"title": "查询代金券额度池"
|
89
|
+
}
|
90
|
+
]
|
91
|
+
},
|
92
|
+
"version": "1.0"
|
93
|
+
}
|
@@ -10547,40 +10547,40 @@
|
|
10547
10547
|
"document": "ModifyLivePushAuthKey请求参数结构体",
|
10548
10548
|
"members": [
|
10549
10549
|
{
|
10550
|
-
"default": "",
|
10551
10550
|
"document": "推流域名。",
|
10551
|
+
"example": "无",
|
10552
10552
|
"member": "string",
|
10553
10553
|
"name": "DomainName",
|
10554
10554
|
"required": true,
|
10555
10555
|
"type": "string"
|
10556
10556
|
},
|
10557
10557
|
{
|
10558
|
-
"default": "",
|
10559
10558
|
"document": "是否启用,0:关闭,1:启用。\n不传表示不修改当前值。",
|
10559
|
+
"example": "无",
|
10560
10560
|
"member": "int64",
|
10561
10561
|
"name": "Enable",
|
10562
10562
|
"required": false,
|
10563
10563
|
"type": "int"
|
10564
10564
|
},
|
10565
10565
|
{
|
10566
|
-
"default": "",
|
10567
10566
|
"document": "主鉴权key。\n不传表示不修改当前值。",
|
10567
|
+
"example": "无",
|
10568
10568
|
"member": "string",
|
10569
10569
|
"name": "MasterAuthKey",
|
10570
10570
|
"required": false,
|
10571
10571
|
"type": "string"
|
10572
10572
|
},
|
10573
10573
|
{
|
10574
|
-
"default": "",
|
10575
10574
|
"document": "备鉴权key。\n不传表示不修改当前值。",
|
10575
|
+
"example": "无",
|
10576
10576
|
"member": "string",
|
10577
10577
|
"name": "BackupAuthKey",
|
10578
10578
|
"required": false,
|
10579
10579
|
"type": "string"
|
10580
10580
|
},
|
10581
10581
|
{
|
10582
|
-
"default": "",
|
10583
10582
|
"document": "有效时间,单位:秒。",
|
10583
|
+
"example": "无",
|
10584
10584
|
"member": "uint64",
|
10585
10585
|
"name": "AuthDelta",
|
10586
10586
|
"required": false,
|
@@ -12042,8 +12042,8 @@
|
|
12042
12042
|
"document": "推流鉴权key信息。",
|
12043
12043
|
"members": [
|
12044
12044
|
{
|
12045
|
-
"default": "",
|
12046
12045
|
"document": "域名。",
|
12046
|
+
"example": "无",
|
12047
12047
|
"member": "string",
|
12048
12048
|
"name": "DomainName",
|
12049
12049
|
"required": true,
|
@@ -12051,8 +12051,8 @@
|
|
12051
12051
|
"value_allowed_null": false
|
12052
12052
|
},
|
12053
12053
|
{
|
12054
|
-
"default": "",
|
12055
12054
|
"document": "是否启用,0:关闭,1:启用。",
|
12055
|
+
"example": "无",
|
12056
12056
|
"member": "int64",
|
12057
12057
|
"name": "Enable",
|
12058
12058
|
"required": true,
|
@@ -12060,8 +12060,8 @@
|
|
12060
12060
|
"value_allowed_null": false
|
12061
12061
|
},
|
12062
12062
|
{
|
12063
|
-
"default": "",
|
12064
12063
|
"document": "主鉴权 Key。",
|
12064
|
+
"example": "无",
|
12065
12065
|
"member": "string",
|
12066
12066
|
"name": "MasterAuthKey",
|
12067
12067
|
"required": true,
|
@@ -12069,8 +12069,8 @@
|
|
12069
12069
|
"value_allowed_null": false
|
12070
12070
|
},
|
12071
12071
|
{
|
12072
|
-
"default": "",
|
12073
12072
|
"document": "备鉴权 Key。",
|
12073
|
+
"example": "无",
|
12074
12074
|
"member": "string",
|
12075
12075
|
"name": "BackupAuthKey",
|
12076
12076
|
"required": true,
|
@@ -12078,8 +12078,8 @@
|
|
12078
12078
|
"value_allowed_null": false
|
12079
12079
|
},
|
12080
12080
|
{
|
12081
|
-
"default": "",
|
12082
12081
|
"document": "有效时间,单位:秒。",
|
12082
|
+
"example": "无",
|
12083
12083
|
"member": "uint64",
|
12084
12084
|
"name": "AuthDelta",
|
12085
12085
|
"required": true,
|
@@ -954,9 +954,9 @@
|
|
954
954
|
],
|
955
955
|
"ModifyLivePushAuthKey": [
|
956
956
|
{
|
957
|
-
"document": "",
|
958
|
-
"input": "
|
959
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
957
|
+
"document": "请求示例。",
|
958
|
+
"input": "POST / HTTP/1.1\nHost: live.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLivePushAuthKey\n<公共请求参数>\n\n{\n \"DomainName\": \"abc.com\",\n \"Enable\": 0,\n \"MasterAuthKey\": \"abc*&^\",\n \"BackupAuthKey\": \"\",\n \"AuthDelta\": 1\n}",
|
959
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e48b9f8d-d9d1-4de4-a732-5ab8a333c0d8\"\n }\n}",
|
960
960
|
"title": "请求示例"
|
961
961
|
}
|
962
962
|
],
|
@@ -7410,8 +7410,7 @@
|
|
7410
7410
|
"document": "DescribeRocketMQVipInstances请求参数结构体",
|
7411
7411
|
"members": [
|
7412
7412
|
{
|
7413
|
-
"
|
7414
|
-
"document": "查询条件过滤器",
|
7413
|
+
"document": "查询条件过滤器,支持的查询条件如下:\ninstanceIds - 实例ID\ninstanceName - 实例名称",
|
7415
7414
|
"example": "无",
|
7416
7415
|
"member": "Filter",
|
7417
7416
|
"name": "Filters",
|
@@ -7419,7 +7418,6 @@
|
|
7419
7418
|
"type": "list"
|
7420
7419
|
},
|
7421
7420
|
{
|
7422
|
-
"default": "",
|
7423
7421
|
"document": "查询数目上限,默认20",
|
7424
7422
|
"example": "20",
|
7425
7423
|
"member": "uint64",
|
@@ -7428,9 +7426,8 @@
|
|
7428
7426
|
"type": "int"
|
7429
7427
|
},
|
7430
7428
|
{
|
7431
|
-
"default": "",
|
7432
7429
|
"document": "查询起始位置",
|
7433
|
-
"example": "
|
7430
|
+
"example": "1",
|
7434
7431
|
"member": "uint64",
|
7435
7432
|
"name": "Offset",
|
7436
7433
|
"required": false,
|
@@ -7447,7 +7444,6 @@
|
|
7447
7444
|
"example": "10",
|
7448
7445
|
"member": "uint64",
|
7449
7446
|
"name": "TotalCount",
|
7450
|
-
"required": true,
|
7451
7447
|
"type": "int",
|
7452
7448
|
"value_allowed_null": false
|
7453
7449
|
},
|
@@ -7456,7 +7452,6 @@
|
|
7456
7452
|
"example": "无",
|
7457
7453
|
"member": "RocketMQVipInstance",
|
7458
7454
|
"name": "Instances",
|
7459
|
-
"required": true,
|
7460
7455
|
"type": "list",
|
7461
7456
|
"value_allowed_null": false
|
7462
7457
|
},
|
@@ -10678,114 +10673,112 @@
|
|
10678
10673
|
"document": "RocketMQ专享集群实例配置",
|
10679
10674
|
"members": [
|
10680
10675
|
{
|
10681
|
-
"default": "",
|
10682
10676
|
"document": "单命名空间TPS上线",
|
10683
10677
|
"example": "8000",
|
10684
10678
|
"member": "uint64",
|
10685
10679
|
"name": "MaxTpsPerNamespace",
|
10686
|
-
"required":
|
10680
|
+
"required": false,
|
10687
10681
|
"type": "int",
|
10688
10682
|
"value_allowed_null": false
|
10689
10683
|
},
|
10690
10684
|
{
|
10691
|
-
"default": "",
|
10692
10685
|
"document": "最大命名空间数量",
|
10693
10686
|
"example": "10",
|
10694
10687
|
"member": "uint64",
|
10695
10688
|
"name": "MaxNamespaceNum",
|
10696
|
-
"required":
|
10689
|
+
"required": false,
|
10697
10690
|
"type": "int",
|
10698
10691
|
"value_allowed_null": false
|
10699
10692
|
},
|
10700
10693
|
{
|
10701
|
-
"default": "",
|
10702
10694
|
"document": "已使用命名空间数量",
|
10703
10695
|
"example": "3",
|
10704
10696
|
"member": "uint64",
|
10705
10697
|
"name": "UsedNamespaceNum",
|
10706
|
-
"required":
|
10698
|
+
"required": false,
|
10707
10699
|
"type": "int",
|
10708
10700
|
"value_allowed_null": false
|
10709
10701
|
},
|
10710
10702
|
{
|
10711
|
-
"default": "",
|
10712
10703
|
"document": "最大Topic数量",
|
10713
10704
|
"example": "1000",
|
10714
10705
|
"member": "uint64",
|
10715
10706
|
"name": "MaxTopicNum",
|
10716
|
-
"required":
|
10707
|
+
"required": false,
|
10717
10708
|
"type": "int",
|
10718
10709
|
"value_allowed_null": false
|
10719
10710
|
},
|
10720
10711
|
{
|
10721
|
-
"default": "",
|
10722
10712
|
"document": "已使用Topic数量",
|
10723
10713
|
"example": "8",
|
10724
10714
|
"member": "uint64",
|
10725
10715
|
"name": "UsedTopicNum",
|
10726
|
-
"required":
|
10716
|
+
"required": false,
|
10727
10717
|
"type": "int",
|
10728
10718
|
"value_allowed_null": false
|
10729
10719
|
},
|
10730
10720
|
{
|
10731
|
-
"default": "",
|
10732
10721
|
"document": "最大Group数量",
|
10733
10722
|
"example": "10000",
|
10734
10723
|
"member": "uint64",
|
10735
10724
|
"name": "MaxGroupNum",
|
10736
|
-
"required":
|
10725
|
+
"required": false,
|
10737
10726
|
"type": "int",
|
10738
10727
|
"value_allowed_null": false
|
10739
10728
|
},
|
10740
10729
|
{
|
10741
|
-
"default": "",
|
10742
10730
|
"document": "已使用Group数量",
|
10743
10731
|
"example": "10",
|
10744
10732
|
"member": "uint64",
|
10745
10733
|
"name": "UsedGroupNum",
|
10746
|
-
"required":
|
10734
|
+
"required": false,
|
10747
10735
|
"type": "int",
|
10748
10736
|
"value_allowed_null": false
|
10749
10737
|
},
|
10750
10738
|
{
|
10751
|
-
"default": "",
|
10752
10739
|
"document": "集群类型",
|
10753
10740
|
"example": "标准版",
|
10754
10741
|
"member": "string",
|
10755
10742
|
"name": "ConfigDisplay",
|
10756
|
-
"required":
|
10743
|
+
"required": false,
|
10757
10744
|
"type": "string",
|
10758
10745
|
"value_allowed_null": false
|
10759
10746
|
},
|
10760
10747
|
{
|
10761
|
-
"default": "",
|
10762
10748
|
"document": "集群节点数",
|
10763
10749
|
"example": "2",
|
10764
10750
|
"member": "uint64",
|
10765
10751
|
"name": "NodeCount",
|
10766
|
-
"required":
|
10752
|
+
"required": false,
|
10767
10753
|
"type": "int",
|
10768
10754
|
"value_allowed_null": false
|
10769
10755
|
},
|
10770
10756
|
{
|
10771
|
-
"default": "",
|
10772
10757
|
"document": "节点分布情况",
|
10773
10758
|
"example": "无",
|
10774
10759
|
"member": "InstanceNodeDistribution",
|
10775
10760
|
"name": "NodeDistribution",
|
10776
|
-
"required":
|
10761
|
+
"required": false,
|
10777
10762
|
"type": "list",
|
10778
10763
|
"value_allowed_null": false
|
10779
10764
|
},
|
10780
10765
|
{
|
10781
|
-
"default": "",
|
10782
10766
|
"document": "topic分布情况",
|
10783
10767
|
"example": "无",
|
10784
10768
|
"member": "RocketMQTopicDistribution",
|
10785
10769
|
"name": "TopicDistribution",
|
10786
|
-
"required":
|
10770
|
+
"required": false,
|
10787
10771
|
"type": "list",
|
10788
10772
|
"value_allowed_null": false
|
10773
|
+
},
|
10774
|
+
{
|
10775
|
+
"document": "每个主题最大队列数\n注意:此字段可能返回 null,表示取不到有效值。",
|
10776
|
+
"example": "16",
|
10777
|
+
"member": "uint64",
|
10778
|
+
"name": "MaxQueuesPerTopic",
|
10779
|
+
"required": false,
|
10780
|
+
"type": "int",
|
10781
|
+
"value_allowed_null": true
|
10789
10782
|
}
|
10790
10783
|
],
|
10791
10784
|
"usage": "out"
|
@@ -10955,7 +10948,6 @@
|
|
10955
10948
|
"document": "RocketMQ专享实例信息",
|
10956
10949
|
"members": [
|
10957
10950
|
{
|
10958
|
-
"default": "",
|
10959
10951
|
"document": "实例id",
|
10960
10952
|
"example": "rocketmq-xxxx",
|
10961
10953
|
"member": "string",
|
@@ -10965,7 +10957,6 @@
|
|
10965
10957
|
"value_allowed_null": false
|
10966
10958
|
},
|
10967
10959
|
{
|
10968
|
-
"default": "",
|
10969
10960
|
"document": "实例名称",
|
10970
10961
|
"example": "abc",
|
10971
10962
|
"member": "string",
|
@@ -10975,7 +10966,6 @@
|
|
10975
10966
|
"value_allowed_null": false
|
10976
10967
|
},
|
10977
10968
|
{
|
10978
|
-
"default": "",
|
10979
10969
|
"document": "实例版本\n注意:此字段可能返回 null,表示取不到有效值。",
|
10980
10970
|
"example": "4.9.3",
|
10981
10971
|
"member": "string",
|
@@ -10985,8 +10975,7 @@
|
|
10985
10975
|
"value_allowed_null": true
|
10986
10976
|
},
|
10987
10977
|
{
|
10988
|
-
"
|
10989
|
-
"document": "实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败",
|
10978
|
+
"document": "实例状态,0表示创建中,1表示正常,2表示隔离中,3表示已销毁,4 - 异常, 5 - 发货失败,6 - 变配中,7 - 变配失败",
|
10990
10979
|
"example": "0",
|
10991
10980
|
"member": "uint64",
|
10992
10981
|
"name": "Status",
|
@@ -10995,7 +10984,6 @@
|
|
10995
10984
|
"value_allowed_null": false
|
10996
10985
|
},
|
10997
10986
|
{
|
10998
|
-
"default": "",
|
10999
10987
|
"document": "节点数量",
|
11000
10988
|
"example": "5",
|
11001
10989
|
"member": "uint64",
|
@@ -11005,7 +10993,6 @@
|
|
11005
10993
|
"value_allowed_null": false
|
11006
10994
|
},
|
11007
10995
|
{
|
11008
|
-
"default": "",
|
11009
10996
|
"document": "实例配置规格名称",
|
11010
10997
|
"example": "基础型",
|
11011
10998
|
"member": "string",
|
@@ -11015,7 +11002,6 @@
|
|
11015
11002
|
"value_allowed_null": false
|
11016
11003
|
},
|
11017
11004
|
{
|
11018
|
-
"default": "",
|
11019
11005
|
"document": "峰值TPS",
|
11020
11006
|
"example": "10000",
|
11021
11007
|
"member": "uint64",
|
@@ -11025,7 +11011,6 @@
|
|
11025
11011
|
"value_allowed_null": false
|
11026
11012
|
},
|
11027
11013
|
{
|
11028
|
-
"default": "",
|
11029
11014
|
"document": "峰值带宽,Mbps为单位",
|
11030
11015
|
"example": "1200",
|
11031
11016
|
"member": "uint64",
|
@@ -11035,7 +11020,6 @@
|
|
11035
11020
|
"value_allowed_null": false
|
11036
11021
|
},
|
11037
11022
|
{
|
11038
|
-
"default": "",
|
11039
11023
|
"document": "存储容量,GB为单位",
|
11040
11024
|
"example": "100",
|
11041
11025
|
"member": "uint64",
|
@@ -11045,7 +11029,6 @@
|
|
11045
11029
|
"value_allowed_null": false
|
11046
11030
|
},
|
11047
11031
|
{
|
11048
|
-
"default": "",
|
11049
11032
|
"document": "实例到期时间,毫秒为单位",
|
11050
11033
|
"example": "100000",
|
11051
11034
|
"member": "uint64",
|
@@ -11055,7 +11038,6 @@
|
|
11055
11038
|
"value_allowed_null": false
|
11056
11039
|
},
|
11057
11040
|
{
|
11058
|
-
"default": "",
|
11059
11041
|
"document": "自动续费标记,0表示默认状态(用户未设置,即初始状态即手动续费), 1表示自动续费,2表示明确不自动续费(用户设置)",
|
11060
11042
|
"example": "0",
|
11061
11043
|
"member": "uint64",
|
@@ -11065,7 +11047,6 @@
|
|
11065
11047
|
"value_allowed_null": false
|
11066
11048
|
},
|
11067
11049
|
{
|
11068
|
-
"default": "",
|
11069
11050
|
"document": "0-后付费,1-预付费",
|
11070
11051
|
"example": "0",
|
11071
11052
|
"member": "uint64",
|
@@ -11075,7 +11056,6 @@
|
|
11075
11056
|
"value_allowed_null": false
|
11076
11057
|
},
|
11077
11058
|
{
|
11078
|
-
"default": "",
|
11079
11059
|
"document": "备注信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
11080
11060
|
"example": "xxx",
|
11081
11061
|
"member": "string",
|
@@ -11085,7 +11065,6 @@
|
|
11085
11065
|
"value_allowed_null": true
|
11086
11066
|
},
|
11087
11067
|
{
|
11088
|
-
"default": "",
|
11089
11068
|
"document": "实例配置ID",
|
11090
11069
|
"example": "vip-basic-1",
|
11091
11070
|
"member": "string",
|
@@ -590,9 +590,9 @@
|
|
590
590
|
],
|
591
591
|
"DescribeRocketMQVipInstances": [
|
592
592
|
{
|
593
|
-
"document": "",
|
594
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQVipInstances\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"
|
595
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"
|
593
|
+
"document": "获取实例列表",
|
594
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQVipInstances\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"rocketmq-1233\"\n ],\n \"Name\": \"InstanceIds\"\n }\n ],\n \"Offset\": 1\n}",
|
595
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"abcdef\",\n \"Instances\": [\n {\n \"Status\": 1,\n \"PayMode\": 1,\n \"Remark\": \"test\",\n \"AutoRenewFlag\": 1,\n \"InstanceId\": \"rocketmq-1233\",\n \"NodeCount\": 1,\n \"ExpireTime\": 1,\n \"InstanceVersion\": \"4.9.3\",\n \"MaxStorage\": 1,\n \"MaxBandWidth\": 1,\n \"SpecName\": \"rocket-vip-basic-1\",\n \"ConfigDisplay\": \"基础型\",\n \"InstanceName\": \"abc\",\n \"MaxTps\": 1\n }\n ]\n }\n}",
|
596
596
|
"title": "获取实例列表"
|
597
597
|
}
|
598
598
|
],
|
@@ -229,7 +229,7 @@
|
|
229
229
|
},
|
230
230
|
{
|
231
231
|
"document": "引擎的开源版本。每种引擎支持的开源版本不同,请参考产品文档或者控制台购买页",
|
232
|
-
"example": "3.
|
232
|
+
"example": "3.5.9",
|
233
233
|
"member": "string",
|
234
234
|
"name": "EngineVersion",
|
235
235
|
"required": true,
|
@@ -338,6 +338,14 @@
|
|
338
338
|
"name": "PrepaidRenewFlag",
|
339
339
|
"required": false,
|
340
340
|
"type": "int"
|
341
|
+
},
|
342
|
+
{
|
343
|
+
"document": "跨地域部署的引擎地域配置详情",
|
344
|
+
"example": "[{\"EngineRegion\":\"ap-guangzhou\",\"Replica\":2,\"SpecId\":\"1C2G\",\"VpcInfos\":[{\"VpcId\":\"vpc-XXX\",\"SubnetId\":\"subnet-XXX\"}]},{\"EngineRegion\":\"ap-beijing\",\"Replica\":1,\"SpecId\":\"1C2G\",\"VpcInfos\":[{\"VpcId\":\"vpc-XXX\",\"SubnetId\":\"subnet-XXX\"}]}]",
|
345
|
+
"member": "EngineRegionInfo",
|
346
|
+
"name": "EngineRegionInfos",
|
347
|
+
"required": false,
|
348
|
+
"type": "list"
|
341
349
|
}
|
342
350
|
],
|
343
351
|
"type": "object"
|
@@ -1038,6 +1046,39 @@
|
|
1038
1046
|
],
|
1039
1047
|
"usage": "both"
|
1040
1048
|
},
|
1049
|
+
"EngineRegionInfo": {
|
1050
|
+
"document": "引擎地域配置详情",
|
1051
|
+
"members": [
|
1052
|
+
{
|
1053
|
+
"document": "引擎节点所在地域\n注意:此字段可能返回 null,表示取不到有效值。",
|
1054
|
+
"example": "ap-guangzhou",
|
1055
|
+
"member": "string",
|
1056
|
+
"name": "EngineRegion",
|
1057
|
+
"required": true,
|
1058
|
+
"type": "string",
|
1059
|
+
"value_allowed_null": true
|
1060
|
+
},
|
1061
|
+
{
|
1062
|
+
"document": "此地域节点分配数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
1063
|
+
"example": "2",
|
1064
|
+
"member": "int64",
|
1065
|
+
"name": "Replica",
|
1066
|
+
"required": true,
|
1067
|
+
"type": "int",
|
1068
|
+
"value_allowed_null": true
|
1069
|
+
},
|
1070
|
+
{
|
1071
|
+
"document": "集群网络信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
1072
|
+
"example": "[{\"VpcId\":\"vpc-XXX\",\"SubnetId\":\"subnet-XXX\"}]",
|
1073
|
+
"member": "VpcInfo",
|
1074
|
+
"name": "VpcInfos",
|
1075
|
+
"required": true,
|
1076
|
+
"type": "list",
|
1077
|
+
"value_allowed_null": true
|
1078
|
+
}
|
1079
|
+
],
|
1080
|
+
"usage": "in"
|
1081
|
+
},
|
1041
1082
|
"EnvAddressInfo": {
|
1042
1083
|
"document": "多环境网络信息",
|
1043
1084
|
"members": [
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.832.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-cli.git
|
6
6
|
Author: Tencent Cloud
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.3
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.4
|
22
22
|
Classifier: Programming Language :: Python :: 3.5
|
23
23
|
Classifier: Programming Language :: Python :: 3.6
|
24
|
-
Requires-Dist: tencentcloud-sdk-python (>=3.0.
|
24
|
+
Requires-Dist: tencentcloud-sdk-python (>=3.0.832)
|
25
25
|
Requires-Dist: jmespath (==0.10.0)
|
26
26
|
Requires-Dist: six (==1.16.0)
|
27
27
|
|