tccli 3.0.947.1__py2.py3-none-any.whl → 3.0.949.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/examples/apigateway/v20180808/DescribeService.md +1 -0
- tccli/examples/bma/v20221115/CreateBPWhiteList.md +5 -1
- tccli/examples/bma/v20221115/DescribeBPWhiteLists.md +14 -1
- tccli/examples/cdwch/v20200915/DeleteBackUpData.md +21 -0
- tccli/examples/cdwch/v20200915/DescribeBackUpJob.md +32 -0
- tccli/examples/cdwch/v20200915/DescribeBackUpJobDetail.md +30 -0
- tccli/examples/cdwch/v20200915/DescribeCkSqlApis.md +2 -32
- tccli/examples/cdwch/v20200915/RecoverBackUpJob.md +21 -0
- tccli/examples/cfw/v20190904/DescribeNatAcRule.md +31 -22
- tccli/examples/csip/v20221121/DescribeListenerList.md +35 -3
- tccli/examples/cvm/v20170312/ModifyImageSharePermission.md +2 -2
- tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskSideDistributed.md +35 -0
- tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskSideList.md +27 -0
- tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskTemplateVulnerableList.md +2 -1
- tccli/examples/dsgc/v20190723/DescribeDSPAESDiscoveryTaskResultDetail.md +8 -2
- tccli/examples/faceid/v20180301/GetEidResult.md +55 -24
- tccli/examples/lcic/v20220817/DescribeGroupList.md +79 -9
- tccli/examples/vpc/v20170312/CreateNetworkAclEntries.md +30 -0
- tccli/examples/vpc/v20170312/DeleteNetworkAclEntries.md +22 -0
- tccli/examples/vpc/v20170312/ModifyNetworkAclEntries.md +0 -5
- tccli/examples/waf/v20180125/AddAntiFakeUrl.md +46 -0
- tccli/examples/waf/v20180125/AddAntiInfoLeakRules.md +26 -0
- tccli/examples/waf/v20180125/DeleteAntiFakeUrl.md +21 -0
- tccli/examples/waf/v20180125/DeleteAntiInfoLeakRule.md +21 -0
- tccli/examples/waf/v20180125/DeleteCCRule.md +23 -0
- tccli/examples/waf/v20180125/DescribeAntiFakeRules.md +28 -0
- tccli/examples/waf/v20180125/DescribeAntiFakeUrl.md +57 -0
- tccli/examples/waf/v20180125/DescribeAntiInfoLeakRules.md +40 -0
- tccli/examples/waf/v20180125/DescribeAntiInfoLeakageRules.md +38 -0
- tccli/examples/waf/v20180125/DescribeBatchIpAccessControl.md +42 -0
- tccli/examples/waf/v20180125/DescribeCCRule.md +71 -0
- tccli/examples/waf/v20180125/DescribeCCRuleList.md +36 -0
- tccli/examples/waf/v20180125/DescribeSession.md +51 -0
- tccli/examples/waf/v20180125/ModifyAntiFakeUrl.md +24 -0
- tccli/examples/waf/v20180125/ModifyAntiFakeUrlStatus.md +22 -0
- tccli/examples/waf/v20180125/ModifyAntiInfoLeakRuleStatus.md +22 -0
- tccli/examples/waf/v20180125/ModifyAntiInfoLeakRules.md +26 -0
- tccli/examples/waf/v20180125/ModifyCustomWhiteRuleStatus.md +26 -0
- tccli/examples/waf/v20180125/UpsertCCRule.md +95 -0
- tccli/examples/waf/v20180125/UpsertSession.md +25 -0
- tccli/services/apigateway/v20180808/api.json +22 -2
- tccli/services/apigateway/v20180808/examples.json +1 -1
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/bma/v20221115/api.json +27 -6
- tccli/services/bma/v20221115/examples.json +2 -2
- tccli/services/cdwch/cdwch_client.py +278 -66
- tccli/services/cdwch/v20200915/api.json +314 -1
- tccli/services/cdwch/v20200915/examples.json +33 -1
- tccli/services/cfw/v20190904/api.json +3 -0
- tccli/services/cfw/v20190904/examples.json +2 -2
- tccli/services/ckafka/v20190819/api.json +83 -15
- tccli/services/csip/v20221121/api.json +24 -12
- tccli/services/csip/v20221121/examples.json +1 -1
- tccli/services/cvm/v20170312/api.json +4 -4
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/cwp/v20180228/api.json +20 -2
- tccli/services/cynosdb/v20190107/api.json +3 -3
- tccli/services/dbbrain/v20210527/api.json +53 -33
- tccli/services/dsgc/dsgc_client.py +106 -0
- tccli/services/dsgc/v20190723/api.json +414 -46
- tccli/services/dsgc/v20190723/examples.json +18 -2
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/faceid/v20180301/api.json +26 -7
- tccli/services/faceid/v20180301/examples.json +1 -1
- tccli/services/lcic/v20220817/api.json +2 -0
- tccli/services/lcic/v20220817/examples.json +10 -4
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/oceanus/v20190422/api.json +122 -36
- tccli/services/trtc/v20190722/api.json +3 -3
- tccli/services/tsf/v20180326/api.json +26 -8
- tccli/services/vod/v20180717/api.json +57 -11
- tccli/services/vpc/v20170312/api.json +155 -18
- tccli/services/vpc/v20170312/examples.json +19 -3
- tccli/services/vpc/vpc_client.py +195 -89
- tccli/services/waf/v20180125/api.json +2671 -582
- tccli/services/waf/v20180125/examples.json +202 -0
- tccli/services/waf/waf_client.py +1365 -305
- tccli/services/wedata/v20210820/api.json +40 -30
- {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/METADATA +2 -2
- {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/RECORD +84 -56
- {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/license_files/LICENSE +0 -0
@@ -1756,7 +1756,7 @@
|
|
1756
1756
|
"example": "无",
|
1757
1757
|
"member": "string",
|
1758
1758
|
"name": "ListenerId",
|
1759
|
-
"
|
1759
|
+
"output_required": true,
|
1760
1760
|
"type": "string",
|
1761
1761
|
"value_allowed_null": true
|
1762
1762
|
},
|
@@ -1766,7 +1766,7 @@
|
|
1766
1766
|
"example": "无",
|
1767
1767
|
"member": "string",
|
1768
1768
|
"name": "ListenerName",
|
1769
|
-
"
|
1769
|
+
"output_required": true,
|
1770
1770
|
"type": "string",
|
1771
1771
|
"value_allowed_null": true
|
1772
1772
|
},
|
@@ -1776,7 +1776,7 @@
|
|
1776
1776
|
"example": "无",
|
1777
1777
|
"member": "string",
|
1778
1778
|
"name": "LoadBalancerId",
|
1779
|
-
"
|
1779
|
+
"output_required": true,
|
1780
1780
|
"type": "string",
|
1781
1781
|
"value_allowed_null": true
|
1782
1782
|
},
|
@@ -1786,7 +1786,7 @@
|
|
1786
1786
|
"example": "无",
|
1787
1787
|
"member": "string",
|
1788
1788
|
"name": "LoadBalancerName",
|
1789
|
-
"
|
1789
|
+
"output_required": true,
|
1790
1790
|
"type": "string",
|
1791
1791
|
"value_allowed_null": true
|
1792
1792
|
},
|
@@ -1796,7 +1796,7 @@
|
|
1796
1796
|
"example": "无",
|
1797
1797
|
"member": "string",
|
1798
1798
|
"name": "Protocol",
|
1799
|
-
"
|
1799
|
+
"output_required": true,
|
1800
1800
|
"type": "string",
|
1801
1801
|
"value_allowed_null": true
|
1802
1802
|
},
|
@@ -1806,7 +1806,7 @@
|
|
1806
1806
|
"example": "无",
|
1807
1807
|
"member": "string",
|
1808
1808
|
"name": "Region",
|
1809
|
-
"
|
1809
|
+
"output_required": true,
|
1810
1810
|
"type": "string",
|
1811
1811
|
"value_allowed_null": true
|
1812
1812
|
},
|
@@ -1816,7 +1816,7 @@
|
|
1816
1816
|
"example": "无",
|
1817
1817
|
"member": "string",
|
1818
1818
|
"name": "Vip",
|
1819
|
-
"
|
1819
|
+
"output_required": true,
|
1820
1820
|
"type": "string",
|
1821
1821
|
"value_allowed_null": true
|
1822
1822
|
},
|
@@ -1826,7 +1826,7 @@
|
|
1826
1826
|
"example": "无",
|
1827
1827
|
"member": "int64",
|
1828
1828
|
"name": "VPort",
|
1829
|
-
"
|
1829
|
+
"output_required": true,
|
1830
1830
|
"type": "int",
|
1831
1831
|
"value_allowed_null": true
|
1832
1832
|
},
|
@@ -1836,7 +1836,7 @@
|
|
1836
1836
|
"example": "无",
|
1837
1837
|
"member": "string",
|
1838
1838
|
"name": "Zone",
|
1839
|
-
"
|
1839
|
+
"output_required": true,
|
1840
1840
|
"type": "string",
|
1841
1841
|
"value_allowed_null": true
|
1842
1842
|
},
|
@@ -1846,7 +1846,7 @@
|
|
1846
1846
|
"example": "无",
|
1847
1847
|
"member": "int64",
|
1848
1848
|
"name": "NumericalVpcId",
|
1849
|
-
"
|
1849
|
+
"output_required": true,
|
1850
1850
|
"type": "int",
|
1851
1851
|
"value_allowed_null": true
|
1852
1852
|
},
|
@@ -1856,7 +1856,7 @@
|
|
1856
1856
|
"example": "无",
|
1857
1857
|
"member": "string",
|
1858
1858
|
"name": "LoadBalancerType",
|
1859
|
-
"
|
1859
|
+
"output_required": true,
|
1860
1860
|
"type": "string",
|
1861
1861
|
"value_allowed_null": true
|
1862
1862
|
},
|
@@ -1866,7 +1866,17 @@
|
|
1866
1866
|
"example": "无",
|
1867
1867
|
"member": "string",
|
1868
1868
|
"name": "Domain",
|
1869
|
-
"
|
1869
|
+
"output_required": true,
|
1870
|
+
"type": "string",
|
1871
|
+
"value_allowed_null": true
|
1872
|
+
},
|
1873
|
+
{
|
1874
|
+
"disabled": false,
|
1875
|
+
"document": "负载均衡域名\n注意:此字段可能返回 null,表示取不到有效值。",
|
1876
|
+
"example": "无",
|
1877
|
+
"member": "string",
|
1878
|
+
"name": "LoadBalancerDomain",
|
1879
|
+
"output_required": false,
|
1870
1880
|
"type": "string",
|
1871
1881
|
"value_allowed_null": true
|
1872
1882
|
}
|
@@ -2856,6 +2866,7 @@
|
|
2856
2866
|
"example": "无",
|
2857
2867
|
"member": "uint64",
|
2858
2868
|
"name": "Total",
|
2869
|
+
"output_required": true,
|
2859
2870
|
"type": "int",
|
2860
2871
|
"value_allowed_null": true
|
2861
2872
|
},
|
@@ -2865,6 +2876,7 @@
|
|
2865
2876
|
"example": "无",
|
2866
2877
|
"member": "ClbListenerListInfo",
|
2867
2878
|
"name": "Data",
|
2879
|
+
"output_required": true,
|
2868
2880
|
"type": "list",
|
2869
2881
|
"value_allowed_null": true
|
2870
2882
|
},
|
@@ -76,7 +76,7 @@
|
|
76
76
|
{
|
77
77
|
"document": "示例1",
|
78
78
|
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeListenerList\n<公共请求参数>\n\n{}",
|
79
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Domain\": \"www.testwaf0420.com,\",\n \"ListenerId\": \"lbl-5n1jiwjo\",\n \"ListenerName\": \"80\",\n \"LoadBalancerId\": \"lb-pflq0j2e\",\n \"LoadBalancerName\": \"lb-642137c1\",\n \"LoadBalancerType\": \"OPEN\",\n \"NumericalVpcId\": 2783729,\n \"Protocol\": \"HTTP\",\n \"Region\": \"gz\",\n \"VPort\": 80,\n \"Vip\": \"1.14.234.167\",\n \"Zone\": \"ap-guangzhou-6\"\n },\n {\n \"Domain\": \"1.15.159.154,,1.15.159.154,,1.15.159.154,,1.15.159.154,,1.15.159.154,,1.15.159.154,,1.15.159.154,,1.15.159.154,\",\n \"ListenerId\": \"lbl-gkydcakh\",\n \"ListenerName\": \"test-alert\",\n \"LoadBalancerId\": \"lb-bf5sfyqz\",\n \"LoadBalancerName\": \"autotest_HoneyPot\",\n \"LoadBalancerType\": \"OPEN\",\n \"NumericalVpcId\": 3888171,\n \"Protocol\": \"HTTP\",\n \"Region\": \"sh\",\n \"VPort\": 8000,\n \"Vip\": \"1.15.159.154\",\n \"Zone\": \"ap-shanghai-2\"\n }\n ],\n \"RequestId\": \"
|
79
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Domain\": \"www.testwaf0420.com,,baidu.com,,baidu.com,,baidu.com,,www.testwaf0420.com,,rn.dzoyzy.top,,www.testwaf0420.com,,baidu.com,,www.testwaf0420.com,,baidu.com,\",\n \"ListenerId\": \"lbl-5n1jiwjo\",\n \"ListenerName\": \"80\",\n \"LoadBalancerDomain\": \"\",\n \"LoadBalancerId\": \"lb-pflq0j2e\",\n \"LoadBalancerName\": \"lb-642137c1\",\n \"LoadBalancerType\": \"OPEN\",\n \"NumericalVpcId\": 2783729,\n \"Protocol\": \"HTTP\",\n \"Region\": \"gz\",\n \"VPort\": 80,\n \"Vip\": \"1.14.234.167\",\n \"Zone\": \"ap-guangzhou-6\"\n },\n {\n \"Domain\": \"81.71.21.14,,81.71.21.14,,81.71.21.14,,81.71.21.14,,81.71.21.14,,81.71.21.14,,81.71.21.14,,81.71.21.14,\",\n \"ListenerId\": \"lbl-c2tgl6w0\",\n \"ListenerName\": \"web\",\n \"LoadBalancerDomain\": \"\",\n \"LoadBalancerId\": \"lb-meckpdk0\",\n \"LoadBalancerName\": \"lsy\",\n \"LoadBalancerType\": \"OPEN\",\n \"NumericalVpcId\": 8246908,\n \"Protocol\": \"HTTP\",\n \"Region\": \"gz\",\n \"VPort\": 80,\n \"Vip\": \"81.71.21.14\",\n \"Zone\": \"ap-guangzhou-4\"\n },\n {\n \"Domain\": \"1.15.159.154,,1.15.159.154,,1.15.159.154,,1.15.159.154,,1.15.159.154,,1.15.159.154,,1.15.159.154,,1.15.159.154,\",\n \"ListenerId\": \"lbl-gkydcakh\",\n \"ListenerName\": \"test-alert\",\n \"LoadBalancerDomain\": \"\",\n \"LoadBalancerId\": \"lb-bf5sfyqz\",\n \"LoadBalancerName\": \"autotest_HoneyPot\",\n \"LoadBalancerType\": \"OPEN\",\n \"NumericalVpcId\": 3888171,\n \"Protocol\": \"HTTP\",\n \"Region\": \"sh\",\n \"VPort\": 8000,\n \"Vip\": \"1.15.159.154\",\n \"Zone\": \"ap-shanghai-2\"\n },\n {\n \"Domain\": \",\",\n \"ListenerId\": \"lbl-mlrg4y76\",\n \"ListenerName\": \"test\",\n \"LoadBalancerDomain\": \"\",\n \"LoadBalancerId\": \"lb-pflq0j2e\",\n \"LoadBalancerName\": \"lb-642137c1\",\n \"LoadBalancerType\": \"OPEN\",\n \"NumericalVpcId\": 2783729,\n \"Protocol\": \"HTTP\",\n \"Region\": \"gz\",\n \"VPort\": 8080,\n \"Vip\": \"1.14.234.167\",\n \"Zone\": \"ap-guangzhou-6\"\n }\n ],\n \"RequestId\": \"3f2d43d2-e003-4872-8953-18d080e98c1d\",\n \"Total\": 4\n }\n}",
|
80
80
|
"title": "示例1"
|
81
81
|
}
|
82
82
|
],
|
@@ -470,9 +470,9 @@
|
|
470
470
|
"status": "online"
|
471
471
|
},
|
472
472
|
"ModifyImageSharePermission": {
|
473
|
-
"document": "本接口(ModifyImageSharePermission
|
473
|
+
"document": "本接口(ModifyImageSharePermission)用于修改镜像共享信息。\n\n* 共享镜像后,被共享账户可以通过该镜像创建实例。\n* 每个自定义镜像最多可共享给50个账户。\n* 共享镜像无法更改名称,描述,仅可用于创建实例。\n* 只支持共享到对方账户相同地域。",
|
474
474
|
"input": "ModifyImageSharePermissionRequest",
|
475
|
-
"name": "
|
475
|
+
"name": "修改镜像共享信息",
|
476
476
|
"output": "ModifyImageSharePermissionResponse",
|
477
477
|
"status": "online"
|
478
478
|
},
|
@@ -8252,7 +8252,7 @@
|
|
8252
8252
|
},
|
8253
8253
|
{
|
8254
8254
|
"disabled": false,
|
8255
|
-
"document": "
|
8255
|
+
"document": "接收共享镜像的账号Id列表,array型参数的格式可以参考[API简介](/document/api/213/568)。账号ID不同于QQ号,查询用户账号ID请查看[账号信息](https://console.cloud.tencent.com/developer)中的账号ID栏。",
|
8256
8256
|
"example": "[\"1038493875\\r\\n\"]",
|
8257
8257
|
"member": "string",
|
8258
8258
|
"name": "AccountIds",
|
@@ -8261,7 +8261,7 @@
|
|
8261
8261
|
},
|
8262
8262
|
{
|
8263
8263
|
"disabled": false,
|
8264
|
-
"document": "操作,包括 `SHARE`,`CANCEL`。其中`SHARE
|
8264
|
+
"document": "操作,包括 `SHARE`,`CANCEL`。其中`SHARE`代表共享操作,`CANCEL`代表取消共享操作。",
|
8265
8265
|
"example": "SHARE",
|
8266
8266
|
"member": "string",
|
8267
8267
|
"name": "Permission",
|
@@ -587,7 +587,7 @@
|
|
587
587
|
"ModifyImageSharePermission": [
|
588
588
|
{
|
589
589
|
"document": "共享镜像img-6pb6lrmy给账户1038493875",
|
590
|
-
"input": "
|
590
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyImageSharePermission\n<公共请求参数>\n\n{\n \"AccountIds\": [\n \"1038493875\"\n ],\n \"Permission\": \"SHARE\",\n \"ImageId\": \"img-6pb6lrmy\"\n}",
|
591
591
|
"output": "{\n \"Response\": {\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\"\n }\n}",
|
592
592
|
"title": "共享镜像"
|
593
593
|
}
|
@@ -20103,6 +20103,24 @@
|
|
20103
20103
|
"name": "Filters",
|
20104
20104
|
"required": false,
|
20105
20105
|
"type": "list"
|
20106
|
+
},
|
20107
|
+
{
|
20108
|
+
"disabled": false,
|
20109
|
+
"document": "排序方式 [asc:升序|desc:降序]",
|
20110
|
+
"example": "无",
|
20111
|
+
"member": "string",
|
20112
|
+
"name": "Order",
|
20113
|
+
"required": false,
|
20114
|
+
"type": "string"
|
20115
|
+
},
|
20116
|
+
{
|
20117
|
+
"disabled": false,
|
20118
|
+
"document": "排序字段",
|
20119
|
+
"example": "无",
|
20120
|
+
"member": "string",
|
20121
|
+
"name": "By",
|
20122
|
+
"required": false,
|
20123
|
+
"type": "string"
|
20106
20124
|
}
|
20107
20125
|
],
|
20108
20126
|
"type": "object"
|
@@ -20116,7 +20134,7 @@
|
|
20116
20134
|
"example": "[]",
|
20117
20135
|
"member": "MaliciousRequestWhiteListInfo",
|
20118
20136
|
"name": "List",
|
20119
|
-
"
|
20137
|
+
"output_required": true,
|
20120
20138
|
"type": "list",
|
20121
20139
|
"value_allowed_null": true
|
20122
20140
|
},
|
@@ -20126,7 +20144,7 @@
|
|
20126
20144
|
"example": "10",
|
20127
20145
|
"member": "uint64",
|
20128
20146
|
"name": "TotalCount",
|
20129
|
-
"
|
20147
|
+
"output_required": true,
|
20130
20148
|
"type": "int",
|
20131
20149
|
"value_allowed_null": true
|
20132
20150
|
},
|
@@ -11754,7 +11754,7 @@
|
|
11754
11754
|
},
|
11755
11755
|
{
|
11756
11756
|
"disabled": false,
|
11757
|
-
"document": "
|
11757
|
+
"document": "集群参数列表,例如 [{ \"CurrentValue\":\"2\", \"ParamName\":\"innodb_stats_transient_sample_pages\"}]",
|
11758
11758
|
"example": "无",
|
11759
11759
|
"member": "ModifyParamItem",
|
11760
11760
|
"name": "ClusterParamList",
|
@@ -11763,7 +11763,7 @@
|
|
11763
11763
|
},
|
11764
11764
|
{
|
11765
11765
|
"disabled": false,
|
11766
|
-
"document": "
|
11766
|
+
"document": "实例参数列表,例如[{ \"CurrentValue\":\"2\", \"ParamName\":\"innodb_stats_transient_sample_pages\"}]",
|
11767
11767
|
"example": "无",
|
11768
11768
|
"member": "ModifyParamItem",
|
11769
11769
|
"name": "InstanceParamList",
|
@@ -11791,7 +11791,7 @@
|
|
11791
11791
|
"example": "无",
|
11792
11792
|
"member": "int64",
|
11793
11793
|
"name": "FlowId",
|
11794
|
-
"
|
11794
|
+
"output_required": true,
|
11795
11795
|
"type": "int",
|
11796
11796
|
"value_allowed_null": false
|
11797
11797
|
},
|
@@ -5261,7 +5261,7 @@
|
|
5261
5261
|
"example": "cdb-test",
|
5262
5262
|
"member": "string",
|
5263
5263
|
"name": "InstanceId",
|
5264
|
-
"
|
5264
|
+
"output_required": true,
|
5265
5265
|
"type": "string",
|
5266
5266
|
"value_allowed_null": false
|
5267
5267
|
},
|
@@ -5271,7 +5271,7 @@
|
|
5271
5271
|
"example": "cdb-测试",
|
5272
5272
|
"member": "string",
|
5273
5273
|
"name": "InstanceName",
|
5274
|
-
"
|
5274
|
+
"output_required": true,
|
5275
5275
|
"type": "string",
|
5276
5276
|
"value_allowed_null": false
|
5277
5277
|
},
|
@@ -5281,7 +5281,7 @@
|
|
5281
5281
|
"example": "ap-guangzhou",
|
5282
5282
|
"member": "string",
|
5283
5283
|
"name": "Region",
|
5284
|
-
"
|
5284
|
+
"output_required": true,
|
5285
5285
|
"type": "string",
|
5286
5286
|
"value_allowed_null": false
|
5287
5287
|
},
|
@@ -5291,7 +5291,7 @@
|
|
5291
5291
|
"example": "100",
|
5292
5292
|
"member": "int64",
|
5293
5293
|
"name": "HealthScore",
|
5294
|
-
"
|
5294
|
+
"output_required": true,
|
5295
5295
|
"type": "int",
|
5296
5296
|
"value_allowed_null": false
|
5297
5297
|
},
|
@@ -5301,7 +5301,7 @@
|
|
5301
5301
|
"example": "MySql",
|
5302
5302
|
"member": "string",
|
5303
5303
|
"name": "Product",
|
5304
|
-
"
|
5304
|
+
"output_required": true,
|
5305
5305
|
"type": "string",
|
5306
5306
|
"value_allowed_null": false
|
5307
5307
|
},
|
@@ -5311,7 +5311,7 @@
|
|
5311
5311
|
"example": "0",
|
5312
5312
|
"member": "int64",
|
5313
5313
|
"name": "EventCount",
|
5314
|
-
"
|
5314
|
+
"output_required": true,
|
5315
5315
|
"type": "int",
|
5316
5316
|
"value_allowed_null": false
|
5317
5317
|
},
|
@@ -5321,7 +5321,7 @@
|
|
5321
5321
|
"example": "1",
|
5322
5322
|
"member": "int64",
|
5323
5323
|
"name": "InstanceType",
|
5324
|
-
"
|
5324
|
+
"output_required": true,
|
5325
5325
|
"type": "int",
|
5326
5326
|
"value_allowed_null": false
|
5327
5327
|
},
|
@@ -5331,7 +5331,7 @@
|
|
5331
5331
|
"example": "1",
|
5332
5332
|
"member": "int64",
|
5333
5333
|
"name": "Cpu",
|
5334
|
-
"
|
5334
|
+
"output_required": true,
|
5335
5335
|
"type": "int",
|
5336
5336
|
"value_allowed_null": false
|
5337
5337
|
},
|
@@ -5341,7 +5341,7 @@
|
|
5341
5341
|
"example": "4000",
|
5342
5342
|
"member": "int64",
|
5343
5343
|
"name": "Memory",
|
5344
|
-
"
|
5344
|
+
"output_required": true,
|
5345
5345
|
"type": "int",
|
5346
5346
|
"value_allowed_null": false
|
5347
5347
|
},
|
@@ -5351,7 +5351,7 @@
|
|
5351
5351
|
"example": "50",
|
5352
5352
|
"member": "int64",
|
5353
5353
|
"name": "Volume",
|
5354
|
-
"
|
5354
|
+
"output_required": true,
|
5355
5355
|
"type": "int",
|
5356
5356
|
"value_allowed_null": false
|
5357
5357
|
},
|
@@ -5361,7 +5361,7 @@
|
|
5361
5361
|
"example": "5.6",
|
5362
5362
|
"member": "string",
|
5363
5363
|
"name": "EngineVersion",
|
5364
|
-
"
|
5364
|
+
"output_required": true,
|
5365
5365
|
"type": "string",
|
5366
5366
|
"value_allowed_null": false
|
5367
5367
|
},
|
@@ -5371,7 +5371,7 @@
|
|
5371
5371
|
"example": "127.0.0.1",
|
5372
5372
|
"member": "string",
|
5373
5373
|
"name": "Vip",
|
5374
|
-
"
|
5374
|
+
"output_required": true,
|
5375
5375
|
"type": "string",
|
5376
5376
|
"value_allowed_null": false
|
5377
5377
|
},
|
@@ -5381,7 +5381,7 @@
|
|
5381
5381
|
"example": "3306",
|
5382
5382
|
"member": "int64",
|
5383
5383
|
"name": "Vport",
|
5384
|
-
"
|
5384
|
+
"output_required": true,
|
5385
5385
|
"type": "int",
|
5386
5386
|
"value_allowed_null": false
|
5387
5387
|
},
|
@@ -5391,7 +5391,7 @@
|
|
5391
5391
|
"example": "TENCENT_CLOUD",
|
5392
5392
|
"member": "string",
|
5393
5393
|
"name": "Source",
|
5394
|
-
"
|
5394
|
+
"output_required": true,
|
5395
5395
|
"type": "string",
|
5396
5396
|
"value_allowed_null": false
|
5397
5397
|
},
|
@@ -5401,7 +5401,7 @@
|
|
5401
5401
|
"example": "test-group",
|
5402
5402
|
"member": "string",
|
5403
5403
|
"name": "GroupId",
|
5404
|
-
"
|
5404
|
+
"output_required": true,
|
5405
5405
|
"type": "string",
|
5406
5406
|
"value_allowed_null": false
|
5407
5407
|
},
|
@@ -5411,7 +5411,7 @@
|
|
5411
5411
|
"example": "test-group-name",
|
5412
5412
|
"member": "string",
|
5413
5413
|
"name": "GroupName",
|
5414
|
-
"
|
5414
|
+
"output_required": true,
|
5415
5415
|
"type": "string",
|
5416
5416
|
"value_allowed_null": false
|
5417
5417
|
},
|
@@ -5421,7 +5421,7 @@
|
|
5421
5421
|
"example": "1",
|
5422
5422
|
"member": "int64",
|
5423
5423
|
"name": "Status",
|
5424
|
-
"
|
5424
|
+
"output_required": true,
|
5425
5425
|
"type": "int",
|
5426
5426
|
"value_allowed_null": false
|
5427
5427
|
},
|
@@ -5431,7 +5431,7 @@
|
|
5431
5431
|
"example": "subnet-igztest",
|
5432
5432
|
"member": "string",
|
5433
5433
|
"name": "UniqSubnetId",
|
5434
|
-
"
|
5434
|
+
"output_required": true,
|
5435
5435
|
"type": "string",
|
5436
5436
|
"value_allowed_null": false
|
5437
5437
|
},
|
@@ -5441,7 +5441,7 @@
|
|
5441
5441
|
"example": "CUSTOM",
|
5442
5442
|
"member": "string",
|
5443
5443
|
"name": "DeployMode",
|
5444
|
-
"
|
5444
|
+
"output_required": true,
|
5445
5445
|
"type": "string",
|
5446
5446
|
"value_allowed_null": false
|
5447
5447
|
},
|
@@ -5451,7 +5451,7 @@
|
|
5451
5451
|
"example": "1",
|
5452
5452
|
"member": "int64",
|
5453
5453
|
"name": "InitFlag",
|
5454
|
-
"
|
5454
|
+
"output_required": true,
|
5455
5455
|
"type": "int",
|
5456
5456
|
"value_allowed_null": false
|
5457
5457
|
},
|
@@ -5461,7 +5461,7 @@
|
|
5461
5461
|
"example": "0",
|
5462
5462
|
"member": "int64",
|
5463
5463
|
"name": "TaskStatus",
|
5464
|
-
"
|
5464
|
+
"output_required": true,
|
5465
5465
|
"type": "int",
|
5466
5466
|
"value_allowed_null": false
|
5467
5467
|
},
|
@@ -5471,7 +5471,7 @@
|
|
5471
5471
|
"example": "vpc-fstest",
|
5472
5472
|
"member": "string",
|
5473
5473
|
"name": "UniqVpcId",
|
5474
|
-
"
|
5474
|
+
"output_required": true,
|
5475
5475
|
"type": "string",
|
5476
5476
|
"value_allowed_null": false
|
5477
5477
|
},
|
@@ -5481,7 +5481,7 @@
|
|
5481
5481
|
"example": "-",
|
5482
5482
|
"member": "InstanceConfs",
|
5483
5483
|
"name": "InstanceConf",
|
5484
|
-
"
|
5484
|
+
"output_required": true,
|
5485
5485
|
"type": "object",
|
5486
5486
|
"value_allowed_null": false
|
5487
5487
|
},
|
@@ -5491,7 +5491,7 @@
|
|
5491
5491
|
"example": "2021-02-25 16:33:26",
|
5492
5492
|
"member": "datetime",
|
5493
5493
|
"name": "DeadlineTime",
|
5494
|
-
"
|
5494
|
+
"output_required": true,
|
5495
5495
|
"type": "string",
|
5496
5496
|
"value_allowed_null": false
|
5497
5497
|
},
|
@@ -5501,7 +5501,7 @@
|
|
5501
5501
|
"example": "true",
|
5502
5502
|
"member": "bool",
|
5503
5503
|
"name": "IsSupported",
|
5504
|
-
"
|
5504
|
+
"output_required": true,
|
5505
5505
|
"type": "bool",
|
5506
5506
|
"value_allowed_null": false
|
5507
5507
|
},
|
@@ -5511,7 +5511,7 @@
|
|
5511
5511
|
"example": "OFF",
|
5512
5512
|
"member": "string",
|
5513
5513
|
"name": "SecAuditStatus",
|
5514
|
-
"
|
5514
|
+
"output_required": true,
|
5515
5515
|
"type": "string",
|
5516
5516
|
"value_allowed_null": false
|
5517
5517
|
},
|
@@ -5521,7 +5521,7 @@
|
|
5521
5521
|
"example": "UNBOUND",
|
5522
5522
|
"member": "string",
|
5523
5523
|
"name": "AuditPolicyStatus",
|
5524
|
-
"
|
5524
|
+
"output_required": true,
|
5525
5525
|
"type": "string",
|
5526
5526
|
"value_allowed_null": false
|
5527
5527
|
},
|
@@ -5531,7 +5531,7 @@
|
|
5531
5531
|
"example": "normal",
|
5532
5532
|
"member": "string",
|
5533
5533
|
"name": "AuditRunningStatus",
|
5534
|
-
"
|
5534
|
+
"output_required": true,
|
5535
5535
|
"type": "string",
|
5536
5536
|
"value_allowed_null": false
|
5537
5537
|
},
|
@@ -5541,7 +5541,7 @@
|
|
5541
5541
|
"example": "无",
|
5542
5542
|
"member": "string",
|
5543
5543
|
"name": "InternalVip",
|
5544
|
-
"
|
5544
|
+
"output_required": true,
|
5545
5545
|
"type": "string",
|
5546
5546
|
"value_allowed_null": true
|
5547
5547
|
},
|
@@ -5551,7 +5551,7 @@
|
|
5551
5551
|
"example": "无",
|
5552
5552
|
"member": "int64",
|
5553
5553
|
"name": "InternalVport",
|
5554
|
-
"
|
5554
|
+
"output_required": true,
|
5555
5555
|
"type": "int",
|
5556
5556
|
"value_allowed_null": true
|
5557
5557
|
},
|
@@ -5561,7 +5561,7 @@
|
|
5561
5561
|
"example": "无",
|
5562
5562
|
"member": "string",
|
5563
5563
|
"name": "CreateTime",
|
5564
|
-
"
|
5564
|
+
"output_required": true,
|
5565
5565
|
"type": "string",
|
5566
5566
|
"value_allowed_null": false
|
5567
5567
|
},
|
@@ -5571,7 +5571,7 @@
|
|
5571
5571
|
"example": "无",
|
5572
5572
|
"member": "string",
|
5573
5573
|
"name": "ClusterId",
|
5574
|
-
"
|
5574
|
+
"output_required": true,
|
5575
5575
|
"type": "string",
|
5576
5576
|
"value_allowed_null": true
|
5577
5577
|
},
|
@@ -5581,9 +5581,29 @@
|
|
5581
5581
|
"example": "无",
|
5582
5582
|
"member": "string",
|
5583
5583
|
"name": "ClusterName",
|
5584
|
-
"
|
5584
|
+
"output_required": true,
|
5585
5585
|
"type": "string",
|
5586
5586
|
"value_allowed_null": true
|
5587
|
+
},
|
5588
|
+
{
|
5589
|
+
"disabled": false,
|
5590
|
+
"document": "自建MySQL的Agent状态,\"not_deployed\" - 未部署,\"deploying\" - 部署中,\"connected\" - 连接正常,\"deploy_failed\" - 连接失败,\"monitoring\" - 连接正常,\"stopped\" - 暂停连接,\"connect_failed\" - 连接失败,unknown - 未知。",
|
5591
|
+
"example": "monitoring",
|
5592
|
+
"member": "string",
|
5593
|
+
"name": "AgentStatus",
|
5594
|
+
"output_required": false,
|
5595
|
+
"type": "string",
|
5596
|
+
"value_allowed_null": false
|
5597
|
+
},
|
5598
|
+
{
|
5599
|
+
"disabled": false,
|
5600
|
+
"document": "自建MySQL的实例状态,\"not_attached\" - 未连接,\"attached\" - 连接正常,\"failed\" - 连接失败,\"stopped\" - 停止监控,unknown- 未知。",
|
5601
|
+
"example": "attached",
|
5602
|
+
"member": "string",
|
5603
|
+
"name": "InstanceStatus",
|
5604
|
+
"output_required": false,
|
5605
|
+
"type": "string",
|
5606
|
+
"value_allowed_null": false
|
5587
5607
|
}
|
5588
5608
|
],
|
5589
5609
|
"usage": "out"
|