tccli 3.0.1237.1__py2.py3-none-any.whl → 3.0.1238.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/aca/__init__.py +4 -0
- tccli/services/aca/aca_client.py +578 -0
- tccli/services/aca/v20210323/api.json +3715 -0
- tccli/services/aca/v20210323/examples.json +69 -0
- tccli/services/aiart/v20221229/api.json +18 -9
- tccli/services/aiart/v20221229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +10 -7
- tccli/services/batch/v20170312/api.json +641 -566
- tccli/services/batch/v20170312/examples.json +7 -7
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/bpaas/v20181217/examples.json +1 -1
- tccli/services/cam/v20190116/api.json +32 -30
- tccli/services/cam/v20190116/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +31 -1
- tccli/services/ccc/v20200210/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +214 -207
- tccli/services/cdb/v20170320/examples.json +10 -10
- tccli/services/cdwch/v20200915/api.json +6 -6
- tccli/services/cdwdoris/v20211228/api.json +16 -5
- tccli/services/cdwdoris/v20211228/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +8 -13
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/v20190719/api.json +84 -84
- tccli/services/cfs/v20190719/examples.json +6 -6
- tccli/services/chdfs/v20201112/api.json +18 -17
- tccli/services/chdfs/v20201112/examples.json +2 -2
- tccli/services/clb/v20180317/api.json +184 -162
- tccli/services/cloudapp/v20220530/api.json +1 -1
- tccli/services/cloudapp/v20220530/examples.json +3 -3
- tccli/services/cloudaudit/v20190319/api.json +21 -17
- tccli/services/cloudaudit/v20190319/examples.json +3 -3
- tccli/services/cls/v20201016/api.json +21 -21
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/config/v20220802/api.json +2 -0
- tccli/services/config/v20220802/examples.json +2 -2
- tccli/services/dcdb/v20180411/api.json +390 -387
- tccli/services/dcdb/v20180411/examples.json +14 -14
- tccli/services/dlc/v20210125/api.json +162 -7
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/domain/v20180808/api.json +37 -37
- tccli/services/domain/v20180808/examples.json +16 -10
- tccli/services/dsgc/v20190723/api.json +1796 -1623
- tccli/services/dsgc/v20190723/examples.json +217 -211
- tccli/services/dts/v20180330/api.json +143 -106
- tccli/services/dts/v20211206/api.json +57 -46
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +6 -6
- tccli/services/emr/v20190103/api.json +80 -20
- tccli/services/ess/ess_client.py +61 -8
- tccli/services/ess/v20201111/api.json +267 -37
- tccli/services/ess/v20201111/examples.json +11 -3
- tccli/services/essbasic/essbasic_client.py +167 -8
- tccli/services/essbasic/v20210526/api.json +527 -54
- tccli/services/essbasic/v20210526/examples.json +46 -16
- tccli/services/facefusion/v20220927/api.json +12 -1
- tccli/services/fmu/v20191213/api.json +8 -8
- tccli/services/gaap/v20180529/api.json +200 -209
- tccli/services/hai/v20230812/api.json +1 -1
- tccli/services/iss/v20230517/api.json +11 -11
- tccli/services/iss/v20230517/examples.json +31 -31
- tccli/services/keewidb/v20220308/api.json +92 -82
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lighthouse/v20200324/api.json +18 -18
- tccli/services/lighthouse/v20200324/examples.json +5 -5
- tccli/services/live/v20180801/api.json +27 -9
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/mariadb/v20170312/api.json +285 -263
- tccli/services/mariadb/v20170312/examples.json +12 -12
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +222 -0
- tccli/services/monitor/v20180724/examples.json +16 -0
- tccli/services/mps/mps_client.py +228 -16
- tccli/services/mps/v20190612/api.json +385 -23
- tccli/services/mps/v20190612/examples.json +32 -0
- tccli/services/msp/v20180319/api.json +2 -2
- tccli/services/ocr/v20181119/api.json +11 -1
- tccli/services/omics/v20221128/api.json +14 -2
- tccli/services/organization/v20210331/api.json +45 -18
- tccli/services/privatedns/v20201028/api.json +90 -81
- tccli/services/privatedns/v20201028/examples.json +18 -18
- tccli/services/redis/redis_client.py +106 -0
- tccli/services/redis/v20180412/api.json +178 -16
- tccli/services/redis/v20180412/examples.json +16 -0
- tccli/services/region/v20220627/api.json +5 -3
- tccli/services/region/v20220627/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +6 -4
- tccli/services/tag/v20180813/api.json +4 -5
- tccli/services/tcb/v20180608/api.json +36 -16
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +64 -1
- tccli/services/tdmq/v20200217/examples.json +9 -1
- tccli/services/teo/teo_client.py +485 -8
- tccli/services/teo/v20220901/api.json +837 -39
- tccli/services/teo/v20220901/examples.json +108 -0
- tccli/services/thpc/v20211109/api.json +32 -34
- tccli/services/thpc/v20220401/api.json +31 -33
- tccli/services/thpc/v20230321/api.json +55 -57
- tccli/services/thpc/v20230321/examples.json +1 -1
- tccli/services/tiia/v20190529/api.json +307 -293
- tccli/services/tiia/v20190529/examples.json +41 -41
- tccli/services/tione/v20211111/api.json +4 -4
- tccli/services/tione/v20211111/examples.json +2 -2
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +53 -0
- tccli/services/trocket/v20230308/api.json +116 -0
- tccli/services/trocket/v20230308/examples.json +14 -0
- tccli/services/tse/v20201207/api.json +188 -120
- tccli/services/tse/v20201207/examples.json +30 -30
- tccli/services/tsf/v20180326/api.json +826 -745
- tccli/services/tsf/v20180326/examples.json +99 -111
- tccli/services/vclm/v20240523/api.json +1 -1
- tccli/services/vdb/v20230616/api.json +80 -80
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +42 -41
- tccli/services/vpc/v20170312/examples.json +5 -5
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/RECORD +122 -118
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/license_files/LICENSE +0 -0
@@ -1513,7 +1513,7 @@
|
|
1513
1513
|
"example": "10",
|
1514
1514
|
"member": "int64",
|
1515
1515
|
"name": "TotalCount",
|
1516
|
-
"
|
1516
|
+
"output_required": true,
|
1517
1517
|
"type": "int",
|
1518
1518
|
"value_allowed_null": false
|
1519
1519
|
},
|
@@ -1523,7 +1523,7 @@
|
|
1523
1523
|
"example": "无",
|
1524
1524
|
"member": "InstanceEnumParam",
|
1525
1525
|
"name": "InstanceEnumParam",
|
1526
|
-
"
|
1526
|
+
"output_required": true,
|
1527
1527
|
"type": "list",
|
1528
1528
|
"value_allowed_null": false
|
1529
1529
|
},
|
@@ -1533,7 +1533,7 @@
|
|
1533
1533
|
"example": "无",
|
1534
1534
|
"member": "InstanceIntegerParam",
|
1535
1535
|
"name": "InstanceIntegerParam",
|
1536
|
-
"
|
1536
|
+
"output_required": true,
|
1537
1537
|
"type": "list",
|
1538
1538
|
"value_allowed_null": false
|
1539
1539
|
},
|
@@ -1543,7 +1543,7 @@
|
|
1543
1543
|
"example": "无",
|
1544
1544
|
"member": "InstanceTextParam",
|
1545
1545
|
"name": "InstanceTextParam",
|
1546
|
-
"
|
1546
|
+
"output_required": true,
|
1547
1547
|
"type": "list",
|
1548
1548
|
"value_allowed_null": false
|
1549
1549
|
},
|
@@ -1553,7 +1553,7 @@
|
|
1553
1553
|
"example": "无",
|
1554
1554
|
"member": "InstanceMultiParam",
|
1555
1555
|
"name": "InstanceMultiParam",
|
1556
|
-
"
|
1556
|
+
"output_required": true,
|
1557
1557
|
"type": "list",
|
1558
1558
|
"value_allowed_null": false
|
1559
1559
|
},
|
@@ -1664,7 +1664,7 @@
|
|
1664
1664
|
{
|
1665
1665
|
"disabled": false,
|
1666
1666
|
"document": "私有网络ID数组。数组下标从0开始,如果不传则默认选择基础网络,如:47525",
|
1667
|
-
"example": "
|
1667
|
+
"example": "47525",
|
1668
1668
|
"member": "string",
|
1669
1669
|
"name": "VpcIds",
|
1670
1670
|
"required": false,
|
@@ -1673,7 +1673,7 @@
|
|
1673
1673
|
{
|
1674
1674
|
"disabled": false,
|
1675
1675
|
"document": "子网ID数组,数组下标从0开始,如:56854",
|
1676
|
-
"example": "
|
1676
|
+
"example": "56854",
|
1677
1677
|
"member": "string",
|
1678
1678
|
"name": "SubnetIds",
|
1679
1679
|
"required": false,
|
@@ -1682,7 +1682,7 @@
|
|
1682
1682
|
{
|
1683
1683
|
"disabled": false,
|
1684
1684
|
"document": "项目ID 组成的数组,数组下标从0开始",
|
1685
|
-
"example": "
|
1685
|
+
"example": "[1289900]",
|
1686
1686
|
"member": "int64",
|
1687
1687
|
"name": "ProjectIds",
|
1688
1688
|
"required": false,
|
@@ -1691,7 +1691,7 @@
|
|
1691
1691
|
{
|
1692
1692
|
"disabled": false,
|
1693
1693
|
"document": "查找关键字,可输入实例的ID或者实例名称。",
|
1694
|
-
"example": "
|
1694
|
+
"example": "模糊查询实例名称",
|
1695
1695
|
"member": "string",
|
1696
1696
|
"name": "SearchKey",
|
1697
1697
|
"required": false,
|
@@ -1700,7 +1700,7 @@
|
|
1700
1700
|
{
|
1701
1701
|
"disabled": false,
|
1702
1702
|
"document": "实例名称。",
|
1703
|
-
"example": "
|
1703
|
+
"example": "example_InstanceName",
|
1704
1704
|
"member": "string",
|
1705
1705
|
"name": "InstanceName",
|
1706
1706
|
"required": false,
|
@@ -1709,7 +1709,7 @@
|
|
1709
1709
|
{
|
1710
1710
|
"disabled": false,
|
1711
1711
|
"document": "私有网络ID数组,数组下标从0开始,如果不传则默认选择基础网络,如:vpc-sad23jfdfk",
|
1712
|
-
"example": "
|
1712
|
+
"example": "vpc-b6fsjaxt",
|
1713
1713
|
"member": "string",
|
1714
1714
|
"name": "UniqVpcIds",
|
1715
1715
|
"required": false,
|
@@ -1718,7 +1718,7 @@
|
|
1718
1718
|
{
|
1719
1719
|
"disabled": false,
|
1720
1720
|
"document": "子网ID数组,数组下标从0开始,如:subnet-fdj24n34j2",
|
1721
|
-
"example": "
|
1721
|
+
"example": "subnet-gqj66zh0",
|
1722
1722
|
"member": "string",
|
1723
1723
|
"name": "UniqSubnetIds",
|
1724
1724
|
"required": false,
|
@@ -1727,7 +1727,7 @@
|
|
1727
1727
|
{
|
1728
1728
|
"disabled": false,
|
1729
1729
|
"document": "实例状态。<ul><li>0:待初始化。</li><li>1:流程中。</li><li>2:运行中。</li><li>-2:已隔离。</li><li>-3:待删除。</li></ul>",
|
1730
|
-
"example": "
|
1730
|
+
"example": "1",
|
1731
1731
|
"member": "int64",
|
1732
1732
|
"name": "Status",
|
1733
1733
|
"required": false,
|
@@ -1735,8 +1735,8 @@
|
|
1735
1735
|
},
|
1736
1736
|
{
|
1737
1737
|
"disabled": false,
|
1738
|
-
"document": "
|
1739
|
-
"example": "
|
1738
|
+
"document": "续费模式。- 0:手动续费。- 1:自动续费。- 2:到期不再续费。",
|
1739
|
+
"example": "1",
|
1740
1740
|
"member": "int64",
|
1741
1741
|
"name": "AutoRenew",
|
1742
1742
|
"required": false,
|
@@ -1745,7 +1745,7 @@
|
|
1745
1745
|
{
|
1746
1746
|
"disabled": false,
|
1747
1747
|
"document": "计费模式。<ul><li>postpaid:按量计费。</li><li>prepaid:包年包月。</li></ul>",
|
1748
|
-
"example": "
|
1748
|
+
"example": "1",
|
1749
1749
|
"member": "string",
|
1750
1750
|
"name": "BillingMode",
|
1751
1751
|
"required": false,
|
@@ -1754,7 +1754,7 @@
|
|
1754
1754
|
{
|
1755
1755
|
"disabled": false,
|
1756
1756
|
"document": "实例类型。<ul><li>13:标准版。</li><li>14:集群版。</li></ul>",
|
1757
|
-
"example": "
|
1757
|
+
"example": "13",
|
1758
1758
|
"member": "int64",
|
1759
1759
|
"name": "Type",
|
1760
1760
|
"required": false,
|
@@ -1763,7 +1763,7 @@
|
|
1763
1763
|
{
|
1764
1764
|
"disabled": false,
|
1765
1765
|
"document": "搜索关键词:支持实例 ID、实例名称、私有网络IP地址。",
|
1766
|
-
"example": "
|
1766
|
+
"example": "[\"kee-dagpcalj\"]",
|
1767
1767
|
"member": "string",
|
1768
1768
|
"name": "SearchKeys",
|
1769
1769
|
"required": false,
|
@@ -1772,7 +1772,7 @@
|
|
1772
1772
|
{
|
1773
1773
|
"disabled": false,
|
1774
1774
|
"document": "内部参数,用户可忽略。",
|
1775
|
-
"example": "
|
1775
|
+
"example": "1",
|
1776
1776
|
"member": "int64",
|
1777
1777
|
"name": "TypeList",
|
1778
1778
|
"required": false,
|
@@ -1781,7 +1781,7 @@
|
|
1781
1781
|
{
|
1782
1782
|
"disabled": false,
|
1783
1783
|
"document": "内部参数,用户可忽略。",
|
1784
|
-
"example": "
|
1784
|
+
"example": "1",
|
1785
1785
|
"member": "string",
|
1786
1786
|
"name": "MonitorVersion",
|
1787
1787
|
"required": false,
|
@@ -1790,7 +1790,7 @@
|
|
1790
1790
|
{
|
1791
1791
|
"disabled": false,
|
1792
1792
|
"document": "根据标签的 Key 和 Value 筛选资源。该参数不配置或者数组设置为空值,则不根据标签进行过滤。",
|
1793
|
-
"example": "
|
1793
|
+
"example": "具体参考数据结构。",
|
1794
1794
|
"member": "InstanceTagInfo",
|
1795
1795
|
"name": "InstanceTags",
|
1796
1796
|
"required": false,
|
@@ -1799,7 +1799,7 @@
|
|
1799
1799
|
{
|
1800
1800
|
"disabled": false,
|
1801
1801
|
"document": "根据标签的 Key 筛选资源,该参数不配置或者数组设置为空值,则不根据标签Key进行过滤。",
|
1802
|
-
"example": "
|
1802
|
+
"example": "keyname",
|
1803
1803
|
"member": "string",
|
1804
1804
|
"name": "TagKeys",
|
1805
1805
|
"required": false,
|
@@ -1817,7 +1817,7 @@
|
|
1817
1817
|
"example": "1",
|
1818
1818
|
"member": "int64",
|
1819
1819
|
"name": "TotalCount",
|
1820
|
-
"
|
1820
|
+
"output_required": true,
|
1821
1821
|
"type": "int",
|
1822
1822
|
"value_allowed_null": false
|
1823
1823
|
},
|
@@ -1827,7 +1827,7 @@
|
|
1827
1827
|
"example": "无",
|
1828
1828
|
"member": "InstanceInfo",
|
1829
1829
|
"name": "InstanceSet",
|
1830
|
-
"
|
1830
|
+
"output_required": true,
|
1831
1831
|
"type": "list",
|
1832
1832
|
"value_allowed_null": false
|
1833
1833
|
},
|
@@ -1956,7 +1956,7 @@
|
|
1956
1956
|
{
|
1957
1957
|
"disabled": false,
|
1958
1958
|
"document": "搜索关键词,支持根据安全组 ID 或者安全组名称搜索。",
|
1959
|
-
"example": "
|
1959
|
+
"example": "sg-0klp2oyp",
|
1960
1960
|
"member": "string",
|
1961
1961
|
"name": "SearchKey",
|
1962
1962
|
"required": false,
|
@@ -1974,7 +1974,7 @@
|
|
1974
1974
|
"example": "无",
|
1975
1975
|
"member": "SecurityGroup",
|
1976
1976
|
"name": "Groups",
|
1977
|
-
"
|
1977
|
+
"output_required": true,
|
1978
1978
|
"type": "list",
|
1979
1979
|
"value_allowed_null": false
|
1980
1980
|
},
|
@@ -1984,7 +1984,7 @@
|
|
1984
1984
|
"example": "1",
|
1985
1985
|
"member": "int64",
|
1986
1986
|
"name": "Total",
|
1987
|
-
"
|
1987
|
+
"output_required": true,
|
1988
1988
|
"type": "int",
|
1989
1989
|
"value_allowed_null": false
|
1990
1990
|
},
|
@@ -2208,7 +2208,7 @@
|
|
2208
2208
|
{
|
2209
2209
|
"disabled": false,
|
2210
2210
|
"document": "项目ID。",
|
2211
|
-
"example": "
|
2211
|
+
"example": "[11322, 11321]",
|
2212
2212
|
"member": "int64",
|
2213
2213
|
"name": "ProjectIds",
|
2214
2214
|
"required": false,
|
@@ -2217,7 +2217,7 @@
|
|
2217
2217
|
{
|
2218
2218
|
"disabled": false,
|
2219
2219
|
"document": "任务类型。可设置为:FLOW_CREATE、FLOW_SETPWD、FLOW_CLOSE等。",
|
2220
|
-
"example": "
|
2220
|
+
"example": "[\"032\",\"034\"]",
|
2221
2221
|
"member": "string",
|
2222
2222
|
"name": "TaskTypes",
|
2223
2223
|
"required": false,
|
@@ -2262,7 +2262,7 @@
|
|
2262
2262
|
"example": "1",
|
2263
2263
|
"member": "int64",
|
2264
2264
|
"name": "TotalCount",
|
2265
|
-
"
|
2265
|
+
"output_required": true,
|
2266
2266
|
"type": "int",
|
2267
2267
|
"value_allowed_null": false
|
2268
2268
|
},
|
@@ -2272,7 +2272,7 @@
|
|
2272
2272
|
"example": "无",
|
2273
2273
|
"member": "TaskInfoDetail",
|
2274
2274
|
"name": "Tasks",
|
2275
|
-
"
|
2275
|
+
"output_required": true,
|
2276
2276
|
"type": "list",
|
2277
2277
|
"value_allowed_null": false
|
2278
2278
|
},
|
@@ -2677,7 +2677,7 @@
|
|
2677
2677
|
"example": "实例1",
|
2678
2678
|
"member": "string",
|
2679
2679
|
"name": "InstanceName",
|
2680
|
-
"
|
2680
|
+
"output_required": true,
|
2681
2681
|
"type": "string",
|
2682
2682
|
"value_allowed_null": false
|
2683
2683
|
},
|
@@ -2687,7 +2687,7 @@
|
|
2687
2687
|
"example": "kee-7asi981q",
|
2688
2688
|
"member": "string",
|
2689
2689
|
"name": "InstanceId",
|
2690
|
-
"
|
2690
|
+
"output_required": true,
|
2691
2691
|
"type": "string",
|
2692
2692
|
"value_allowed_null": false
|
2693
2693
|
},
|
@@ -2697,7 +2697,7 @@
|
|
2697
2697
|
"example": "12345",
|
2698
2698
|
"member": "int64",
|
2699
2699
|
"name": "Appid",
|
2700
|
-
"
|
2700
|
+
"output_required": true,
|
2701
2701
|
"type": "int",
|
2702
2702
|
"value_allowed_null": false
|
2703
2703
|
},
|
@@ -2707,7 +2707,7 @@
|
|
2707
2707
|
"example": "12",
|
2708
2708
|
"member": "int64",
|
2709
2709
|
"name": "ProjectId",
|
2710
|
-
"
|
2710
|
+
"output_required": true,
|
2711
2711
|
"type": "int",
|
2712
2712
|
"value_allowed_null": false
|
2713
2713
|
},
|
@@ -2717,7 +2717,7 @@
|
|
2717
2717
|
"example": "1",
|
2718
2718
|
"member": "int64",
|
2719
2719
|
"name": "RegionId",
|
2720
|
-
"
|
2720
|
+
"output_required": true,
|
2721
2721
|
"type": "int",
|
2722
2722
|
"value_allowed_null": false
|
2723
2723
|
},
|
@@ -2727,7 +2727,7 @@
|
|
2727
2727
|
"example": "100001",
|
2728
2728
|
"member": "int64",
|
2729
2729
|
"name": "ZoneId",
|
2730
|
-
"
|
2730
|
+
"output_required": true,
|
2731
2731
|
"type": "int",
|
2732
2732
|
"value_allowed_null": false
|
2733
2733
|
},
|
@@ -2737,7 +2737,7 @@
|
|
2737
2737
|
"example": "75101",
|
2738
2738
|
"member": "int64",
|
2739
2739
|
"name": "VpcId",
|
2740
|
-
"
|
2740
|
+
"output_required": true,
|
2741
2741
|
"type": "int",
|
2742
2742
|
"value_allowed_null": false
|
2743
2743
|
},
|
@@ -2747,7 +2747,7 @@
|
|
2747
2747
|
"example": "2",
|
2748
2748
|
"member": "int64",
|
2749
2749
|
"name": "Status",
|
2750
|
-
"
|
2750
|
+
"output_required": true,
|
2751
2751
|
"type": "int",
|
2752
2752
|
"value_allowed_null": false
|
2753
2753
|
},
|
@@ -2757,7 +2757,7 @@
|
|
2757
2757
|
"example": "10",
|
2758
2758
|
"member": "int64",
|
2759
2759
|
"name": "SubnetId",
|
2760
|
-
"
|
2760
|
+
"output_required": true,
|
2761
2761
|
"type": "int",
|
2762
2762
|
"value_allowed_null": false
|
2763
2763
|
},
|
@@ -2767,7 +2767,7 @@
|
|
2767
2767
|
"example": "10.20.3.1",
|
2768
2768
|
"member": "string",
|
2769
2769
|
"name": "WanIp",
|
2770
|
-
"
|
2770
|
+
"output_required": true,
|
2771
2771
|
"type": "string",
|
2772
2772
|
"value_allowed_null": false
|
2773
2773
|
},
|
@@ -2777,7 +2777,7 @@
|
|
2777
2777
|
"example": "6379",
|
2778
2778
|
"member": "int64",
|
2779
2779
|
"name": "Port",
|
2780
|
-
"
|
2780
|
+
"output_required": true,
|
2781
2781
|
"type": "int",
|
2782
2782
|
"value_allowed_null": false
|
2783
2783
|
},
|
@@ -2787,7 +2787,7 @@
|
|
2787
2787
|
"example": "2022-01-15 10:20:00",
|
2788
2788
|
"member": "string",
|
2789
2789
|
"name": "Createtime",
|
2790
|
-
"
|
2790
|
+
"output_required": true,
|
2791
2791
|
"type": "string",
|
2792
2792
|
"value_allowed_null": false
|
2793
2793
|
},
|
@@ -2797,7 +2797,7 @@
|
|
2797
2797
|
"example": "1451",
|
2798
2798
|
"member": "float",
|
2799
2799
|
"name": "Size",
|
2800
|
-
"
|
2800
|
+
"output_required": true,
|
2801
2801
|
"type": "float",
|
2802
2802
|
"value_allowed_null": false
|
2803
2803
|
},
|
@@ -2807,7 +2807,7 @@
|
|
2807
2807
|
"example": "14",
|
2808
2808
|
"member": "int64",
|
2809
2809
|
"name": "Type",
|
2810
|
-
"
|
2810
|
+
"output_required": true,
|
2811
2811
|
"type": "int",
|
2812
2812
|
"value_allowed_null": false
|
2813
2813
|
},
|
@@ -2817,7 +2817,7 @@
|
|
2817
2817
|
"example": "1",
|
2818
2818
|
"member": "int64",
|
2819
2819
|
"name": "AutoRenewFlag",
|
2820
|
-
"
|
2820
|
+
"output_required": true,
|
2821
2821
|
"type": "int",
|
2822
2822
|
"value_allowed_null": false
|
2823
2823
|
},
|
@@ -2827,7 +2827,7 @@
|
|
2827
2827
|
"example": "2022-02-15 10:20:00",
|
2828
2828
|
"member": "string",
|
2829
2829
|
"name": "DeadlineTime",
|
2830
|
-
"
|
2830
|
+
"output_required": true,
|
2831
2831
|
"type": "string",
|
2832
2832
|
"value_allowed_null": false
|
2833
2833
|
},
|
@@ -2837,7 +2837,7 @@
|
|
2837
2837
|
"example": "无",
|
2838
2838
|
"member": "string",
|
2839
2839
|
"name": "Engine",
|
2840
|
-
"
|
2840
|
+
"output_required": true,
|
2841
2841
|
"type": "string",
|
2842
2842
|
"value_allowed_null": false
|
2843
2843
|
},
|
@@ -2847,7 +2847,7 @@
|
|
2847
2847
|
"example": "cluster",
|
2848
2848
|
"member": "string",
|
2849
2849
|
"name": "ProductType",
|
2850
|
-
"
|
2850
|
+
"output_required": true,
|
2851
2851
|
"type": "string",
|
2852
2852
|
"value_allowed_null": false
|
2853
2853
|
},
|
@@ -2857,7 +2857,7 @@
|
|
2857
2857
|
"example": "vpc-fk33jsf43kgv",
|
2858
2858
|
"member": "string",
|
2859
2859
|
"name": "UniqVpcId",
|
2860
|
-
"
|
2860
|
+
"output_required": true,
|
2861
2861
|
"type": "string",
|
2862
2862
|
"value_allowed_null": false
|
2863
2863
|
},
|
@@ -2867,7 +2867,7 @@
|
|
2867
2867
|
"example": "subnet-fd3j6l35mm0",
|
2868
2868
|
"member": "string",
|
2869
2869
|
"name": "UniqSubnetId",
|
2870
|
-
"
|
2870
|
+
"output_required": true,
|
2871
2871
|
"type": "string",
|
2872
2872
|
"value_allowed_null": false
|
2873
2873
|
},
|
@@ -2877,7 +2877,7 @@
|
|
2877
2877
|
"example": "1",
|
2878
2878
|
"member": "int64",
|
2879
2879
|
"name": "BillingMode",
|
2880
|
-
"
|
2880
|
+
"output_required": true,
|
2881
2881
|
"type": "int",
|
2882
2882
|
"value_allowed_null": false
|
2883
2883
|
},
|
@@ -2887,7 +2887,7 @@
|
|
2887
2887
|
"example": "实例运行中",
|
2888
2888
|
"member": "string",
|
2889
2889
|
"name": "InstanceTitle",
|
2890
|
-
"
|
2890
|
+
"output_required": true,
|
2891
2891
|
"type": "string",
|
2892
2892
|
"value_allowed_null": false
|
2893
2893
|
},
|
@@ -2897,7 +2897,7 @@
|
|
2897
2897
|
"example": "2022-02-15 10:20:00",
|
2898
2898
|
"member": "string",
|
2899
2899
|
"name": "OfflineTime",
|
2900
|
-
"
|
2900
|
+
"output_required": true,
|
2901
2901
|
"type": "string",
|
2902
2902
|
"value_allowed_null": false
|
2903
2903
|
},
|
@@ -2907,7 +2907,7 @@
|
|
2907
2907
|
"example": "0",
|
2908
2908
|
"member": "int64",
|
2909
2909
|
"name": "SubStatus",
|
2910
|
-
"
|
2910
|
+
"output_required": true,
|
2911
2911
|
"type": "int",
|
2912
2912
|
"value_allowed_null": false
|
2913
2913
|
},
|
@@ -2917,7 +2917,7 @@
|
|
2917
2917
|
"example": "无",
|
2918
2918
|
"member": "string",
|
2919
2919
|
"name": "Tags",
|
2920
|
-
"
|
2920
|
+
"output_required": true,
|
2921
2921
|
"type": "list",
|
2922
2922
|
"value_allowed_null": false
|
2923
2923
|
},
|
@@ -2927,7 +2927,7 @@
|
|
2927
2927
|
"example": "4096",
|
2928
2928
|
"member": "int64",
|
2929
2929
|
"name": "RedisShardSize",
|
2930
|
-
"
|
2930
|
+
"output_required": true,
|
2931
2931
|
"type": "int",
|
2932
2932
|
"value_allowed_null": false
|
2933
2933
|
},
|
@@ -2937,7 +2937,7 @@
|
|
2937
2937
|
"example": "3",
|
2938
2938
|
"member": "int64",
|
2939
2939
|
"name": "RedisShardNum",
|
2940
|
-
"
|
2940
|
+
"output_required": true,
|
2941
2941
|
"type": "int",
|
2942
2942
|
"value_allowed_null": false
|
2943
2943
|
},
|
@@ -2947,7 +2947,7 @@
|
|
2947
2947
|
"example": "1",
|
2948
2948
|
"member": "int64",
|
2949
2949
|
"name": "RedisReplicasNum",
|
2950
|
-
"
|
2950
|
+
"output_required": true,
|
2951
2951
|
"type": "int",
|
2952
2952
|
"value_allowed_null": false
|
2953
2953
|
},
|
@@ -2957,7 +2957,7 @@
|
|
2957
2957
|
"example": "102638",
|
2958
2958
|
"member": "int64",
|
2959
2959
|
"name": "PriceId",
|
2960
|
-
"
|
2960
|
+
"output_required": true,
|
2961
2961
|
"type": "int",
|
2962
2962
|
"value_allowed_null": false
|
2963
2963
|
},
|
@@ -2967,7 +2967,7 @@
|
|
2967
2967
|
"example": "0000-00-00 00:00:00",
|
2968
2968
|
"member": "string",
|
2969
2969
|
"name": "CloseTime",
|
2970
|
-
"
|
2970
|
+
"output_required": true,
|
2971
2971
|
"type": "string",
|
2972
2972
|
"value_allowed_null": false
|
2973
2973
|
},
|
@@ -2977,7 +2977,7 @@
|
|
2977
2977
|
"example": "1",
|
2978
2978
|
"member": "int64",
|
2979
2979
|
"name": "SlaveReadWeight",
|
2980
|
-
"
|
2980
|
+
"output_required": true,
|
2981
2981
|
"type": "int",
|
2982
2982
|
"value_allowed_null": false
|
2983
2983
|
},
|
@@ -2987,7 +2987,7 @@
|
|
2987
2987
|
"example": "无",
|
2988
2988
|
"member": "InstanceTagInfo",
|
2989
2989
|
"name": "InstanceTags",
|
2990
|
-
"
|
2990
|
+
"output_required": true,
|
2991
2991
|
"type": "list",
|
2992
2992
|
"value_allowed_null": true
|
2993
2993
|
},
|
@@ -2997,7 +2997,7 @@
|
|
2997
2997
|
"example": "Default",
|
2998
2998
|
"member": "string",
|
2999
2999
|
"name": "ProjectName",
|
3000
|
-
"
|
3000
|
+
"output_required": true,
|
3001
3001
|
"type": "string",
|
3002
3002
|
"value_allowed_null": true
|
3003
3003
|
},
|
@@ -3007,7 +3007,7 @@
|
|
3007
3007
|
"example": "true",
|
3008
3008
|
"member": "bool",
|
3009
3009
|
"name": "NoAuth",
|
3010
|
-
"
|
3010
|
+
"output_required": true,
|
3011
3011
|
"type": "bool",
|
3012
3012
|
"value_allowed_null": true
|
3013
3013
|
},
|
@@ -3017,7 +3017,7 @@
|
|
3017
3017
|
"example": "30000",
|
3018
3018
|
"member": "int64",
|
3019
3019
|
"name": "ClientLimit",
|
3020
|
-
"
|
3020
|
+
"output_required": true,
|
3021
3021
|
"type": "int",
|
3022
3022
|
"value_allowed_null": true
|
3023
3023
|
},
|
@@ -3027,7 +3027,7 @@
|
|
3027
3027
|
"example": "0",
|
3028
3028
|
"member": "int64",
|
3029
3029
|
"name": "DtsStatus",
|
3030
|
-
"
|
3030
|
+
"output_required": true,
|
3031
3031
|
"type": "int",
|
3032
3032
|
"value_allowed_null": true
|
3033
3033
|
},
|
@@ -3037,7 +3037,7 @@
|
|
3037
3037
|
"example": "1800",
|
3038
3038
|
"member": "int64",
|
3039
3039
|
"name": "NetLimit",
|
3040
|
-
"
|
3040
|
+
"output_required": true,
|
3041
3041
|
"type": "int",
|
3042
3042
|
"value_allowed_null": true
|
3043
3043
|
},
|
@@ -3047,7 +3047,7 @@
|
|
3047
3047
|
"example": "0",
|
3048
3048
|
"member": "int64",
|
3049
3049
|
"name": "PasswordFree",
|
3050
|
-
"
|
3050
|
+
"output_required": true,
|
3051
3051
|
"type": "int",
|
3052
3052
|
"value_allowed_null": true
|
3053
3053
|
},
|
@@ -3057,7 +3057,7 @@
|
|
3057
3057
|
"example": "0",
|
3058
3058
|
"member": "int64",
|
3059
3059
|
"name": "ReadOnly",
|
3060
|
-
"
|
3060
|
+
"output_required": true,
|
3061
3061
|
"type": "int",
|
3062
3062
|
"value_allowed_null": true
|
3063
3063
|
},
|
@@ -3067,7 +3067,7 @@
|
|
3067
3067
|
"example": "无",
|
3068
3068
|
"member": "string",
|
3069
3069
|
"name": "Vip6",
|
3070
|
-
"
|
3070
|
+
"output_required": true,
|
3071
3071
|
"type": "string",
|
3072
3072
|
"value_allowed_null": true
|
3073
3073
|
},
|
@@ -3077,7 +3077,7 @@
|
|
3077
3077
|
"example": "无",
|
3078
3078
|
"member": "string",
|
3079
3079
|
"name": "RemainBandwidthDuration",
|
3080
|
-
"
|
3080
|
+
"output_required": true,
|
3081
3081
|
"type": "string",
|
3082
3082
|
"value_allowed_null": true
|
3083
3083
|
},
|
@@ -3087,7 +3087,7 @@
|
|
3087
3087
|
"example": "400",
|
3088
3088
|
"member": "int64",
|
3089
3089
|
"name": "DiskSize",
|
3090
|
-
"
|
3090
|
+
"output_required": true,
|
3091
3091
|
"type": "int",
|
3092
3092
|
"value_allowed_null": true
|
3093
3093
|
},
|
@@ -3097,7 +3097,7 @@
|
|
3097
3097
|
"example": "5s",
|
3098
3098
|
"member": "string",
|
3099
3099
|
"name": "MonitorVersion",
|
3100
|
-
"
|
3100
|
+
"output_required": true,
|
3101
3101
|
"type": "string",
|
3102
3102
|
"value_allowed_null": true
|
3103
3103
|
},
|
@@ -3107,7 +3107,7 @@
|
|
3107
3107
|
"example": "1000",
|
3108
3108
|
"member": "int64",
|
3109
3109
|
"name": "ClientLimitMin",
|
3110
|
-
"
|
3110
|
+
"output_required": true,
|
3111
3111
|
"type": "int",
|
3112
3112
|
"value_allowed_null": true
|
3113
3113
|
},
|
@@ -3117,7 +3117,7 @@
|
|
3117
3117
|
"example": "10000",
|
3118
3118
|
"member": "int64",
|
3119
3119
|
"name": "ClientLimitMax",
|
3120
|
-
"
|
3120
|
+
"output_required": true,
|
3121
3121
|
"type": "int",
|
3122
3122
|
"value_allowed_null": true
|
3123
3123
|
},
|
@@ -3127,7 +3127,7 @@
|
|
3127
3127
|
"example": "无",
|
3128
3128
|
"member": "NodeInfo",
|
3129
3129
|
"name": "NodeSet",
|
3130
|
-
"
|
3130
|
+
"output_required": true,
|
3131
3131
|
"type": "list",
|
3132
3132
|
"value_allowed_null": true
|
3133
3133
|
},
|
@@ -3137,7 +3137,7 @@
|
|
3137
3137
|
"example": "ap-guangzhou",
|
3138
3138
|
"member": "string",
|
3139
3139
|
"name": "Region",
|
3140
|
-
"
|
3140
|
+
"output_required": true,
|
3141
3141
|
"type": "string",
|
3142
3142
|
"value_allowed_null": true
|
3143
3143
|
},
|
@@ -3147,7 +3147,7 @@
|
|
3147
3147
|
"example": "4",
|
3148
3148
|
"member": "int64",
|
3149
3149
|
"name": "MachineMemory",
|
3150
|
-
"
|
3150
|
+
"output_required": true,
|
3151
3151
|
"type": "int",
|
3152
3152
|
"value_allowed_null": true
|
3153
3153
|
},
|
@@ -3157,7 +3157,7 @@
|
|
3157
3157
|
"example": "143360",
|
3158
3158
|
"member": "int64",
|
3159
3159
|
"name": "DiskShardSize",
|
3160
|
-
"
|
3160
|
+
"output_required": true,
|
3161
3161
|
"type": "int",
|
3162
3162
|
"value_allowed_null": false
|
3163
3163
|
},
|
@@ -3167,7 +3167,7 @@
|
|
3167
3167
|
"example": "磁盘分片数",
|
3168
3168
|
"member": "int64",
|
3169
3169
|
"name": "DiskShardNum",
|
3170
|
-
"
|
3170
|
+
"output_required": true,
|
3171
3171
|
"type": "int",
|
3172
3172
|
"value_allowed_null": false
|
3173
3173
|
},
|
@@ -3177,9 +3177,19 @@
|
|
3177
3177
|
"example": "磁盘副本数",
|
3178
3178
|
"member": "int64",
|
3179
3179
|
"name": "DiskReplicasNum",
|
3180
|
-
"
|
3180
|
+
"output_required": true,
|
3181
3181
|
"type": "int",
|
3182
3182
|
"value_allowed_null": false
|
3183
|
+
},
|
3184
|
+
{
|
3185
|
+
"disabled": false,
|
3186
|
+
"document": "数据压缩开关。<ul><li>ON:开启。</li><li>OFF:关闭。</li></ul>\n注意:此字段可能返回 null,表示取不到有效值。",
|
3187
|
+
"example": "ON",
|
3188
|
+
"member": "string",
|
3189
|
+
"name": "Compression",
|
3190
|
+
"output_required": true,
|
3191
|
+
"type": "string",
|
3192
|
+
"value_allowed_null": true
|
3183
3193
|
}
|
3184
3194
|
],
|
3185
3195
|
"usage": "out"
|