tccli 3.0.1132.1__py2.py3-none-any.whl → 3.0.1134.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 (83) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +1 -0
  3. tccli/services/apm/v20210622/examples.json +1 -1
  4. tccli/services/asr/v20190614/api.json +2 -2
  5. tccli/services/billing/v20180709/api.json +10 -0
  6. tccli/services/cam/v20190116/api.json +41 -12
  7. tccli/services/cdwch/v20200915/api.json +9 -9
  8. tccli/services/cdwch/v20200915/examples.json +1 -1
  9. tccli/services/cdwdoris/v20211228/api.json +18 -0
  10. tccli/services/cfw/v20190904/api.json +4 -4
  11. tccli/services/ckafka/v20190819/api.json +130 -74
  12. tccli/services/ckafka/v20190819/examples.json +17 -17
  13. tccli/services/cls/v20201016/api.json +1 -1
  14. tccli/services/cls/v20201016/examples.json +1 -1
  15. tccli/services/cmq/v20190304/api.json +53 -49
  16. tccli/services/cmq/v20190304/examples.json +2 -2
  17. tccli/services/cms/v20190321/api.json +2 -0
  18. tccli/services/cms/v20190321/examples.json +1 -1
  19. tccli/services/csip/v20221121/api.json +137 -42
  20. tccli/services/csip/v20221121/examples.json +4 -4
  21. tccli/services/cynosdb/cynosdb_client.py +57 -4
  22. tccli/services/cynosdb/v20190107/api.json +451 -0
  23. tccli/services/cynosdb/v20190107/examples.json +8 -0
  24. tccli/services/dlc/dlc_client.py +106 -0
  25. tccli/services/dlc/v20210125/api.json +181 -0
  26. tccli/services/dlc/v20210125/examples.json +16 -0
  27. tccli/services/dsgc/v20190723/api.json +65 -58
  28. tccli/services/dsgc/v20190723/examples.json +5 -5
  29. tccli/services/dts/dts_client.py +0 -53
  30. tccli/services/dts/v20180330/api.json +0 -98
  31. tccli/services/dts/v20180330/examples.json +0 -8
  32. tccli/services/eb/v20210416/examples.json +1 -1
  33. tccli/services/emr/v20190103/api.json +5 -5
  34. tccli/services/ess/ess_client.py +411 -305
  35. tccli/services/ess/v20201111/api.json +144 -0
  36. tccli/services/ess/v20201111/examples.json +16 -0
  37. tccli/services/essbasic/essbasic_client.py +110 -4
  38. tccli/services/essbasic/v20210526/api.json +139 -4
  39. tccli/services/essbasic/v20210526/examples.json +16 -0
  40. tccli/services/gaap/v20180529/api.json +1 -1
  41. tccli/services/gaap/v20180529/examples.json +0 -6
  42. tccli/services/iecp/v20210914/api.json +40 -40
  43. tccli/services/ims/v20201229/api.json +2 -2
  44. tccli/services/lke/lke_client.py +171 -12
  45. tccli/services/lke/v20231130/api.json +524 -0
  46. tccli/services/lke/v20231130/examples.json +24 -0
  47. tccli/services/mongodb/mongodb_client.py +57 -4
  48. tccli/services/mongodb/v20190725/api.json +96 -0
  49. tccli/services/mongodb/v20190725/examples.json +8 -0
  50. tccli/services/monitor/v20180724/api.json +47 -19
  51. tccli/services/monitor/v20180724/examples.json +4 -4
  52. tccli/services/mps/v20190612/api.json +57 -7
  53. tccli/services/mps/v20190612/examples.json +1 -1
  54. tccli/services/ocr/v20181119/api.json +373 -3
  55. tccli/services/organization/organization_client.py +118 -12
  56. tccli/services/organization/v20210331/api.json +68 -0
  57. tccli/services/organization/v20210331/examples.json +16 -0
  58. tccli/services/pts/v20210728/api.json +1 -1
  59. tccli/services/pts/v20210728/examples.json +1 -1
  60. tccli/services/rum/v20210622/api.json +2 -0
  61. tccli/services/rum/v20210622/examples.json +1 -1
  62. tccli/services/sms/v20210111/api.json +26 -26
  63. tccli/services/tcr/v20190924/api.json +13 -10
  64. tccli/services/tcr/v20190924/examples.json +2 -2
  65. tccli/services/tdmq/tdmq_client.py +443 -19
  66. tccli/services/tdmq/v20200217/api.json +570 -0
  67. tccli/services/tdmq/v20200217/examples.json +64 -0
  68. tccli/services/tke/tke_client.py +53 -0
  69. tccli/services/tke/v20180525/api.json +227 -41
  70. tccli/services/tke/v20180525/examples.json +26 -0
  71. tccli/services/trro/v20220325/api.json +6 -6
  72. tccli/services/trtc/v20190722/api.json +1 -1
  73. tccli/services/tse/v20201207/api.json +13 -2
  74. tccli/services/tsf/v20180326/api.json +47 -35
  75. tccli/services/tsf/v20180326/examples.json +4 -4
  76. tccli/services/waf/v20180125/api.json +65 -9
  77. tccli/services/waf/v20180125/examples.json +1 -1
  78. tccli/services/wedata/v20210820/api.json +30 -19
  79. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/METADATA +2 -2
  80. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/RECORD +83 -83
  81. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/WHEEL +0 -0
  82. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/entry_points.txt +0 -0
  83. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1132.1'
1
+ __version__ = '3.0.1134.1'
@@ -1054,6 +1054,7 @@
1054
1054
  "example": "无",
1055
1055
  "member": "ApmInstanceDetail",
1056
1056
  "name": "Instances",
1057
+ "output_required": true,
1057
1058
  "type": "list",
1058
1059
  "value_allowed_null": true
1059
1060
  },
@@ -20,7 +20,7 @@
20
20
  {
21
21
  "document": "拉取APM实例列表",
22
22
  "input": "POST / HTTP/1.1\nHost: apm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApmInstances\n<公共请求参数>\n\n{\n \"Tags\": [\n {\n \"Key\": \"appid\",\n \"Value\": \"1231\"\n }\n ]\n}",
23
- "output": "{\n \"Response\": {\n \"Instances\": [\n {\n \"Name\": \"APM自动化测试\",\n \"InstanceId\": \"apm-OzNrwxuDj\",\n \"Description\": \"test123\",\n \"TraceDuration\": 1,\n \"AppId\": 251226959,\n \"CreateUin\": \"700000357122\",\n \"Tags\": [\n {\n \"Key\": \"AutoTest\",\n \"Value\": \"cvm\"\n }\n ],\n \"ServiceCount\": 5,\n \"ClientCount\": 5,\n \"TotalCount\": 0,\n \"CountOfReportSpanPerDay\": 0,\n \"AmountOfUsedStorage\": 100,\n \"Status\": 2,\n \"Region\": \"ap-guangzhou\",\n \"ErrRateThreshold\": 5,\n \"SampleRate\": 100,\n \"ErrorSample\": 1,\n \"SlowRequestSavedThreshold\": 500,\n \"SpanDailyCounters\": 0,\n \"BillingInstance\": 1,\n \"MetricDuration\": 30,\n \"LogSource\": \"\",\n \"LogRegion\": \"\",\n \"IsRelatedLog\": 0,\n \"LogTopicID\": \"\",\n \"LogSet\": \"\"\n }\n ],\n \"RequestId\": \"7uv7qo2mmm1e3ao94113zuvm2sehp7mm\"\n }\n}",
23
+ "output": "{\n \"Response\": {\n \"Instances\": [\n {\n \"Name\": \"ss1123\",\n \"InstanceId\": \"zE7Yu-g7R\",\n \"Description\": \"ssd\",\n \"TraceDuration\": 3,\n \"AppId\": 251005942,\n \"CreateUin\": \"1500000686\",\n \"Tags\": [],\n \"ServiceCount\": 0,\n \"ClientCount\": 0,\n \"TotalCount\": 0,\n \"CountOfReportSpanPerDay\": 0,\n \"AmountOfUsedStorage\": 100,\n \"Status\": 2,\n \"Region\": \"ap-guangzhou\",\n \"ErrRateThreshold\": 5,\n \"SampleRate\": 100,\n \"ErrorSample\": 0,\n \"SlowRequestSavedThreshold\": 500,\n \"SpanDailyCounters\": 1,\n \"BillingInstance\": 0,\n \"MetricDuration\": 30,\n \"CustomShowTags\": [],\n \"PayMode\": 1,\n \"PayModeEffective\": true,\n \"LogSource\": \"\",\n \"LogRegion\": \"\",\n \"IsRelatedLog\": 0,\n \"LogTopicID\": \"\",\n \"LogSet\": \"\"\n }\n ],\n \"RequestId\": \"7uv7qo2mmm1e3ao94113zuvm2sehp7mm\"\n }\n}",
24
24
  "title": "拉取APM实例列表"
25
25
  }
26
26
  ],
@@ -832,7 +832,7 @@
832
832
  {
833
833
  "disabled": false,
834
834
  "document": "录音文件识别的请求返回结果。",
835
- "example": "{ \"Response\": { \"RequestId\": \"8824366f-0e8f-4bd4-8924-af5e84127caa\"",
835
+ "example": "",
836
836
  "member": "TaskStatus",
837
837
  "name": "Data",
838
838
  "output_required": true,
@@ -2302,7 +2302,7 @@
2302
2302
  "example": "无",
2303
2303
  "member": "string",
2304
2304
  "name": "VoicePrintId",
2305
- "required": true,
2305
+ "required": false,
2306
2306
  "type": "string"
2307
2307
  }
2308
2308
  ],
@@ -7038,6 +7038,16 @@
7038
7038
  "output_required": false,
7039
7039
  "type": "string",
7040
7040
  "value_allowed_null": true
7041
+ },
7042
+ {
7043
+ "disabled": false,
7044
+ "document": "标签信息\n注意:此字段可能返回 null,表示取不到有效值。",
7045
+ "example": "无",
7046
+ "member": "string",
7047
+ "name": "Tags",
7048
+ "output_required": false,
7049
+ "type": "string",
7050
+ "value_allowed_null": true
7041
7051
  }
7042
7052
  ],
7043
7053
  "usage": "out"
@@ -633,7 +633,7 @@
633
633
  "example": "AccessKeyId",
634
634
  "member": "string",
635
635
  "name": "AccessKeyId",
636
- "required": true,
636
+ "output_required": true,
637
637
  "type": "string",
638
638
  "value_allowed_null": false
639
639
  },
@@ -643,7 +643,7 @@
643
643
  "example": "Active",
644
644
  "member": "string",
645
645
  "name": "Status",
646
- "required": true,
646
+ "output_required": true,
647
647
  "type": "string",
648
648
  "value_allowed_null": false
649
649
  },
@@ -653,9 +653,19 @@
653
653
  "example": "2021-03-20 00:00:00",
654
654
  "member": "datetime",
655
655
  "name": "CreateTime",
656
- "required": true,
656
+ "output_required": true,
657
657
  "type": "string",
658
658
  "value_allowed_null": false
659
+ },
660
+ {
661
+ "disabled": false,
662
+ "document": "密钥描述\n注意:此字段可能返回 null,表示取不到有效值。",
663
+ "example": "备注",
664
+ "member": "string",
665
+ "name": "Description",
666
+ "output_required": false,
667
+ "type": "string",
668
+ "value_allowed_null": true
659
669
  }
660
670
  ],
661
671
  "usage": "out"
@@ -666,42 +676,52 @@
666
676
  {
667
677
  "disabled": false,
668
678
  "document": "访问密钥标识",
669
- "example": "",
679
+ "example": "",
670
680
  "member": "string",
671
681
  "name": "AccessKeyId",
672
- "required": true,
682
+ "output_required": true,
673
683
  "type": "string",
674
684
  "value_allowed_null": false
675
685
  },
676
686
  {
677
687
  "disabled": false,
678
688
  "document": "访问密钥(密钥仅创建时可见,请妥善保存)",
679
- "example": "",
689
+ "example": "",
680
690
  "member": "string",
681
691
  "name": "SecretAccessKey",
682
- "required": true,
692
+ "output_required": true,
683
693
  "type": "string",
684
694
  "value_allowed_null": false
685
695
  },
686
696
  {
687
697
  "disabled": false,
688
698
  "document": "密钥状态,激活(Active)或未激活(Inactive)",
689
- "example": "",
699
+ "example": "",
690
700
  "member": "string",
691
701
  "name": "Status",
692
- "required": true,
702
+ "output_required": true,
693
703
  "type": "string",
694
704
  "value_allowed_null": false
695
705
  },
696
706
  {
697
707
  "disabled": false,
698
708
  "document": "创建时间",
699
- "example": "",
709
+ "example": "",
700
710
  "member": "datetime",
701
711
  "name": "CreateTime",
702
- "required": true,
712
+ "output_required": true,
703
713
  "type": "string",
704
714
  "value_allowed_null": false
715
+ },
716
+ {
717
+ "disabled": false,
718
+ "document": "描述\n注意:此字段可能返回 null,表示取不到有效值。",
719
+ "example": "无",
720
+ "member": "string",
721
+ "name": "Description",
722
+ "output_required": false,
723
+ "type": "string",
724
+ "value_allowed_null": true
705
725
  }
706
726
  ],
707
727
  "usage": "out"
@@ -1551,6 +1571,15 @@
1551
1571
  "name": "TargetUin",
1552
1572
  "required": false,
1553
1573
  "type": "int"
1574
+ },
1575
+ {
1576
+ "disabled": false,
1577
+ "document": "密钥描述,长度在1到1024之间,可包含大小写字符,数字以及特殊字符:=,.@:/-。 正则为:[\\w+=,.@:/-]*。",
1578
+ "example": "备注",
1579
+ "member": "string",
1580
+ "name": "Description",
1581
+ "required": false,
1582
+ "type": "string"
1554
1583
  }
1555
1584
  ],
1556
1585
  "type": "object"
@@ -1564,7 +1593,7 @@
1564
1593
  "example": "无",
1565
1594
  "member": "AccessKeyDetail",
1566
1595
  "name": "AccessKey",
1567
- "required": true,
1596
+ "output_required": true,
1568
1597
  "type": "object",
1569
1598
  "value_allowed_null": true
1570
1599
  },
@@ -87,7 +87,7 @@
87
87
  "DescribeInstanceKeyValConfigs": {
88
88
  "document": "在集群详情页面获取所有参数列表",
89
89
  "input": "DescribeInstanceKeyValConfigsRequest",
90
- "name": "获取参数列表",
90
+ "name": "在集群详情页面获取所有参数列表",
91
91
  "output": "DescribeInstanceKeyValConfigsResponse",
92
92
  "status": "online"
93
93
  },
@@ -1402,7 +1402,7 @@
1402
1402
  "example": "无",
1403
1403
  "member": "ClusterInfo",
1404
1404
  "name": "Clusters",
1405
- "required": true,
1405
+ "output_required": true,
1406
1406
  "type": "list",
1407
1407
  "value_allowed_null": false
1408
1408
  },
@@ -1448,7 +1448,7 @@
1448
1448
  "example": "--",
1449
1449
  "member": "InstanceConfigInfo",
1450
1450
  "name": "ConfigItems",
1451
- "required": true,
1451
+ "output_required": true,
1452
1452
  "type": "list",
1453
1453
  "value_allowed_null": false
1454
1454
  },
@@ -1458,7 +1458,7 @@
1458
1458
  "example": "-",
1459
1459
  "member": "InstanceConfigInfo",
1460
1460
  "name": "UnConfigItems",
1461
- "required": true,
1461
+ "output_required": true,
1462
1462
  "type": "list",
1463
1463
  "value_allowed_null": true
1464
1464
  },
@@ -1468,7 +1468,7 @@
1468
1468
  "example": "-",
1469
1469
  "member": "MapConfigItem",
1470
1470
  "name": "MapConfigItems",
1471
- "required": true,
1471
+ "output_required": true,
1472
1472
  "type": "list",
1473
1473
  "value_allowed_null": true
1474
1474
  },
@@ -1478,7 +1478,7 @@
1478
1478
  "example": "-",
1479
1479
  "member": "string",
1480
1480
  "name": "ErrorMsg",
1481
- "required": true,
1481
+ "output_required": true,
1482
1482
  "type": "string",
1483
1483
  "value_allowed_null": true
1484
1484
  },
@@ -1652,7 +1652,7 @@
1652
1652
  "example": "无",
1653
1653
  "member": "string",
1654
1654
  "name": "InstanceShardsList",
1655
- "required": true,
1655
+ "output_required": true,
1656
1656
  "type": "string",
1657
1657
  "value_allowed_null": true
1658
1658
  },
@@ -2979,7 +2979,7 @@
2979
2979
  "example": "-",
2980
2980
  "member": "int64",
2981
2981
  "name": "FlowId",
2982
- "required": true,
2982
+ "output_required": true,
2983
2983
  "type": "int",
2984
2984
  "value_allowed_null": false
2985
2985
  },
@@ -2989,7 +2989,7 @@
2989
2989
  "example": "-",
2990
2990
  "member": "string",
2991
2991
  "name": "ErrorMsg",
2992
- "required": true,
2992
+ "output_required": true,
2993
2993
  "type": "string",
2994
2994
  "value_allowed_null": false
2995
2995
  },
@@ -100,7 +100,7 @@
100
100
  {
101
101
  "document": "在集群详情页面获取所有参数列表",
102
102
  "input": "https://cdwch.tencentcloudapi.com/\n?Action=DescribeInstanceKeyValConfigs\n&InstanceId=cdwch-xxxx\n&<公共请求参数>",
103
- "output": "{\n \"Response\": {\n \"ConfigItems\": [\n {\n \"ConfValue\": \"xx\",\n \"ConfKey\": \"xx\",\n \"ModifyRuleValue\": \"xx\",\n \"DefaultValue\": \"xx\",\n \"Editable\": false,\n \"NeedRestart\": false,\n \"FileName\": \"xxx\",\n \"ConfDesc\": \"xxx\",\n \"ModifyRuleType\": \"xx\"\n },\n {\n \"ConfValue\": \"xx\",\n \"ConfKey\": \"xx\",\n \"Editable\": false,\n \"DefaultValue\": \"xx\",\n \"ModifyRuleValue\": \"xx\",\n \"NeedRestart\": false,\n \"FileName\": \"xx\",\n \"ConfDesc\": \"xx\",\n \"ModifyRuleType\": \"xx\"\n },\n {\n \"ConfValue\": \"xx\",\n \"ConfKey\": \"xx\",\n \"Editable\": false,\n \"DefaultValue\": \"xx\",\n \"ModifyRuleValue\": \"xx\",\n \"NeedRestart\": false,\n \"FileName\": \"xx\",\n \"ConfDesc\": \"xx\",\n \"ModifyRuleType\": \"xx\"\n },\n {\n \"ConfValue\": \"xx\",\n \"ConfKey\": \"xx\",\n \"Editable\": false,\n \"DefaultValue\": \"xx\",\n \"ModifyRuleValue\": \"xx\",\n \"NeedRestart\": false,\n \"FileName\": \"xx\",\n \"ConfDesc\": \"xx\",\n \"ModifyRuleType\": \"xx\"\n },\n {\n \"ConfValue\": \"xx\",\n \"ConfKey\": \"xx\",\n \"Editable\": false,\n \"DefaultValue\": \"xx\",\n \"ModifyRuleValue\": \"xx\",\n \"NeedRestart\": false,\n \"FileName\": \"xx\",\n \"ConfDesc\": \"xx\",\n \"ModifyRuleType\": \"xx\"\n },\n {\n \"ConfValue\": \"xx\",\n \"ConfKey\": \"xx\",\n \"Editable\": false,\n \"DefaultValue\": \"xx\",\n \"ModifyRuleValue\": \"xx\",\n \"NeedRestart\": false,\n \"FileName\": \"xx\",\n \"ConfDesc\": \"xx\",\n \"ModifyRuleType\": \"xx\"\n },\n {\n \"ConfValue\": \"xx\",\n \"ConfKey\": \"xx\",\n \"Editable\": false,\n \"DefaultValue\": \"xx\",\n \"ModifyRuleValue\": \"xx\",\n \"NeedRestart\": false,\n \"FileName\": \"xx\",\n \"ConfDesc\": \"xx\",\n \"ModifyRuleType\": \"xx\"\n },\n {\n \"ConfValue\": \"xx\",\n \"ConfKey\": \"xx\",\n \"Editable\": false,\n \"DefaultValue\": \"xx\",\n \"ModifyRuleValue\": \"xx\",\n \"NeedRestart\": false,\n \"FileName\": \"xx\",\n \"ConfDesc\": \"xx\",\n \"ModifyRuleType\": \"xx\"\n },\n {\n \"ConfValue\": \"xx\",\n \"ConfKey\": \"xx\",\n \"Editable\": false,\n \"DefaultValue\": \"xx\",\n \"ModifyRuleValue\": \"xx\",\n \"NeedRestart\": false,\n \"FileName\": \"xx\",\n \"ConfDesc\": \"xx\",\n \"ModifyRuleType\": \"xx\"\n },\n {\n \"ConfValue\": \"xx\",\n \"ConfKey\": \"xx\",\n \"Editable\": false,\n \"DefaultValue\": \"xx\",\n \"ModifyRuleValue\": \"xx\",\n \"NeedRestart\": false,\n \"FileName\": \"xx\",\n \"ConfDesc\": \"xx\",\n \"ModifyRuleType\": \"xx\"\n },\n {\n \"ConfValue\": \"xx\",\n \"ConfKey\": \"xx\",\n \"Editable\": false,\n \"DefaultValue\": \"xx\",\n \"ModifyRuleValue\": \"xx\",\n \"NeedRestart\": false,\n \"FileName\": \"xx\",\n \"ConfDesc\": \"xx\",\n \"ModifyRuleType\": \"xx\"\n }\n ],\n \"UnConfigItems\": [],\n \"MapConfigItems\": [],\n \"ErrorMsg\": \"\",\n \"RequestId\": \"xx\"\n }\n}",
103
+ "output": "{\n \"Response\": {\n \"ConfigItems\": [\n {\n \"ConfKey\": \"abc\",\n \"ConfValue\": \"abc\",\n \"DefaultValue\": \"abc\",\n \"NeedRestart\": true,\n \"Editable\": true,\n \"ConfDesc\": \"abc\",\n \"FileName\": \"abc\",\n \"ModifyRuleType\": \"abc\",\n \"ModifyRuleValue\": \"abc\",\n \"Uin\": \"abc\",\n \"ModifyTime\": \"abc\"\n }\n ],\n \"UnConfigItems\": [\n {\n \"ConfKey\": \"abc\",\n \"ConfValue\": \"abc\",\n \"DefaultValue\": \"abc\",\n \"NeedRestart\": true,\n \"Editable\": true,\n \"ConfDesc\": \"abc\",\n \"FileName\": \"abc\",\n \"ModifyRuleType\": \"abc\",\n \"ModifyRuleValue\": \"abc\",\n \"Uin\": \"abc\",\n \"ModifyTime\": \"abc\"\n }\n ],\n \"MapConfigItems\": [\n {\n \"ConfKey\": \"abc\",\n \"Items\": [\n {\n \"ConfKey\": \"abc\",\n \"ConfValue\": \"abc\",\n \"DefaultValue\": \"abc\",\n \"NeedRestart\": true,\n \"Editable\": true,\n \"ConfDesc\": \"abc\",\n \"FileName\": \"abc\",\n \"ModifyRuleType\": \"abc\",\n \"ModifyRuleValue\": \"abc\",\n \"Uin\": \"abc\",\n \"ModifyTime\": \"abc\"\n }\n ]\n }\n ],\n \"ErrorMsg\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
104
104
  "title": "获取参数列表"
105
105
  }
106
106
  ],
@@ -1573,6 +1573,24 @@
1573
1573
  "name": "IsQuery",
1574
1574
  "required": false,
1575
1575
  "type": "int"
1576
+ },
1577
+ {
1578
+ "disabled": false,
1579
+ "document": "数据库名称",
1580
+ "example": "[\"xx\",\"xxx\"]",
1581
+ "member": "string",
1582
+ "name": "DbName",
1583
+ "required": false,
1584
+ "type": "list"
1585
+ },
1586
+ {
1587
+ "disabled": false,
1588
+ "document": "catalog名称",
1589
+ "example": "[\"xx\",\"xxx\"]",
1590
+ "member": "string",
1591
+ "name": "CatalogName",
1592
+ "required": false,
1593
+ "type": "list"
1576
1594
  }
1577
1595
  ],
1578
1596
  "type": "object"
@@ -6250,7 +6250,7 @@
6250
6250
  "example": "无",
6251
6251
  "member": "string",
6252
6252
  "name": "ReturnMsg",
6253
- "required": true,
6253
+ "output_required": true,
6254
6254
  "type": "string",
6255
6255
  "value_allowed_null": true
6256
6256
  },
@@ -6260,7 +6260,7 @@
6260
6260
  "example": "1",
6261
6261
  "member": "int64",
6262
6262
  "name": "NatFwInsCount",
6263
- "required": true,
6263
+ "output_required": true,
6264
6264
  "type": "int",
6265
6265
  "value_allowed_null": true
6266
6266
  },
@@ -6270,7 +6270,7 @@
6270
6270
  "example": "1",
6271
6271
  "member": "int64",
6272
6272
  "name": "SubnetCount",
6273
- "required": true,
6273
+ "output_required": true,
6274
6274
  "type": "int",
6275
6275
  "value_allowed_null": true
6276
6276
  },
@@ -6280,7 +6280,7 @@
6280
6280
  "example": "1",
6281
6281
  "member": "int64",
6282
6282
  "name": "OpenSwitchCount",
6283
- "required": true,
6283
+ "output_required": true,
6284
6284
  "type": "int",
6285
6285
  "value_allowed_null": true
6286
6286
  },