tccli 3.0.1307.1__py2.py3-none-any.whl → 3.0.1309.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 (55) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +29 -19
  3. tccli/services/apm/v20210622/api.json +38 -0
  4. tccli/services/asr/v20190614/api.json +64 -64
  5. tccli/services/asr/v20190614/examples.json +4 -4
  6. tccli/services/bh/v20230418/api.json +2 -2
  7. tccli/services/cat/cat_client.py +53 -0
  8. tccli/services/cat/v20180409/api.json +80 -0
  9. tccli/services/cat/v20180409/examples.json +8 -0
  10. tccli/services/cdwch/v20200915/api.json +3 -3
  11. tccli/services/cfs/v20190719/api.json +9 -0
  12. tccli/services/clb/v20180317/api.json +120 -78
  13. tccli/services/clb/v20180317/examples.json +31 -31
  14. tccli/services/cloudaudit/v20190319/api.json +67 -67
  15. tccli/services/cloudaudit/v20190319/examples.json +2 -2
  16. tccli/services/config/v20220802/api.json +184 -165
  17. tccli/services/cvm/v20170312/api.json +2 -2
  18. tccli/services/cynosdb/cynosdb_client.py +53 -0
  19. tccli/services/cynosdb/v20190107/api.json +63 -0
  20. tccli/services/cynosdb/v20190107/examples.json +8 -0
  21. tccli/services/dsgc/dsgc_client.py +53 -0
  22. tccli/services/dsgc/v20190723/api.json +221 -7
  23. tccli/services/dsgc/v20190723/examples.json +8 -0
  24. tccli/services/ess/v20201111/api.json +1 -1
  25. tccli/services/hunyuan/hunyuan_client.py +53 -0
  26. tccli/services/hunyuan/v20230901/api.json +155 -0
  27. tccli/services/hunyuan/v20230901/examples.json +8 -0
  28. tccli/services/iss/v20230517/examples.json +1 -1
  29. tccli/services/mongodb/v20190725/api.json +1 -1
  30. tccli/services/ocr/v20181119/api.json +13 -3
  31. tccli/services/organization/v20210331/api.json +12 -12
  32. tccli/services/partners/partners_client.py +57 -4
  33. tccli/services/partners/v20180321/api.json +151 -0
  34. tccli/services/partners/v20180321/examples.json +14 -0
  35. tccli/services/postgres/v20170312/api.json +1 -1
  36. tccli/services/tdmq/v20200217/api.json +118 -14
  37. tccli/services/tdmq/v20200217/examples.json +1 -1
  38. tccli/services/teo/v20220901/api.json +9 -9
  39. tccli/services/teo/v20220901/examples.json +1 -1
  40. tccli/services/thpc/v20230321/api.json +1 -1
  41. tccli/services/trocket/v20230308/api.json +123 -19
  42. tccli/services/trocket/v20230308/examples.json +1 -1
  43. tccli/services/vpc/v20170312/api.json +114 -112
  44. tccli/services/vpc/v20170312/examples.json +4 -4
  45. tccli/services/waf/v20180125/api.json +43 -0
  46. tccli/services/waf/v20180125/examples.json +8 -0
  47. tccli/services/waf/waf_client.py +57 -4
  48. tccli/services/wedata/v20210820/api.json +1046 -10
  49. tccli/services/wedata/v20210820/examples.json +49 -1
  50. tccli/services/wedata/wedata_client.py +350 -32
  51. {tccli-3.0.1307.1.dist-info → tccli-3.0.1309.1.dist-info}/METADATA +2 -2
  52. {tccli-3.0.1307.1.dist-info → tccli-3.0.1309.1.dist-info}/RECORD +55 -55
  53. {tccli-3.0.1307.1.dist-info → tccli-3.0.1309.1.dist-info}/WHEEL +0 -0
  54. {tccli-3.0.1307.1.dist-info → tccli-3.0.1309.1.dist-info}/entry_points.txt +0 -0
  55. {tccli-3.0.1307.1.dist-info → tccli-3.0.1309.1.dist-info}/license_files/LICENSE +0 -0
@@ -86,6 +86,20 @@
86
86
  "title": "获取某代理商缓存订单"
87
87
  }
88
88
  ],
89
+ "DescribeAgentDealsPriceDetailByDealName": [
90
+ {
91
+ "document": "订单号不存在或订单非当前伙伴的普通代客预付费订单",
92
+ "input": "POST / HTTP/1.1\nHost: partners.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAgentDealsPriceDetailByDealName\n<公共请求参数>\n\n{\n \"DealCreatYear\": 2022,\n \"DealNames\": [\n \"20221129388001245619661\",\n \"20221129388001245611101\"\n ]\n}",
93
+ "output": "{\n \"Response\": {\n \"DealList\": [],\n \"RequestId\": \"b70c7e34-9ea6-44a9-ba7c-40dc071b5116\"\n }\n}",
94
+ "title": "输入的订单未查询到结果"
95
+ },
96
+ {
97
+ "document": "成功查询订单费用详情",
98
+ "input": "POST / HTTP/1.1\nHost: partners.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAgentDealsPriceDetailByDealName\n<公共请求参数>\n\n{\n \"DealCreatYear\": 2025,\n \"DealNames\": [\n \"20250411030002731555371\",\n \"20250411941002731407001\"\n ]\n}",
99
+ "output": "{\n \"Response\": {\n \"DealList\": [\n {\n \"DealName\": \"20250411030002731555371\",\n \"OwnerUin\": \"100000032030\",\n \"SubProductPriceDetail\": [\n {\n \"DiscountValue\": 100,\n \"Name\": \"流量包\",\n \"RealTotalCost\": 9900,\n \"TotalCost\": 9900\n }\n ]\n },\n {\n \"DealName\": \"20250411941002731407001\",\n \"OwnerUin\": \"700001111941\",\n \"SubProductPriceDetail\": [\n {\n \"DiscountValue\": 100,\n \"Name\": \"带宽-按带宽计费\",\n \"RealTotalCost\": 0,\n \"TotalCost\": 0\n },\n {\n \"DiscountValue\": 87,\n \"Name\": \"内存-标准型S5\",\n \"RealTotalCost\": 3900,\n \"TotalCost\": 4500\n },\n {\n \"DiscountValue\": 87,\n \"Name\": \"CPU-标准型S5\",\n \"RealTotalCost\": 3900,\n \"TotalCost\": 4500\n },\n {\n \"DiscountValue\": 100,\n \"Name\": \"高效云系统盘\",\n \"RealTotalCost\": 3500,\n \"TotalCost\": 3500\n }\n ]\n }\n ],\n \"RequestId\": \"73a3fa9b-6149-4165-aaf9-c6cc7f57e87c\"\n }\n}",
100
+ "title": "成功查询订单"
101
+ }
102
+ ],
89
103
  "DescribeAgentPayDealsV2": [
90
104
  {
91
105
  "document": "",
@@ -4066,7 +4066,7 @@
4066
4066
  "members": [
4067
4067
  {
4068
4068
  "disabled": false,
4069
- "document": "数据库对象,当ObjectType为database时,DataseName/SchemaName/TableName可为空;当ObjectType为schema时,SchemaName/TableName可为空;当ObjectType为column时,TableName不可为空,其余情况均可为空。\n注意:此字段可能返回 null,表示取不到有效值。",
4069
+ "document": "数据库对象,当ObjectType为database时,DatabaseName/SchemaName/TableName可为空;当ObjectType为schema时,SchemaName/TableName可为空;当ObjectType为column时,TableName不可为空,其余情况均可为空。\n注意:此字段可能返回 null,表示取不到有效值。",
4070
4070
  "example": "{\"ObjectType\":\"table\",\"ObjectName\":\"test_table\",\"DatabaseName\":\"test_database\",\"SchemaName\":\"test_schema\"}",
4071
4071
  "member": "DatabaseObject",
4072
4072
  "name": "Object",
@@ -4020,6 +4020,15 @@
4020
4020
  "name": "Remark",
4021
4021
  "required": false,
4022
4022
  "type": "string"
4023
+ },
4024
+ {
4025
+ "disabled": false,
4026
+ "document": "标签列表",
4027
+ "example": "无",
4028
+ "member": "Tag",
4029
+ "name": "TagList",
4030
+ "required": false,
4031
+ "type": "list"
4023
4032
  }
4024
4033
  ],
4025
4034
  "type": "object"
@@ -4822,6 +4831,24 @@
4822
4831
  "name": "UnackPolicy",
4823
4832
  "required": false,
4824
4833
  "type": "string"
4834
+ },
4835
+ {
4836
+ "disabled": false,
4837
+ "document": "是否开启异常消费者隔离",
4838
+ "example": "true",
4839
+ "member": "bool",
4840
+ "name": "IsolateConsumerEnable",
4841
+ "required": false,
4842
+ "type": "bool"
4843
+ },
4844
+ {
4845
+ "disabled": false,
4846
+ "document": "消费者 Ack 超时时间,单位:秒,范围60-(3600*24)",
4847
+ "example": "60",
4848
+ "member": "int64",
4849
+ "name": "AckTimeOut",
4850
+ "required": false,
4851
+ "type": "int"
4825
4852
  }
4826
4853
  ],
4827
4854
  "type": "object"
@@ -6984,6 +7011,15 @@
6984
7011
  "name": "QueryDlqMsg",
6985
7012
  "required": false,
6986
7013
  "type": "bool"
7014
+ },
7015
+ {
7016
+ "disabled": false,
7017
+ "document": "生产时间",
7018
+ "example": "2024-04-11T23:03:47.328+08:00",
7019
+ "member": "string",
7020
+ "name": "ProduceTime",
7021
+ "required": false,
7022
+ "type": "string"
6987
7023
  }
6988
7024
  ],
6989
7025
  "type": "object"
@@ -9423,7 +9459,7 @@
9423
9459
  {
9424
9460
  "disabled": false,
9425
9461
  "document": "记录数。",
9426
- "example": "1",
9462
+ "example": "10",
9427
9463
  "member": "int64",
9428
9464
  "name": "TotalCount",
9429
9465
  "output_required": true,
@@ -9433,7 +9469,7 @@
9433
9469
  {
9434
9470
  "disabled": false,
9435
9471
  "document": "命名空间角色集合。",
9436
- "example": "[]",
9472
+ "example": "",
9437
9473
  "member": "EnvironmentRole",
9438
9474
  "name": "EnvironmentRoleSets",
9439
9475
  "output_required": true,
@@ -9561,7 +9597,7 @@
9561
9597
  {
9562
9598
  "disabled": false,
9563
9599
  "document": "订阅组列表",
9564
- "example": "[]",
9600
+ "example": "",
9565
9601
  "member": "RocketMQGroup",
9566
9602
  "name": "Groups",
9567
9603
  "output_required": true,
@@ -9914,7 +9950,7 @@
9914
9950
  {
9915
9951
  "disabled": false,
9916
9952
  "document": "轨迹详情列表",
9917
- "example": "[ { \"Stage\": \"produce\", \"Data\": { \"ProducerName\": \"生产者名\", \"ProduceTime\": \"消息生产时间\", \"ProducerAddr\": \"客户端地址\", \"Duration\": \"耗时ms\", \"Status\": \"状态(0:成功,1:失败)\" } }, { \"Stage\": \"persist\", \"Data\": { \"PersistTime\": \"存储时间\", \"Duration\": \"耗时ms\", \"Status\": \"状态(0:成功,1:失败)\" } } ]",
9953
+ "example": "[ { \"Stage\": \"produce\", \"Data\": { \"Status\": 1 } }, { \"Stage\": \"persist\", \"Data\": { \"Status\": 1 } } ]",
9918
9954
  "member": "TraceResult",
9919
9955
  "name": "Result",
9920
9956
  "output_required": true,
@@ -11068,7 +11104,7 @@
11068
11104
  {
11069
11105
  "disabled": false,
11070
11106
  "document": "生产详情列表",
11071
- "example": "[]",
11107
+ "example": "",
11072
11108
  "member": "TopicStats",
11073
11109
  "name": "TopicStatsList",
11074
11110
  "output_required": false,
@@ -14361,6 +14397,24 @@
14361
14397
  "name": "UnackPolicy",
14362
14398
  "required": false,
14363
14399
  "type": "string"
14400
+ },
14401
+ {
14402
+ "disabled": false,
14403
+ "document": "是否开启异常消费者隔离",
14404
+ "example": "true",
14405
+ "member": "bool",
14406
+ "name": "IsolateConsumerEnable",
14407
+ "required": false,
14408
+ "type": "bool"
14409
+ },
14410
+ {
14411
+ "disabled": false,
14412
+ "document": "消费者 Ack 超时时间,单位:秒,范围60-(3600*24",
14413
+ "example": "60",
14414
+ "member": "int64",
14415
+ "name": "AckTimeOut",
14416
+ "required": false,
14417
+ "type": "int"
14364
14418
  }
14365
14419
  ],
14366
14420
  "type": "object"
@@ -17379,15 +17433,6 @@
17379
17433
  "required": true,
17380
17434
  "type": "string"
17381
17435
  },
17382
- {
17383
- "disabled": false,
17384
- "document": "主题名称",
17385
- "example": "test_topic",
17386
- "member": "string",
17387
- "name": "Topic",
17388
- "required": true,
17389
- "type": "string"
17390
- },
17391
17436
  {
17392
17437
  "disabled": false,
17393
17438
  "document": "重置方式,0表示从最新位点开始,1表示从指定时间点开始",
@@ -17397,6 +17442,15 @@
17397
17442
  "required": true,
17398
17443
  "type": "int"
17399
17444
  },
17445
+ {
17446
+ "disabled": false,
17447
+ "document": "主题名称",
17448
+ "example": "test_topic",
17449
+ "member": "string",
17450
+ "name": "Topic",
17451
+ "required": true,
17452
+ "type": "string"
17453
+ },
17400
17454
  {
17401
17455
  "disabled": false,
17402
17456
  "document": "重置指定的时间戳,仅在 Type 为1是生效,以毫秒为单位",
@@ -17649,6 +17703,26 @@
17649
17703
  "output_required": true,
17650
17704
  "type": "list",
17651
17705
  "value_allowed_null": true
17706
+ },
17707
+ {
17708
+ "disabled": false,
17709
+ "document": "最大角色数量",
17710
+ "example": "100",
17711
+ "member": "int64",
17712
+ "name": "MaxRoleNum",
17713
+ "output_required": false,
17714
+ "type": "int",
17715
+ "value_allowed_null": false
17716
+ },
17717
+ {
17718
+ "disabled": false,
17719
+ "document": "TPS限额",
17720
+ "example": "4000",
17721
+ "member": "int64",
17722
+ "name": "MaxTpsLimit",
17723
+ "output_required": false,
17724
+ "type": "int",
17725
+ "value_allowed_null": false
17652
17726
  }
17653
17727
  ],
17654
17728
  "usage": "out"
@@ -17941,6 +18015,16 @@
17941
18015
  "output_required": false,
17942
18016
  "type": "list",
17943
18017
  "value_allowed_null": true
18018
+ },
18019
+ {
18020
+ "disabled": false,
18021
+ "document": "是否已冻结",
18022
+ "example": "false",
18023
+ "member": "bool",
18024
+ "name": "IsFrozen",
18025
+ "output_required": false,
18026
+ "type": "bool",
18027
+ "value_allowed_null": false
17944
18028
  }
17945
18029
  ],
17946
18030
  "usage": "out"
@@ -20712,6 +20796,26 @@
20712
20796
  "output_required": false,
20713
20797
  "type": "string",
20714
20798
  "value_allowed_null": false
20799
+ },
20800
+ {
20801
+ "disabled": false,
20802
+ "document": "是否开启异常消费者隔离",
20803
+ "example": "true",
20804
+ "member": "bool",
20805
+ "name": "IsolateConsumerEnable",
20806
+ "output_required": false,
20807
+ "type": "bool",
20808
+ "value_allowed_null": false
20809
+ },
20810
+ {
20811
+ "disabled": false,
20812
+ "document": "消费者 Ack 超时时间,单位:秒",
20813
+ "example": "60",
20814
+ "member": "int64",
20815
+ "name": "AckTimeOut",
20816
+ "output_required": false,
20817
+ "type": "int",
20818
+ "value_allowed_null": false
20715
20819
  }
20716
20820
  ],
20717
20821
  "usage": "out"
@@ -674,7 +674,7 @@
674
674
  {
675
675
  "document": "",
676
676
  "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQConsumerConnections\n<公共请求参数>\n\n{\n \"Limit\": \"20\",\n \"Offset\": \"0\",\n \"ClusterId\": \"rocketmq-2p9vx3ax9jxg\",\n \"NamespaceId\": \"test_namespace\",\n \"GroupId\": \"test_group\"\n}",
677
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Connections\": [\n {\n \"ClientId\": \"9.43.174.90@18834#7187709773375173\",\n \"ClientAddr\": \"9.43.174.90\",\n \"Language\": \"JAVA\",\n \"Accumulative\": 300,\n \"Version\": \"V4.9.7\"\n }\n ],\n \"GroupDetail\": {\n \"Name\": \"test_group\",\n \"ConsumerNum\": 1,\n \"TotalAccumulative\": 300,\n \"ConsumptionMode\": -1,\n \"BroadcastEnabled\": false,\n \"ReadEnabled\": true,\n \"RetryPartitionNum\": 1,\n \"CreateTime\": 1727075298000,\n \"UpdateTime\": 1727075298000,\n \"ClientProtocol\": \"TCP\",\n \"Remark\": \"测试消费组\",\n \"ConsumerType\": \"PUSH\",\n \"GroupType\": \"TCP\",\n \"RetryMaxTimes\": 16,\n \"InstanceId\": \"rocketmq-2p9vx3ax9jxg\",\n \"Namespace\": \"test_namespace\",\n \"TPS\": 10\n },\n \"RequestId\": \"abc\"\n }\n}",
677
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Connections\": [\n {\n \"ClientId\": \"9.43.174.90@18834#7187709773375173\",\n \"ClientAddr\": \"9.43.174.90\",\n \"Language\": \"JAVA\",\n \"Accumulative\": 300,\n \"Version\": \"V4.9.7\"\n }\n ],\n \"GroupDetail\": {\n \"Name\": \"test_group\",\n \"ConsumerNum\": 1,\n \"TotalAccumulative\": 300,\n \"ConsumptionMode\": -1,\n \"BroadcastEnabled\": false,\n \"ReadEnabled\": true,\n \"RetryPartitionNum\": 1,\n \"CreateTime\": 1727075298000,\n \"UpdateTime\": 1727075298000,\n \"ClientProtocol\": \"TCP\",\n \"Remark\": \"测试消费组\",\n \"ConsumerType\": \"PUSH\",\n \"GroupType\": \"TCP\",\n \"RetryMaxTimes\": 16,\n \"InstanceId\": \"rocketmq-2p9vx3ax9jxg\",\n \"Namespace\": \"test_namespace\",\n \"TPS\": 10\n },\n \"RequestId\": \"2823b88c-bc6c-412b-a6dd-18eb9682d233\"\n }\n}",
678
678
  "title": "获取指定消费组下当前客户端的连接情况"
679
679
  }
680
680
  ],
@@ -4666,7 +4666,7 @@
4666
4666
  {
4667
4667
  "disabled": false,
4668
4668
  "document": "待导入的配置内容。要求采用 JSON 格式,按照 UTF-8 方式进行编码。配置文件内容可参考下方示例。",
4669
- "example": "",
4669
+ "example": "{\"FormatVersion\": \"1.0\"***}",
4670
4670
  "member": "string",
4671
4671
  "name": "Content",
4672
4672
  "required": true,
@@ -8058,7 +8058,7 @@
8058
8058
  {
8059
8059
  "disabled": false,
8060
8060
  "document": "版本文件的内容。以 JSON 格式返回。",
8061
- "example": "",
8061
+ "example": "{\"FormatVersion\": \"1.0\"***}",
8062
8062
  "member": "string",
8063
8063
  "name": "Content",
8064
8064
  "output_required": true,
@@ -9344,7 +9344,7 @@
9344
9344
  {
9345
9345
  "disabled": false,
9346
9346
  "document": "四层代理实例所属站点的 ID。",
9347
- "example": "",
9347
+ "example": "zone-24wjy25v1cwi",
9348
9348
  "member": "string",
9349
9349
  "name": "ZoneId",
9350
9350
  "required": true,
@@ -9767,7 +9767,7 @@
9767
9767
  },
9768
9768
  {
9769
9769
  "disabled": false,
9770
- "document": "过滤条件,Filters.Values的上限为20。详细的过滤条件如下:\n<li>origin-group-id<br>   按照【<strong>源站组ID</strong>】进行过滤。源站组ID形如:origin-2ccgtb24-7dc5-46s2-9r3e-95825d53dwe3a<br>   模糊查询:不支持</li><li>origin-group-name<br>   按照【<strong>源站组名称</strong>】进行过滤<br>   模糊查询:支持。使用模糊查询时,仅支持填写一个源站组名称</li>",
9770
+ "document": "过滤条件,Filters.Values的上限为20。详细的过滤条件如下:\n<li>origin-group-id:按照源站组 ID 进行过滤,不支持模糊查询。源站组 ID 形如:origin-2ccgtb24-7dc5-46s2-9r3e-95825d53dwe3a;</li><li>origin-group-name: 按照源站组名称进行过滤,使用模糊查询时,仅支持填写一个源站组名称。</li>",
9771
9771
  "example": "无",
9772
9772
  "member": "AdvancedFilter",
9773
9773
  "name": "Filters",
@@ -10623,7 +10623,7 @@
10623
10623
  {
10624
10624
  "disabled": false,
10625
10625
  "document": "数据归属地区。该参数已废弃。请在 Filters.country 中按客户端地域过滤数据。",
10626
- "example": "",
10626
+ "example": "mainland",
10627
10627
  "member": "string",
10628
10628
  "name": "Area",
10629
10629
  "required": false,
@@ -12577,7 +12577,7 @@
12577
12577
  {
12578
12578
  "disabled": false,
12579
12579
  "document": "导出的配置的具体内容。以 JSON 格式返回,按照 UTF-8 方式进行编码。配置内容可参考下方示例。",
12580
- "example": "",
12580
+ "example": "{\"FormatVersion\": \"1.0\"***}",
12581
12581
  "member": "string",
12582
12582
  "name": "Content",
12583
12583
  "output_required": false,
@@ -13959,7 +13959,7 @@
13959
13959
  {
13960
13960
  "disabled": false,
13961
13961
  "document": "待导入的配置内容。要求采用 JSON 格式,按照 UTF-8 方式进行编码。配置内容可通过站点配置导出接口(ExportZoneConfig)获取。您可以单独导入「站点加速-全局加速配置」或「站点加速-规则引擎」,传入对应的字段即可,详情可以参考下方示例。",
13962
- "example": "",
13962
+ "example": "{\"FormatVersion\": \"1.0\"***}",
13963
13963
  "member": "string",
13964
13964
  "name": "Content",
13965
13965
  "required": true,
@@ -22505,7 +22505,7 @@
22505
22505
  "members": [
22506
22506
  {
22507
22507
  "disabled": false,
22508
- "document": "站点或者加速域名。",
22508
+ "document": "站点域名或者站点下的加速域名。",
22509
22509
  "example": "qq.com",
22510
22510
  "member": "string",
22511
22511
  "name": "Domain",
@@ -22531,7 +22531,7 @@
22531
22531
  {
22532
22532
  "disabled": false,
22533
22533
  "document": "当验证结果为不通过时,该字段会返回原因,协助您排查问题。",
22534
- "example": "",
22534
+ "example": "DnsVerification look up \"edgeonereclaim.hewhehe.qq.cool\" TXT record , content expected: \"reclaim-szexbv5iejcjxne8agf4lr2resmj7c3a\", actual: empty.",
22535
22535
  "member": "string",
22536
22536
  "name": "Result",
22537
22537
  "output_required": true,
@@ -754,7 +754,7 @@
754
754
  {
755
755
  "document": "查询站点 ID 为 zone-24wjy25v1cwi 的站点下四层代理实例列表。",
756
756
  "input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeL4Proxy\n<公共请求参数>\n\n{\n \"Offset\": 1,\n \"Limit\": 10,\n \"Filters\": [],\n \"ZoneId\": \"zone-24wjy25v1cwi\"\n}",
757
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"L4Proxies\": [\n {\n \"ZoneId\": \"zone-24wjy25v1cwi\",\n \"ProxyId\": \"sid-2qwk27xf7j9g\",\n \"ProxyName\": \"test\",\n \"Area\": \"mainland\",\n \"Cname\": \"test.24wjy25v1cwi.eo.dnse5.com\",\n \"Ips\": [],\n \"Status\": \"online\",\n \"Ipv6\": \"off\",\n \"StaticIp\": \"off\",\n \"AccelerateMainland\": \"off\",\n \"UpdateTime\": \"2023-09-22T15:31:04+00:00\"\n }\n ],\n \"RequestId\": \"6f8h5258-cdda-4f82-b7sc-0aef4a219244\"\n }\n}",
757
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"L4Proxies\": [\n {\n \"ZoneId\": \"zone-24wjy25v1cwi\",\n \"ProxyId\": \"sid-2qwk27xf7j9g\",\n \"ProxyName\": \"myproxy\",\n \"Area\": \"mainland\",\n \"Cname\": \"myproxy.24wjy25v1cwi.eo.dnse5.com\",\n \"Ips\": [],\n \"Status\": \"online\",\n \"Ipv6\": \"off\",\n \"StaticIp\": \"off\",\n \"AccelerateMainland\": \"off\",\n \"L4ProxyRuleCount\": 1,\n \"UpdateTime\": \"2023-09-22T15:31:04+00:00\"\n }\n ],\n \"RequestId\": \"6f8h5258-cdda-4f82-b7sc-0aef4a219244\"\n }\n}",
758
758
  "title": "查询站点下四层代理实例列表"
759
759
  }
760
760
  ],
@@ -426,7 +426,7 @@
426
426
  },
427
427
  {
428
428
  "disabled": false,
429
- "document": "队列名称。<br><li>最多支持32个字符。",
429
+ "document": "队列名称。<br><li>最多支持32个字符。</li>",
430
430
  "example": "compute",
431
431
  "member": "string",
432
432
  "name": "QueueName",