tccli 3.0.1129.1__py2.py3-none-any.whl → 3.0.1130.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/asr/v20190614/api.json +1 -1
  3. tccli/services/ciam/v20220331/api.json +92 -104
  4. tccli/services/cls/v20201016/api.json +5 -5
  5. tccli/services/ess/v20201111/api.json +5 -5
  6. tccli/services/essbasic/v20210526/api.json +10 -1
  7. tccli/services/essbasic/v20210526/examples.json +1 -1
  8. tccli/services/redis/redis_client.py +220 -8
  9. tccli/services/redis/v20180412/api.json +220 -0
  10. tccli/services/redis/v20180412/examples.json +32 -0
  11. tccli/services/ssl/v20191205/api.json +63 -38
  12. tccli/services/ssl/v20191205/examples.json +1 -1
  13. tccli/services/tcm/v20210413/api.json +75 -22
  14. tccli/services/tcm/v20210413/examples.json +1 -1
  15. tccli/services/tcr/v20190924/api.json +8 -8
  16. tccli/services/tcr/v20190924/examples.json +1 -1
  17. tccli/services/tdmq/v20200217/api.json +23 -10
  18. tccli/services/tdmq/v20200217/examples.json +3 -3
  19. tccli/services/tke/v20180525/api.json +31 -25
  20. tccli/services/tke/v20180525/examples.json +9 -9
  21. tccli/services/trtc/v20190722/api.json +2 -2
  22. tccli/services/tse/v20201207/api.json +103 -0
  23. tccli/services/tts/v20190823/api.json +1 -1
  24. tccli/services/waf/v20180125/api.json +109 -0
  25. tccli/services/waf/v20180125/examples.json +14 -0
  26. tccli/services/waf/waf_client.py +61 -8
  27. tccli/services/wedata/v20210820/api.json +71 -0
  28. tccli/services/wedata/v20210820/examples.json +8 -0
  29. tccli/services/wedata/wedata_client.py +53 -0
  30. {tccli-3.0.1129.1.dist-info → tccli-3.0.1130.1.dist-info}/METADATA +2 -2
  31. {tccli-3.0.1129.1.dist-info → tccli-3.0.1130.1.dist-info}/RECORD +34 -34
  32. {tccli-3.0.1129.1.dist-info → tccli-3.0.1130.1.dist-info}/WHEEL +0 -0
  33. {tccli-3.0.1129.1.dist-info → tccli-3.0.1130.1.dist-info}/entry_points.txt +0 -0
  34. {tccli-3.0.1129.1.dist-info → tccli-3.0.1130.1.dist-info}/license_files/LICENSE +0 -0
@@ -101,6 +101,7 @@
101
101
  "example": "true",
102
102
  "member": "bool",
103
103
  "name": "Enable",
104
+ "output_required": true,
104
105
  "required": true,
105
106
  "type": "bool",
106
107
  "value_allowed_null": false
@@ -111,6 +112,7 @@
111
112
  "example": "ap-shanghai",
112
113
  "member": "string",
113
114
  "name": "Region",
115
+ "output_required": true,
114
116
  "required": false,
115
117
  "type": "string",
116
118
  "value_allowed_null": true
@@ -121,9 +123,21 @@
121
123
  "example": "xxxx",
122
124
  "member": "string",
123
125
  "name": "InstanceId",
126
+ "output_required": true,
124
127
  "required": false,
125
128
  "type": "string",
126
129
  "value_allowed_null": true
130
+ },
131
+ {
132
+ "disabled": false,
133
+ "document": "是否要删除APM实例\n注意:此字段可能返回 null,表示取不到有效值。",
134
+ "example": "true",
135
+ "member": "bool",
136
+ "name": "NeedDelete",
137
+ "output_required": false,
138
+ "required": false,
139
+ "type": "bool",
140
+ "value_allowed_null": true
127
141
  }
128
142
  ],
129
143
  "usage": "both"
@@ -538,6 +552,7 @@
538
552
  "example": "linking",
539
553
  "member": "string",
540
554
  "name": "LinkState",
555
+ "output_required": true,
541
556
  "required": true,
542
557
  "type": "string",
543
558
  "value_allowed_null": false
@@ -548,12 +563,13 @@
548
563
  "example": "无",
549
564
  "member": "string",
550
565
  "name": "LinkErrorDetail",
566
+ "output_required": true,
551
567
  "required": true,
552
568
  "type": "string",
553
569
  "value_allowed_null": true
554
570
  }
555
571
  ],
556
- "usage": "out"
572
+ "usage": "both"
557
573
  },
558
574
  "CreateMeshRequest": {
559
575
  "document": "CreateMesh请求参数结构体",
@@ -647,66 +663,72 @@
647
663
  "members": [
648
664
  {
649
665
  "disabled": false,
650
- "document": "Prometheus 访问地址",
666
+ "document": "Prometheus 访问地址\n注意:此字段可能返回 null,表示取不到有效值。",
651
667
  "example": "http://x.x.x.x:909",
652
668
  "member": "string",
653
669
  "name": "Url",
670
+ "output_required": false,
654
671
  "required": true,
655
672
  "type": "string",
656
- "value_allowed_null": false
673
+ "value_allowed_null": true
657
674
  },
658
675
  {
659
676
  "disabled": false,
660
- "document": "认证方式",
677
+ "document": "认证方式\n注意:此字段可能返回 null,表示取不到有效值。",
661
678
  "example": "none, basic",
662
679
  "member": "string",
663
680
  "name": "AuthType",
681
+ "output_required": false,
664
682
  "required": true,
665
683
  "type": "string",
666
- "value_allowed_null": false
684
+ "value_allowed_null": true
667
685
  },
668
686
  {
669
687
  "disabled": false,
670
- "document": "是否公网地址,缺省为 false",
688
+ "document": "是否公网地址,缺省为 false\n注意:此字段可能返回 null,表示取不到有效值。",
671
689
  "example": "true",
672
690
  "member": "bool",
673
691
  "name": "IsPublicAddr",
692
+ "output_required": false,
674
693
  "required": false,
675
694
  "type": "bool",
676
- "value_allowed_null": false
695
+ "value_allowed_null": true
677
696
  },
678
697
  {
679
698
  "disabled": false,
680
- "document": "虚拟网络id",
699
+ "document": "虚拟网络id\n注意:此字段可能返回 null,表示取不到有效值。",
681
700
  "example": "vpc-xxxxxxxx",
682
701
  "member": "string",
683
702
  "name": "VpcId",
703
+ "output_required": false,
684
704
  "required": false,
685
705
  "type": "string",
686
- "value_allowed_null": false
706
+ "value_allowed_null": true
687
707
  },
688
708
  {
689
709
  "disabled": false,
690
- "document": "Prometheus 用户名(用于 basic 认证方式)",
710
+ "document": "Prometheus 用户名(用于 basic 认证方式)\n注意:此字段可能返回 null,表示取不到有效值。",
691
711
  "example": "test",
692
712
  "member": "string",
693
713
  "name": "Username",
714
+ "output_required": false,
694
715
  "required": false,
695
716
  "type": "string",
696
- "value_allowed_null": false
717
+ "value_allowed_null": true
697
718
  },
698
719
  {
699
720
  "disabled": false,
700
- "document": "Prometheus 密码(用于 basic 认证方式)",
721
+ "document": "Prometheus 密码(用于 basic 认证方式)\n注意:此字段可能返回 null,表示取不到有效值。",
701
722
  "example": "test",
702
723
  "member": "string",
703
724
  "name": "Password",
725
+ "output_required": false,
704
726
  "required": false,
705
727
  "type": "string",
706
- "value_allowed_null": false
728
+ "value_allowed_null": true
707
729
  }
708
730
  ],
709
- "usage": "in"
731
+ "usage": "both"
710
732
  },
711
733
  "DeleteMeshRequest": {
712
734
  "document": "DeleteMesh请求参数结构体",
@@ -966,7 +988,7 @@
966
988
  "example": "无",
967
989
  "member": "Mesh",
968
990
  "name": "MeshList",
969
- "required": true,
991
+ "output_required": true,
970
992
  "type": "list",
971
993
  "value_allowed_null": true
972
994
  },
@@ -976,7 +998,7 @@
976
998
  "example": "10",
977
999
  "member": "int64",
978
1000
  "name": "Total",
979
- "required": true,
1001
+ "output_required": true,
980
1002
  "type": "int",
981
1003
  "value_allowed_null": false
982
1004
  },
@@ -1081,6 +1103,7 @@
1081
1103
  "example": "无",
1082
1104
  "member": "string",
1083
1105
  "name": "CurrentVersion",
1106
+ "output_required": true,
1084
1107
  "required": true,
1085
1108
  "type": "string",
1086
1109
  "value_allowed_null": false
@@ -1091,6 +1114,7 @@
1091
1114
  "example": "无",
1092
1115
  "member": "string",
1093
1116
  "name": "DesiredVersion",
1117
+ "output_required": true,
1094
1118
  "required": true,
1095
1119
  "type": "string",
1096
1120
  "value_allowed_null": false
@@ -1101,12 +1125,13 @@
1101
1125
  "example": "无",
1102
1126
  "member": "string",
1103
1127
  "name": "State",
1128
+ "output_required": true,
1104
1129
  "required": true,
1105
1130
  "type": "string",
1106
1131
  "value_allowed_null": false
1107
1132
  }
1108
1133
  ],
1109
- "usage": "out"
1134
+ "usage": "both"
1110
1135
  },
1111
1136
  "ExtensiveCluster": {
1112
1137
  "document": "内网独占集群配置",
@@ -1373,6 +1398,7 @@
1373
1398
  "example": "无",
1374
1399
  "member": "LoadBalancerStatus",
1375
1400
  "name": "LoadBalancer",
1401
+ "output_required": true,
1376
1402
  "required": true,
1377
1403
  "type": "object",
1378
1404
  "value_allowed_null": false
@@ -1383,6 +1409,7 @@
1383
1409
  "example": "无",
1384
1410
  "member": "string",
1385
1411
  "name": "CurrentVersion",
1412
+ "output_required": true,
1386
1413
  "required": true,
1387
1414
  "type": "string",
1388
1415
  "value_allowed_null": false
@@ -1393,6 +1420,7 @@
1393
1420
  "example": "无",
1394
1421
  "member": "string",
1395
1422
  "name": "DesiredVersion",
1423
+ "output_required": true,
1396
1424
  "required": true,
1397
1425
  "type": "string",
1398
1426
  "value_allowed_null": false
@@ -1403,12 +1431,13 @@
1403
1431
  "example": "无",
1404
1432
  "member": "string",
1405
1433
  "name": "State",
1434
+ "output_required": true,
1406
1435
  "required": true,
1407
1436
  "type": "string",
1408
1437
  "value_allowed_null": false
1409
1438
  }
1410
1439
  ],
1411
- "usage": "out"
1440
+ "usage": "both"
1412
1441
  },
1413
1442
  "InjectConfig": {
1414
1443
  "document": "自动注入配置",
@@ -1712,6 +1741,26 @@
1712
1741
  "required": false,
1713
1742
  "type": "object",
1714
1743
  "value_allowed_null": true
1744
+ },
1745
+ {
1746
+ "disabled": false,
1747
+ "document": "设置跨可用区容灾时的主可用区ID\n注意:此字段可能返回 null,表示取不到有效值。",
1748
+ "example": "无",
1749
+ "member": "string",
1750
+ "name": "MasterZoneID",
1751
+ "required": false,
1752
+ "type": "string",
1753
+ "value_allowed_null": true
1754
+ },
1755
+ {
1756
+ "disabled": false,
1757
+ "document": "设置跨可用区容灾时的备可用区ID\n注意:此字段可能返回 null,表示取不到有效值。",
1758
+ "example": "无",
1759
+ "member": "string",
1760
+ "name": "SlaveZoneID",
1761
+ "required": false,
1762
+ "type": "string",
1763
+ "value_allowed_null": true
1715
1764
  }
1716
1765
  ],
1717
1766
  "usage": "both"
@@ -1725,6 +1774,7 @@
1725
1774
  "example": "lb-xxxxxxxx",
1726
1775
  "member": "string",
1727
1776
  "name": "LoadBalancerId",
1777
+ "output_required": true,
1728
1778
  "required": true,
1729
1779
  "type": "string",
1730
1780
  "value_allowed_null": false
@@ -1735,6 +1785,7 @@
1735
1785
  "example": "cls-xxxxxxxx_istio_igw",
1736
1786
  "member": "string",
1737
1787
  "name": "LoadBalancerName",
1788
+ "output_required": true,
1738
1789
  "required": true,
1739
1790
  "type": "string",
1740
1791
  "value_allowed_null": false
@@ -1745,6 +1796,7 @@
1745
1796
  "example": "x.x.x.x",
1746
1797
  "member": "string",
1747
1798
  "name": "LoadBalancerVip",
1799
+ "output_required": true,
1748
1800
  "required": true,
1749
1801
  "type": "string",
1750
1802
  "value_allowed_null": false
@@ -1755,12 +1807,13 @@
1755
1807
  "example": "lb-xxxxx-xxxx.clb.ap-shanghai.tencentclb.com",
1756
1808
  "member": "string",
1757
1809
  "name": "LoadBalancerHostname",
1758
- "required": false,
1810
+ "output_required": true,
1811
+ "required": true,
1759
1812
  "type": "string",
1760
1813
  "value_allowed_null": true
1761
1814
  }
1762
1815
  ],
1763
- "usage": "out"
1816
+ "usage": "both"
1764
1817
  },
1765
1818
  "Mesh": {
1766
1819
  "document": "Mesh信息",
@@ -1829,7 +1882,7 @@
1829
1882
  "disabled": false,
1830
1883
  "document": "创建时间",
1831
1884
  "example": "无",
1832
- "member": "datetime",
1885
+ "member": "datetime_iso",
1833
1886
  "name": "CreatedTime",
1834
1887
  "required": true,
1835
1888
  "type": "string",
@@ -1839,7 +1892,7 @@
1839
1892
  "disabled": false,
1840
1893
  "document": "修改时间\n注意:此字段可能返回 null,表示取不到有效值。",
1841
1894
  "example": "无",
1842
- "member": "datetime",
1895
+ "member": "datetime_iso",
1843
1896
  "name": "UpdatedTime",
1844
1897
  "required": true,
1845
1898
  "type": "string",
@@ -36,7 +36,7 @@
36
36
  {
37
37
  "document": "",
38
38
  "input": "POST / HTTP/1.1\nHost: tcm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMeshList\n<公共请求参数>\n\n{\n \"Limit\": 10,\n \"Offset\": 0\n}",
39
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"MeshList\": [\n {\n \"MeshId\": \"xxxxx\",\n \"DisplayName\": \"test\",\n \"Region\": \"xx\",\n \"Type\": \"HOSTED\",\n \"State\": \"xx\",\n \"Version\": \"xx\",\n \"CreatedTime\": \"2020-09-22 00:00:00\",\n \"UpdatedTime\": \"2020-09-22 00:00:00\",\n \"Config\": {\n \"Istio\": {\n \"OutboundTrafficPolicy\": \"ALLOW_ANY\",\n \"Tracing\": {\n \"Sampling\": 1\n }\n }\n },\n \"ClusterList\": [\n {\n \"ClusterId\": \"{{clusterId}}\",\n \"DisplayName\": \"\",\n \"Region\": \"sh\",\n \"Role\": \"MASTER\",\n \"VpcId\": \"{{vpcId}}\",\n \"SubnetId\": \"{{subnetId}}\",\n \"Config\": {\n \"AutoInjectionNamespaceList\": [\n \"default\"\n ]\n }\n }\n ],\n \"Status\": {\n \"CanaryVersion\": \"xx\",\n \"ServiceCount\": 0,\n \"Prometheus\": null\n }\n }\n ],\n \"Total\": 1\n }\n}",
39
+ "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"MeshList\": [\n {\n \"MeshId\": \"xxxxx\",\n \"DisplayName\": \"test\",\n \"Region\": \"sh\",\n \"Type\": \"HOSTED\",\n \"State\": \"pending\",\n \"Version\": \"1.12.5\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"Config\": {\n \"Istio\": {\n \"OutboundTrafficPolicy\": \"ALLOW_ANY\",\n \"Tracing\": {\n \"Sampling\": 1\n },\n \"DisablePolicyChecks\": true,\n \"EnablePilotHTTP\": true,\n \"DisableHTTPRetry\": true,\n \"SmartDNS\": {\n \"IstioMetaDNSCapture\": true,\n \"IstioMetaDNSAutoAllocate\": true\n }\n }\n },\n \"ClusterList\": [\n {\n \"ClusterId\": \"{{clusterId}}\",\n \"DisplayName\": \"\",\n \"Region\": \"sh\",\n \"Role\": \"MASTER\",\n \"VpcId\": \"{{vpcId}}\",\n \"SubnetId\": \"{{subnetId}}\",\n \"State\": \"RUNNING\",\n \"HostedNamespaces\": [],\n \"Type\": \"TKE\",\n \"LinkedTime\": \"2020-09-22T00:00:00+00:00\",\n \"Config\": {\n \"AutoInjectionNamespaceList\": [\n \"default\"\n ]\n },\n \"Status\": {\n \"LinkState\": \"LINKED\",\n \"LinkErrorDetail\": \"\"\n }\n }\n ],\n \"Status\": {\n \"CanaryVersion\": \"1.14.5\",\n \"ServiceCount\": 0,\n \"Prometheus\": null\n },\n \"TagList\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\",\n \"Passthrough\": true\n }\n ]\n }\n ],\n \"Total\": 1\n }\n}",
40
40
  "title": "DescribeMeshList"
41
41
  }
42
42
  ],
@@ -5867,7 +5867,7 @@
5867
5867
  "example": "yyy",
5868
5868
  "member": "string",
5869
5869
  "name": "TmpToken",
5870
- "required": true,
5870
+ "output_required": true,
5871
5871
  "type": "string",
5872
5872
  "value_allowed_null": false
5873
5873
  },
@@ -5877,7 +5877,7 @@
5877
5877
  "example": "ddd",
5878
5878
  "member": "string",
5879
5879
  "name": "TmpSecretId",
5880
- "required": true,
5880
+ "output_required": true,
5881
5881
  "type": "string",
5882
5882
  "value_allowed_null": false
5883
5883
  },
@@ -5887,7 +5887,7 @@
5887
5887
  "example": "eeee",
5888
5888
  "member": "string",
5889
5889
  "name": "TmpSecretKey",
5890
- "required": true,
5890
+ "output_required": true,
5891
5891
  "type": "string",
5892
5892
  "value_allowed_null": false
5893
5893
  },
@@ -5897,7 +5897,7 @@
5897
5897
  "example": "tcr-test134",
5898
5898
  "member": "string",
5899
5899
  "name": "Bucket",
5900
- "required": true,
5900
+ "output_required": true,
5901
5901
  "type": "string",
5902
5902
  "value_allowed_null": false
5903
5903
  },
@@ -5907,7 +5907,7 @@
5907
5907
  "example": "ap-guangzhou",
5908
5908
  "member": "string",
5909
5909
  "name": "Region",
5910
- "required": true,
5910
+ "output_required": true,
5911
5911
  "type": "string",
5912
5912
  "value_allowed_null": false
5913
5913
  },
@@ -5917,7 +5917,7 @@
5917
5917
  "example": "tcr-test/test-1.0.tgz",
5918
5918
  "member": "string",
5919
5919
  "name": "Path",
5920
- "required": true,
5920
+ "output_required": true,
5921
5921
  "type": "string",
5922
5922
  "value_allowed_null": false
5923
5923
  },
@@ -5927,7 +5927,7 @@
5927
5927
  "example": "12345",
5928
5928
  "member": "int64",
5929
5929
  "name": "StartTime",
5930
- "required": true,
5930
+ "output_required": true,
5931
5931
  "type": "int",
5932
5932
  "value_allowed_null": false
5933
5933
  },
@@ -5937,7 +5937,7 @@
5937
5937
  "example": "123456",
5938
5938
  "member": "int64",
5939
5939
  "name": "ExpiredTime",
5940
- "required": true,
5940
+ "output_required": true,
5941
5941
  "type": "int",
5942
5942
  "value_allowed_null": false
5943
5943
  },
@@ -704,7 +704,7 @@
704
704
  {
705
705
  "document": "",
706
706
  "input": "https://tcr.tencentcloudapi.com/?Action=DownloadHelmChart\n&RegistryId=tcr-xxx\n&NamespaceName=tcr-test\n&ChartName=test\n&ChartVersion=1.0\n&<公共请求参数>",
707
- "output": "{\n \"Response\": {\n \"TmpToken\": \"XXXX\",\n \"TmpSecretId\": \"XXXX\",\n \"TmpSecretKey\": \"XXXX\",\n \"Bucket\": \"XXXX\",\n \"Region\": \"XXXX\",\n \"Path\": \"tcr-test/test-1.0.tgz\",\n \"StartTime\": \"12345\",\n \"ExpiredTime\": \"123456\",\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
707
+ "output": "{\n \"Response\": {\n \"TmpSecretKey\": \"abc\",\n \"TmpToken\": \"abc\",\n \"Region\": \"ap-guangzhou\",\n \"Bucket\": \"tcr-d3av5-536254\",\n \"TmpSecretId\": \"abc\",\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"StartTime\": 0,\n \"Path\": \"/docker/registry\",\n \"ExpiredTime\": 0\n }\n}",
708
708
  "title": "下载Helm Chart"
709
709
  }
710
710
  ],
@@ -3438,6 +3438,7 @@
3438
3438
  "example": "test_user",
3439
3439
  "member": "string",
3440
3440
  "name": "User",
3441
+ "output_required": true,
3441
3442
  "type": "string",
3442
3443
  "value_allowed_null": false
3443
3444
  },
@@ -7120,6 +7121,7 @@
7120
7121
  "example": "1",
7121
7122
  "member": "uint64",
7122
7123
  "name": "TotalCount",
7124
+ "output_required": true,
7123
7125
  "type": "int",
7124
7126
  "value_allowed_null": false
7125
7127
  },
@@ -7129,6 +7131,7 @@
7129
7131
  "example": "无",
7130
7132
  "member": "RabbitMQPrivateNode",
7131
7133
  "name": "NodeList",
7134
+ "output_required": true,
7132
7135
  "type": "list",
7133
7136
  "value_allowed_null": true
7134
7137
  },
@@ -7665,7 +7668,7 @@
7665
7668
  "example": "1",
7666
7669
  "member": "int64",
7667
7670
  "name": "TotalCount",
7668
- "required": true,
7671
+ "output_required": true,
7669
7672
  "type": "int",
7670
7673
  "value_allowed_null": false
7671
7674
  },
@@ -7675,7 +7678,7 @@
7675
7678
  "example": "无",
7676
7679
  "member": "RabbitMQUser",
7677
7680
  "name": "RabbitMQUserList",
7678
- "required": true,
7681
+ "output_required": true,
7679
7682
  "type": "list",
7680
7683
  "value_allowed_null": false
7681
7684
  },
@@ -13993,6 +13996,16 @@
13993
13996
  "output_required": false,
13994
13997
  "type": "string",
13995
13998
  "value_allowed_null": true
13999
+ },
14000
+ {
14001
+ "disabled": false,
14002
+ "document": "计费模式,0-后付费,1-预付费\n注意:此字段可能返回 null,表示取不到有效值。",
14003
+ "example": "0",
14004
+ "member": "uint64",
14005
+ "name": "PayMode",
14006
+ "output_required": false,
14007
+ "type": "int",
14008
+ "value_allowed_null": true
13996
14009
  }
13997
14010
  ],
13998
14011
  "usage": "out"
@@ -14412,7 +14425,7 @@
14412
14425
  "example": "amqp-xxx",
14413
14426
  "member": "string",
14414
14427
  "name": "InstanceId",
14415
- "required": false,
14428
+ "output_required": true,
14416
14429
  "type": "string",
14417
14430
  "value_allowed_null": false
14418
14431
  },
@@ -14422,7 +14435,7 @@
14422
14435
  "example": "test_user",
14423
14436
  "member": "string",
14424
14437
  "name": "User",
14425
- "required": false,
14438
+ "output_required": true,
14426
14439
  "type": "string",
14427
14440
  "value_allowed_null": false
14428
14441
  },
@@ -14432,7 +14445,7 @@
14432
14445
  "example": "abc123",
14433
14446
  "member": "string",
14434
14447
  "name": "Password",
14435
- "required": false,
14448
+ "output_required": true,
14436
14449
  "type": "string",
14437
14450
  "value_allowed_null": false
14438
14451
  },
@@ -14442,7 +14455,7 @@
14442
14455
  "example": "测试账号",
14443
14456
  "member": "string",
14444
14457
  "name": "Description",
14445
- "required": false,
14458
+ "output_required": true,
14446
14459
  "type": "string",
14447
14460
  "value_allowed_null": true
14448
14461
  },
@@ -14452,7 +14465,7 @@
14452
14465
  "example": "monitoring",
14453
14466
  "member": "string",
14454
14467
  "name": "Tags",
14455
- "required": false,
14468
+ "output_required": true,
14456
14469
  "type": "list",
14457
14470
  "value_allowed_null": true
14458
14471
  },
@@ -14462,7 +14475,7 @@
14462
14475
  "example": "2022-11-11 11:11:11",
14463
14476
  "member": "string",
14464
14477
  "name": "CreateTime",
14465
- "required": false,
14478
+ "output_required": true,
14466
14479
  "type": "string",
14467
14480
  "value_allowed_null": false
14468
14481
  },
@@ -14472,7 +14485,7 @@
14472
14485
  "example": "2022-11-11 11:11:11",
14473
14486
  "member": "string",
14474
14487
  "name": "ModifyTime",
14475
- "required": false,
14488
+ "output_required": true,
14476
14489
  "type": "string",
14477
14490
  "value_allowed_null": false
14478
14491
  },
@@ -14482,7 +14495,7 @@
14482
14495
  "example": "System",
14483
14496
  "member": "string",
14484
14497
  "name": "Type",
14485
- "required": false,
14498
+ "output_required": true,
14486
14499
  "type": "string",
14487
14500
  "value_allowed_null": false
14488
14501
  }
@@ -520,7 +520,7 @@
520
520
  {
521
521
  "document": "RabbitMQ专享版查询节点列表 在查询节点的时候使用。",
522
522
  "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQNodeList\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-testtesttest\",\n \"Limit\": 1,\n \"Offset\": 1\n}",
523
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"xx\",\n \"NodeList\": [\n {\n \"NodeName\": \"xx\"\n }\n ]\n }\n}",
523
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"NodeList\": [\n {\n \"NodeName\": \"abc\",\n \"NodeStatus\": \"abc\",\n \"CPUUsage\": \"abc\",\n \"Memory\": 1,\n \"DiskUsage\": \"abc\",\n \"ProcessNumber\": 1\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
524
524
  "title": "RabbitMQ专享版查询节点列表"
525
525
  }
526
526
  ],
@@ -544,7 +544,7 @@
544
544
  {
545
545
  "document": "-",
546
546
  "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQUser\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-44w9928j\"\n}",
547
- "output": "{\n \"Response\": {\n \"RequestId\": \"dsfsdfs\",\n \"RabbitMQUserList\": [\n {\n \"InstanceId\": \"amqp-xxx\",\n \"User\": \"testVhost\",\n \"Password\": \"123\",\n \"Description\": \"hello\",\n \"Tags\": [\n \"shop\"\n ]\n }\n ],\n \"TotalCount\": 1\n }\n}",
547
+ "output": "{\n \"Response\": {\n \"RequestId\": \"dsfsdfs\",\n \"RabbitMQUserList\": [\n {\n \"ModifyTime\": \"1\",\n \"CreateTime\": \"1\",\n \"Type\": \"1\",\n \"InstanceId\": \"amqp-xxx\",\n \"User\": \"testVhost\",\n \"Password\": \"123\",\n \"Description\": \"hello\",\n \"Tags\": [\n \"shop\"\n ]\n }\n ],\n \"TotalCount\": 1\n }\n}",
548
548
  "title": "查询RabbitMQ 用户列表"
549
549
  }
550
550
  ],
@@ -552,7 +552,7 @@
552
552
  {
553
553
  "document": "-",
554
554
  "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQVipInstance\n<公共请求参数>\n\n{\n \"ClusterId\": \"amqp-dsadasd\"\n}",
555
- "output": "{\n \"Response\": {\n \"ClusterInfo\": {\n \"ClusterId\": \"amqp-dsadasd\",\n \"ClusterName\": \"abc\",\n \"Region\": \"ap-guangzhou\",\n \"CreateTime\": 1,\n \"Remark\": \"abc\",\n \"Vpcs\": [\n {\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VpcEndpoint\": \"abc\",\n \"VpcDataStreamEndpointStatus\": \"1\"\n }\n ],\n \"ZoneIds\": [\n 100001\n ],\n \"VirtualHostNumber\": 10,\n \"QueueNumber\": 10,\n \"MessagePublishRate\": 10.1,\n \"MessageStackNumber\": 10,\n \"ExpireTime\": 20,\n \"ChannelNumber\": 10,\n \"ConnectionNumber\": 10,\n \"ConsumerNumber\": 10,\n \"ExchangeNumber\": 10,\n \"ExceptionInformation\": \"abc\",\n \"ClusterStatus\": 1,\n \"AutoRenewFlag\": 1,\n \"MirrorQueuePolicyFlag\": 1\n },\n \"ClusterSpecInfo\": {\n \"SpecName\": \"标准版\",\n \"NodeCount\": 1,\n \"MaxTps\": 1,\n \"MaxBandWidth\": 3,\n \"MaxStorage\": 200,\n \"PublicNetworkTps\": 1\n },\n \"ClusterNetInfo\": {\n \"PublicAccessEndpoint\": \"1.1.1.1\",\n \"WebConsoleEndpoint\": \"1.1.1.1\",\n \"WebConsoleUsername\": \"abc\",\n \"WebConsolePassword\": \"abc\",\n \"PublicAccessEndpointStatus\": true,\n \"PublicControlConsoleSwitchStatus\": true,\n \"VpcControlConsoleSwitchStatus\": true,\n \"VpcWebConsoleEndpoint\": \"1.1.1.1\",\n \"PublicWebConsoleSwitchStatus\": \"ON\",\n \"VpcWebConsoleSwitchStatus\": \"ON\",\n \"PublicDataStreamStatus\": \"ON\",\n \"PrometheusEndpointInfo\": {\n \"PrometheusEndpointStatus\": \"ON\",\n \"VpcPrometheusEndpoint\": [\n \"abc\"\n ],\n \"NodePrometheusAddress\": [\n \"abc\"\n ],\n \"VpcEndpointInfo\": {\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VpcEndpoint\": \"abc\",\n \"VpcDataStreamEndpointStatus\": \"abc\"\n }\n }\n },\n \"ClusterWhiteListInfo\": {\n \"WhiteList\": \"1.1.1.1\",\n \"PublicControlConsoleWhiteList\": \"1.1.1.1\",\n \"PublicDataStreamWhiteList\": \"1.1.1.1\",\n \"PublicControlConsoleWhiteListStatus\": \"ON\",\n \"PublicDataStreamWhiteListStatus\": \"ON\"\n },\n \"VirtualHostQuota\": {\n \"MaxVirtualHost\": 10,\n \"UsedVirtualHost\": 10\n },\n \"ExchangeQuota\": {\n \"MaxExchange\": 10,\n \"UsedExchange\": 10\n },\n \"QueueQuota\": {\n \"MaxQueue\": 10,\n \"UsedQueue\": 10\n },\n \"RequestId\": \"abc\"\n }\n}",
555
+ "output": "{\n \"Response\": {\n \"ClusterInfo\": {\n \"ClusterId\": \"amqp-dsadasd\",\n \"ClusterName\": \"abc\",\n \"Region\": \"ap-guangzhou\",\n \"CreateTime\": 1,\n \"Remark\": \"abc\",\n \"Vpcs\": [\n {\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VpcEndpoint\": \"abc\",\n \"VpcDataStreamEndpointStatus\": \"1\"\n }\n ],\n \"ZoneIds\": [\n 100001\n ],\n \"VirtualHostNumber\": 10,\n \"QueueNumber\": 10,\n \"MessagePublishRate\": 10.1,\n \"MessageStackNumber\": 10,\n \"ExpireTime\": 20,\n \"ChannelNumber\": 10,\n \"ConnectionNumber\": 10,\n \"ConsumerNumber\": 10,\n \"ExchangeNumber\": 10,\n \"ExceptionInformation\": \"abc\",\n \"ClusterStatus\": 1,\n \"AutoRenewFlag\": 1,\n \"MirrorQueuePolicyFlag\": 1\n },\n \"ClusterSpecInfo\": {\n \"SpecName\": \"标准版\",\n \"NodeCount\": 1,\n \"MaxTps\": 1,\n \"MaxBandWidth\": 3,\n \"MaxStorage\": 200,\n \"PublicNetworkTps\": 1\n },\n \"ClusterNetInfo\": {\n \"WebConsoleDomainEndpoint\": \"1\",\n \"PublicAccessEndpoint\": \"1.1.1.1\",\n \"WebConsoleEndpoint\": \"1.1.1.1\",\n \"WebConsoleUsername\": \"abc\",\n \"WebConsolePassword\": \"abc\",\n \"PublicAccessEndpointStatus\": true,\n \"PublicControlConsoleSwitchStatus\": true,\n \"VpcControlConsoleSwitchStatus\": true,\n \"VpcWebConsoleEndpoint\": \"1.1.1.1\",\n \"PublicWebConsoleSwitchStatus\": \"ON\",\n \"VpcWebConsoleSwitchStatus\": \"ON\",\n \"PublicDataStreamStatus\": \"ON\",\n \"PrometheusEndpointInfo\": {\n \"PrometheusEndpointStatus\": \"ON\",\n \"VpcPrometheusEndpoint\": [\n \"abc\"\n ],\n \"NodePrometheusAddress\": [\n \"abc\"\n ],\n \"VpcEndpointInfo\": {\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VpcEndpoint\": \"abc\",\n \"VpcDataStreamEndpointStatus\": \"abc\"\n }\n }\n },\n \"ClusterWhiteListInfo\": {\n \"WhiteList\": \"1.1.1.1\",\n \"PublicControlConsoleWhiteList\": \"1.1.1.1\",\n \"PublicDataStreamWhiteList\": \"1.1.1.1\",\n \"PublicControlConsoleWhiteListStatus\": \"ON\",\n \"PublicDataStreamWhiteListStatus\": \"ON\"\n },\n \"VirtualHostQuota\": {\n \"MaxVirtualHost\": 10,\n \"UsedVirtualHost\": 10\n },\n \"ExchangeQuota\": {\n \"MaxExchange\": 10,\n \"UsedExchange\": 10\n },\n \"QueueQuota\": {\n \"MaxQueue\": 10,\n \"UsedQueue\": 10\n },\n \"RequestId\": \"abc\"\n }\n}",
556
556
  "title": "获取单个Amqp集群信息"
557
557
  }
558
558
  ],