tccli 3.0.1340.1__py2.py3-none-any.whl → 3.0.1341.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 (40) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/bh/bh_client.py +326 -8
  3. tccli/services/bh/v20230418/api.json +537 -0
  4. tccli/services/bh/v20230418/examples.json +48 -0
  5. tccli/services/ccc/v20200210/api.json +1 -1
  6. tccli/services/cdb/v20170320/api.json +144 -144
  7. tccli/services/cdb/v20170320/examples.json +19 -19
  8. tccli/services/cdn/v20180606/examples.json +1 -1
  9. tccli/services/cwp/v20180228/api.json +106 -2
  10. tccli/services/cwp/v20180228/examples.json +12 -0
  11. tccli/services/cynosdb/v20190107/api.json +29 -2
  12. tccli/services/cynosdb/v20190107/examples.json +1 -1
  13. tccli/services/dsgc/v20190723/api.json +215 -17
  14. tccli/services/emr/v20190103/api.json +93 -0
  15. tccli/services/ess/v20201111/api.json +14 -3
  16. tccli/services/ims/v20200713/api.json +1 -1
  17. tccli/services/ims/v20200713/examples.json +1 -1
  18. tccli/services/kms/kms_client.py +915 -120
  19. tccli/services/kms/v20190118/api.json +1104 -27
  20. tccli/services/kms/v20190118/examples.json +126 -0
  21. tccli/services/lke/lke_client.py +228 -16
  22. tccli/services/lke/v20231130/api.json +1490 -217
  23. tccli/services/lke/v20231130/examples.json +33 -1
  24. tccli/services/ses/v20201002/api.json +8 -8
  25. tccli/services/tcss/v20201101/api.json +10 -0
  26. tccli/services/thpc/v20230321/api.json +32 -2
  27. tccli/services/tione/v20211111/api.json +11 -0
  28. tccli/services/trocket/trocket_client.py +53 -0
  29. tccli/services/trocket/v20230308/api.json +228 -138
  30. tccli/services/trocket/v20230308/examples.json +14 -6
  31. tccli/services/vpc/v20170312/api.json +9 -0
  32. tccli/services/waf/v20180125/api.json +59 -21
  33. tccli/services/wedata/v20210820/api.json +432 -10
  34. tccli/services/wedata/v20210820/examples.json +17 -1
  35. tccli/services/wedata/wedata_client.py +114 -8
  36. {tccli-3.0.1340.1.dist-info → tccli-3.0.1341.1.dist-info}/METADATA +2 -2
  37. {tccli-3.0.1340.1.dist-info → tccli-3.0.1341.1.dist-info}/RECORD +40 -40
  38. {tccli-3.0.1340.1.dist-info → tccli-3.0.1341.1.dist-info}/WHEEL +0 -0
  39. {tccli-3.0.1340.1.dist-info → tccli-3.0.1341.1.dist-info}/entry_points.txt +0 -0
  40. {tccli-3.0.1340.1.dist-info → tccli-3.0.1341.1.dist-info}/license_files/LICENSE +0 -0
@@ -84,7 +84,7 @@
84
84
  {
85
85
  "document": "删除 RocketMQ 5.x 集群",
86
86
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"rmq-72mo3a9o\"\n}",
87
- "output": "{\n \"Response\": {\n \"RequestId\": \"97f45511-b653-4e2a-ade6-58c8d3ae523b\"\n }\n}",
87
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"97f45511-b653-4e2a-ade6-58c8d3ae523b\"\n }\n}",
88
88
  "title": "删除集群"
89
89
  }
90
90
  ],
@@ -152,6 +152,14 @@
152
152
  "title": "查询消费者客户端详情"
153
153
  }
154
154
  ],
155
+ "DescribeConsumerClientList": [
156
+ {
157
+ "document": "查询消费组下的客户端连接",
158
+ "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConsumerClientList\n<公共请求参数>\n\n{\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"ConsumerGroup\": \"group\",\n \"Offset\": 0,\n \"Limit\": 1\n}",
159
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [],\n \"RequestId\": \"c2d581fa-d7b2-453c-ba1a-65c0e507a533\",\n \"TotalCount\": 0\n }\n}",
160
+ "title": "查询消费组下的客户端连接"
161
+ }
162
+ ],
155
163
  "DescribeConsumerGroup": [
156
164
  {
157
165
  "document": "查询消费者详情",
@@ -164,7 +172,7 @@
164
172
  {
165
173
  "document": "获取消费组列表",
166
174
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConsumerGroupList\n<公共请求参数>\n\n{\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"Offset\": 0,\n \"Limit\": 1\n}",
167
- "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"ConsumeEnable\": true,\n \"ConsumeMessageOrderly\": true,\n \"ConsumerGroup\": \"test_group\",\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"MaxRetryTimes\": 16,\n \"Remark\": \"测试消费组\"\n }\n ],\n \"RequestId\": \"318142bf-0dd1-4b81-9444-a40f988619a1\",\n \"TotalCount\": 1\n }\n}",
175
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"ConsumeEnable\": true,\n \"ConsumeMessageOrderly\": true,\n \"ConsumerGroup\": \"test_group\",\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"MaxRetryTimes\": 16,\n \"Remark\": \"测试消费组\",\n \"ClusterIdV4\": null,\n \"NamespaceV4\": null,\n \"ConsumerGroupV4\": null,\n \"FullNamespaceV4\": null\n }\n ],\n \"RequestId\": \"318142bf-0dd1-4b81-9444-a40f988619a1\",\n \"TotalCount\": 1\n }\n}",
168
176
  "title": "获取消费组列表"
169
177
  }
170
178
  ],
@@ -300,7 +308,7 @@
300
308
  {
301
309
  "document": "",
302
310
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMessage\n<公共请求参数>\n\n{\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"Topic\": \"topic\",\n \"MsgId\": \"1EAE3915000721B8D17C2C5BB31638D1\"\n}",
303
- "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Body\": \"testBody\",\n \"MessageId\": \"1EAE3915000721B8D17C2C5BB31638D1\",\n \"MessageTracks\": [\n {\n \"ConsumeStatus\": \"CONSUMED\",\n \"ConsumerGroup\": \"group\",\n \"ExceptionDesc\": null,\n \"TrackType\": \"CONSUMED\"\n }\n ],\n \"ProduceTime\": \"2023-05-09 14:43:27\",\n \"ProducerAddr\": \"30.174.57.21\",\n \"Properties\": \"{\\\"TRACE_ON\\\":\\\"true\\\",\\\"MSG_REGION\\\":\\\"cd\\\",\\\"KEYS\\\":\\\"testKey\\\",\\\"UNIQ_KEY\\\":\\\"1EAE3915000721B8D17C2C5BB31638D1\\\",\\\"CLUSTER\\\":\\\"rmqbroker-cd-1\\\",\\\"WAIT\\\":\\\"true\\\",\\\"TAGS\\\":\\\"testTag\\\"}\",\n \"RequestId\": \"8e97b978-376b-4d94-96cc-db0ead5f2f99\",\n \"ShowTopicName\": \"topic\"\n }\n}",
311
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Body\": \"testBody\",\n \"MessageId\": \"1EAE3915000721B8D17C2C5BB31638D1\",\n \"MessageTracksCount\": 1,\n \"MessageTracks\": [\n {\n \"ConsumeStatus\": \"CONSUMED\",\n \"ConsumerGroup\": \"group\",\n \"ExceptionDesc\": null,\n \"TrackType\": \"CONSUMED\"\n }\n ],\n \"ProduceTime\": \"2023-05-09 14:43:27\",\n \"ProducerAddr\": \"30.174.57.21\",\n \"Properties\": \"{\\\"TRACE_ON\\\":\\\"true\\\",\\\"MSG_REGION\\\":\\\"cd\\\",\\\"KEYS\\\":\\\"testKey\\\",\\\"UNIQ_KEY\\\":\\\"1EAE3915000721B8D17C2C5BB31638D1\\\",\\\"CLUSTER\\\":\\\"rmqbroker-cd-1\\\",\\\"WAIT\\\":\\\"true\\\",\\\"TAGS\\\":\\\"testTag\\\"}\",\n \"RequestId\": \"8e97b978-376b-4d94-96cc-db0ead5f2f99\",\n \"ShowTopicName\": \"topic\"\n }\n}",
304
312
  "title": "查询普通消息"
305
313
  }
306
314
  ],
@@ -370,7 +378,7 @@
370
378
  {
371
379
  "document": "查询角色列表成功",
372
380
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRoleList\n<公共请求参数>\n\n{\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"Offset\": 0,\n \"Limit\": 20\n}",
373
- "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"c5d126b6-aeeb-40ad-81c0-a94abd43f157\",\n \"TotalCount\": 1,\n \"Data\": [\n {\n \"RoleName\": \"test_role_name\",\n \"AccessKey\": \"ak4ae3zkj2zea6741a2a709\",\n \"SecretKey\": \"skd68607c7dc2be6a4\",\n \"PermRead\": true,\n \"PermWrite\": true,\n \"Remark\": \"\",\n \"CreatedTime\": 1729153015000,\n \"ModifiedTime\": 1729153015000\n }\n ]\n }\n}",
381
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"c5d126b6-aeeb-40ad-81c0-a94abd43f157\",\n \"TotalCount\": 1,\n \"Data\": [\n {\n \"RoleName\": \"test_role_name\",\n \"AccessKey\": \"ak0000aaaa\",\n \"SecretKey\": \"sk0000aaaa\",\n \"PermRead\": true,\n \"PermWrite\": true,\n \"Remark\": \"\",\n \"CreatedTime\": 1729153015000,\n \"ModifiedTime\": 1729153015000\n }\n ]\n }\n}",
374
382
  "title": "查询角色列表"
375
383
  }
376
384
  ],
@@ -458,7 +466,7 @@
458
466
  {
459
467
  "document": "修改实例公网配置",
460
468
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstanceEndpoint\n<公共请求参数>\n\n{\n \"InstanceId\": \"rmq-cdrgxq94om\",\n \"Type\": \"PUBLIC\",\n \"Bandwidth\": 2,\n \"IpRules\": [\n {\n \"Ip\": \"1.2.3.4\",\n \"Allow\": true,\n \"Remark\": \"test remark\"\n }\n ]\n}",
461
- "output": "{\n \"Response\": {\n \"RequestId\": \"999bc587-90d9-4ec2-97e3-3ef170e1da96\"\n }\n}",
469
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"999bc587-90d9-4ec2-97e3-3ef170e1da96\"\n }\n}",
462
470
  "title": "修改实例公网配置"
463
471
  }
464
472
  ],
@@ -538,7 +546,7 @@
538
546
  {
539
547
  "document": "",
540
548
  "input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetConsumerGroupOffset\n<公共请求参数>\n\n{\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"ConsumerGroup\": \"test_group\",\n \"Topic\": \"test_topic\",\n \"ResetTimestamp\": -1\n}",
541
- "output": "{\n \"Response\": {\n \"RequestId\": \"707a78e5-019d-41f6-80fc-15743d99c81a\"\n }\n}",
549
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"707a78e5-019d-41f6-80fc-15743d99c81a\"\n }\n}",
542
550
  "title": "重置消费位点"
543
551
  }
544
552
  ],
@@ -4749,6 +4749,15 @@
4749
4749
  "required": true,
4750
4750
  "type": "string"
4751
4751
  },
4752
+ {
4753
+ "disabled": false,
4754
+ "document": "要绑定的实例 ID。实例 ID 形如:ins-djflxkvi。可通过登录控制台查询,也可通过 DescribeInstances 接口返回值中的InstanceId获取。",
4755
+ "example": "ins-kfowxcv8",
4756
+ "member": "string",
4757
+ "name": "InstanceId",
4758
+ "required": false,
4759
+ "type": "string"
4760
+ },
4752
4761
  {
4753
4762
  "disabled": false,
4754
4763
  "document": "要绑定的弹性网卡 ID。 弹性网卡 ID 形如:eni-11112222。NetworkInterfaceId 与 InstanceId 不可同时指定。弹性网卡 ID 可通过登录[控制台](https://console.cloud.tencent.com/vpc/eni?rid=1)查询,也可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/api/215/15817)接口返回值中的networkInterfaceId获取。",
@@ -2357,8 +2357,8 @@
2357
2357
  "type": "string"
2358
2358
  },
2359
2359
  {
2360
- "disabled": false,
2361
- "document": "待废弃,可不填。Waf的资源ID。",
2360
+ "disabled": true,
2361
+ "document": "Waf的资源ID。",
2362
2362
  "example": "waf_2kl62zgs0108e8j3",
2363
2363
  "member": "string",
2364
2364
  "name": "ResourceId",
@@ -2393,8 +2393,8 @@
2393
2393
  "type": "string"
2394
2394
  },
2395
2395
  {
2396
- "disabled": false,
2397
- "document": "待废弃,可不填。是否开启灰度,0表示不开启灰度。",
2396
+ "disabled": true,
2397
+ "document": "是否开启灰度,0表示不开启灰度。",
2398
2398
  "example": "0",
2399
2399
  "member": "int64",
2400
2400
  "name": "IsGray",
@@ -2402,8 +2402,8 @@
2402
2402
  "type": "int"
2403
2403
  },
2404
2404
  {
2405
- "disabled": false,
2406
- "document": "待废弃,可不填。灰度的地区",
2405
+ "disabled": true,
2406
+ "document": "灰度的地区",
2407
2407
  "example": "[\"gz\",\"bj\"]",
2408
2408
  "member": "string",
2409
2409
  "name": "GrayAreas",
@@ -2447,8 +2447,8 @@
2447
2447
  "type": "int"
2448
2448
  },
2449
2449
  {
2450
- "disabled": false,
2451
- "document": "待废弃,可不填。WAF实例类型。\nsparta-waf:SAAS型WAF\nclb-waf:负载均衡型WAF\ncdn-waf:CDN上的Web防护能力",
2450
+ "disabled": true,
2451
+ "document": "WAF实例类型。\nsparta-waf:SAAS型WAF\nclb-waf:负载均衡型WAF\ncdn-waf:CDN上的Web防护能力",
2452
2452
  "example": "sparta-waf",
2453
2453
  "member": "string",
2454
2454
  "name": "Edition",
@@ -2456,8 +2456,8 @@
2456
2456
  "type": "string"
2457
2457
  },
2458
2458
  {
2459
- "disabled": false,
2460
- "document": "待废弃,目前填0即可。anycast IP类型开关: 0 普通IP 1 Anycast IP",
2459
+ "disabled": true,
2460
+ "document": "目前填0即可。anycast IP类型开关: 0 普通IP 1 Anycast IP",
2461
2461
  "example": "0",
2462
2462
  "member": "int64",
2463
2463
  "name": "Anycast",
@@ -2665,11 +2665,20 @@
2665
2665
  {
2666
2666
  "disabled": false,
2667
2667
  "document": "分流回源时生效,分流回源的规则。",
2668
- "example": "[{\"KeyName\":\"host\",\"Symbol\": \"equal\", \"ContentList\":[\"up2.randy.qcloudwaf.com\"], \"AddressList\":[\"162.14.105.228\",\"114.132.246.237\"], \"BalanceType\":0},{\"KeyName\":\"uri\",\"Symbol\": \"belong\", \"ContentList\":[\"/aa\",\"/bb\"], \"AddressList\":[\"114.132.246.237\",\"101.34.251.68\"], \"BalanceType\":1}]",
2668
+ "example": "[{\"KeyName\":\"host\",\"Symbol\": \"equal\", \"ContentList\":[\"up2.randy.qcloudwaf.com\"], \"AddressList\":[\"162.14.105.228\",\"114.132.246.237\"], \"BalanceType\":0}]",
2669
2669
  "member": "UpstreamRule",
2670
2670
  "name": "UpstreamRules",
2671
2671
  "required": false,
2672
2672
  "type": "list"
2673
+ },
2674
+ {
2675
+ "disabled": false,
2676
+ "document": "业务场景。0:默认值,表示常规业务场景 1:大模型业务场景",
2677
+ "example": "0",
2678
+ "member": "int64",
2679
+ "name": "UseCase",
2680
+ "required": false,
2681
+ "type": "int"
2673
2682
  }
2674
2683
  ],
2675
2684
  "type": "object"
@@ -5384,6 +5393,16 @@
5384
5393
  "output_required": false,
5385
5394
  "type": "list",
5386
5395
  "value_allowed_null": false
5396
+ },
5397
+ {
5398
+ "disabled": false,
5399
+ "document": "clbwaf接入状态,0代表“尚无流量接入”,1代表“流量接入”,2代表“CLB监听器已注销”,3代表“配置生效中”,4代表“配置下发失败中”",
5400
+ "example": "1",
5401
+ "member": "int64",
5402
+ "name": "AccessStatus",
5403
+ "output_required": false,
5404
+ "type": "int",
5405
+ "value_allowed_null": false
5387
5406
  }
5388
5407
  ],
5389
5408
  "usage": "out"
@@ -13440,7 +13459,7 @@
13440
13459
  {
13441
13460
  "disabled": false,
13442
13461
  "document": "负载均衡器相关配置",
13443
- "example": "[{\"ListenerId\":\"lbl-2ngb9pkz\",\"ListenerName\":\"evantest.qcloudwaf.com\",\"LoadBalancerId\":\"lb-3fty24fb\",\"LoadBalancerName\":\"lb-60da87b4\",\"Protocol\":\"HTTP\",\"Region\":\"bj\",\"Vip\":\"81.70.116.9\",\"Vport\":80,\"Zone\":\"ap-beijing-7\",\"NumericalVpcId\":1060819,\"LoadBalancerType\":\"OPEN\",\"LoadBalancerDomain\":\"\"}]",
13462
+ "example": "",
13444
13463
  "member": "LoadBalancerPackageNew",
13445
13464
  "name": "LoadBalancerSet",
13446
13465
  "output_required": true,
@@ -13648,7 +13667,7 @@
13648
13667
  },
13649
13668
  {
13650
13669
  "disabled": false,
13651
- "document": "clbwaf接入状态",
13670
+ "document": "clbwaf接入状态,0代表“尚无流量接入”,1代表“流量接入”,2代表“CLB监听器已注销”,3代表“配置生效中”,4代表“配置下发失败中”",
13652
13671
  "example": "1",
13653
13672
  "member": "int64",
13654
13673
  "name": "AccessStatus",
@@ -13913,8 +13932,8 @@
13913
13932
  "value_allowed_null": false
13914
13933
  },
13915
13934
  {
13916
- "disabled": false,
13917
- "document": "是否开启灰度,已废弃。",
13935
+ "disabled": true,
13936
+ "document": "是否开启灰度。",
13918
13937
  "example": "1",
13919
13938
  "member": "uint64",
13920
13939
  "name": "IsGray",
@@ -14325,12 +14344,22 @@
14325
14344
  {
14326
14345
  "disabled": false,
14327
14346
  "document": "分流回源策略",
14328
- "example": "[{\"KeyName\":\"host\",\"Symbol\": \"equal\", \"ContentList\":[\"up2.randy.qcloudwaf.com\"], \"AddressList\":[\"162.14.105.228\",\"114.132.246.237\"], \"BalanceType\":0},{\"KeyName\":\"uri\",\"Symbol\": \"belong\", \"ContentList\":[\"/aa\",\"/bb\"], \"AddressList\":[\"114.132.246.237\",\"101.34.251.68\"], \"BalanceType\":1}]",
14347
+ "example": "[{\"KeyName\":\"host\",\"Symbol\": \"equal\", \"ContentList\":[\"up2.randy.qcloudwaf.com\"], \"AddressList\":[\"162.14.105.228\",\"114.132.246.237\"], \"BalanceType\":0}]",
14329
14348
  "member": "UpstreamRule",
14330
14349
  "name": "UpstreamRules",
14331
14350
  "output_required": false,
14332
14351
  "type": "list",
14333
14352
  "value_allowed_null": false
14353
+ },
14354
+ {
14355
+ "disabled": false,
14356
+ "document": "业务场景。0:默认值,表示常规业务场景 1:大模型业务场景",
14357
+ "example": "0",
14358
+ "member": "int64",
14359
+ "name": "UseCase",
14360
+ "output_required": false,
14361
+ "type": "int",
14362
+ "value_allowed_null": false
14334
14363
  }
14335
14364
  ],
14336
14365
  "usage": "out"
@@ -20649,8 +20678,8 @@
20649
20678
  "type": "int"
20650
20679
  },
20651
20680
  {
20652
- "disabled": false,
20653
- "document": "待废弃,可不填。是否开启灰度,0表示不开启灰度。",
20681
+ "disabled": true,
20682
+ "document": "是否开启灰度,0表示不开启灰度。",
20654
20683
  "example": "0",
20655
20684
  "member": "int64",
20656
20685
  "name": "IsGray",
@@ -20685,8 +20714,8 @@
20685
20714
  "type": "string"
20686
20715
  },
20687
20716
  {
20688
- "disabled": false,
20689
- "document": "待废弃。目前填0即可。anycast IP类型开关: 0 普通IP 1 Anycast IP",
20717
+ "disabled": true,
20718
+ "document": "目前填0即可。anycast IP类型开关: 0 普通IP 1 Anycast IP",
20690
20719
  "example": "0",
20691
20720
  "member": "int64",
20692
20721
  "name": "Anycast",
@@ -20903,11 +20932,20 @@
20903
20932
  {
20904
20933
  "disabled": false,
20905
20934
  "document": "分流回源时生效,分流回源的规则。",
20906
- "example": "[{\"KeyName\":\"host\",\"Symbol\": \"equal\", \"ContentList\":[\"up2.randy.qcloudwaf.com\"], \"AddressList\":[\"162.14.105.228\",\"114.132.246.237\"], \"BalanceType\":0},{\"KeyName\":\"uri\",\"Symbol\": \"belong\", \"ContentList\":[\"/aa\",\"/bb\"], \"AddressList\":[\"114.132.246.237\",\"101.34.251.68\"], \"BalanceType\":1}]",
20935
+ "example": "[{\"KeyName\":\"host\",\"Symbol\": \"equal\", \"ContentList\":[\"up2.randy.qcloudwaf.com\"], \"AddressList\":[\"162.14.105.228\",\"114.132.246.237\"], \"BalanceType\":0}]",
20907
20936
  "member": "UpstreamRule",
20908
20937
  "name": "UpstreamRules",
20909
20938
  "required": false,
20910
20939
  "type": "list"
20940
+ },
20941
+ {
20942
+ "disabled": false,
20943
+ "document": "业务场景。0:默认值,表示常规业务场景 1:大模型业务场景",
20944
+ "example": "0",
20945
+ "member": "int64",
20946
+ "name": "UseCase",
20947
+ "required": false,
20948
+ "type": "int"
20911
20949
  }
20912
20950
  ],
20913
20951
  "type": "object"