tccli 3.0.1268.1__py2.py3-none-any.whl → 3.0.1270.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +5 -4
  3. tccli/services/aiart/aiart_client.py +106 -0
  4. tccli/services/aiart/v20221229/api.json +286 -11
  5. tccli/services/aiart/v20221229/examples.json +18 -2
  6. tccli/services/antiddos/v20200309/api.json +201 -132
  7. tccli/services/antiddos/v20200309/examples.json +12 -12
  8. tccli/services/apm/v20210622/api.json +13 -3
  9. tccli/services/billing/billing_client.py +4 -163
  10. tccli/services/billing/v20180709/api.json +0 -489
  11. tccli/services/billing/v20180709/examples.json +0 -24
  12. tccli/services/cam/v20190116/api.json +8 -8
  13. tccli/services/cat/v20180409/api.json +3 -1
  14. tccli/services/cbs/cbs_client.py +220 -8
  15. tccli/services/cbs/v20170312/api.json +418 -2
  16. tccli/services/cbs/v20170312/examples.json +32 -0
  17. tccli/services/ccc/v20200210/api.json +11 -11
  18. tccli/services/ccc/v20200210/examples.json +2 -2
  19. tccli/services/cdb/v20170320/api.json +48 -18
  20. tccli/services/cdwdoris/v20211228/api.json +10 -1
  21. tccli/services/cfw/v20190904/api.json +30 -30
  22. tccli/services/ckafka/v20190819/api.json +10 -0
  23. tccli/services/cls/v20201016/api.json +11 -0
  24. tccli/services/csip/v20221121/api.json +38 -38
  25. tccli/services/cwp/cwp_client.py +4 -57
  26. tccli/services/cwp/v20180228/api.json +0 -184
  27. tccli/services/cwp/v20180228/examples.json +0 -8
  28. tccli/services/cynosdb/v20190107/api.json +1 -1
  29. tccli/services/cynosdb/v20190107/examples.json +1 -1
  30. tccli/services/dcdb/dcdb_client.py +122 -16
  31. tccli/services/dcdb/v20180411/api.json +222 -0
  32. tccli/services/dcdb/v20180411/examples.json +16 -0
  33. tccli/services/dlc/v20210125/api.json +169 -50
  34. tccli/services/dlc/v20210125/examples.json +20 -20
  35. tccli/services/domain/v20180808/api.json +8 -8
  36. tccli/services/domain/v20180808/examples.json +3 -3
  37. tccli/services/dts/v20211206/api.json +1 -1
  38. tccli/services/es/v20180416/api.json +9 -9
  39. tccli/services/ess/v20201111/api.json +1 -1
  40. tccli/services/essbasic/v20210526/api.json +3 -3
  41. tccli/services/essbasic/v20210526/examples.json +2 -2
  42. tccli/services/facefusion/v20220927/api.json +4 -4
  43. tccli/services/faceid/v20180301/api.json +5 -5
  44. tccli/services/faceid/v20180301/examples.json +6 -0
  45. tccli/services/gme/v20180711/api.json +147 -141
  46. tccli/services/gme/v20180711/examples.json +9 -9
  47. tccli/services/hunyuan/v20230901/api.json +9 -0
  48. tccli/services/iotexplorer/v20190423/api.json +4 -4
  49. tccli/services/iotexplorer/v20190423/examples.json +5 -5
  50. tccli/services/keewidb/v20220308/api.json +2 -2
  51. tccli/services/lcic/v20220817/api.json +177 -177
  52. tccli/services/lcic/v20220817/examples.json +2 -2
  53. tccli/services/lighthouse/v20200324/api.json +76 -67
  54. tccli/services/live/v20180801/api.json +1 -1
  55. tccli/services/lke/v20231130/api.json +31 -0
  56. tccli/services/lkeap/v20240522/api.json +55 -9
  57. tccli/services/lkeap/v20240522/examples.json +1 -1
  58. tccli/services/mna/mna_client.py +106 -0
  59. tccli/services/mna/v20210119/api.json +246 -0
  60. tccli/services/mna/v20210119/examples.json +16 -0
  61. tccli/services/monitor/monitor_client.py +62 -57
  62. tccli/services/monitor/v20230616/api.json +266 -0
  63. tccli/services/monitor/v20230616/examples.json +19 -0
  64. tccli/services/mqtt/mqtt_client.py +489 -12
  65. tccli/services/mqtt/v20240516/api.json +864 -3
  66. tccli/services/mqtt/v20240516/examples.json +72 -0
  67. tccli/services/ocr/ocr_client.py +53 -0
  68. tccli/services/ocr/v20181119/api.json +319 -2
  69. tccli/services/ocr/v20181119/examples.json +8 -0
  70. tccli/services/postgres/postgres_client.py +334 -16
  71. tccli/services/postgres/v20170312/api.json +717 -34
  72. tccli/services/postgres/v20170312/examples.json +72 -0
  73. tccli/services/ses/v20201002/api.json +15 -5
  74. tccli/services/ssl/v20191205/api.json +496 -493
  75. tccli/services/ssl/v20191205/examples.json +144 -24
  76. tccli/services/svp/v20240125/api.json +6 -6
  77. tccli/services/taf/taf_client.py +0 -159
  78. tccli/services/taf/v20200210/api.json +0 -665
  79. tccli/services/taf/v20200210/examples.json +0 -24
  80. tccli/services/teo/v20220901/api.json +40 -2
  81. tccli/services/tione/v20211111/api.json +14 -3
  82. tccli/services/trabbit/__init__.py +4 -0
  83. tccli/services/trabbit/trabbit_client.py +1691 -0
  84. tccli/services/trabbit/v20230418/api.json +4773 -0
  85. tccli/services/trabbit/v20230418/examples.json +237 -0
  86. tccli/services/trp/v20210515/api.json +549 -513
  87. tccli/services/trp/v20210515/examples.json +5 -5
  88. tccli/services/trtc/v20190722/api.json +8 -8
  89. tccli/services/trtc/v20190722/examples.json +2 -2
  90. tccli/services/vclm/v20240523/api.json +0 -450
  91. tccli/services/vclm/v20240523/examples.json +0 -48
  92. tccli/services/vclm/vclm_client.py +0 -159
  93. tccli/services/vpc/v20170312/api.json +124 -0
  94. tccli/services/vpc/v20170312/examples.json +16 -0
  95. tccli/services/vpc/vpc_client.py +106 -0
  96. tccli/services/wedata/v20210820/api.json +211 -33
  97. tccli/services/wedata/v20210820/examples.json +14 -0
  98. tccli/services/wedata/wedata_client.py +53 -0
  99. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/METADATA +2 -2
  100. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/RECORD +103 -101
  101. tccli/services/aa/__init__.py +0 -4
  102. tccli/services/aa/aa_client.py +0 -207
  103. tccli/services/aa/v20200224/api.json +0 -397
  104. tccli/services/aa/v20200224/examples.json +0 -13
  105. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/WHEEL +0 -0
  106. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/entry_points.txt +0 -0
  107. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/license_files/LICENSE +0 -0
@@ -84,7 +84,7 @@
84
84
  {
85
85
  "document": "",
86
86
  "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCompanyApply\n<公共请求参数>\n\n{\n \"CompanyInfo\": {\n \"ApplicantType\": 1,\n \"CompanyName\": \"北京XXXXX有限责任公司\",\n \"BusinessId\": \"977111111111111\",\n \"BusinessIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"IsEqualTencentCloud\": 1,\n \"CorporationName\": \"王某某\",\n \"CorporationId\": \"6108888888888888\",\n \"CorporationIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"NetworkCommitmentPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CorporationHoldingOnIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CorporationMobile\": \"18092688910\",\n \"CorporationMobilePicUrl\": \"https://www.example.com/corporation_mobile_pic.gif\",\n \"OperatorName\": \"李某某\",\n \"OperatorId\": \"610000000000000\",\n \"OperatorIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"OperatorHoldingOnIdPicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"OperatorMobile\": \"18192226857\",\n \"OperatorEmail\": \"222@qq.com\",\n \"OperatorMobilePicUrl\": \"https://xxxx.com/xxxxx.jpg\",\n \"CommissionPicUrl\": \"https://www.example.com/commission_pic.JPG\",\n \"CompanyAuthLetterPicUrl\": \"https://www.example.com/company_auth_pic.JPG\",\n \"UseDescribeFileUrl\": \"https://www.example.com/use_describe_file.doc\",\n \"AcceptPicUrl\": \"https://xxxxxxxxx.com/file.jpg\"\n }\n}",
87
- "output": "{\n \"Response\": {\n \"Id\": 0,\n \"RequestId\": \"abc\"\n }\n}",
87
+ "output": "{\n \"Response\": {\n \"Id\": 1145,\n \"RequestId\": \"foo-bar\"\n }\n}",
88
88
  "title": "创建公司资质申请示例"
89
89
  }
90
90
  ],
@@ -252,7 +252,7 @@
252
252
  {
253
253
  "document": "",
254
254
  "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeExtensions\n<公共请求参数>\n\n{\n \"PageNumber\": 0,\n \"PageSize\": 35,\n \"SdkAppId\": 1400264214,\n \"ExtensionIds\": [\n \"1001\"\n ]\n}",
255
- "output": "{\n \"Response\": {\n \"RequestId\": \"86a17f0e-bcb3-46bf-ac66-8f165fe52127\",\n \"Total\": 1,\n \"ExtensionList\": [\n {\n \"SdkAppId\": 1400000014,\n \"FullExtensionId\": \"1001@140000014.tccc.qcloud.com\",\n \"ExtensionId\": \"1001\",\n \"SkillGroupId\": \"1532\",\n \"ExtensionName\": \"lulu\",\n \"CreateTime\": 0,\n \"ModifyTime\": 0,\n \"Status\": 0,\n \"Register\": false,\n \"Relation\": \"123456\",\n \"RelationName\": \"foobar\"\n }\n ]\n }\n}",
255
+ "output": "{\n \"Response\": {\n \"RequestId\": \"86a17f0e-bcb3-46bf-ac66-8f165fe52127\",\n \"Total\": 1,\n \"ExtensionList\": [\n {\n \"SdkAppId\": 1400000014,\n \"FullExtensionId\": \"1001@140000014.tccc.qcloud.com\",\n \"ExtensionId\": \"1001\",\n \"SkillGroupId\": \"1532\",\n \"ExtensionName\": \"lulu\",\n \"CreateTime\": 0,\n \"ModifyTime\": 0,\n \"Status\": 0,\n \"Register\": false,\n \"Relation\": \"foobar@tencent.com\",\n \"RelationName\": \"foobar\"\n }\n ]\n }\n}",
256
256
  "title": "查询话机列表信息"
257
257
  }
258
258
  ],
@@ -981,7 +981,7 @@
981
981
  "status": "online"
982
982
  },
983
983
  "ModifyProtectMode": {
984
- "document": "该接口(ModifyProtectMode)用于修改实例的同步方式。",
984
+ "document": "该接口(ModifyProtectMode)用于修改实例的同步方式。\n说明:仅专属集群可调用,该接口即将下线。",
985
985
  "input": "ModifyProtectModeRequest",
986
986
  "name": "修改实例的同步方式",
987
987
  "output": "ModifyProtectModeResponse",
@@ -2799,46 +2799,76 @@
2799
2799
  "usage": "out"
2800
2800
  },
2801
2801
  "AutoStrategy": {
2802
- "document": "CPU弹性扩容的自动扩容策略",
2802
+ "document": "CPU 弹性扩容的自动扩容策略。",
2803
2803
  "members": [
2804
2804
  {
2805
2805
  "disabled": false,
2806
- "document": "自动扩容阈值,可选值70、80、90,代表CPU利用率达到70%、80%、90%时后台进行自动扩容",
2806
+ "document": "自动扩容阈值,可选值40、50、60、70、80、90,代表 CPU 利用率达到40%、50%、60%、70%、80%、90%时后台进行自动扩容。",
2807
2807
  "example": "70",
2808
2808
  "member": "int64",
2809
2809
  "name": "ExpandThreshold",
2810
+ "output_required": false,
2810
2811
  "required": true,
2811
- "type": "int"
2812
+ "type": "int",
2813
+ "value_allowed_null": false
2812
2814
  },
2813
2815
  {
2814
2816
  "disabled": false,
2815
- "document": "自动扩容观测周期,单位是分钟,可选值1、3、5、10、15、30。后台会按照配置的周期进行扩容判断。",
2817
+ "document": "自动缩容阈值,可选值10、20、30,代表CPU利用率达到10%、20%、30%时后台进行自动缩容",
2818
+ "example": "10",
2819
+ "member": "int64",
2820
+ "name": "ShrinkThreshold",
2821
+ "output_required": false,
2822
+ "required": true,
2823
+ "type": "int",
2824
+ "value_allowed_null": false
2825
+ },
2826
+ {
2827
+ "disabled": true,
2828
+ "document": "自动扩容观测周期,单位是分钟,可选值1、3、5、10、15、30。后台会按照配置的周期进行扩容判断。\n注意:此字段可能返回 null,表示取不到有效值。",
2816
2829
  "example": "1",
2817
2830
  "member": "int64",
2818
2831
  "name": "ExpandPeriod",
2819
- "required": true,
2820
- "type": "int"
2832
+ "output_required": false,
2833
+ "required": false,
2834
+ "type": "int",
2835
+ "value_allowed_null": true
2836
+ },
2837
+ {
2838
+ "disabled": true,
2839
+ "document": "自动缩容观测周期,单位是分钟,可选值5、10、15、30。后台会按照配置的周期进行缩容判断。\n注意:此字段可能返回 null,表示取不到有效值。",
2840
+ "example": "5",
2841
+ "member": "int64",
2842
+ "name": "ShrinkPeriod",
2843
+ "output_required": false,
2844
+ "required": false,
2845
+ "type": "int",
2846
+ "value_allowed_null": true
2821
2847
  },
2822
2848
  {
2823
2849
  "disabled": false,
2824
- "document": "自动缩容阈值,可选值10、20、30,代表CPU利用率达到10%、20%、30%时后台进行自动缩容",
2825
- "example": "10",
2850
+ "document": "弹性扩容观测周期(秒级)",
2851
+ "example": "300",
2826
2852
  "member": "int64",
2827
- "name": "ShrinkThreshold",
2828
- "required": true,
2829
- "type": "int"
2853
+ "name": "ExpandSecondPeriod",
2854
+ "output_required": false,
2855
+ "required": false,
2856
+ "type": "int",
2857
+ "value_allowed_null": false
2830
2858
  },
2831
2859
  {
2832
2860
  "disabled": false,
2833
- "document": "自动缩容观测周期,单位是分钟,可选值5、10、15、30。后台会按照配置的周期进行缩容判断。",
2834
- "example": "5",
2861
+ "document": "缩容观测周期(秒级)",
2862
+ "example": "60",
2835
2863
  "member": "int64",
2836
- "name": "ShrinkPeriod",
2837
- "required": true,
2838
- "type": "int"
2864
+ "name": "ShrinkSecondPeriod",
2865
+ "output_required": false,
2866
+ "required": false,
2867
+ "type": "int",
2868
+ "value_allowed_null": false
2839
2869
  }
2840
2870
  ],
2841
- "usage": "in"
2871
+ "usage": "both"
2842
2872
  },
2843
2873
  "BackupConfig": {
2844
2874
  "document": "ECDB第二个从库的配置信息,只有ECDB实例才有这个字段",
@@ -2873,7 +2873,7 @@
2873
2873
  },
2874
2874
  {
2875
2875
  "disabled": false,
2876
- "document": "0集群维度 1节点维度",
2876
+ "document": "0集群维度 1节点维度 2启动脚本 3计算组维度",
2877
2877
  "example": "0",
2878
2878
  "member": "int64",
2879
2879
  "name": "ClusterConfigType",
@@ -2888,6 +2888,15 @@
2888
2888
  "name": "IPAddress",
2889
2889
  "required": false,
2890
2890
  "type": "string"
2891
+ },
2892
+ {
2893
+ "disabled": false,
2894
+ "document": "计算组id",
2895
+ "example": "tchd-f625kxu6-123ac",
2896
+ "member": "string",
2897
+ "name": "ComputeGroupId",
2898
+ "required": false,
2899
+ "type": "string"
2891
2900
  }
2892
2901
  ],
2893
2902
  "type": "object"
@@ -958,7 +958,7 @@
958
958
  {
959
959
  "disabled": false,
960
960
  "document": "云厂商代码",
961
- "example": "tencent",
961
+ "example": "云厂商代码",
962
962
  "member": "string",
963
963
  "name": "CloudCode",
964
964
  "output_required": false,
@@ -968,7 +968,7 @@
968
968
  {
969
969
  "disabled": false,
970
970
  "document": "自动化助手信息",
971
- "example": "{\\\"TaskId\\\":\\\"9001\\\",\\\"TaskName\\\":\\\"autotest\\\",\\\"LastTime\\\":\\\"1999-01-01 00:00:01\\\"}",
971
+ "example": "cmd_json",
972
972
  "member": "string",
973
973
  "name": "AutoTask",
974
974
  "output_required": false,
@@ -1606,7 +1606,7 @@
1606
1606
  {
1607
1607
  "disabled": false,
1608
1608
  "document": "域名",
1609
- "example": "www.test.com",
1609
+ "example": "url.com",
1610
1610
  "member": "string",
1611
1611
  "name": "Domain",
1612
1612
  "output_required": true,
@@ -2851,7 +2851,7 @@
2851
2851
  {
2852
2852
  "disabled": false,
2853
2853
  "document": "如果要创建域名则必填",
2854
- "example": "domain.gz.tencentcs.com",
2854
+ "example": "www.domainexample.com",
2855
2855
  "member": "string",
2856
2856
  "name": "Domain",
2857
2857
  "required": false,
@@ -3402,7 +3402,7 @@
3402
3402
  {
3403
3403
  "disabled": false,
3404
3404
  "document": "访问源",
3405
- "example": "1.1.1.1",
3405
+ "example": "192.177.54.82",
3406
3406
  "member": "string",
3407
3407
  "name": "SourceIp",
3408
3408
  "required": true,
@@ -3420,7 +3420,7 @@
3420
3420
  {
3421
3421
  "disabled": false,
3422
3422
  "document": "访问目的",
3423
- "example": "cdb-123",
3423
+ "example": "cdb-id",
3424
3424
  "member": "string",
3425
3425
  "name": "TargetIp",
3426
3426
  "required": true,
@@ -3599,7 +3599,7 @@
3599
3599
  {
3600
3600
  "disabled": false,
3601
3601
  "document": "模板id",
3602
- "example": "mb_***_***",
3602
+ "example": "mb_b66f_568d",
3603
3603
  "member": "string",
3604
3604
  "name": "Uuid",
3605
3605
  "required": true,
@@ -3912,7 +3912,7 @@
3912
3912
  {
3913
3913
  "disabled": false,
3914
3914
  "document": "组id",
3915
- "example": "cfwrg-id*************",
3915
+ "example": "cfwrg-0e89a384fc29",
3916
3916
  "member": "string",
3917
3917
  "name": "GroupId",
3918
3918
  "required": true,
@@ -4358,7 +4358,7 @@
4358
4358
  {
4359
4359
  "disabled": false,
4360
4360
  "document": "访问源名称",
4361
- "example": "内实例1",
4361
+ "example": "内部实例1",
4362
4362
  "member": "string",
4363
4363
  "name": "SourceName",
4364
4364
  "output_required": false,
@@ -4434,7 +4434,7 @@
4434
4434
  {
4435
4435
  "disabled": false,
4436
4436
  "document": "内网地址。",
4437
- "example": "10.10.1.1",
4437
+ "example": "10.10.1.112",
4438
4438
  "member": "string",
4439
4439
  "name": "PrivateIpAddress",
4440
4440
  "output_required": true,
@@ -4474,7 +4474,7 @@
4474
4474
  {
4475
4475
  "disabled": false,
4476
4476
  "document": "所属防火墙实例id",
4477
- "example": "cfwnat-xxx",
4477
+ "example": "cfwnat-id",
4478
4478
  "member": "string",
4479
4479
  "name": "FwInsId",
4480
4480
  "output_required": false,
@@ -4484,7 +4484,7 @@
4484
4484
  {
4485
4485
  "disabled": false,
4486
4486
  "document": "关联的nat网关Id",
4487
- "example": "nat-xxx",
4487
+ "example": "natgw-id",
4488
4488
  "member": "string",
4489
4489
  "name": "NatGwId",
4490
4490
  "output_required": false,
@@ -5345,7 +5345,7 @@
5345
5345
  {
5346
5346
  "disabled": false,
5347
5347
  "document": "结束时间",
5348
- "example": "2021-05-26",
5348
+ "example": "2021-05-26 00:00:00",
5349
5349
  "member": "string",
5350
5350
  "name": "EndTime",
5351
5351
  "required": true,
@@ -5363,7 +5363,7 @@
5363
5363
  {
5364
5364
  "disabled": false,
5365
5365
  "document": "开始时间",
5366
- "example": "2021-05-21",
5366
+ "example": "2021-05-21 00:00:00",
5367
5367
  "member": "string",
5368
5368
  "name": "StartTime",
5369
5369
  "required": true,
@@ -6381,7 +6381,7 @@
6381
6381
  {
6382
6382
  "disabled": false,
6383
6383
  "document": "日志列表",
6384
- "example": "{\"AppProtocolList\":null,\"Data\":\"[{\\\"StartTime\\\":\\\"2024-11-0115:20:00\\\",\\\"EndTime\\\":\\\"2024-11-0115:23:01\\\",\\\"SourceIp\\\":\\\"1.1.1.1\\\",\\\"TargetIp\\\":\\\"1.1.1.1\\\",\\\"SourcePrivateId\\\":\\\"vpc-2d8akqf5\\\",\\\"TargetPrivateId\\\":\\\"vpc-n0nyt8w7\\\",\\\"SourcePort\\\":\\\"59000\\\",\\\"TargetPort\\\":\\\"5001\\\",\\\"Direction\\\":\\\"1\\\",\\\"Domain\\\":\\\"\\\",\\\"Protocol\\\":\\\"TCP\\\",\\\"SwitchId\\\":\\\"cfws-4177e03f66\\\",\\\"SwtichName\\\":\\\"cfws-4177e03f66-switch1\\\",\\\"InstName\\\":\\\"\\\",\\\"InstanceID\\\":\\\"\\\",\\\"ReceivePackageNum\\\":1139962,\\\"ReceiveBytesNum\\\":1655072852,\\\"SendPackageNum\\\":115493,\\\"SendBytesNum\\\":8315616,\\\"FlowPackageNum\\\":1255455,\\\"FlowBytesNum\\\":1663388468,\\\"SourcePrivateName\\\":\\\"dora--IPV6-1\\\",\\\"TargetPrivateName\\\":\\\"dora-IPV6-2\\\",\\\"SourceInsName\\\":\\\"性能客户端\\\",\\\"TargetInsName\\\":\\\"性能服务端\\\",\\\"SrcInsID\\\":\\\"ins-muctdnk4\\\",\\\"DstInsID\\\":\\\"ins-q8vss5oq\\\",\\\"Address\\\":\\\"\\\",\\\"Supplier\\\":\\\"\\\",\\\"PublicIp\\\":\\\"\\\",\\\"PublicPort\\\":\\\"\\\",\\\"FwGroupId\\\":\\\"cfwg-dc7c585f\\\",\\\"FwGroupName\\\":\\\"-性能测试\\\"}]\",\"RequestId\":\"8d7fc0ae-ba1a-45d1-b33d-14c24dafc233\",\"ReturnCode\":0,\"ReturnMsg\":\"success\",\"Total\":74128060}",
6384
+ "example": "\"AppProtocolList\":null,\"Data\":\"\",\"RequestId\":\"8d7fc0ae-ba1a-45d1-b33d-14c24dafc233\",\"ReturnCode\":0,\"ReturnMsg\":\"success\",\"Total\":74128060",
6385
6385
  "member": "string",
6386
6386
  "name": "Data",
6387
6387
  "output_required": true,
@@ -8046,7 +8046,7 @@
8046
8046
  {
8047
8047
  "disabled": false,
8048
8048
  "document": "实例ID",
8049
- "example": "ins-abcdabdc",
8049
+ "example": "ins-d1da23dx",
8050
8050
  "member": "string",
8051
8051
  "name": "InstanceId",
8052
8052
  "output_required": false,
@@ -8236,7 +8236,7 @@
8236
8236
  {
8237
8237
  "disabled": false,
8238
8238
  "document": "域名化CLB的域名",
8239
- "example": "www.***.com",
8239
+ "example": "www.qq.com",
8240
8240
  "member": "string",
8241
8241
  "name": "Domain",
8242
8242
  "output_required": false,
@@ -8271,7 +8271,7 @@
8271
8271
  {
8272
8272
  "disabled": false,
8273
8273
  "document": "vpc 中第一个EIP开关打开,需要指定子网创建私有连接",
8274
- "example": "subnet-xxxxxxxx",
8274
+ "example": "subnet-1da3s2xd",
8275
8275
  "member": "string",
8276
8276
  "name": "SubnetId",
8277
8277
  "required": false,
@@ -8315,7 +8315,7 @@
8315
8315
  {
8316
8316
  "disabled": false,
8317
8317
  "document": "任务名称",
8318
- "example": "autotest",
8318
+ "example": "自动化任务",
8319
8319
  "member": "string",
8320
8320
  "name": "TaskName",
8321
8321
  "output_required": false,
@@ -11308,7 +11308,7 @@
11308
11308
  {
11309
11309
  "disabled": false,
11310
11310
  "document": "Nat网关名称",
11311
- "example": "testName",
11311
+ "example": "NAT网关",
11312
11312
  "member": "string",
11313
11313
  "name": "NatGatewayName",
11314
11314
  "output_required": true,
@@ -11712,7 +11712,7 @@
11712
11712
  {
11713
11713
  "disabled": false,
11714
11714
  "document": "网络实例ID",
11715
- "example": "vpc-xxxxxxxx",
11715
+ "example": "vpc-bjvuftia",
11716
11716
  "member": "string",
11717
11717
  "name": "InstanceId",
11718
11718
  "output_required": true,
@@ -13776,7 +13776,7 @@
13776
13776
  {
13777
13777
  "disabled": false,
13778
13778
  "document": "模板Id",
13779
- "example": "pp-test",
13779
+ "example": "pp-15181",
13780
13780
  "member": "string",
13781
13781
  "name": "TemplateId",
13782
13782
  "output_required": false,
@@ -14115,7 +14115,7 @@
14115
14115
  {
14116
14116
  "disabled": false,
14117
14117
  "document": "防火墙(组)ID",
14118
- "example": "cfwg-xxxxxxxx",
14118
+ "example": "cfwg-15181",
14119
14119
  "member": "string",
14120
14120
  "name": "FwGroupId",
14121
14121
  "output_required": true,
@@ -14175,7 +14175,7 @@
14175
14175
  {
14176
14176
  "disabled": false,
14177
14177
  "document": "VPC防火墙实例卡片信息数组",
14178
- "example": "[ { \"FwGroupId\": \"cfwg-48b0ce59\", \"FwInsName\": \"[autotest]【勿动】自动化测试-上海\", \"FwInsId\": \"cfwew-091fafd3\", \"FwMode\": 1, \"CcnId\": [ \"ccn-2stwf6cr\" ], \"CcnName\": [ \"[autotest][勿删]自动化测试\" ], \"PeerConnectionId\": null, \"PeerConnectionName\": null, \"FwCvmLst\": [ { \"FwInsId\": \"cfwew-091fafd3\", \"Region\": \"ap-shanghai\", \"RegionZh\": \"上海\", \"RegionDetail\": \"华东地区\", \"ZoneZh\": \"上海二区\", \"ZoneZhBack\": \"上海二区\", \"BandWidth\": 1024 } ], \"JoinInsLst\": [ { \"JoinType\": \"VPC\", \"Num\": 2 } ], \"JoinInsIdLst\": [ \"vpc-msa9dvac\", \"vpc-q9h93ip4\" ], \"FwGateway\": [ { \"GatewayId\": \"havip-0zv7jxun\", \"VpcId\": \"vpc-eo9n3mq2\", \"IpAddress\": \"10.183.0.4\" } ], \"JoinInsNum\": 2, \"FwSwitchNum\": 1, \"Status\": 0, \"Time\": \"2023-09-07 12:55:14\", \"Width\": 1024, \"UserVpcWidth\": 11264, \"RuleUsed\": 56, \"RuleMax\": 20000, \"FlowMax\": 29322, \"EngineVersion\": \"cfw_v4.0.2.1050\", \"UpdateEnable\": 1, \"TrafficMode\": \"Normal\" } ]",
14178
+ "example": "[ { \"FwGroupId\": \"cfwg-48b0ce59\", \"FwInsName\": \"[autotest]\", \"FwInsId\": \"cfwew-091fafd3\", \"FwMode\": 1} ]",
14179
14179
  "member": "VpcFwInstanceInfo",
14180
14180
  "name": "FwInstanceLst",
14181
14181
  "output_required": false,
@@ -14270,7 +14270,7 @@
14270
14270
  {
14271
14271
  "disabled": false,
14272
14272
  "document": "私有网络模式下接入的VpcId列表;仅私有网络模式使用",
14273
- "example": "[\"vpc-xxx\",\"vpc-xxx\"]",
14273
+ "example": "[\"vpc-151515\",\"vpc-151515\"]",
14274
14274
  "member": "string",
14275
14275
  "name": "VpcIds",
14276
14276
  "required": true,
@@ -14288,7 +14288,7 @@
14288
14288
  {
14289
14289
  "disabled": false,
14290
14290
  "document": "防火墙实例ID (编辑场景传)",
14291
- "example": "cfwew-xxxxxxxx",
14291
+ "example": "cfwew-151515",
14292
14292
  "member": "string",
14293
14293
  "name": "FwInsId",
14294
14294
  "required": false,
@@ -14424,7 +14424,7 @@
14424
14424
  {
14425
14425
  "disabled": false,
14426
14426
  "document": "VPC防火墙CVM的列表",
14427
- "example": "[{\"FwInsId\":\"cfwew-75066e5a\",\"Region\":\"ap-chongqing\",\"RegionZh\":\"重庆\",\"RegionDetail\":\"西南地区\",\"ZoneZh\":\"重庆一区\",\"ZoneZhBack\":\"重庆一区\",\"BandWidth\":50},{\"FwInsId\":\"cfwew-75066e5a\",\"Region\":\"ap-chengdu\",\"RegionZh\":\"成都\",\"RegionDetail\":\"西南地区\",\"ZoneZh\":\"成都一区\",\"ZoneZhBack\":\"成都一区\",\"BandWidth\":50}]",
14427
+ "example": "[{\"FwInsId\":\"cfwew-75066e5a\",\"Region\":\"ap-chongqing\",\"RegionZh\":\"重庆\",\"BandWidth\":50},{\"FwInsId\":\"cfwew-75066e5a\",\"Region\":\"ap-chengdu\",\"RegionZh\":\"成都\",\"BandWidth\":50}]",
14428
14428
  "member": "VpcFwCvmInsInfo",
14429
14429
  "name": "FwCvmLst",
14430
14430
  "output_required": false,
@@ -14512,7 +14512,7 @@
14512
14512
  {
14513
14513
  "disabled": false,
14514
14514
  "document": "接入的vpc列表",
14515
- "example": "[\"vpc-abcdabcd\"]",
14515
+ "example": "[\"vpc-1515151\"]",
14516
14516
  "member": "string",
14517
14517
  "name": "JoinInsIdLst",
14518
14518
  "output_required": false,
@@ -14649,7 +14649,7 @@
14649
14649
  {
14650
14650
  "disabled": false,
14651
14651
  "document": "VPC防火墙实例名称",
14652
- "example": "防火墙测试-实例1",
14652
+ "example": "防火墙-实例1",
14653
14653
  "member": "string",
14654
14654
  "name": "FwInsName",
14655
14655
  "output_required": true,
@@ -14725,7 +14725,7 @@
14725
14725
  {
14726
14726
  "disabled": false,
14727
14727
  "document": "访问目的示例:\nnet:IP/CIDR(192.168.0.2)\ndomain:域名规则,例如*.qq.com",
14728
- "example": "*.qq.com",
14728
+ "example": "qq.com",
14729
14729
  "member": "string",
14730
14730
  "name": "DestContent",
14731
14731
  "output_required": true,
@@ -11833,6 +11833,16 @@
11833
11833
  "output_required": false,
11834
11834
  "type": "string",
11835
11835
  "value_allowed_null": false
11836
+ },
11837
+ {
11838
+ "disabled": false,
11839
+ "document": "集群topic默认 unclean.leader.election.enable配置: 1 开启 0 关闭",
11840
+ "example": "1",
11841
+ "member": "int64",
11842
+ "name": "UncleanLeaderElectionEnable",
11843
+ "output_required": false,
11844
+ "type": "int",
11845
+ "value_allowed_null": false
11836
11846
  }
11837
11847
  ],
11838
11848
  "usage": "out"
@@ -10917,6 +10917,17 @@
10917
10917
  "required": false,
10918
10918
  "type": "list",
10919
10919
  "value_allowed_null": true
10920
+ },
10921
+ {
10922
+ "disabled": false,
10923
+ "document": "json解析模式,开启首层数据解析",
10924
+ "example": "false",
10925
+ "member": "bool",
10926
+ "name": "ParseArray",
10927
+ "output_required": false,
10928
+ "required": false,
10929
+ "type": "bool",
10930
+ "value_allowed_null": false
10920
10931
  }
10921
10932
  ],
10922
10933
  "usage": "both"