tccli 3.0.1214.1__py2.py3-none-any.whl → 3.0.1216.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/configure.py +46 -1
- tccli/services/__init__.py +0 -3
- tccli/services/ams/v20201229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +20 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/bi/v20220105/api.json +32 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +304 -0
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +222 -17
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +176 -18
- tccli/services/ccc/v20200210/examples.json +11 -3
- tccli/services/cdb/v20170320/api.json +22 -4
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cdwdoris/v20211228/api.json +23 -2
- tccli/services/cfs/v20190719/api.json +3 -3
- tccli/services/cfw/v20190904/api.json +86 -52
- tccli/services/cfw/v20190904/examples.json +68 -56
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +215 -186
- tccli/services/cloudaudit/v20190319/examples.json +13 -13
- tccli/services/cls/v20201016/api.json +365 -66
- tccli/services/cls/v20201016/examples.json +9 -3
- tccli/services/csip/v20221121/api.json +4 -4
- tccli/services/cvm/v20170312/api.json +42 -0
- tccli/services/cwp/v20180228/api.json +865 -809
- tccli/services/cwp/v20180228/examples.json +98 -110
- tccli/services/cynosdb/v20190107/api.json +77 -29
- tccli/services/cynosdb/v20190107/examples.json +22 -22
- tccli/services/dasb/v20191018/api.json +77 -0
- tccli/services/dasb/v20191018/examples.json +5 -5
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +11 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +9 -0
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +521 -0
- tccli/services/es/v20180416/examples.json +32 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +155 -10
- tccli/services/ess/v20201111/examples.json +15 -1
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +244 -13
- tccli/services/essbasic/v20210526/examples.json +22 -0
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/hunyuan/v20230901/examples.json +6 -0
- tccli/services/iotexplorer/v20190423/api.json +40 -0
- tccli/services/iss/v20230517/api.json +19 -0
- tccli/services/live/v20180801/api.json +35 -9
- tccli/services/mongodb/v20190725/api.json +6 -8
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mqtt/v20240516/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +451 -0
- tccli/services/organization/v20210331/examples.json +48 -0
- tccli/services/partners/partners_client.py +57 -4
- tccli/services/partners/v20180321/api.json +44 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +554 -0
- tccli/services/scf/v20180416/examples.json +46 -0
- tccli/services/ssl/v20191205/api.json +34 -5
- tccli/services/tat/v20201028/api.json +27 -25
- tccli/services/tat/v20201028/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +256 -14
- tccli/services/tcss/v20201101/examples.json +7 -7
- tccli/services/tdmq/v20200217/api.json +64 -63
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/tem/v20210701/api.json +144 -103
- tccli/services/tem/v20210701/examples.json +27 -27
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1023 -146
- tccli/services/teo/v20220901/examples.json +71 -1
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +43 -0
- tccli/services/tke/v20180525/examples.json +8 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/trtc/v20190722/api.json +221 -22
- tccli/services/vpc/v20170312/api.json +111 -34
- tccli/services/vpc/v20170312/examples.json +11 -3
- tccli/services/vpc/vpc_client.py +107 -54
- tccli/services/waf/v20180125/api.json +61 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +686 -0
- tccli/services/wedata/v20210820/examples.json +16 -0
- tccli/services/wedata/wedata_client.py +106 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/RECORD +108 -112
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/license_files/LICENSE +0 -0
@@ -1733,40 +1733,40 @@
|
|
1733
1733
|
{
|
1734
1734
|
"disabled": false,
|
1735
1735
|
"document": "死信队列。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1736
|
-
"example": "
|
1736
|
+
"example": "test-queue",
|
1737
1737
|
"member": "string",
|
1738
1738
|
"name": "DeadLetterQueue",
|
1739
|
-
"
|
1739
|
+
"output_required": true,
|
1740
1740
|
"type": "string",
|
1741
1741
|
"value_allowed_null": true
|
1742
1742
|
},
|
1743
1743
|
{
|
1744
1744
|
"disabled": false,
|
1745
|
-
"document": "
|
1745
|
+
"document": "死信队列策略。0:最大接收次数;1:最大未消费时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
1746
1746
|
"example": "0",
|
1747
1747
|
"member": "uint64",
|
1748
1748
|
"name": "Policy",
|
1749
|
-
"
|
1749
|
+
"output_required": true,
|
1750
1750
|
"type": "int",
|
1751
1751
|
"value_allowed_null": true
|
1752
1752
|
},
|
1753
1753
|
{
|
1754
1754
|
"disabled": false,
|
1755
1755
|
"document": "最大未消费过期时间。Policy为1时必选。范围300-43200,单位秒,需要小于消息最大保留时间MsgRetentionSeconds。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1756
|
-
"example": "
|
1756
|
+
"example": "300",
|
1757
1757
|
"member": "uint64",
|
1758
1758
|
"name": "MaxTimeToLive",
|
1759
|
-
"
|
1759
|
+
"output_required": true,
|
1760
1760
|
"type": "int",
|
1761
1761
|
"value_allowed_null": true
|
1762
1762
|
},
|
1763
1763
|
{
|
1764
1764
|
"disabled": false,
|
1765
|
-
"document": "
|
1766
|
-
"example": "
|
1765
|
+
"document": "最大接收次数。Policy为0时必选,范围在1到1000。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1766
|
+
"example": "2",
|
1767
1767
|
"member": "uint64",
|
1768
1768
|
"name": "MaxReceiveCount",
|
1769
|
-
"
|
1769
|
+
"output_required": true,
|
1770
1770
|
"type": "int",
|
1771
1771
|
"value_allowed_null": true
|
1772
1772
|
}
|
@@ -1779,20 +1779,20 @@
|
|
1779
1779
|
{
|
1780
1780
|
"disabled": false,
|
1781
1781
|
"document": "消息队列ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1782
|
-
"example": "
|
1782
|
+
"example": "cmq-112233",
|
1783
1783
|
"member": "string",
|
1784
1784
|
"name": "QueueId",
|
1785
|
-
"
|
1785
|
+
"output_required": true,
|
1786
1786
|
"type": "string",
|
1787
1787
|
"value_allowed_null": true
|
1788
1788
|
},
|
1789
1789
|
{
|
1790
1790
|
"disabled": false,
|
1791
1791
|
"document": "消息队列名字。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1792
|
-
"example": "
|
1792
|
+
"example": "test1",
|
1793
1793
|
"member": "string",
|
1794
1794
|
"name": "QueueName",
|
1795
|
-
"
|
1795
|
+
"output_required": true,
|
1796
1796
|
"type": "string",
|
1797
1797
|
"value_allowed_null": true
|
1798
1798
|
}
|
@@ -1825,7 +1825,7 @@
|
|
1825
1825
|
{
|
1826
1826
|
"disabled": false,
|
1827
1827
|
"document": "每秒钟生产消息条数的限制,消费消息的大小是该值的1.1倍。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1828
|
-
"example": "
|
1828
|
+
"example": "5000",
|
1829
1829
|
"member": "uint64",
|
1830
1830
|
"name": "Qps",
|
1831
1831
|
"output_required": true,
|
@@ -1835,7 +1835,7 @@
|
|
1835
1835
|
{
|
1836
1836
|
"disabled": false,
|
1837
1837
|
"document": "带宽限制。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1838
|
-
"example": "
|
1838
|
+
"example": "52428800",
|
1839
1839
|
"member": "uint64",
|
1840
1840
|
"name": "Bps",
|
1841
1841
|
"output_required": true,
|
@@ -1844,8 +1844,8 @@
|
|
1844
1844
|
},
|
1845
1845
|
{
|
1846
1846
|
"disabled": false,
|
1847
|
-
"document": "
|
1848
|
-
"example": "
|
1847
|
+
"document": "飞行消息最大保留时间,需要小于消息保留周期。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1848
|
+
"example": "3600",
|
1849
1849
|
"member": "uint64",
|
1850
1850
|
"name": "MaxDelaySeconds",
|
1851
1851
|
"output_required": true,
|
@@ -1855,7 +1855,7 @@
|
|
1855
1855
|
{
|
1856
1856
|
"disabled": false,
|
1857
1857
|
"document": "最大堆积消息数。取值范围在公测期间为 1,000,000 - 10,000,000,正式上线后范围可达到 1000,000-1000,000,000。默认取值在公测期间为 10,000,000,正式上线后为 100,000,000。",
|
1858
|
-
"example": "
|
1858
|
+
"example": "1000000",
|
1859
1859
|
"member": "uint64",
|
1860
1860
|
"name": "MaxMsgHeapNum",
|
1861
1861
|
"output_required": true,
|
@@ -1865,7 +1865,7 @@
|
|
1865
1865
|
{
|
1866
1866
|
"disabled": false,
|
1867
1867
|
"document": "消息接收长轮询等待时间。取值范围0 - 30秒,默认值0。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1868
|
-
"example": "
|
1868
|
+
"example": "3",
|
1869
1869
|
"member": "uint64",
|
1870
1870
|
"name": "PollingWaitSeconds",
|
1871
1871
|
"output_required": true,
|
@@ -1875,7 +1875,7 @@
|
|
1875
1875
|
{
|
1876
1876
|
"disabled": false,
|
1877
1877
|
"document": "消息保留周期。取值范围60-1296000秒(1min-15天),默认值345600秒(4 天)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1878
|
-
"example": "
|
1878
|
+
"example": "7200",
|
1879
1879
|
"member": "uint64",
|
1880
1880
|
"name": "MsgRetentionSeconds",
|
1881
1881
|
"output_required": true,
|
@@ -1885,7 +1885,7 @@
|
|
1885
1885
|
{
|
1886
1886
|
"disabled": false,
|
1887
1887
|
"document": "消息可见性超时。取值范围1 - 43200秒(即12小时内),默认值30。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1888
|
-
"example": "
|
1888
|
+
"example": "30",
|
1889
1889
|
"member": "uint64",
|
1890
1890
|
"name": "VisibilityTimeout",
|
1891
1891
|
"output_required": true,
|
@@ -1895,7 +1895,7 @@
|
|
1895
1895
|
{
|
1896
1896
|
"disabled": false,
|
1897
1897
|
"document": "消息最大长度。取值范围1024 - 1048576 Byte(即1K - 1024K),默认值65536。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1898
|
-
"example": "
|
1898
|
+
"example": "1048576",
|
1899
1899
|
"member": "uint64",
|
1900
1900
|
"name": "MaxMsgSize",
|
1901
1901
|
"output_required": true,
|
@@ -1915,7 +1915,7 @@
|
|
1915
1915
|
{
|
1916
1916
|
"disabled": false,
|
1917
1917
|
"document": "队列的创建时间。返回 Unix 时间戳,精确到毫秒。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1918
|
-
"example": "
|
1918
|
+
"example": "1726730748000",
|
1919
1919
|
"member": "uint64",
|
1920
1920
|
"name": "CreateTime",
|
1921
1921
|
"output_required": true,
|
@@ -1925,7 +1925,7 @@
|
|
1925
1925
|
{
|
1926
1926
|
"disabled": false,
|
1927
1927
|
"document": "最后一次修改队列属性的时间。返回 Unix 时间戳,精确到毫秒。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1928
|
-
"example": "
|
1928
|
+
"example": "1729740386000",
|
1929
1929
|
"member": "uint64",
|
1930
1930
|
"name": "LastModifyTime",
|
1931
1931
|
"output_required": true,
|
@@ -2075,7 +2075,7 @@
|
|
2075
2075
|
{
|
2076
2076
|
"disabled": false,
|
2077
2077
|
"document": "集群状态,0:创建中,1:正常,2:销毁中,3:已删除,4: 隔离中,5:创建失败,6: 删除失败\n注意:此字段可能返回 null,表示取不到有效值。",
|
2078
|
-
"example": "
|
2078
|
+
"example": "1",
|
2079
2079
|
"member": "int64",
|
2080
2080
|
"name": "Status",
|
2081
2081
|
"output_required": true,
|
@@ -2141,7 +2141,7 @@
|
|
2141
2141
|
{
|
2142
2142
|
"disabled": false,
|
2143
2143
|
"document": "订阅拥有者的 APPID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2144
|
-
"example": "
|
2144
|
+
"example": "1234567",
|
2145
2145
|
"member": "uint64",
|
2146
2146
|
"name": "TopicOwner",
|
2147
2147
|
"output_required": true,
|
@@ -2161,7 +2161,7 @@
|
|
2161
2161
|
{
|
2162
2162
|
"disabled": false,
|
2163
2163
|
"document": "最后一次修改订阅属性的时间。返回 Unix 时间戳,精确到毫秒。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2164
|
-
"example": "
|
2164
|
+
"example": "1692691279000",
|
2165
2165
|
"member": "uint64",
|
2166
2166
|
"name": "LastModifyTime",
|
2167
2167
|
"output_required": true,
|
@@ -2171,7 +2171,7 @@
|
|
2171
2171
|
{
|
2172
2172
|
"disabled": false,
|
2173
2173
|
"document": "订阅的创建时间。返回 Unix 时间戳,精确到毫秒。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2174
|
-
"example": "
|
2174
|
+
"example": "1692691279000",
|
2175
2175
|
"member": "uint64",
|
2176
2176
|
"name": "CreateTime",
|
2177
2177
|
"output_required": true,
|
@@ -2181,7 +2181,7 @@
|
|
2181
2181
|
{
|
2182
2182
|
"disabled": false,
|
2183
2183
|
"document": "表示订阅接收消息的过滤策略。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2184
|
-
"example": "[]",
|
2184
|
+
"example": "[\"news\"]",
|
2185
2185
|
"member": "string",
|
2186
2186
|
"name": "BindingKey",
|
2187
2187
|
"output_required": true,
|
@@ -2201,7 +2201,7 @@
|
|
2201
2201
|
{
|
2202
2202
|
"disabled": false,
|
2203
2203
|
"document": "描述用户创建订阅时选择的过滤策略:\nfilterType = 1表示用户使用 filterTag 标签过滤\nfilterType = 2表示用户使用 bindingKey 过滤。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2204
|
-
"example": "[]",
|
2204
|
+
"example": "[\"tag1\"]",
|
2205
2205
|
"member": "string",
|
2206
2206
|
"name": "FilterTags",
|
2207
2207
|
"output_required": true,
|
@@ -2279,7 +2279,7 @@
|
|
2279
2279
|
{
|
2280
2280
|
"disabled": false,
|
2281
2281
|
"document": "消息在主题中最长存活时间,从发送到该主题开始经过此参数指定的时间后,不论消息是否被成功推送给用户都将被删除,单位为秒。固定为一天(86400秒),该属性不能修改。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2282
|
-
"example": "
|
2282
|
+
"example": "86400",
|
2283
2283
|
"member": "uint64",
|
2284
2284
|
"name": "MsgRetentionSeconds",
|
2285
2285
|
"output_required": true,
|
@@ -2289,8 +2289,8 @@
|
|
2289
2289
|
},
|
2290
2290
|
{
|
2291
2291
|
"disabled": false,
|
2292
|
-
"document": "消息最大长度。取值范围1024 - 1048576Byte(即1 - 1024K),默认值为
|
2293
|
-
"example": "
|
2292
|
+
"document": "消息最大长度。取值范围1024 - 1048576Byte(即1 - 1024K),默认值为1048576。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2293
|
+
"example": "1048576",
|
2294
2294
|
"member": "uint64",
|
2295
2295
|
"name": "MaxMsgSize",
|
2296
2296
|
"output_required": true,
|
@@ -2301,7 +2301,7 @@
|
|
2301
2301
|
{
|
2302
2302
|
"disabled": false,
|
2303
2303
|
"document": "每秒钟发布消息的条数。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2304
|
-
"example": "
|
2304
|
+
"example": "5000",
|
2305
2305
|
"member": "uint64",
|
2306
2306
|
"name": "Qps",
|
2307
2307
|
"output_required": true,
|
@@ -2312,7 +2312,7 @@
|
|
2312
2312
|
{
|
2313
2313
|
"disabled": false,
|
2314
2314
|
"document": "描述用户创建订阅时选择的过滤策略:\nFilterType = 1表示用户使用 FilterTag 标签过滤;\nFilterType = 2表示用户使用 BindingKey 过滤。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2315
|
-
"example": "
|
2315
|
+
"example": "1",
|
2316
2316
|
"member": "uint64",
|
2317
2317
|
"name": "FilterType",
|
2318
2318
|
"output_required": true,
|
@@ -2323,7 +2323,7 @@
|
|
2323
2323
|
{
|
2324
2324
|
"disabled": false,
|
2325
2325
|
"document": "主题的创建时间。返回 Unix 时间戳,精确到毫秒。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2326
|
-
"example": "
|
2326
|
+
"example": "1692691278000",
|
2327
2327
|
"member": "uint64",
|
2328
2328
|
"name": "CreateTime",
|
2329
2329
|
"output_required": true,
|
@@ -2334,7 +2334,7 @@
|
|
2334
2334
|
{
|
2335
2335
|
"disabled": false,
|
2336
2336
|
"document": "最后一次修改主题属性的时间。返回 Unix 时间戳,精确到毫秒。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2337
|
-
"example": "
|
2337
|
+
"example": "1692691278000",
|
2338
2338
|
"member": "uint64",
|
2339
2339
|
"name": "LastModifyTime",
|
2340
2340
|
"output_required": true,
|
@@ -2356,7 +2356,7 @@
|
|
2356
2356
|
{
|
2357
2357
|
"disabled": false,
|
2358
2358
|
"document": "创建者 Uin,CAM 鉴权 resource 由该字段组合而成。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2359
|
-
"example": "
|
2359
|
+
"example": "1234567",
|
2360
2360
|
"member": "uint64",
|
2361
2361
|
"name": "CreateUin",
|
2362
2362
|
"output_required": true,
|
@@ -2433,7 +2433,7 @@
|
|
2433
2433
|
{
|
2434
2434
|
"disabled": false,
|
2435
2435
|
"document": "订阅数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
2436
|
-
"example": "
|
2436
|
+
"example": "1",
|
2437
2437
|
"member": "int64",
|
2438
2438
|
"name": "SubscriptionCount",
|
2439
2439
|
"output_required": true,
|
@@ -2868,7 +2868,7 @@
|
|
2868
2868
|
{
|
2869
2869
|
"disabled": false,
|
2870
2870
|
"document": "最大堆积消息数。取值范围在公测期间为 1,000,000 - 10,000,000,正式上线后范围可达到 1000,000-1000,000,000。默认取值在公测期间为 10,000,000,正式上线后为 100,000,000。",
|
2871
|
-
"example": "
|
2871
|
+
"example": "1000000",
|
2872
2872
|
"member": "uint64",
|
2873
2873
|
"name": "MaxMsgHeapNum",
|
2874
2874
|
"required": false,
|
@@ -2877,7 +2877,7 @@
|
|
2877
2877
|
{
|
2878
2878
|
"disabled": false,
|
2879
2879
|
"document": "消息接收长轮询等待时间。取值范围 0-30 秒,默认值 0。",
|
2880
|
-
"example": "
|
2880
|
+
"example": "3",
|
2881
2881
|
"member": "uint64",
|
2882
2882
|
"name": "PollingWaitSeconds",
|
2883
2883
|
"required": false,
|
@@ -2886,7 +2886,7 @@
|
|
2886
2886
|
{
|
2887
2887
|
"disabled": false,
|
2888
2888
|
"document": "消息可见性超时。取值范围 1-43200 秒(即12小时内),默认值 30。",
|
2889
|
-
"example": "
|
2889
|
+
"example": "30",
|
2890
2890
|
"member": "uint64",
|
2891
2891
|
"name": "VisibilityTimeout",
|
2892
2892
|
"required": false,
|
@@ -2895,7 +2895,7 @@
|
|
2895
2895
|
{
|
2896
2896
|
"disabled": false,
|
2897
2897
|
"document": "消息最大长度。取值范围 1024-1048576 Byte(即1-1024K),默认值 1048576。",
|
2898
|
-
"example": "
|
2898
|
+
"example": "1048576",
|
2899
2899
|
"member": "uint64",
|
2900
2900
|
"name": "MaxMsgSize",
|
2901
2901
|
"required": false,
|
@@ -2904,7 +2904,7 @@
|
|
2904
2904
|
{
|
2905
2905
|
"disabled": false,
|
2906
2906
|
"document": "消息最长未确认时间。取值范围 30-43200 秒(30秒~12小时),默认值 3600 (1 小时)。",
|
2907
|
-
"example": "
|
2907
|
+
"example": "3600",
|
2908
2908
|
"member": "uint64",
|
2909
2909
|
"name": "MsgRetentionSeconds",
|
2910
2910
|
"required": false,
|
@@ -2949,7 +2949,7 @@
|
|
2949
2949
|
{
|
2950
2950
|
"disabled": false,
|
2951
2951
|
"document": "死信队列名称",
|
2952
|
-
"example": "
|
2952
|
+
"example": "test1",
|
2953
2953
|
"member": "string",
|
2954
2954
|
"name": "DeadLetterQueueName",
|
2955
2955
|
"required": false,
|
@@ -2967,7 +2967,7 @@
|
|
2967
2967
|
{
|
2968
2968
|
"disabled": false,
|
2969
2969
|
"document": "最大接收次数 1-1000",
|
2970
|
-
"example": "
|
2970
|
+
"example": "1",
|
2971
2971
|
"member": "uint64",
|
2972
2972
|
"name": "MaxReceiveCount",
|
2973
2973
|
"required": false,
|
@@ -2976,7 +2976,7 @@
|
|
2976
2976
|
{
|
2977
2977
|
"disabled": false,
|
2978
2978
|
"document": "policy为1时必选。最大未消费过期时间。范围300-43200,单位秒,需要小于消息最大保留时间msgRetentionSeconds",
|
2979
|
-
"example": "
|
2979
|
+
"example": "300",
|
2980
2980
|
"member": "uint64",
|
2981
2981
|
"name": "MaxTimeToLive",
|
2982
2982
|
"required": false,
|
@@ -2994,7 +2994,7 @@
|
|
2994
2994
|
{
|
2995
2995
|
"disabled": false,
|
2996
2996
|
"document": "标签数组",
|
2997
|
-
"example": "
|
2997
|
+
"example": "[{\"TagKey\":\"aa\",\"TagValue\":\"bb\"}]",
|
2998
2998
|
"member": "Tag",
|
2999
2999
|
"name": "Tags",
|
3000
3000
|
"required": false,
|
@@ -3018,7 +3018,7 @@
|
|
3018
3018
|
{
|
3019
3019
|
"disabled": false,
|
3020
3020
|
"document": "创建成功的queueId",
|
3021
|
-
"example": "
|
3021
|
+
"example": "cmqq-o9p8j9vp",
|
3022
3022
|
"member": "string",
|
3023
3023
|
"name": "QueueId",
|
3024
3024
|
"output_required": true,
|
@@ -3140,7 +3140,7 @@
|
|
3140
3140
|
{
|
3141
3141
|
"disabled": false,
|
3142
3142
|
"document": "主题名字,在单个地域同一账号下唯一。主题名称是一个不超过64个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)。",
|
3143
|
-
"example": "
|
3143
|
+
"example": "test-topic",
|
3144
3144
|
"member": "string",
|
3145
3145
|
"name": "TopicName",
|
3146
3146
|
"required": true,
|
@@ -3149,7 +3149,7 @@
|
|
3149
3149
|
{
|
3150
3150
|
"disabled": false,
|
3151
3151
|
"document": "消息最大长度。取值范围 1024-65536 Byte(即1-64K),默认值 65536。",
|
3152
|
-
"example": "
|
3152
|
+
"example": "65536",
|
3153
3153
|
"member": "uint64",
|
3154
3154
|
"name": "MaxMsgSize",
|
3155
3155
|
"required": false,
|
@@ -3158,7 +3158,7 @@
|
|
3158
3158
|
{
|
3159
3159
|
"disabled": false,
|
3160
3160
|
"document": "用于指定主题的消息匹配策略。1:表示标签匹配策略;2:表示路由匹配策略,默认值为标签匹配策略。",
|
3161
|
-
"example": "
|
3161
|
+
"example": "1",
|
3162
3162
|
"member": "uint64",
|
3163
3163
|
"name": "FilterType",
|
3164
3164
|
"required": false,
|
@@ -3167,7 +3167,7 @@
|
|
3167
3167
|
{
|
3168
3168
|
"disabled": false,
|
3169
3169
|
"document": "消息保存时间。取值范围60 - 86400 s(即1分钟 - 1天),默认值86400。",
|
3170
|
-
"example": "
|
3170
|
+
"example": "86400",
|
3171
3171
|
"member": "uint64",
|
3172
3172
|
"name": "MsgRetentionSeconds",
|
3173
3173
|
"required": false,
|
@@ -3185,7 +3185,7 @@
|
|
3185
3185
|
{
|
3186
3186
|
"disabled": false,
|
3187
3187
|
"document": "标签数组",
|
3188
|
-
"example": "
|
3188
|
+
"example": "[{\"TagKey\":\"aa\",\"TagValue\":\"bb\"}]",
|
3189
3189
|
"member": "Tag",
|
3190
3190
|
"name": "Tags",
|
3191
3191
|
"required": false,
|
@@ -6246,7 +6246,7 @@
|
|
6246
6246
|
{
|
6247
6247
|
"disabled": false,
|
6248
6248
|
"document": "精确匹配QueueName",
|
6249
|
-
"example": "
|
6249
|
+
"example": "test-queue",
|
6250
6250
|
"member": "string",
|
6251
6251
|
"name": "QueueName",
|
6252
6252
|
"required": true,
|
@@ -6264,6 +6264,7 @@
|
|
6264
6264
|
"example": "无",
|
6265
6265
|
"member": "CmqQueue",
|
6266
6266
|
"name": "QueueDescribe",
|
6267
|
+
"output_required": true,
|
6267
6268
|
"type": "object",
|
6268
6269
|
"value_allowed_null": false
|
6269
6270
|
},
|
@@ -12657,7 +12658,7 @@
|
|
12657
12658
|
{
|
12658
12659
|
"disabled": false,
|
12659
12660
|
"document": "最大堆积消息数。取值范围在公测期间为 1,000,000 - 10,000,000,正式上线后范围可达到 1000,000-1000,000,000。默认取值在公测期间为 10,000,000,正式上线后为 100,000,000。",
|
12660
|
-
"example": "
|
12661
|
+
"example": "1000000",
|
12661
12662
|
"member": "uint64",
|
12662
12663
|
"name": "MaxMsgHeapNum",
|
12663
12664
|
"required": false,
|
@@ -12666,7 +12667,7 @@
|
|
12666
12667
|
{
|
12667
12668
|
"disabled": false,
|
12668
12669
|
"document": "消息接收长轮询等待时间。取值范围 0-30 秒,默认值 0。",
|
12669
|
-
"example": "
|
12670
|
+
"example": "3",
|
12670
12671
|
"member": "uint64",
|
12671
12672
|
"name": "PollingWaitSeconds",
|
12672
12673
|
"required": false,
|
@@ -12675,7 +12676,7 @@
|
|
12675
12676
|
{
|
12676
12677
|
"disabled": false,
|
12677
12678
|
"document": "消息可见性超时。取值范围 1-43200 秒(即12小时内),默认值 30。",
|
12678
|
-
"example": "
|
12679
|
+
"example": "30",
|
12679
12680
|
"member": "uint64",
|
12680
12681
|
"name": "VisibilityTimeout",
|
12681
12682
|
"required": false,
|
@@ -12693,7 +12694,7 @@
|
|
12693
12694
|
{
|
12694
12695
|
"disabled": false,
|
12695
12696
|
"document": "消息最长未确认时间。取值范围 30-43200 秒(30秒~12小时),默认值 3600 (1 小时)。",
|
12696
|
-
"example": "
|
12697
|
+
"example": "7200",
|
12697
12698
|
"member": "uint64",
|
12698
12699
|
"name": "MsgRetentionSeconds",
|
12699
12700
|
"required": false,
|
@@ -12729,7 +12730,7 @@
|
|
12729
12730
|
{
|
12730
12731
|
"disabled": false,
|
12731
12732
|
"document": "死信队列名称",
|
12732
|
-
"example": "
|
12733
|
+
"example": "dead-queue",
|
12733
12734
|
"member": "string",
|
12734
12735
|
"name": "DeadLetterQueueName",
|
12735
12736
|
"required": false,
|
@@ -12737,8 +12738,8 @@
|
|
12737
12738
|
},
|
12738
12739
|
{
|
12739
12740
|
"disabled": false,
|
12740
|
-
"document": "
|
12741
|
-
"example": "
|
12741
|
+
"document": "policy为1时必选。最大未消费过期时间。范围300-43200,单位秒,需要小于消息最大保留时间MsgRetentionSeconds",
|
12742
|
+
"example": "300",
|
12742
12743
|
"member": "uint64",
|
12743
12744
|
"name": "MaxTimeToLive",
|
12744
12745
|
"required": false,
|
@@ -12747,7 +12748,7 @@
|
|
12747
12748
|
{
|
12748
12749
|
"disabled": false,
|
12749
12750
|
"document": "最大接收次数",
|
12750
|
-
"example": "
|
12751
|
+
"example": "1",
|
12751
12752
|
"member": "uint64",
|
12752
12753
|
"name": "MaxReceiveCount",
|
12753
12754
|
"required": false,
|
@@ -559,8 +559,8 @@
|
|
559
559
|
"DescribePulsarProInstances": [
|
560
560
|
{
|
561
561
|
"document": "",
|
562
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePulsarProInstances\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"
|
563
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Instances\": [\n {\n \"InstanceId\": \"
|
562
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePulsarProInstances\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"instancelds\",\n \"Values\": [\n \"pulsar-aer8pde2z2we\"\n ]\n }\n ],\n \"Limit\": 1,\n \"Offset\": 1\n}",
|
563
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Instances\": [\n {\n \"InstanceId\": \"pulsar-aer8pde2z2we\",\n \"InstanceName\": \"test\",\n \"InstanceVersion\": \"2.9.1\",\n \"Status\": 1,\n \"ConfigDisplay\": \"基础型\",\n \"MaxTps\": 1,\n \"MaxStorage\": 1,\n \"ExpireTime\": 1,\n \"AutoRenewFlag\": 1,\n \"PayMode\": 1,\n \"Remark\": \"test\",\n \"SpecName\": \"vip-basic-1\",\n \"ScalableTps\": 1,\n \"VpcId\": \"vpc-xxxx\",\n \"SubnetId\": \"subnet-xxxx\",\n \"MaxBandWidth\": 1,\n \"Tags\": [\n {\n \"TagKey\": \"test\",\n \"TagValue\": \"test\"\n }\n ],\n \"CreateTime\": \"2023-12-08 10:25:51\",\n \"BillingLabelVersion\": \"PULSAR.P1\"\n }\n ],\n \"RequestId\": \"e83dfdba-ed1a-4460-b175-81430ddf61fa\"\n }\n}",
|
564
564
|
"title": "获取实例列表"
|
565
565
|
}
|
566
566
|
],
|