tccli-intl-en 3.1.2.1__py2.py3-none-any.whl → 3.1.4.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.
@@ -1,5 +1,21 @@
1
1
  {
2
2
  "actions": {
3
+ "AddCustomizedConfig": [
4
+ {
5
+ "document": "This example shows you how to add new personalized configuration",
6
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddCustomizedConfig\n<Common request parameters>\n\n{\n \"ConfigName\": \"test_xxxx\",\n \"ConfigType\": \"CLB\",\n \"ConfigContent\": \"test-xxxxxxxxxx\"\n}",
7
+ "output": "{\n \"Response\": {\n \"ConfigId\": \"pz-rnac4p7u\",\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
8
+ "title": "Adding New Personalized Configuration"
9
+ }
10
+ ],
11
+ "AssociateCustomizedConfig": [
12
+ {
13
+ "document": "This example shows you how to associate a configuration.",
14
+ "input": "https://clb.tencentcloudapi.com/?Action=AssociateCustomizedConfig\r\n&UconfigId=pz-asdfs\r\n&BindList.0.LoadBalancerId=asdfasdf\r\n&<Common request parameters>",
15
+ "output": "{\n \"Response\": {\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
16
+ "title": "Associating a Configuration"
17
+ }
18
+ ],
3
19
  "AssociateTargetGroups": [
4
20
  {
5
21
  "document": " ",
@@ -19,39 +35,39 @@
19
35
  "BatchDeregisterTargets": [
20
36
  {
21
37
  "document": "",
22
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchDeregisterTargets\n<common params>\n\n{\n \"Targets\": [\n {\n \"InstanceId\": \"ins-xxx\",\n \"ListenerId\": \"lbl-xxxx\",\n \"Weight\": 10,\n \"Port\": 80\n }\n ],\n \"LoadBalancerId\": \"lb-xxxx\"\n}",
38
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchDeregisterTargets\n<Common request parameters>\n\n{\n \"Targets\": [\n {\n \"InstanceId\": \"ins-xxx\",\n \"ListenerId\": \"lbl-xxxx\",\n \"Weight\": 10,\n \"Port\": 80\n }\n ],\n \"LoadBalancerId\": \"lb-xxxx\"\n}",
23
39
  "output": "{\n \"Response\": {\n \"FailListenerIdSet\": [],\n \"Message\": \"\",\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba22\"\n }\n}",
24
- "title": "Unbinding CVM instances"
40
+ "title": "Unbind a Cloud Virtual Machine"
25
41
  }
26
42
  ],
27
43
  "BatchModifyTargetTag": [
28
44
  {
29
45
  "document": "",
30
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchModifyTargetTag\n<Common request parameters>\n\n\n\n{\n \"LoadBalancerId\": \"lb-xxxxxxxx\",\n \"ModifyList\": [\n {\n \"ListenerId\": \"lbl-yyyyyyyy\",\n \"Targets\": [\n {\n \"Port\": 1000,\n \"EniIp\": \"1.1.1.1\",\n \"Tag\": \"xxxx\"\n }\n ]\n }\n ]\n}",
46
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchModifyTargetTag\n<Common request parameters>\n\n{\n \"LoadBalancerId\": \"lb-xxxxxxxx\",\n \"ModifyList\": [\n {\n \"ListenerId\": \"lbl-yyyyyyyy\",\n \"Targets\": [\n {\n \"Port\": 1000,\n \"EniIp\": \"1.1.1.1\",\n \"Tag\": \"tag-target\"\n }\n ]\n }\n ]\n}",
31
47
  "output": "{\n \"Response\": {\n \"RequestId\": \"9cc30f1d-c237-422a-87ff-8f08c31a46e6\"\n }\n}",
32
48
  "title": "Setting Tags"
33
49
  }
34
50
  ],
35
51
  "BatchModifyTargetWeight": [
36
52
  {
37
- "document": "This example shows you how to modify the weight of the real server `ins-19404pl5` (port 110) bound to the forwarding rule `loc-o8cnyw6c` under the listener `lbl-4b5hnc9a` in the CLB instance `lb-dx98lwo0` to 50, and modify the weight of the real server `ins-19411tzv` (port 80) bound to the forwarding rule `loc-8c5pdrb8` under the listener `lbl-20jjtaaw` to 30.",
53
+ "document": "For the Cloud Load Balancer instance (lb-dx98lwo0), change the weight of the bound backend service ins-19404pl5 (port 110) under forwarding rule loc-o8cnyw6c in listener lbl-4b5hnc9a to 50, and modify the weight of the bound backend service ins-19411tzv (port 80) under forwarding rule loc-8c5pdrb8 in listener lbl-20jjtaaw to 30.",
38
54
  "input": "https://clb.tencentcloudapi.com/?Action=BatchModifyTargetWeight\n&LoadBalancerId=lb-dx98lwo0\n&ModifyList.0.ListenerId=lbl-4b5hnc9a\n&ModifyList.0.LocationId=loc-o8cnyw6c\n&ModifyList.0.Targets.0.InstanceId=ins-19404pl5\n&ModifyList.0.Targets.0.Port=110\n&ModifyList.0.Targets.0.Weight=50\n&ModifyList.1.ListenerId=lbl-20jjtaaw\n&ModifyList.1.LocationId=loc-8c5pdrb8\n&ModifyList.1.Targets.0.InstanceId=ins-19411tzv\n&ModifyList.1.Targets.0.Port=80\n&ModifyList.1.Targets.0.Weight=30\n&<Common request parameters>",
39
55
  "output": "{\n \"Response\": {\n \"RequestId\": \"83329908-a282-4f9f-8ab-031a3025b377\"\n }\n}",
40
- "title": "Modifying real server weights in batches"
56
+ "title": "Modifying the Weight of Backend Services in Batches"
41
57
  },
42
58
  {
43
- "document": "This example shows you how to modify the weights of servers for the layer-4 and layer-7 listeners under a CLB instance at the same time.",
44
- "input": "https://clb.tencentcloudapi.com/?Action=BatchModifyTargetWeight\n&LoadBalancerId=lb-1kkno9qf\n&ModifyList.0.ListenerId=lbl-mhtffs09\n&ModifyList.0.Targets.0.InstanceId=ins-kjp6cb2f\n&ModifyList.0.Targets.0.Port=79\n&ModifyList.0.Targets.0.Weight=50\n&ModifyList.1.ListenerId=lbl-661zpn3b\n&ModifyList.1.LocationId=loc-78p1r0vb\n&ModifyList.1.Targets.0.EniIp=10.202.0.96\n&ModifyList.1.Targets.0.Port=123\n&ModifyList.1.Targets.0.Weight=30\n&<Common request parameters>",
59
+ "document": "This example shows you how to modify the server weights bound to both layer-4 and layer-7 (HTTP/HTTPS) listeners under a Cloud Load Balancer at the same time.",
60
+ "input": "https://clb.tencentcloudapi.com/?Action=BatchModifyTargetWeight\n&LoadBalancerId=lb-1kkno9qf\n&ModifyList.0.ListenerId=lbl-mhtffs09\n&ModifyList.0.Targets.0.InstanceId=ins-kjp6cb2f\n&ModifyList.0.Targets.0.Port=79\n&ModifyList.0.Targets.0.Weight=50\n&ModifyList.1.ListenerId=lbl-661zpn3b\n&ModifyList.1.LocationId=loc-78p1r0vb\n&ModifyList.1.Targets.0.EniIp=10.202.0.96\n&ModifyList.1.Targets.0.Port=80\n&ModifyList.1.Targets.0.Weight=30\n&<Common request parameters>",
45
61
  "output": "{\n \"Response\": {\n \"RequestId\": \"38bab2ce-616d-412c-a4b0-36110d5b17a3\"\n }\n}",
46
- "title": "Batch modifying the weights of servers bound to layer-4 and layer-7 listeners"
62
+ "title": "Modifying the Server Weights of Layer-4 and Layer-7 Listeners in Batches"
47
63
  }
48
64
  ],
49
65
  "BatchRegisterTargets": [
50
66
  {
51
67
  "document": " ",
52
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchRegisterTargets\n<Common request parameters>\n\n{\n \"Targets\": [\n {\n \"InstanceId\": \"ins-xxx\",\n \"ListenerId\": \"lbl-xxxx\",\n \"Weight\": \"10\",\n \"Port\": \"80\"\n }\n ],\n \"LoadBalancerId\": \"lb-xxxx\"\n}",
53
- "output": "{\n \"Response\": {\n \"FailListenerIdSet\": [],\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba22\"\n }\n}",
54
- "title": "Binding a CVM or ENI"
68
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchRegisterTargets\n<Common request parameters>\n\n{\n \"Targets\": [\n {\n \"InstanceId\": \"ins-xxx\",\n \"ListenerId\": \"lbl-xxxx\",\n \"Weight\": 10,\n \"Port\": 80\n }\n ],\n \"LoadBalancerId\": \"lb-xxxx\"\n}",
69
+ "output": "{\n \"Response\": {\n \"FailListenerIdSet\": [],\n \"Message\": \"\",\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba22\"\n }\n}",
70
+ "title": "Binding a Cloud Host or Elastic Network Interface"
55
71
  }
56
72
  ],
57
73
  "CloneLoadBalancer": [
@@ -64,10 +80,10 @@
64
80
  ],
65
81
  "CreateClsLogSet": [
66
82
  {
67
- "document": "Create Logset",
68
- "input": "https://clb.tencentcloudapi.com/?Action=CreateClsLogSet\n&LogsetName=clb_logset\n&Period=7\n&<Common request parameters>",
83
+ "document": "This example shows you how to create a logset.",
84
+ "input": "https://clb.tencentcloudapi.com/?Action=CreateClsLogSet\n&LogsetName=clb_logset\n&<Common request parameters>",
69
85
  "output": "{\n \"Response\": {\n \"LogsetId\": \"578dd0ad-2e7c-488b-b5fe-0b23da3537eb\",\n \"RequestId\": \"8b038842-70b2-411b-a1a2-c7fcde195d2c\"\n }\n}",
70
- "title": "Creating a logset"
86
+ "title": "Creating a Logset"
71
87
  }
72
88
  ],
73
89
  "CreateListener": [
@@ -79,7 +95,7 @@
79
95
  },
80
96
  {
81
97
  "document": "This example shows you how to create a TCP listener and configure the health check settings.",
82
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateListener\n<Common request parameters>\n\n{\n \"HealthCheck\": {\n \"UnHealthNum\": \"4\",\n \"HealthNum\": \"4\",\n \"IntervalTime\": \"7\",\n \"TimeOut\": \"5\",\n \"HealthSwitch\": \"1\"\n },\n \"Protocol\": \"TCP\",\n \"Ports\": [\n 7571\n ],\n \"LoadBalancerId\": \"lb-cuxw2rm0\"\n}",
98
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateListener\n<Common request parameters>\n\n{\n \"HealthCheck\": {\n \"UnHealthNum\": 4,\n \"HealthNum\": 4,\n \"IntervalTime\": 7,\n \"TimeOut\": 5,\n \"HealthSwitch\": 1\n },\n \"Protocol\": \"TCP\",\n \"Ports\": [\n 7571\n ],\n \"LoadBalancerId\": \"lb-cuxw2rm0\"\n}",
83
99
  "output": "{\n \"Response\": {\n \"ListenerIds\": [\n \"lbl-lbbxvq26\"\n ],\n \"RequestId\": \"fff13c83-dcb5-481a-ba7c-30e92c276c19\"\n }\n}",
84
100
  "title": "Creating a TCP Listener and Configuring the Health Check Settings"
85
101
  },
@@ -91,7 +107,7 @@
91
107
  },
92
108
  {
93
109
  "document": "This example shows you how to create a UDP listener with the default Ping health check.",
94
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateListener\n<Common request parameters>\n\n{\n \"HealthCheck\": {\n \"HealthSwitch\": \"1\"\n },\n \"Protocol\": \"UDP\",\n \"ListenerNames\": [\n \"lis_test\"\n ],\n \"Ports\": [\n 432\n ],\n \"LoadBalancerId\": \"lb-6wlxe9rj\"\n}",
110
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateListener\n<Common request parameters>\n\n{\n \"HealthCheck\": {\n \"HealthSwitch\": 1\n },\n \"Protocol\": \"UDP\",\n \"ListenerNames\": [\n \"lis_test\"\n ],\n \"Ports\": [\n 432\n ],\n \"LoadBalancerId\": \"lb-6wlxe9rj\"\n}",
95
111
  "output": "{\n \"Response\": {\n \"ListenerIds\": [\n \"lbl-aev333n1\"\n ],\n \"RequestId\": \"3b81f03e-6088-448d-abaf-8a487d4f985a\"\n }\n}",
96
112
  "title": "Creating a UDP Listener with the Default Ping Health Check"
97
113
  },
@@ -100,6 +116,12 @@
100
116
  "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateListener\n<Common request parameters>\n\n{\n \"ListenerNames\": [\n \"lis1\",\n \"lis0\"\n ],\n \"Protocol\": \"TCP\",\n \"Ports\": [\n 7570,\n 7569\n ],\n \"LoadBalancerId\": \"lb-cuxw2rm0\"\n}",
101
117
  "output": "{\n \"Response\": {\n \"ListenerIds\": [\n \"lbl-d1ubsydq\",\n \"lbl-4udz130k\"\n ],\n \"RequestId\": \"8f272cef-14ff-458c-b67e-1bd21bd2942b\"\n }\n}",
102
118
  "title": "Creating Two TCP Listeners (Respectively Named lis0 and lis1) to Respectively Listen on Ports 7569 and 7570"
119
+ },
120
+ {
121
+ "document": "",
122
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateListener\n<Common request parameters>\n\n{\n \"LoadBalancerId\": \"lb-fd9kpk4s\",\n \"Ports\": [\n 5689\n ],\n \"Protocol\": \"tcp\",\n \"RescheduleTargetZeroWeight\": true,\n \"RescheduleUnhealthy\": true,\n \"RescheduleExpandTarget\": true,\n \"RescheduleStartTime\": 25,\n \"RescheduleInterval\": 50\n}",
123
+ "output": "{\n \"Response\": {\n \"ListenerIds\": [\n \"lbl-1sf4yxie\"\n ],\n \"RequestId\": \"6aa274e5-ff78-4e9e-b13c-30a9e21b107e\"\n }\n}",
124
+ "title": "Creating a Listener and Enabling Rescheduling"
103
125
  }
104
126
  ],
105
127
  "CreateLoadBalancer": [
@@ -118,16 +140,16 @@
118
140
  ],
119
141
  "CreateLoadBalancerSnatIps": [
120
142
  {
121
- "document": " ",
143
+ "document": "This example shows you how to create a specified Number of snat IPs.",
122
144
  "input": "https://clb.tencentcloudapi.com/?Action=CreateLoadBalancerSnatIps\n&LoadBalancerId=lb-cuxw****\n&SnatIps.0.SubnetId=subnet-1234****\n&Number=2\n&<Common request parameters>",
123
145
  "output": "{\n \"Response\": {\n \"RequestId\": \"898b431c-2745-4b27-80f6-e6e8038a0683\"\n }\n}",
124
- "title": "Adding a SNAT IP"
146
+ "title": "Adding a SnatIp"
125
147
  },
126
148
  {
127
- "document": " ",
149
+ "document": "This example shows you how to add a snat ip by specifying an ip.",
128
150
  "input": "https://clb.tencentcloudapi.com/?Action=CreateLoadBalancerSnatIps\n&LoadBalancerId=lb-cuxw****\n&SnatIps.0.SubnetId=subnet-1234****\n&SnatIps.0.Ip=192.168.1.2\n&<Common request parameters>",
129
151
  "output": "{\n \"Response\": {\n \"RequestId\": \"898b431c-80f6-80f6-80f6-e6e8038a0683\"\n }\n}",
130
- "title": "Specifying a SNAT IP"
152
+ "title": "Assigning a snat ip and Adding a SnatIp"
131
153
  }
132
154
  ],
133
155
  "CreateRule": [
@@ -141,17 +163,25 @@
141
163
  "CreateTargetGroup": [
142
164
  {
143
165
  "document": "This example shows you how to create a target group.",
144
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTargetGroup\n<Common request parameters>\n\n{\n \"VpcId\": \"vpc-i1cnjuhx\",\n \"Port\": \"80\",\n \"TargetGroupName\": \"czhtest\"\n}",
166
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTargetGroup\n<Common request parameters>\n\n{\n \"VpcId\": \"vpc-i1cnjuhx\",\n \"Port\": 80,\n \"TargetGroupName\": \"czhtest\"\n}",
145
167
  "output": "{\n \"Response\": {\n \"TargetGroupId\": \"lbtg-81******\",\n \"RequestId\": \"9a4096dd-45a1-4e03-be8e-482a2fb48b59\"\n }\n}",
146
- "title": "Creating a target group"
168
+ "title": "Creating a Target Group"
147
169
  }
148
170
  ],
149
171
  "CreateTopic": [
150
172
  {
151
173
  "document": "This example shows you how to create a topic.",
152
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTopic\n<common request parameters>\n\n{\n \"PartitionCount\": \"3\",\n \"TopicName\": \"clb-topic\"\n}",
174
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTopic\n<Common request parameters>\n\n{\n \"PartitionCount\": 3,\n \"TopicName\": \"clb-topic\"\n}",
153
175
  "output": "{\n \"Response\": {\n \"TopicId\": \"b046ae5f-00cf-4e90-880c-215e5ae7b6xy\",\n \"RequestId\": \"dccf2ce3-0277-465a-9c60-260cfb141d65\"\n }\n}",
154
- "title": "Creating a topic"
176
+ "title": "Creating a Topic"
177
+ }
178
+ ],
179
+ "DeleteCustomizedConfig": [
180
+ {
181
+ "document": "This example shows you how to delete configuration.",
182
+ "input": "https://clb.tencentcloudapi.com/?Action=DeleteCustomizedConfig\r\n&UconfigIdList.0=pz-asdf\r\n&<Common request parameters>",
183
+ "output": "{\n \"Response\": {\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
184
+ "title": "Delete Configuration"
155
185
  }
156
186
  ],
157
187
  "DeleteListener": [
@@ -227,9 +257,9 @@
227
257
  "DeregisterTargetGroupInstances": [
228
258
  {
229
259
  "document": " ",
230
- "input": "https://clb.tencentcloudapi.com/?Action=DeregisterTargetGroupInstances\n&TargetGroupId=lbtg-815iz538\n&TargetGroupInstances.0.BindIP=172.16.0.34\n&TargetGroupInstances.0.Port=1234\n&<Common request parameters>",
260
+ "input": "https://clb.tencentcloudapi.com/?Action=DeregisterTargetGroupInstances\n&TargetGroupId=lbtg-815iz538\n&TargetGroupInstances.0.BindIP=172.16.0.34\n&TargetGroupInstances.0.Port=80\n&<Common request parameters>",
231
261
  "output": "{\n \"Response\": {\n \"RequestId\": \"4b4987ca-58d0-4bad-9ded-344fa4011bda\"\n }\n}",
232
- "title": "Unbinding a server from a target group"
262
+ "title": "Unbinding a Server from a Target Group"
233
263
  }
234
264
  ],
235
265
  "DeregisterTargets": [
@@ -252,16 +282,16 @@
252
282
  {
253
283
  "document": " ",
254
284
  "input": "https://clb.tencentcloudapi.com/?Action=DescribeBlockIPList\r\n&LoadBalancerId=lb-6efswuxa\r\n&<Common request parameters>",
255
- "output": "{\n \"Response\": {\n \"BlockedIPCount\": 1,\n \"BlockedIPList\": [\n {\n \"IP\": \"192.1.2.3\",\n \"CreateTime\": \"2019-01-10 10:55:40\",\n \"ExpireTime\": \"2019-01-10 11:12:19\"\n }\n ],\n \"ClientIPField\": \"test\",\n \"RequestId\": \"83329908-a282-4f9f-82ab-033a3025baff\"\n }\n}",
256
- "title": "Querying the IP blocklist of a CLB instance"
285
+ "output": "{\n \"Response\": {\n \"BlockedIPCount\": 1,\n \"BlockedIPList\": [\n {\n \"IP\": \"192.1.2.3\",\n \"CreateTime\": \"2019-01-10 10:55:40\",\n \"ExpireTime\": \"2019-01-10 11:12:19\"\n }\n ],\n \"ClientIPField\": \"cdn_src_ip\",\n \"RequestId\": \"83329908-a282-4f9f-82ab-033a3025baff\"\n }\n}",
286
+ "title": "Querying the Blocked IP List (Blocklist) of a Cloud Load Balancer"
257
287
  }
258
288
  ],
259
289
  "DescribeBlockIPTask": [
260
290
  {
261
- "document": " ",
262
- "input": "https://clb.tencentcloudapi.com/?Action=DescribeBlockIPTask\r\n&TaskId=localjob010916173469001234567890\r\n&<Common request parameters>",
291
+ "document": "This example shows you how to query the execution status of asynchronous task for blocked IP (blocklist).",
292
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBlockIPTask\n<Common request parameters>\n\n{\n \"TaskId\": \"localjob010916173469001234567890\"\n}",
263
293
  "output": "{\n \"Response\": {\n \"Status\": 6,\n \"RequestId\": \"83329908-a282-4f9f-8ab-033a3025baff\"\n }\n}",
264
- "title": "Querying the execution status of an async IP blocking task"
294
+ "title": "Querying the Execution Status of Asynchronous Task for Blocked IP (Blocklist)"
265
295
  }
266
296
  ],
267
297
  "DescribeClassicalLBByInstanceId": [
@@ -284,8 +314,8 @@
284
314
  {
285
315
  "document": " ",
286
316
  "input": "https://clb.tencentcloudapi.com/?Action=DescribeClassicalLBListeners\n&LoadBalancerId=lb-a3u5l5zc\n&<Common request parameters>",
287
- "output": "{\n \"Response\": {\n \"Listeners\": [\n {\n \"ListenerId\": \"lbl-3jur3gei\",\n \"ListenerPort\": 111,\n \"InstancePort\": 1111,\n \"ListenerName\": \"test\",\n \"Protocol\": \"tcp\",\n \"SessionExpire\": 0,\n \"HealthSwitch\": 1,\n \"TimeOut\": 2,\n \"IntervalTime\": 5,\n \"HealthNum\": 3,\n \"UnhealthNum\": 3,\n \"HttpHash\": \"\",\n \"HttpCode\": 31,\n \"HttpCheckPath\": \"\",\n \"SSLMode\": \"\",\n \"CertId\": \"\",\n \"CertCaId\": \"\",\n \"Status\": 1\n }\n ],\n \"RequestId\": \"5da375f4-214d-42bb-8d50-e74bf556b38f\"\n }\n}",
288
- "title": "Getting the listener information of a classic CLB instance"
317
+ "output": "{\n \"Response\": {\n \"Listeners\": [\n {\n \"ListenerId\": \"lbl-3jur3gei\",\n \"ListenerPort\": 80,\n \"InstancePort\": 8080,\n \"ListenerName\": \"HTTP-LISTENER\",\n \"Protocol\": \"tcp\",\n \"SessionExpire\": 0,\n \"HealthSwitch\": 1,\n \"TimeOut\": 2,\n \"IntervalTime\": 5,\n \"HealthNum\": 3,\n \"UnhealthNum\": 3,\n \"HttpHash\": \"\",\n \"HttpCode\": 31,\n \"HttpCheckPath\": \"\",\n \"SSLMode\": \"\",\n \"CertId\": \"\",\n \"CertCaId\": \"\",\n \"Status\": 1\n }\n ],\n \"RequestId\": \"5da375f4-214d-42bb-8d50-e74bf556b38f\"\n }\n}",
318
+ "title": "Retrieving Listener Information for a Classic CLB"
289
319
  }
290
320
  ],
291
321
  "DescribeClassicalLBTargets": [
@@ -308,16 +338,16 @@
308
338
  {
309
339
  "document": " ",
310
340
  "input": "https://clb.tencentcloudapi.com/?Action=DescribeCrossTargets\n&Offset=0\n&Limit=20\n&<Common request parameters>",
311
- "output": "{\n \"Response\": {\n \"CrossTargetSet\": [\n {\n \"LocalVpcId\": \"vpc-test1234\",\n \"VpcId\": \"vpc-test4321\",\n \"IP\": \"10.22.106.8\",\n \"VpcName\": \"Test\",\n \"EniId\": \"eni-test1234\",\n \"InstanceId\": \"ins-test1234\",\n \"InstanceName\": \"test\",\n \"Region\": \"ap-shanghai\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"7717db32-9080-4391-acd7-18f8bbd0664d\"\n }\n}",
312
- "title": "Querying information of CVMs and ENIs that use cross-region binding 2.0"
341
+ "output": "{\n \"Response\": {\n \"CrossTargetSet\": [\n {\n \"LocalVpcId\": \"vpc-test1234\",\n \"VpcId\": \"vpc-test4321\",\n \"IP\": \"10.22.106.8\",\n \"VpcName\": \"VPC-BIZ-TEST\",\n \"EniId\": \"eni-test1234\",\n \"InstanceId\": \"ins-test1234\",\n \"InstanceName\": \"inf-node-test.com\",\n \"Region\": \"ap-shanghai\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"7717db32-9080-4391-acd7-18f8bbd0664d\"\n }\n}",
342
+ "title": "Querying Backend Subnets and NIC Information of Cross-Region CCN 2.0"
313
343
  }
314
344
  ],
315
345
  "DescribeCustomizedConfigAssociateList": [
316
346
  {
317
- "document": "This example shows you how to query the bound `server` or configured `location`.",
347
+ "document": "Queries the bound server or location in configurations",
318
348
  "input": "https://clb.tencentcloudapi.com/?Action=DescribeCustomizedConfigAssociateList\n&UconfigId=pz-fi018waq\n&Offset=0\n&Limit=3\n&<Common request parameters>",
319
- "output": "{\n \"Response\": {\n \"BindList\": [\n {\n \"LoadBalancerId\": \"lb-az5a9oyo\",\n \"ListenerId\": \"lbl-nppnktey\",\n \"Domain\": \"www.aaa.com\",\n \"LocationId\": \"loc-nppnktey\",\n \"ListenerName\": \"test\",\n \"Protocol\": \"http\",\n \"Vport\": 80,\n \"Url\": \"\",\n \"UconfigId\": \"pz-n651fsue\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
320
- "title": "Querying the bound server or configured location"
349
+ "output": "{\n \"Response\": {\n \"BindList\": [\n {\n \"LoadBalancerId\": \"lb-az5a9oyo\",\n \"ListenerId\": \"lbl-nppnktey\",\n \"Domain\": \"www.aaa.com\",\n \"LocationId\": \"loc-nppnktey\",\n \"ListenerName\": \"http-listener\",\n \"Protocol\": \"http\",\n \"Vport\": 80,\n \"Url\": \"\",\n \"UconfigId\": \"pz-n651fsue\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
350
+ "title": "Queries the bound server or location in configurations"
321
351
  }
322
352
  ],
323
353
  "DescribeCustomizedConfigList": [
@@ -332,8 +362,8 @@
332
362
  {
333
363
  "document": " ",
334
364
  "input": "https://clb.tencentcloudapi.com/?Action=DescribeIdleLoadBalancers\n&<Common request parameters>",
335
- "output": "{\n \"Response\": {\n \"TotalCount\": 46,\n \"IdleLoadBalancers\": [\n {\n \"LoadBalancerId\": \"lb-1l1i6a3k\",\n \"LoadBalancerName\": \"lb-613054ce\",\n \"Region\": \"ap-guangzhou\",\n \"Vip\": \"172.16.32.29\",\n \"IdleReason\": \"NO_RULES\",\n \"Status\": 1,\n \"Forward\": 1\n }\n ],\n \"RequestId\": \"afa28690-f148-483f-9727-58c2f1da3794\"\n }\n}",
336
- "title": "Querying list of idle CLB instances"
365
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"IdleLoadBalancers\": [\n {\n \"LoadBalancerId\": \"lb-1l1i6a3k\",\n \"LoadBalancerName\": \"lb-613054ce\",\n \"Region\": \"ap-guangzhou\",\n \"Vip\": \"172.16.32.29\",\n \"IdleReason\": \"NO_RULES\",\n \"Status\": 1,\n \"Forward\": 1,\n \"Domain\": \"lb-xxxxx.tencentclb.com\"\n }\n ],\n \"RequestId\": \"afa28690-f148-483f-9727-58c2f1da3794\"\n }\n}",
366
+ "title": "Retrieving Idle Instances of Cloud Load Balancer"
337
367
  }
338
368
  ],
339
369
  "DescribeLBListeners": [
@@ -344,17 +374,25 @@
344
374
  "title": "Querying CLB instances bound to the CVM"
345
375
  }
346
376
  ],
377
+ "DescribeLBOperateProtect": [
378
+ {
379
+ "document": " ",
380
+ "input": "https://clb.tencentcloudapi.com/?Action=DescribeLBOperateProtect\n&LoadBalancerIds.0=lb-rbw529fz\n&<Common request parameters>",
381
+ "output": "{\n \"Response\": {\n \"LoadBalancerSet\": [\n {\n \"LoadBalancerId\": \"lb-rbw529fz\",\n \"ProtectState\": true,\n \"OperatorUin\": \"125674504xx\",\n \"Description\": \"CLB Operate Protect\",\n \"ModifyTime\": \"2021-09-08 15:54:46\"\n }\n ],\n \"RequestId\": \"63d7d5d7-523a-4c5e-bda2-ec953ed5ace4\"\n }\n}",
382
+ "title": "Querying Operation Protection Info of Cloud Load Balancer"
383
+ }
384
+ ],
347
385
  "DescribeListeners": [
348
386
  {
349
387
  "document": " ",
350
388
  "input": "https://clb.tencentcloudapi.com/?Action=DescribeListeners\n&LoadBalancerId=lb-aniq7ewx\n&Protocol=TCP\n&Port=333\n&ListenerIds.0=lbl-hd9nfp6o\n&<Common request parameters>",
351
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Listeners\": [\n {\n \"ListenerId\": \"lbl-hd9nfp6o\",\n \"ListenerName\": \"12345\",\n \"CreateTime\": \"2020-12-31 12:03:36\",\n \"Protocol\": \"TCP\",\n \"Port\": 333,\n \"EndPort\": 0,\n \"HealthCheck\": {\n \"HealthSwitch\": 1,\n \"TimeOut\": 2,\n \"IntervalTime\": 5,\n \"HealthNum\": 3,\n \"UnHealthNum\": 3,\n \"CheckPort\": null,\n \"CheckType\": \"TCP\",\n \"HttpCheckDomain\": null,\n \"HttpCheckPath\": null,\n \"HttpCheckMethod\": null,\n \"HttpVersion\": null,\n \"HttpCode\": null,\n \"ContextType\": null,\n \"SendContext\": null,\n \"RecvContext\": null,\n \"ExtendedCode\": null,\n \"SourceIpType\": 0\n },\n \"Certificate\": null,\n \"Scheduler\": \"WRR\",\n \"SessionExpireTime\": 0,\n \"SniSwitch\": 0,\n \"Rules\": null,\n \"TargetType\": \"NODE\",\n \"TargetGroup\": null,\n \"KeepaliveEnable\": null,\n \"SessionType\": \"NORMAL\",\n \"Toa\": false,\n \"DeregisterTargetRst\": false,\n \"MaxConn\": 100,\n \"MaxCps\": 100,\n \"IdleConnectTimeout\": 0,\n \"AttrFlags\": [\n \"abc\"\n ],\n \"TargetGroupList\": null\n }\n ],\n \"RequestId\": \"3ddae670-4a89-4919-af6e-0d6bf195c92e\"\n }\n}",
389
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Listeners\": [\n {\n \"ListenerId\": \"lbl-hd9nfp6o\",\n \"ListenerName\": \"TCP-Listener\",\n \"CreateTime\": \"2020-12-31 12:03:36\",\n \"Protocol\": \"TCP\",\n \"Port\": 333,\n \"EndPort\": 0,\n \"HealthCheck\": {\n \"HealthSwitch\": 1,\n \"TimeOut\": 2,\n \"IntervalTime\": 5,\n \"HealthNum\": 3,\n \"UnHealthNum\": 3,\n \"CheckPort\": null,\n \"CheckType\": \"TCP\",\n \"HttpCheckDomain\": null,\n \"HttpCheckPath\": null,\n \"HttpCheckMethod\": null,\n \"HttpVersion\": null,\n \"HttpCode\": null,\n \"ContextType\": null,\n \"SendContext\": null,\n \"RecvContext\": null,\n \"ExtendedCode\": null,\n \"SourceIpType\": 0\n },\n \"Certificate\": null,\n \"Scheduler\": \"WRR\",\n \"SessionExpireTime\": 0,\n \"SniSwitch\": 0,\n \"Rules\": null,\n \"TargetType\": \"NODE\",\n \"TargetGroup\": null,\n \"KeepaliveEnable\": null,\n \"SessionType\": \"NORMAL\",\n \"Toa\": false,\n \"DeregisterTargetRst\": false,\n \"MaxConn\": 100,\n \"MaxCps\": 100,\n \"IdleConnectTimeout\": 0,\n \"AttrFlags\": [\n \"Stop\"\n ],\n \"TargetGroupList\": null\n }\n ],\n \"RequestId\": \"3ddae670-4a89-4919-af6e-0d6bf195c92e\"\n }\n}",
352
390
  "title": "Querying Listeners by Port, Protocol, and Listener ID"
353
391
  },
354
392
  {
355
393
  "document": " ",
356
394
  "input": "https://clb.tencentcloudapi.com/?Action=DescribeListeners\n&LoadBalancerId=lb-aniq7ewx\n&<Common request parameters>",
357
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Listeners\": [\n {\n \"ListenerId\": \"lbl-hd9nfp6o\",\n \"ListenerName\": \"12345\",\n \"CreateTime\": \"2020-12-31 12:03:36\",\n \"Protocol\": \"TCP\",\n \"Port\": 333,\n \"EndPort\": 0,\n \"HealthCheck\": {\n \"HealthSwitch\": 1,\n \"TimeOut\": 2,\n \"IntervalTime\": 5,\n \"HealthNum\": 3,\n \"UnHealthNum\": 3,\n \"CheckPort\": null,\n \"CheckType\": \"TCP\",\n \"HttpCheckDomain\": null,\n \"HttpCheckPath\": null,\n \"HttpCheckMethod\": null,\n \"HttpVersion\": null,\n \"HttpCode\": null,\n \"ContextType\": null,\n \"SendContext\": null,\n \"RecvContext\": null,\n \"ExtendedCode\": null,\n \"SourceIpType\": 0\n },\n \"Certificate\": null,\n \"Scheduler\": \"WRR\",\n \"SessionExpireTime\": 0,\n \"SniSwitch\": 0,\n \"Rules\": null,\n \"TargetType\": \"NODE\",\n \"TargetGroup\": null,\n \"KeepaliveEnable\": null,\n \"SessionType\": \"NORMAL\",\n \"Toa\": false,\n \"DeregisterTargetRst\": false,\n \"MaxConn\": 100,\n \"MaxCps\": 100,\n \"IdleConnectTimeout\": 0,\n \"AttrFlags\": [\n \"abc\"\n ],\n \"TargetGroupList\": null\n }\n ],\n \"RequestId\": \"3ddae670-4a89-4919-af6e-0d6bf195c92e\"\n }\n}",
395
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Listeners\": [\n {\n \"ListenerId\": \"lbl-hd9nfp6o\",\n \"ListenerName\": \"TCP-Listener\",\n \"CreateTime\": \"2020-12-31 12:03:36\",\n \"Protocol\": \"TCP\",\n \"Port\": 333,\n \"EndPort\": 0,\n \"HealthCheck\": {\n \"HealthSwitch\": 1,\n \"TimeOut\": 2,\n \"IntervalTime\": 5,\n \"HealthNum\": 3,\n \"UnHealthNum\": 3,\n \"CheckPort\": null,\n \"CheckType\": \"TCP\",\n \"HttpCheckDomain\": null,\n \"HttpCheckPath\": null,\n \"HttpCheckMethod\": null,\n \"HttpVersion\": null,\n \"HttpCode\": null,\n \"ContextType\": null,\n \"SendContext\": null,\n \"RecvContext\": null,\n \"ExtendedCode\": null,\n \"SourceIpType\": 0\n },\n \"Certificate\": null,\n \"Scheduler\": \"WRR\",\n \"SessionExpireTime\": 0,\n \"SniSwitch\": 0,\n \"Rules\": null,\n \"TargetType\": \"NODE\",\n \"TargetGroup\": null,\n \"KeepaliveEnable\": null,\n \"SessionType\": \"NORMAL\",\n \"Toa\": false,\n \"DeregisterTargetRst\": false,\n \"MaxConn\": 100,\n \"MaxCps\": 100,\n \"IdleConnectTimeout\": 0,\n \"AttrFlags\": [\n \"Stop\"\n ],\n \"TargetGroupList\": null\n }\n ],\n \"RequestId\": \"3ddae670-4a89-4919-af6e-0d6bf195c92e\"\n }\n}",
358
396
  "title": "Querying the Information of All Listeners of a CLB Instance"
359
397
  }
360
398
  ],
@@ -362,7 +400,7 @@
362
400
  {
363
401
  "document": " ",
364
402
  "input": "https://clb.tencentcloudapi.com/?Action=DescribeLoadBalancerListByCertId\n&CertIds.0=Rrsw4nIA\n&<Common request parameters>",
365
- "output": "{\n \"Response\": {\n \"CertSet\": [\n {\n \"CertId\": \"Rrsw4nIA\",\n \"LoadBalancers\": [\n {\n \"LoadBalancerId\": \"lb-rbw529fz\",\n \"LoadBalancerName\": \"test_LB\",\n \"Forward\": 1,\n \"Domain\": \"\",\n \"LoadBalancerVips\": [\n \"129.226.78.67\"\n ],\n \"LoadBalancerType\": \"OPEN\",\n \"Status\": 1,\n \"CreateTime\": \"2019-07-02 18:12:52\",\n \"StatusTime\": \"2019-07-02 21:50:07\",\n \"ProjectId\": 0,\n \"OpenBgp\": 0,\n \"Snat\": false,\n \"Isolation\": 0,\n \"Log\": \"\",\n \"AnycastZone\": \"\",\n \"AddressIPVersion\": \"ipv4\",\n \"VpcId\": \"vpc-lt9uj4mo\",\n \"NumericalVpcId\": 117008,\n \"TargetRegionInfo\": {\n \"Region\": \"ap-hongkong\",\n \"VpcId\": \"vpc-lt9uj4mo\"\n },\n \"SubnetId\": \"\",\n \"SecureGroups\": [],\n \"Tags\": [],\n \"VipIsp\": \"BGP\",\n \"MasterZone\": null,\n \"BackupZoneSet\": null,\n \"IsolatedTime\": null,\n \"ExpireTime\": null,\n \"ChargeType\": null,\n \"NetworkAttributes\": null,\n \"PrepaidAttributes\": null\n }\n ]\n }\n ],\n \"RequestId\": \"7718d187-7684-4294-954b-1e13009d75f6\"\n }\n}",
403
+ "output": "{\n \"Response\": {\n \"CertSet\": [\n {\n \"CertId\": \"Rrsw4nIA\",\n \"LoadBalancers\": [\n {\n \"LoadBalancerId\": \"lb-8vzdrrfr\",\n \"LoadBalancerName\": \"prd02-ai-bj-ape-ingress\",\n \"Forward\": 1,\n \"Domain\": \"\",\n \"LoadBalancerDomain\": \"\",\n \"LoadBalancerVips\": [\n \"172.16.26.14\"\n ],\n \"AddressIPv6\": null,\n \"AddressIPVersion\": \"ipv4\",\n \"IPv6Mode\": null,\n \"LoadBalancerType\": \"INTERNAL\",\n \"Status\": 1,\n \"CreateTime\": \"2024-12-11 16:37:29\",\n \"StatusTime\": \"2025-04-27 13:37:46\",\n \"ProjectId\": 0,\n \"OpenBgp\": 0,\n \"Snat\": false,\n \"Isolation\": 0,\n \"Log\": \"\",\n \"AnycastZone\": \"\",\n \"VpcId\": \"vpc-6cv6qg1u\",\n \"NumericalVpcId\": 9356678,\n \"TargetRegionInfo\": {\n \"Region\": \"ap-beijing\",\n \"VpcId\": \"vpc-6cv3qr1u\",\n \"NumericalVpcId\": 9356678\n },\n \"SubnetId\": \"\",\n \"SecureGroups\": [],\n \"Tags\": [\n {\n \"TagKey\": \"tke-createdBy-flag\",\n \"TagValue\": \"yes\"\n },\n {\n \"TagKey\": \"tke-clusterId\",\n \"TagValue\": \"cls-27punli3\"\n }\n ],\n \"MasterZone\": null,\n \"BackupZoneSet\": null,\n \"IsolatedTime\": null,\n \"ExpireTime\": null,\n \"ChargeType\": null,\n \"NetworkAttributes\": null,\n \"PrepaidAttributes\": null,\n \"ExtraInfo\": null,\n \"LogSetId\": \"\",\n \"LogTopicId\": \"\",\n \"LoadBalancerPassToTarget\": false,\n \"IsDDos\": false,\n \"ConfigId\": \"\",\n \"ExclusiveCluster\": {\n \"L4Clusters\": null,\n \"L7Clusters\": null,\n \"ClassicalCluster\": null\n },\n \"SnatPro\": false,\n \"SnatIps\": [],\n \"IsBlock\": false,\n \"IsBlockTime\": \"\",\n \"SlaType\": \"\",\n \"Exclusive\": null,\n \"ClusterTag\": null,\n \"LocalBgp\": false,\n \"MixIpTarget\": false,\n \"Zones\": null,\n \"NfvInfo\": \"\",\n \"HealthLogSetId\": \"\",\n \"HealthLogTopicId\": \"\",\n \"ClusterIds\": null,\n \"AttributeFlags\": [\n \"SgInTgw\",\n \"SharedLimitFlag\"\n ],\n \"Egress\": \"\",\n \"VipIsp\": \"INTERNAL\"\n }\n ]\n }\n ],\n \"RequestId\": \"7718d187-7684-4294-324b-1e13009d75f6\"\n }\n}",
366
404
  "title": "Obtaining a CLB Instance Associated with the Specified Certificate ID"
367
405
  },
368
406
  {
@@ -382,49 +420,49 @@
382
420
  ],
383
421
  "DescribeLoadBalancerTraffic": [
384
422
  {
385
- "document": "This example shows you how to query CLB instances with high traffic under the current account.",
423
+ "document": "This example shows you how to query high-traffic load Cloud Load Balancers under an account.",
386
424
  "input": "https://clb.tencentcloudapi.com/?Action=DescribeLoadBalancerTraffic\n&LoadBalancerRegion=ap-guangzhou\n&<Common request parameters>",
387
- "output": "{\n \"Response\": {\n \"LoadBalancerTraffic\": [\n {\n \"LoadBalancerId\": \"lb-xxxxxx\",\n \"LoadBalancerName\": \"lb-name1\",\n \"Region\": \"ap-guangzhou\",\n \"Vip\": \"1.1.1.1\",\n \"OutBandwidth\": 177.083\n },\n {\n \"LoadBalancerId\": \"lb-kxyz2\",\n \"LoadBalancerName\": \"lb-xyzname\",\n \"Region\": \"ap-guangzhou\",\n \"Vip\": \"2.2.2.2\",\n \"OutBandwidth\": 77.449\n }\n ],\n \"RequestId\": \"03b18184-caf1-40d7-b01a-100010030712\"\n }\n}",
388
- "title": "Querying CLB instances with high traffic under the current account."
425
+ "output": "{\n \"Response\": {\n \"LoadBalancerTraffic\": [\n {\n \"LoadBalancerId\": \"lb-xxxxxx\",\n \"LoadBalancerName\": \"lb-name1\",\n \"Domain\": \"lb-name1.tencentclb.com\",\n \"Region\": \"ap-guangzhou\",\n \"Vip\": \"1.1.1.1\",\n \"OutBandwidth\": 177.083\n },\n {\n \"LoadBalancerId\": \"lb-kxyz2\",\n \"LoadBalancerName\": \"lb-xyzname\",\n \"Domain\": \"lb-xyzname.tencentclb.com\",\n \"Region\": \"ap-guangzhou\",\n \"Vip\": \"2.2.2.2\",\n \"OutBandwidth\": 77.449\n }\n ],\n \"RequestId\": \"03b18184-caf1-40d7-b01a-100010030712\"\n }\n}",
426
+ "title": "Query High-Traffic Cloud Load Balancers under an Account"
389
427
  }
390
428
  ],
391
429
  "DescribeLoadBalancers": [
392
430
  {
393
- "document": "This example shows you how to query the CLB instances bound to the backend server `172.26.0.11`.",
394
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLoadBalancers\n<Common request parameters>\n\n\n\n{\n \"LoadBalancerIds\": [\n \"lb-rbw5****\"\n ]\n}",
395
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LoadBalancerSet\": [\n {\n \"LoadBalancerId\": \"lb-rbw5****\",\n \"LoadBalancerName\": \"test_LB_****\",\n \"Forward\": 1,\n \"Domain\": \"\",\n \"LoadBalancerDomain\": \"\",\n \"LoadBalancerVips\": [\n \"119.***.***.51\"\n ],\n \"AddressIPv6\": null,\n \"AddressIPVersion\": \"ipv4\",\n \"IPv6Mode\": null,\n \"LoadBalancerType\": \"OPEN\",\n \"Status\": 1,\n \"CreateTime\": \"2023-12-27 15:53:46\",\n \"StatusTime\": \"2024-01-22 19:58:03\",\n \"ProjectId\": 0,\n \"OpenBgp\": 0,\n \"Snat\": false,\n \"Isolation\": 0,\n \"Log\": \"\",\n \"AnycastZone\": \"\",\n \"VpcId\": \"vpc-1y****83\",\n \"NumericalVpcId\": 1111113,\n \"TargetRegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"VpcId\": \"vpc-1y****83\"\n },\n \"SubnetId\": \"\",\n \"SecureGroups\": [],\n \"Tags\": [\n {\n \"TagKey\": \"key-****\",\n \"TagValue\": \"value-****\"\n }\n ],\n \"MasterZone\": {\n \"ZoneId\": 100003,\n \"Zone\": \"ap-guangzhou-3\",\nZoneName: \"Guangzhou Zone 3\", \"ZoneRegion\": \"ap-guangzhou\",\n \"LocalZone\": false,\n \"EdgeZone\": false\n },\n \"BackupZoneSet\": null,\n \"IsolatedTime\": null,\n \"ExpireTime\": \"2024-01-27 15:53:46\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"NetworkAttributes\": {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 5,\n \"BandwidthpkgSubType\": \"BGP\"\n },\n \"PrepaidAttributes\": null,\n \"ExtraInfo\": null,\n \"LogSetId\": \"\",\n \"LogTopicId\": \"\",\n \"LoadBalancerPassToTarget\": false,\n \"IsDDos\": false,\n \"ConfigId\": \"\",\n \"ExclusiveCluster\": {\n \"L4Clusters\": null,\n \"L7Clusters\": null,\n \"ClassicalCluster\": null\n },\n \"SnatPro\": false,\n \"SnatIps\": [],\n \"IsBlock\": false,\n \"IsBlockTime\": \"\",\n \"SlaType\": \"\",\n \"ClusterTag\": null,\n \"LocalBgp\": false,\n \"MixIpTarget\": false,\n \"Zones\": null,\n \"NfvInfo\": \"\",\n \"HealthLogSetId\": \"\",\n \"HealthLogTopicId\": \"\",\n \"ClusterIds\": null,\n \"AttributeFlags\": [\n \"SharedLimitFlag\"\n ],\n \"VipIsp\": \"BGP\",\n \"Egress\": \"\"\n }\n ],\n \"RequestId\": \"b0e9e810-01cc-4c12-8bd2-ca0a2ab1b976\"\n }\n}",
431
+ "document": "This example shows you how to query CLB instances bound to the real server with the private IP address 172.26.0.11.",
432
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLoadBalancers\n<Common request parameters>\n\n{\n \"LoadBalancerIds\": [\n \"lb-rbw5****\"\n ]\n}",
433
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LoadBalancerSet\": [\n {\n \"LoadBalancerId\": \"lb-rbw5****\",\n \"LoadBalancerName\": \"test_LB_****\",\n \"Forward\": 1,\n \"Domain\": \"\",\n \"LoadBalancerDomain\": \"\",\n \"LoadBalancerVips\": [\n \"119.***.***.51\"\n ],\n \"AddressIPv6\": null,\n \"AddressIPVersion\": \"ipv4\",\n \"IPv6Mode\": null,\n \"LoadBalancerType\": \"OPEN\",\n \"Status\": 1,\n \"CreateTime\": \"2023-12-27 15:53:46\",\n \"StatusTime\": \"2024-01-22 19:58:03\",\n \"ProjectId\": 0,\n \"OpenBgp\": 0,\n \"Snat\": false,\n \"Isolation\": 0,\n \"Log\": \"\",\n \"AnycastZone\": \"\",\n \"VpcId\": \"vpc-1y****83\",\n \"NumericalVpcId\": 1111113,\n \"TargetRegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"VpcId\": \"vpc-1y****83\",\n \"NumericalVpcId\": 1111113\n },\n \"SubnetId\": \"\",\n \"SecureGroups\": [],\n \"Tags\": [\n {\n \"TagKey\": \"key-****\",\n \"TagValue\": \"value-****\"\n }\n ],\n \"MasterZone\": {\n \"ZoneId\": 100003,\n \"Zone\": \"ap-guangzhou-3\",\n \"ZoneName\": \"Guangzhou Zone 3\",\n \"ZoneRegion\": \"ap-guangzhou\",\n \"LocalZone\": false,\n \"EdgeZone\": false\n },\n \"BackupZoneSet\": null,\n \"IsolatedTime\": null,\n \"ExpireTime\": \"2024-01-27 15:53:46\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"NetworkAttributes\": {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 5,\n \"BandwidthpkgSubType\": \"BGP\"\n },\n \"PrepaidAttributes\": null,\n \"ExtraInfo\": null,\n \"LogSetId\": \"\",\n \"LogTopicId\": \"\",\n \"LoadBalancerPassToTarget\": false,\n \"IsDDos\": false,\n \"ConfigId\": \"\",\n \"ExclusiveCluster\": {\n \"L4Clusters\": null,\n \"L7Clusters\": null,\n \"ClassicalCluster\": null\n },\n \"SnatPro\": false,\n \"SnatIps\": [],\n \"IsBlock\": false,\n \"IsBlockTime\": \"\",\n \"SlaType\": \"\",\n \"ClusterTag\": null,\n \"LocalBgp\": false,\n \"MixIpTarget\": false,\n \"Zones\": null,\n \"NfvInfo\": \"\",\n \"HealthLogSetId\": \"\",\n \"HealthLogTopicId\": \"\",\n \"ClusterIds\": null,\n \"AttributeFlags\": [\n \"SharedLimitFlag\"\n ],\n \"VipIsp\": \"BGP\",\n \"Egress\": \"\"\n }\n ],\n \"RequestId\": \"b0e9e810-01cc-4c12-8bd2-ca0a2ab1b976\"\n }\n}",
396
434
  "title": "Querying CLB Instances by Instance ID"
397
435
  },
398
436
  {
399
437
  "document": " ",
400
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLoadBalancers\n<Common request parameters>\n\n\n\n{\n \"ProjectId\": \"0\",\n \"LoadBalancerType\": \"OPEN\",\n \"Filters\": [\n {\n \"Values\": [\n \"test_tag_value2\",\n \"test_tag_value1\"\n ],\n \"Name\": \"tag:test_tag_key\"\n }\n ],\n \"LoadBalancerName\": \"test_LB\"\n}",
401
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LoadBalancerSet\": [\n {\n \"LoadBalancerId\": \"lb-rbw5****\",\n \"LoadBalancerName\": \"test_LB_****\",\n \"Forward\": 1,\n \"Domain\": \"\",\n \"LoadBalancerDomain\": \"\",\n \"LoadBalancerVips\": [\n \"119.***.***.51\"\n ],\n \"AddressIPv6\": null,\n \"AddressIPVersion\": \"ipv4\",\n \"IPv6Mode\": null,\n \"LoadBalancerType\": \"OPEN\",\n \"Status\": 1,\n \"CreateTime\": \"2023-12-27 15:53:46\",\n \"StatusTime\": \"2024-01-22 19:58:03\",\n \"ProjectId\": 0,\n \"OpenBgp\": 0,\n \"Snat\": false,\n \"Isolation\": 0,\n \"Log\": \"\",\n \"AnycastZone\": \"\",\n \"VpcId\": \"vpc-1y****83\",\n \"NumericalVpcId\": 1111113,\n \"TargetRegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"VpcId\": \"vpc-1y****83\"\n },\n \"SubnetId\": \"\",\n \"SecureGroups\": [],\n \"Tags\": [\n {\n \"TagKey\": \"key-****\",\n \"TagValue\": \"value-****\"\n }\n ],\n \"MasterZone\": {\n \"ZoneId\": 100003,\n \"Zone\": \"ap-guangzhou-3\",\nZoneName: \"Guangzhou Zone 3\", \"ZoneRegion\": \"ap-guangzhou\",\n \"LocalZone\": false,\n \"EdgeZone\": false\n },\n \"BackupZoneSet\": null,\n \"IsolatedTime\": null,\n \"ExpireTime\": \"2024-01-27 15:53:46\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"NetworkAttributes\": {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 5,\n \"BandwidthpkgSubType\": \"BGP\"\n },\n \"PrepaidAttributes\": null,\n \"ExtraInfo\": null,\n \"LogSetId\": \"\",\n \"LogTopicId\": \"\",\n \"LoadBalancerPassToTarget\": false,\n \"IsDDos\": false,\n \"ConfigId\": \"\",\n \"ExclusiveCluster\": {\n \"L4Clusters\": null,\n \"L7Clusters\": null,\n \"ClassicalCluster\": null\n },\n \"SnatPro\": false,\n \"SnatIps\": [],\n \"IsBlock\": false,\n \"IsBlockTime\": \"\",\n \"SlaType\": \"\",\n \"ClusterTag\": null,\n \"LocalBgp\": false,\n \"MixIpTarget\": false,\n \"Zones\": null,\n \"NfvInfo\": \"\",\n \"HealthLogSetId\": \"\",\n \"HealthLogTopicId\": \"\",\n \"ClusterIds\": null,\n \"AttributeFlags\": [\n \"SharedLimitFlag\"\n ],\n \"VipIsp\": \"BGP\",\n \"Egress\": \"\"\n }\n ],\n \"RequestId\": \"b0e9e810-01cc-4c12-8bd2-ca0a2ab1b976\"\n }\n}",
438
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLoadBalancers\n<Common request parameters>\n\n{\n \"ProjectId\": \"0\",\n \"LoadBalancerType\": \"OPEN\",\n \"Filters\": [\n {\n \"Values\": [\n \"test_tag_value2\",\n \"test_tag_value1\"\n ],\n \"Name\": \"tag:test_tag_key\"\n }\n ],\n \"LoadBalancerName\": \"test_LB\"\n}",
439
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LoadBalancerSet\": [\n {\n \"LoadBalancerId\": \"lb-rbw5****\",\n \"LoadBalancerName\": \"test_LB_****\",\n \"Forward\": 1,\n \"Domain\": \"\",\n \"LoadBalancerDomain\": \"\",\n \"LoadBalancerVips\": [\n \"119.***.***.51\"\n ],\n \"AddressIPv6\": null,\n \"AddressIPVersion\": \"ipv4\",\n \"IPv6Mode\": null,\n \"LoadBalancerType\": \"OPEN\",\n \"Status\": 1,\n \"CreateTime\": \"2023-12-27 15:53:46\",\n \"StatusTime\": \"2024-01-22 19:58:03\",\n \"ProjectId\": 0,\n \"OpenBgp\": 0,\n \"Snat\": false,\n \"Isolation\": 0,\n \"Log\": \"\",\n \"AnycastZone\": \"\",\n \"VpcId\": \"vpc-1y****83\",\n \"NumericalVpcId\": 1111113,\n \"TargetRegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"VpcId\": \"vpc-1y****83\",\n \"NumericalVpcId\": 1111113\n },\n \"SubnetId\": \"\",\n \"SecureGroups\": [],\n \"Tags\": [\n {\n \"TagKey\": \"key-****\",\n \"TagValue\": \"value-****\"\n }\n ],\n \"MasterZone\": {\n \"ZoneId\": 100003,\n \"Zone\": \"ap-guangzhou-3\",\n \"ZoneName\": \"Guangzhou Zone 3\",\n \"ZoneRegion\": \"ap-guangzhou\",\n \"LocalZone\": false,\n \"EdgeZone\": false\n },\n \"BackupZoneSet\": null,\n \"IsolatedTime\": null,\n \"ExpireTime\": \"2024-01-27 15:53:46\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"NetworkAttributes\": {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 5,\n \"BandwidthpkgSubType\": \"BGP\"\n },\n \"PrepaidAttributes\": null,\n \"ExtraInfo\": null,\n \"LogSetId\": \"\",\n \"LogTopicId\": \"\",\n \"LoadBalancerPassToTarget\": false,\n \"IsDDos\": false,\n \"ConfigId\": \"\",\n \"ExclusiveCluster\": {\n \"L4Clusters\": null,\n \"L7Clusters\": null,\n \"ClassicalCluster\": null\n },\n \"SnatPro\": false,\n \"SnatIps\": [],\n \"IsBlock\": false,\n \"IsBlockTime\": \"\",\n \"SlaType\": \"\",\n \"ClusterTag\": null,\n \"LocalBgp\": false,\n \"MixIpTarget\": false,\n \"Zones\": null,\n \"NfvInfo\": \"\",\n \"HealthLogSetId\": \"\",\n \"HealthLogTopicId\": \"\",\n \"ClusterIds\": null,\n \"AttributeFlags\": [\n \"SharedLimitFlag\"\n ],\n \"VipIsp\": \"BGP\",\n \"Egress\": \"\"\n }\n ],\n \"RequestId\": \"b0e9e810-01cc-4c12-8bd2-ca0a2ab1b976\"\n }\n}",
402
440
  "title": "Querying CLB Instances by Tag Key-Value Pair"
403
441
  },
404
442
  {
405
443
  "document": "This example shows you how to query CLB instances bound to the real server with the private IP address 172.26.0.11.",
406
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLoadBalancers\n<Common request parameters>\n\n\n\n{\n \"BackendPrivateIps\": [\n \"172.26.0.11\"\n ],\n \"WithRs\": \"1\"\n}",
407
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LoadBalancerSet\": [\n {\n \"LoadBalancerId\": \"lb-9vpm****\",\n \"LoadBalancerName\": \"lb-test-****-1227\",\n \"Forward\": 1,\n \"Domain\": \"\",\n \"LoadBalancerDomain\": \"\",\n \"LoadBalancerVips\": [\n \"119.***.***.51\"\n ],\n \"AddressIPv6\": null,\n \"AddressIPVersion\": \"ipv4\",\n \"IPv6Mode\": null,\n \"LoadBalancerType\": \"OPEN\",\n \"Status\": 1,\n \"CreateTime\": \"2023-12-27 15:53:46\",\n \"StatusTime\": \"2024-01-22 19:58:03\",\n \"ProjectId\": 0,\n \"OpenBgp\": 0,\n \"Snat\": false,\n \"Isolation\": 0,\n \"Log\": \"\",\n \"AnycastZone\": \"\",\n \"VpcId\": \"vpc-1y****83\",\n \"NumericalVpcId\": 1111113,\n \"TargetRegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"VpcId\": \"vpc-1y****83\"\n },\n \"SubnetId\": \"\",\n \"SecureGroups\": [],\n \"Tags\": [\n {\n \"TagKey\": \"key-****\",\n \"TagValue\": \"value-****\"\n }\n ],\n \"MasterZone\": {\n \"ZoneId\": 100003,\n \"Zone\": \"ap-guangzhou-3\",\nZoneName: \"Guangzhou Zone 3\", \"ZoneRegion\": \"ap-guangzhou\",\n \"LocalZone\": false,\n \"EdgeZone\": false\n },\n \"BackupZoneSet\": null,\n \"IsolatedTime\": null,\n \"ExpireTime\": \"2024-01-27 15:53:46\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"NetworkAttributes\": {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 5,\n \"BandwidthpkgSubType\": \"BGP\"\n },\n \"PrepaidAttributes\": null,\n \"ExtraInfo\": null,\n \"LogSetId\": \"\",\n \"LogTopicId\": \"\",\n \"LoadBalancerPassToTarget\": false,\n \"IsDDos\": false,\n \"ConfigId\": \"\",\n \"ExclusiveCluster\": {\n \"L4Clusters\": null,\n \"L7Clusters\": null,\n \"ClassicalCluster\": null\n },\n \"SnatPro\": false,\n \"SnatIps\": [],\n \"IsBlock\": false,\n \"IsBlockTime\": \"\",\n \"SlaType\": \"\",\n \"ClusterTag\": null,\n \"LocalBgp\": false,\n \"MixIpTarget\": false,\n \"Zones\": null,\n \"NfvInfo\": \"\",\n \"HealthLogSetId\": \"\",\n \"HealthLogTopicId\": \"\",\n \"ClusterIds\": null,\n \"AttributeFlags\": [\n \"SharedLimitFlag\"\n ],\n \"VipIsp\": \"BGP\",\n \"Egress\": \"\"\n }\n ],\n \"RequestId\": \"b0e9e810-01cc-4c12-8bd2-ca0a2ab1b976\"\n }\n}",
444
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLoadBalancers\n<Common request parameters>\n\n{\n \"BackendPrivateIps\": [\n \"172.26.0.11\"\n ],\n \"WithRs\": \"1\"\n}",
445
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LoadBalancerSet\": [\n {\n \"LoadBalancerId\": \"lb-9vpm****\",\n \"LoadBalancerName\": \"lb-test-****-1227\",\n \"Forward\": 1,\n \"Domain\": \"\",\n \"LoadBalancerDomain\": \"\",\n \"LoadBalancerVips\": [\n \"119.***.***.51\"\n ],\n \"AddressIPv6\": null,\n \"AddressIPVersion\": \"ipv4\",\n \"IPv6Mode\": null,\n \"LoadBalancerType\": \"OPEN\",\n \"Status\": 1,\n \"CreateTime\": \"2023-12-27 15:53:46\",\n \"StatusTime\": \"2024-01-22 19:58:03\",\n \"ProjectId\": 0,\n \"OpenBgp\": 0,\n \"Snat\": false,\n \"Isolation\": 0,\n \"Log\": \"\",\n \"AnycastZone\": \"\",\n \"VpcId\": \"vpc-1y****83\",\n \"NumericalVpcId\": 1111113,\n \"TargetRegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"VpcId\": \"vpc-1y****83\",\n \"NumericalVpcId\": 1111113\n },\n \"SubnetId\": \"\",\n \"SecureGroups\": [],\n \"Tags\": [\n {\n \"TagKey\": \"key-****\",\n \"TagValue\": \"value-****\"\n }\n ],\n \"MasterZone\": {\n \"ZoneId\": 100003,\n \"Zone\": \"ap-guangzhou-3\",\n \"ZoneName\": \"Guangzhou Zone 3\",\n \"ZoneRegion\": \"ap-guangzhou\",\n \"LocalZone\": false,\n \"EdgeZone\": false\n },\n \"BackupZoneSet\": null,\n \"IsolatedTime\": null,\n \"ExpireTime\": \"2024-01-27 15:53:46\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"NetworkAttributes\": {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 5,\n \"BandwidthpkgSubType\": \"BGP\"\n },\n \"PrepaidAttributes\": null,\n \"ExtraInfo\": null,\n \"LogSetId\": \"\",\n \"LogTopicId\": \"\",\n \"LoadBalancerPassToTarget\": false,\n \"IsDDos\": false,\n \"ConfigId\": \"\",\n \"ExclusiveCluster\": {\n \"L4Clusters\": null,\n \"L7Clusters\": null,\n \"ClassicalCluster\": null\n },\n \"SnatPro\": false,\n \"SnatIps\": [],\n \"IsBlock\": false,\n \"IsBlockTime\": \"\",\n \"SlaType\": \"\",\n \"ClusterTag\": null,\n \"LocalBgp\": false,\n \"MixIpTarget\": false,\n \"Zones\": null,\n \"NfvInfo\": \"\",\n \"HealthLogSetId\": \"\",\n \"HealthLogTopicId\": \"\",\n \"ClusterIds\": null,\n \"AttributeFlags\": [\n \"SharedLimitFlag\"\n ],\n \"VipIsp\": \"BGP\",\n \"Egress\": \"\"\n }\n ],\n \"RequestId\": \"b0e9e810-01cc-4c12-8bd2-ca0a2ab1b976\"\n }\n}",
408
446
  "title": "Querying CLB Instances Bound to the Real Server with the Specified Private IP Address"
409
447
  },
410
448
  {
411
449
  "document": " ",
412
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLoadBalancers\n<Common request parameters>\n\n\n\n{\n \"SearchKey\": \"test_LB\"\n}",
413
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LoadBalancerSet\": [\n {\n \"LoadBalancerId\": \"lb-9vpm****\",\n \"LoadBalancerName\": \"test_LB_****\",\n \"Forward\": 1,\n \"Domain\": \"\",\n \"LoadBalancerDomain\": \"\",\n \"LoadBalancerVips\": [\n \"119.***.***.51\"\n ],\n \"AddressIPv6\": null,\n \"AddressIPVersion\": \"ipv4\",\n \"IPv6Mode\": null,\n \"LoadBalancerType\": \"OPEN\",\n \"Status\": 1,\n \"CreateTime\": \"2023-12-27 15:53:46\",\n \"StatusTime\": \"2024-01-22 19:58:03\",\n \"ProjectId\": 0,\n \"OpenBgp\": 0,\n \"Snat\": false,\n \"Isolation\": 0,\n \"Log\": \"\",\n \"AnycastZone\": \"\",\n \"VpcId\": \"vpc-1y****83\",\n \"NumericalVpcId\": 1111113,\n \"TargetRegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"VpcId\": \"vpc-1y****83\"\n },\n \"SubnetId\": \"\",\n \"SecureGroups\": [],\n \"Tags\": [\n {\n \"TagKey\": \"key-****\",\n \"TagValue\": \"value-****\"\n }\n ],\n \"MasterZone\": {\n \"ZoneId\": 100003,\n \"Zone\": \"ap-guangzhou-3\",\nZoneName: \"Guangzhou Zone 3\", \"ZoneRegion\": \"ap-guangzhou\",\n \"LocalZone\": false,\n \"EdgeZone\": false\n },\n \"BackupZoneSet\": null,\n \"IsolatedTime\": null,\n \"ExpireTime\": \"2024-01-27 15:53:46\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"NetworkAttributes\": {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 5,\n \"BandwidthpkgSubType\": \"BGP\"\n },\n \"PrepaidAttributes\": null,\n \"ExtraInfo\": null,\n \"LogSetId\": \"\",\n \"LogTopicId\": \"\",\n \"LoadBalancerPassToTarget\": false,\n \"IsDDos\": false,\n \"ConfigId\": \"\",\n \"ExclusiveCluster\": {\n \"L4Clusters\": null,\n \"L7Clusters\": null,\n \"ClassicalCluster\": null\n },\n \"SnatPro\": false,\n \"SnatIps\": [],\n \"IsBlock\": false,\n \"IsBlockTime\": \"\",\n \"SlaType\": \"\",\n \"ClusterTag\": null,\n \"LocalBgp\": false,\n \"MixIpTarget\": false,\n \"Zones\": null,\n \"NfvInfo\": \"\",\n \"HealthLogSetId\": \"\",\n \"HealthLogTopicId\": \"\",\n \"ClusterIds\": null,\n \"AttributeFlags\": [\n \"SharedLimitFlag\"\n ],\n \"VipIsp\": \"BGP\",\n \"Egress\": \"\"\n }\n ],\n \"RequestId\": \"b0e9e810-01cc-4c12-8bd2-ca0a2ab1b976\"\n }\n}",
450
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLoadBalancers\n<Common request parameters>\n\n{\n \"SearchKey\": \"test_LB\"\n}",
451
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LoadBalancerSet\": [\n {\n \"LoadBalancerId\": \"lb-9vpm****\",\n \"LoadBalancerName\": \"test_LB_****\",\n \"Forward\": 1,\n \"Domain\": \"\",\n \"LoadBalancerDomain\": \"\",\n \"LoadBalancerVips\": [\n \"119.***.***.51\"\n ],\n \"AddressIPv6\": null,\n \"AddressIPVersion\": \"ipv4\",\n \"IPv6Mode\": null,\n \"LoadBalancerType\": \"OPEN\",\n \"Status\": 1,\n \"CreateTime\": \"2023-12-27 15:53:46\",\n \"StatusTime\": \"2024-01-22 19:58:03\",\n \"ProjectId\": 0,\n \"OpenBgp\": 0,\n \"Snat\": false,\n \"Isolation\": 0,\n \"Log\": \"\",\n \"AnycastZone\": \"\",\n \"VpcId\": \"vpc-1y****83\",\n \"NumericalVpcId\": 1111113,\n \"TargetRegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"VpcId\": \"vpc-1y****83\",\n \"NumericalVpcId\": 1111113\n },\n \"SubnetId\": \"\",\n \"SecureGroups\": [],\n \"Tags\": [\n {\n \"TagKey\": \"key-****\",\n \"TagValue\": \"value-****\"\n }\n ],\n \"MasterZone\": {\n \"ZoneId\": 100003,\n \"Zone\": \"ap-guangzhou-3\",\n\"ZoneName\": \"Guangzhou Zone 3\"\n \"ZoneRegion\": \"ap-guangzhou\",\n \"LocalZone\": false,\n \"EdgeZone\": false\n },\n \"BackupZoneSet\": null,\n \"IsolatedTime\": null,\n \"ExpireTime\": \"2024-01-27 15:53:46\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"NetworkAttributes\": {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 5,\n \"BandwidthpkgSubType\": \"BGP\"\n },\n \"PrepaidAttributes\": null,\n \"ExtraInfo\": null,\n \"LogSetId\": \"\",\n \"LogTopicId\": \"\",\n \"LoadBalancerPassToTarget\": false,\n \"IsDDos\": false,\n \"ConfigId\": \"\",\n \"ExclusiveCluster\": {\n \"L4Clusters\": null,\n \"L7Clusters\": null,\n \"ClassicalCluster\": null\n },\n \"SnatPro\": false,\n \"SnatIps\": [],\n \"IsBlock\": false,\n \"IsBlockTime\": \"\",\n \"SlaType\": \"\",\n \"ClusterTag\": null,\n \"LocalBgp\": false,\n \"MixIpTarget\": false,\n \"Zones\": null,\n \"NfvInfo\": \"\",\n \"HealthLogSetId\": \"\",\n \"HealthLogTopicId\": \"\",\n \"ClusterIds\": null,\n \"AttributeFlags\": [\n \"SharedLimitFlag\"\n ],\n \"VipIsp\": \"BGP\",\n \"Egress\": \"\"\n }\n ],\n \"RequestId\": \"b0e9e810-01cc-4c12-8bd2-ca0a2ab1b976\"\n }\n}",
414
452
  "title": "Fuzzy Querying CLB Instances by Instance Name, Domain Name, and VIP"
415
453
  },
416
454
  {
417
455
  "document": " ",
418
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLoadBalancers\n<Common request parameters>\n\n\n\n{\n \"ProjectId\": \"0\",\n \"LoadBalancerType\": \"OPEN\",\n \"LoadBalancerVips\": [\n \"119.***.***.51\"\n ],\n \"LoadBalancerName\": \"test_LB\"\n}",
419
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LoadBalancerSet\": [\n {\n \"LoadBalancerId\": \"lb-rbw5****\",\n \"LoadBalancerName\": \"test_LB_****\",\n \"Forward\": 1,\n \"Domain\": \"\",\n \"LoadBalancerDomain\": \"\",\n \"LoadBalancerVips\": [\n \"119.***.***.51\"\n ],\n \"AddressIPv6\": null,\n \"AddressIPVersion\": \"ipv4\",\n \"IPv6Mode\": null,\n \"LoadBalancerType\": \"OPEN\",\n \"Status\": 1,\n \"CreateTime\": \"2023-12-27 15:53:46\",\n \"StatusTime\": \"2024-01-22 19:58:03\",\n \"ProjectId\": 0,\n \"OpenBgp\": 0,\n \"Snat\": false,\n \"Isolation\": 0,\n \"Log\": \"\",\n \"AnycastZone\": \"\",\n \"VpcId\": \"vpc-1y****83\",\n \"NumericalVpcId\": 1111113,\n \"TargetRegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"VpcId\": \"vpc-1y****83\"\n },\n \"SubnetId\": \"\",\n \"SecureGroups\": [],\n \"Tags\": [\n {\n \"TagKey\": \"key-****\",\n \"TagValue\": \"value-****\"\n }\n ],\n \"MasterZone\": {\n \"ZoneId\": 100003,\n \"Zone\": \"ap-guangzhou-3\",\nZoneName: \"Guangzhou Zone 3\", \"ZoneRegion\": \"ap-guangzhou\",\n \"LocalZone\": false,\n \"EdgeZone\": false\n },\n \"BackupZoneSet\": null,\n \"IsolatedTime\": null,\n \"ExpireTime\": \"2024-01-27 15:53:46\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"NetworkAttributes\": {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 5,\n \"BandwidthpkgSubType\": \"BGP\"\n },\n \"PrepaidAttributes\": null,\n \"ExtraInfo\": null,\n \"LogSetId\": \"\",\n \"LogTopicId\": \"\",\n \"LoadBalancerPassToTarget\": false,\n \"IsDDos\": false,\n \"ConfigId\": \"\",\n \"ExclusiveCluster\": {\n \"L4Clusters\": null,\n \"L7Clusters\": null,\n \"ClassicalCluster\": null\n },\n \"SnatPro\": false,\n \"SnatIps\": [],\n \"IsBlock\": false,\n \"IsBlockTime\": \"\",\n \"SlaType\": \"\",\n \"ClusterTag\": null,\n \"LocalBgp\": false,\n \"MixIpTarget\": false,\n \"Zones\": null,\n \"NfvInfo\": \"\",\n \"HealthLogSetId\": \"\",\n \"HealthLogTopicId\": \"\",\n \"ClusterIds\": null,\n \"AttributeFlags\": [\n \"SharedLimitFlag\"\n ],\n \"VipIsp\": \"BGP\",\n \"Egress\": \"\"\n }\n ],\n \"RequestId\": \"b0e9e810-01cc-4c12-8bd2-ca0a2ab1b976\"\n }\n}",
456
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLoadBalancers\n<Common request parameters>\n\n{\n \"ProjectId\": \"0\",\n \"LoadBalancerType\": \"OPEN\",\n \"LoadBalancerVips\": [\n \"119.***.***.51\"\n ],\n \"LoadBalancerName\": \"test_LB\"\n}",
457
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LoadBalancerSet\": [\n {\n \"LoadBalancerId\": \"lb-rbw5****\",\n \"LoadBalancerName\": \"test_LB_****\",\n \"Forward\": 1,\n \"Domain\": \"\",\n \"LoadBalancerDomain\": \"\",\n \"LoadBalancerVips\": [\n \"119.***.***.51\"\n ],\n \"AddressIPv6\": null,\n \"AddressIPVersion\": \"ipv4\",\n \"IPv6Mode\": null,\n \"LoadBalancerType\": \"OPEN\",\n \"Status\": 1,\n \"CreateTime\": \"2023-12-27 15:53:46\",\n \"StatusTime\": \"2024-01-22 19:58:03\",\n \"ProjectId\": 0,\n \"OpenBgp\": 0,\n \"Snat\": false,\n \"Isolation\": 0,\n \"Log\": \"\",\n \"AnycastZone\": \"\",\n \"VpcId\": \"vpc-1y****83\",\n \"NumericalVpcId\": 1111113,\n \"TargetRegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"VpcId\": \"vpc-1y****83\",\n \"NumericalVpcId\": 1111113\n },\n \"SubnetId\": \"\",\n \"SecureGroups\": [],\n \"Tags\": [\n {\n \"TagKey\": \"key-****\",\n \"TagValue\": \"value-****\"\n }\n ],\n \"MasterZone\": {\n \"ZoneId\": 100003,\n \"Zone\": \"ap-guangzhou-3\",\n \"ZoneName\": \"Guangzhou Zone 3\",\n \"ZoneRegion\": \"ap-guangzhou\",\n \"LocalZone\": false,\n \"EdgeZone\": false\n },\n \"BackupZoneSet\": null,\n \"IsolatedTime\": null,\n \"ExpireTime\": \"2024-01-27 15:53:46\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"NetworkAttributes\": {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 5,\n \"BandwidthpkgSubType\": \"BGP\"\n },\n \"PrepaidAttributes\": null,\n \"ExtraInfo\": null,\n \"LogSetId\": \"\",\n \"LogTopicId\": \"\",\n \"LoadBalancerPassToTarget\": false,\n \"IsDDos\": false,\n \"ConfigId\": \"\",\n \"ExclusiveCluster\": {\n \"L4Clusters\": null,\n \"L7Clusters\": null,\n \"ClassicalCluster\": null\n },\n \"SnatPro\": false,\n \"SnatIps\": [],\n \"IsBlock\": false,\n \"IsBlockTime\": \"\",\n \"SlaType\": \"\",\n \"ClusterTag\": null,\n \"LocalBgp\": false,\n \"MixIpTarget\": false,\n \"Zones\": null,\n \"NfvInfo\": \"\",\n \"HealthLogSetId\": \"\",\n \"HealthLogTopicId\": \"\",\n \"ClusterIds\": null,\n \"AttributeFlags\": [\n \"SharedLimitFlag\"\n ],\n \"VipIsp\": \"BGP\",\n \"Egress\": \"\"\n }\n ],\n \"RequestId\": \"b0e9e810-01cc-4c12-8bd2-ca0a2ab1b976\"\n }\n}",
420
458
  "title": "Querying CLB Instances by Instance Type, Project, Name, and VIP"
421
459
  }
422
460
  ],
423
461
  "DescribeLoadBalancersDetail": [
424
462
  {
425
463
  "document": " ",
426
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLoadBalancersDetail\n<Common request parameters>\n\n\n\n{\n \"Limit\": \"2\",\n \"Offset\": \"5\"\n}",
427
- "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"LoadBalancerDetailSet\": [],\n \"RequestId\": \"d09b91ba-a81e-4ca3-b423-c64e60127c64\"\n }\n}",
464
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLoadBalancersDetail\n<Common request parameters>\n\n{\n \"Limit\": 2,\n \"Offset\": 5\n}",
465
+ "output": "{\n \"Response\": {\n \"LoadBalancerDetailSet\": [\n {\n \"LoadBalancerId\": \"lb-42ua7vc4\",\n \"LoadBalancerName\": \"lb-65e19dc1-Swzo\",\n \"LoadBalancerDomain\": \"lb-42ua7vc4-*****8.clb.ap-guangzhou.com\",\n \"Status\": 1,\n \"Isolation\": 0,\n \"Address\": null,\n \"AddressIPv6\": null,\n \"AddressIPVersion\": \"IPv4\",\n \"IPv6Mode\": null,\n \"Zone\": \"ap-guangzhou-2\",\n \"Zones\": null,\n \"SlaveZone\": null,\n \"LoadBalancerType\": \"Public\",\n \"AddressIsp\": null,\n \"VpcId\": \"vpc-1yxy51wh\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"NetworkAttributes\": {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 6,\n \"BandwidthpkgSubType\": null\n },\n \"PrepaidAttributes\": null,\n \"ProjectId\": 0,\n \"SecurityGroup\": null,\n \"LoadBalancerPassToTarget\": 0,\n \"Tags\": null,\n \"ExtraInfo\": null,\n \"ConfigId\": null,\n \"CreateTime\": \"2024-03-05 22:08:01\",\n \"ListenerId\": null,\n \"Protocol\": null,\n \"Port\": null,\n \"SniSwitch\": null,\n \"LocationId\": null,\n \"Domain\": null,\n \"Domains\": null,\n \"Url\": null,\n \"TargetId\": null,\n \"TargetAddress\": null,\n \"TargetPort\": null,\n \"TargetWeight\": null,\n \"TargetHealth\": null,\n \"Egress\": \"\"\n },\n {\n \"LoadBalancerId\": \"lb-5e5gta0w\",\n \"LoadBalancerName\": \"lb-65e19e54-4rzS\",\n \"LoadBalancerDomain\": \"lb-5e5gta0w-*******.clb.ap-guangzhou.com\",\n \"Status\": 1,\n \"Isolation\": 0,\n \"Address\": null,\n \"AddressIPv6\": null,\n \"AddressIPVersion\": \"IPv4\",\n \"IPv6Mode\": null,\n \"Zone\": \"ap-guangzhou-2\",\n \"Zones\": null,\n \"SlaveZone\": null,\n \"LoadBalancerType\": \"Public\",\n \"AddressIsp\": null,\n \"VpcId\": \"vpc-1yxy51wh\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"NetworkAttributes\": {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 6,\n \"BandwidthpkgSubType\": null\n },\n \"PrepaidAttributes\": null,\n \"ProjectId\": 0,\n \"SecurityGroup\": null,\n \"LoadBalancerPassToTarget\": 0,\n \"Tags\": null,\n \"ExtraInfo\": null,\n \"ConfigId\": null,\n \"CreateTime\": \"2024-03-05 22:10:28\",\n \"ListenerId\": null,\n \"Protocol\": null,\n \"Port\": null,\n \"SniSwitch\": null,\n \"LocationId\": null,\n \"Domain\": null,\n \"Domains\": null,\n \"Url\": null,\n \"TargetId\": null,\n \"TargetAddress\": null,\n \"TargetPort\": null,\n \"TargetWeight\": null,\n \"TargetHealth\": null,\n \"Egress\": \"\"\n },\n {\n \"LoadBalancerId\": \"lb-7pqspi5i\",\n \"LoadBalancerName\": \"lb-65e19f3e-R6qu\",\n \"LoadBalancerDomain\": \"lb-7pqspi5i-********.clb.ap-guangzhou..com\",\n \"Status\": 1,\n \"Isolation\": 0,\n \"Address\": null,\n \"AddressIPv6\": null,\n \"AddressIPVersion\": \"IPv4\",\n \"IPv6Mode\": null,\n \"Zone\": \"ap-guangzhou-2\",\n \"Zones\": null,\n \"SlaveZone\": null,\n \"LoadBalancerType\": \"Public\",\n \"AddressIsp\": null,\n \"VpcId\": \"vpc-1yxy51wh\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"NetworkAttributes\": {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 6,\n \"BandwidthpkgSubType\": null\n },\n \"PrepaidAttributes\": null,\n \"ProjectId\": 0,\n \"SecurityGroup\": null,\n \"LoadBalancerPassToTarget\": 0,\n \"Tags\": null,\n \"ExtraInfo\": null,\n \"ConfigId\": null,\n \"CreateTime\": \"2024-03-05 22:14:23\",\n \"ListenerId\": null,\n \"Protocol\": null,\n \"Port\": null,\n \"SniSwitch\": null,\n \"LocationId\": null,\n \"Domain\": null,\n \"Domains\": null,\n \"Url\": null,\n \"TargetId\": null,\n \"TargetAddress\": null,\n \"TargetPort\": null,\n \"TargetWeight\": null,\n \"TargetHealth\": null,\n \"Egress\": \"\"\n },\n {\n \"LoadBalancerId\": \"lb-av9bugwy\",\n \"LoadBalancerName\": \"lb-65e19f53-HOij\",\n \"LoadBalancerDomain\": \"lb-av9bugwy-*****.clb.ap-guangzhou.com\",\n \"Status\": 1,\n \"Isolation\": 0,\n \"Address\": null,\n \"AddressIPv6\": null,\n \"AddressIPVersion\": \"IPv4\",\n \"IPv6Mode\": null,\n \"Zone\": \"ap-guangzhou-2\",\n \"Zones\": null,\n \"SlaveZone\": null,\n \"LoadBalancerType\": \"Public\",\n \"AddressIsp\": null,\n \"VpcId\": \"vpc-1yxy51wh\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"NetworkAttributes\": {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 6,\n \"BandwidthpkgSubType\": null\n },\n \"PrepaidAttributes\": null,\n \"ProjectId\": 0,\n \"SecurityGroup\": null,\n \"LoadBalancerPassToTarget\": 0,\n \"Tags\": null,\n \"ExtraInfo\": null,\n \"ConfigId\": null,\n \"CreateTime\": \"2024-03-05 22:14:45\",\n \"ListenerId\": null,\n \"Protocol\": null,\n \"Port\": null,\n \"SniSwitch\": null,\n \"LocationId\": null,\n \"Domain\": null,\n \"Domains\": null,\n \"Url\": null,\n \"TargetId\": null,\n \"TargetAddress\": null,\n \"TargetPort\": null,\n \"TargetWeight\": null,\n \"TargetHealth\": null,\n \"Egress\": \"\"\n },\n {\n \"LoadBalancerId\": \"lb-0s4e1oww\",\n \"LoadBalancerName\": \"lb-65e5692e-a8pT\",\n \"LoadBalancerDomain\": \"lb-0s4e1oww-*********.clb.ap-guangzhou.com\",\n \"Status\": 1,\n \"Isolation\": 0,\n \"Address\": null,\n \"AddressIPv6\": null,\n \"AddressIPVersion\": \"IPv4\",\n \"IPv6Mode\": null,\n \"Zone\": \"ap-guangzhou-2\",\n \"Zones\": null,\n \"SlaveZone\": null,\n \"LoadBalancerType\": \"Public\",\n \"AddressIsp\": null,\n \"VpcId\": \"vpc-1yxy51wh\",\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"NetworkAttributes\": {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 5,\n \"BandwidthpkgSubType\": null\n },\n \"PrepaidAttributes\": null,\n \"ProjectId\": 0,\n \"SecurityGroup\": null,\n \"LoadBalancerPassToTarget\": 0,\n \"Tags\": null,\n \"ExtraInfo\": null,\n \"ConfigId\": null,\n \"CreateTime\": \"2024-03-05 19:12:19\",\n \"ListenerId\": null,\n \"Protocol\": null,\n \"Port\": null,\n \"SniSwitch\": null,\n \"LocationId\": null,\n \"Domain\": null,\n \"Domains\": null,\n \"Url\": null,\n \"TargetId\": null,\n \"TargetAddress\": null,\n \"TargetPort\": null,\n \"TargetWeight\": null,\n \"TargetHealth\": null,\n \"Egress\": \"\"\n }\n ],\n \"TotalCount\": 16,\n \"RequestId\": \"1626ec6f-f87e-476c-a9f3-ac3a87a5f3e6\"\n }\n}",
428
466
  "title": "Querying CLB Instance Details"
429
467
  }
430
468
  ],
@@ -439,25 +477,25 @@
439
477
  "DescribeResources": [
440
478
  {
441
479
  "document": "This example shows you how to query the list of supported availability zones and resources in the current region for users.",
442
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeResources\n<Common request parameters>\n\n\n\n{\n \"Limit\": \"20\",\n \"Offset\": \"0\"\n}",
443
- "output": "{\n \"Response\": {\n \"TotalCount\": 3,\n \"ZoneResourceSet\": [\n {\n \"LocalZone\": false,\n \"EdgeZone\": false,\n \"SlaveZone\": null,\n \"MasterZone\": \"ap-guangzhou-1\",\n \"IPVersion\": \"IPv4\",\n \"ZoneRegion\": \"ap-guangzhou\",\n \"ResourceSet\": [\n {\n \"Isp\": \"BGP\",\n \"Type\": [\n \"BGP\"\n ]\n },\n {\n \"Isp\": \"CMCC\",\n \"Type\": [\n \"CMCC\"\n ]\n }\n ],\n \"ZoneResourceType\": \"SHARED\"\n }\n ],\n \"RequestId\": \"d09b91ba-a81e-4ca3-b423-c64e60127c64\"\n }\n}",
480
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeResources\n<Common request parameters>\n\n{\n \"Limit\": 20,\n \"Offset\": 0\n}",
481
+ "output": "{\n \"Response\": {\n \"ZoneResourceSet\": [\n {\n \"MasterZone\": \"ap-guangzhou\",\n \"SlaveZone\": null,\n \"IPVersion\": \"IPv6\",\n \"ResourceSet\": [\n {\n \"Isp\": \"BGP\",\n \"Type\": [\n \"BGP\"\n ],\n \"TypeSet\": [],\n \"AvailabilitySet\": []\n }\n ],\n \"ZoneRegion\": \"ap-guangzhou\",\n \"LocalZone\": false,\n \"EdgeZone\": false,\n \"ZoneResourceType\": \"SHARED\",\n \"Egress\": \"center_egress1\"\n },\n {\n \"MasterZone\": \"ap-guangzhou\",\n \"SlaveZone\": null,\n \"IPVersion\": \"IPv6_Nat\",\n \"ResourceSet\": [\n {\n \"Isp\": \"BGP\",\n \"Type\": [\n \"BGP\"\n ],\n \"TypeSet\": [],\n \"AvailabilitySet\": []\n }\n ],\n \"ZoneRegion\": \"ap-guangzhou\",\n \"LocalZone\": false,\n \"EdgeZone\": false,\n \"ZoneResourceType\": \"SHARED\",\n \"Egress\": \"center_egress1\"\n },\n {\n \"MasterZone\": \"ap-guangzhou-2\",\n \"SlaveZone\": null,\n \"IPVersion\": \"IPv4\",\n \"ResourceSet\": [\n {\n \"Isp\": \"BGP\",\n \"Type\": [\n \"BGP\"\n ],\n \"TypeSet\": [],\n \"AvailabilitySet\": []\n },\n {\n \"Isp\": \"INTERNAL\",\n \"Type\": [\n \"INTERNAL\"\n ],\n \"TypeSet\": [],\n \"AvailabilitySet\": []\n }\n ],\n \"ZoneRegion\": \"ap-guangzhou\",\n \"LocalZone\": false,\n \"EdgeZone\": false,\n \"ZoneResourceType\": \"SHARED\",\n \"Egress\": \"center_egress1\"\n }\n ],\n \"TotalCount\": 3,\n \"RequestId\": \"e0d11bcf-c3fa-45b8-b438-a4b642dbaad6\"\n }\n}",
444
482
  "title": "Querying the List of Supported Availability Zones and Resources in the Current Region for Users"
445
483
  }
446
484
  ],
447
485
  "DescribeRewrite": [
448
486
  {
449
- "document": "This example shows you how to query redirection relationship by a specified forwarding rule ID.",
487
+ "document": "This example shows you how to query the redirection relationship by specifying the forwarding rule ID.",
450
488
  "input": "https://clb.tencentcloudapi.com/?Action=DescribeRewrite\n&LoadBalancerId=lb-qc2iq5yc\n&SourceListenerIds.0=lbl-j36caqde\n&SourceLocationIds.0=loc-5t7526km\n&<Common request parameters>",
451
- "output": "{\n \"Response\": {\n \"RewriteSet\": [\n {\n \"TargetType\": \"Node\",\n \"DefaultServer\": false,\n \"Certificate\": {\n \"SSLMode\": \"UNIDIRECTIONAL\",\n \"CertCaId\": \"xx\",\n \"CertId\": \"xx\",\n \"ExtCertIds\": [\n \"xx\"\n ]\n },\n \"TrpcCallee\": \"abc\",\n \"ListenerId\": \"lbl-xxxxxxxx\",\n \"WafDomainId\": \"xx\",\n \"HttpGzip\": true,\n \"Scheduler\": \"WRR\",\n \"TargetGroupList\": [\n {\n \"TargetGroupId\": \"lbtg-xxxxxxxx\",\n \"TargetGroupName\": \"testGroup\"\n }\n ],\n \"TargetGroup\": {\n \"TargetGroupId\": \"lbtg-xxxxxxxx\",\n \"TargetGroupName\": \"testGroup\"\n },\n \"Url\": \"/\",\n \"HealthCheck\": {\n \"RecvContext\": \"test\",\n \"HealthSwitch\": 1,\n \"HttpCheckPath\": \"/check\",\n \"HttpCheckMethod\": \"head\",\n \"UnHealthNum\": 3,\n \"IntervalTime\": 5,\n \"HttpCode\": 15,\n \"SourceIpType\": 0,\n \"CheckPort\": 0,\n \"ContextType\": \"HTTP\",\n \"HttpCheckDomain\": \"test.xxx.com\",\n \"ExtendedCode\": \"12\",\n \"HealthNum\": 3,\n \"TimeOut\": 2,\n \"CheckType\": \"TCP \",\n \"SendContext\": \"abc\",\n \"HttpVersion\": \"HTTP/1.0\"\n },\n \"TrpcFunc\": \"trpcfunc_xxx\",\n \"Http2\": false,\n \"Domains\": [\n \"test.abc.com\"\n ],\n \"BeAutoCreated\": false,\n \"Domain\": \"test.abc.com\",\n \"ForwardType\": \"HTTP\",\n \"RewriteTarget\": {\n \"TargetListenerId\": \"lbl-xxxxxxxx\",\n \"RewriteType\": \"Manual\",\n \"RewriteCode\": 0,\n \"TargetLocationId\": \"loc-xxxxxxxx\",\n \"TakeUrl\": true\n },\n \"QuicStatus\": \"OFF\",\n \"LocationId\": \"loc-xxxxxxxx\",\n \"SessionExpireTime\": 0,\n \"CreateTime\": \"2022-03-23 10:37:16\"\n }\n ],\n \"RequestId\": \"63bee47c-2bf9-4909-a8f7-67495dfe7b42\"\n }\n}",
452
- "title": "Querying the redirection relationship by a specified forwarding rule ID"
489
+ "output": "{\n \"Response\": {\n \"RewriteSet\": [\n {\n \"TargetType\": \"Node\",\n \"DefaultServer\": false,\n \"Certificate\": {\n \"SSLMode\": \"UNIDIRECTIONAL\",\n \"CertCaId\": \"Fm8Wnpg8\",\n \"CertId\": \"Gp7qwVYB\",\n \"ExtCertIds\": [\n \"ByYdJzpw\"\n ]\n },\n \"TrpcCallee\": \"CLB\",\n \"ListenerId\": \"lbl-xxxxxxxx\",\n \"WafDomainId\": \"waf-qI07Ou7A\",\n \"HttpGzip\": true,\n \"Scheduler\": \"WRR\",\n \"TargetGroupList\": [\n {\n \"TargetGroupId\": \"lbtg-xxxxxxxx\",\n \"TargetGroupName\": \"testGroup\"\n }\n ],\n \"TargetGroup\": {\n \"TargetGroupId\": \"lbtg-xxxxxxxx\",\n \"TargetGroupName\": \"testGroup\"\n },\n \"Url\": \"/redirect\",\n \"HealthCheck\": {\n \"RecvContext\": \"ping\",\n \"HealthSwitch\": 1,\n \"HttpCheckPath\": \"/check\",\n \"HttpCheckMethod\": \"head\",\n \"UnHealthNum\": 3,\n \"IntervalTime\": 5,\n \"HttpCode\": 15,\n \"SourceIpType\": 0,\n \"CheckPort\": 0,\n \"ContextType\": \"HTTP\",\n \"HttpCheckDomain\": \"test.xxx.com\",\n \"ExtendedCode\": \"12\",\n \"HealthNum\": 3,\n \"TimeOut\": 2,\n \"CheckType\": \"TCP \",\n \"SendContext\": \"pong\",\n \"HttpVersion\": \"HTTP/1.0\"\n },\n \"TrpcFunc\": \"trpcfunc_xxx\",\n \"Http2\": false,\n \"Domains\": [\n \"test.abc.com\"\n ],\n \"BeAutoCreated\": false,\n \"Domain\": \"test.abc.com\",\n \"ForwardType\": \"HTTP\",\n \"RewriteTarget\": {\n \"TargetListenerId\": \"lbl-xxxxxxxx\",\n \"RewriteType\": \"Manual\",\n \"RewriteCode\": 0,\n \"TargetLocationId\": \"loc-xxxxxxxx\",\n \"TakeUrl\": true\n },\n \"QuicStatus\": \"OFF\",\n \"LocationId\": \"loc-xxxxxxxx\",\n \"SessionExpireTime\": 0,\n \"CreateTime\": \"2022-03-23 10:37:16\"\n }\n ],\n \"RequestId\": \"63bee47c-2bf9-4909-a8f7-67495dfe7b42\"\n }\n}",
490
+ "title": "Querying the Redirection Relationship by Specifying the Forwarding Rule ID"
453
491
  }
454
492
  ],
455
493
  "DescribeTargetGroupInstances": [
456
494
  {
457
- "document": "This example shows you how to query the servers bound to a target group.",
495
+ "document": "This example shows you how to display information on servers bound to a target group.",
458
496
  "input": "https://clb.tencentcloudapi.com/?Action=DescribeTargetGroupInstances\n&Filters.0.Name=TargetGroupId\n&Filters.0.Values.0=lbtg-5xunivs0\n&<Common request parameters>",
459
- "output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"TargetGroupInstanceSet\": [\n {\n \"TargetGroupId\": \"lbtg-5xunivs0\",\n \"Type\": \"CVM\",\n \"InstanceId\": \"ins-197234qt\",\n \"InstanceName\": \"Not named\",\n \"Port\": 3333,\n \"Weight\": 43,\n \"PublicIpAddresses\": [],\n \"PrivateIpAddresses\": [\n \"172.16.0.32\"\n ],\n \"EniId\": null,\n \"RegisteredTime\": \"2019-07-24 20:02:43\"\n },\n {\n \"TargetGroupId\": \"lbtg-5xunivs0\",\n \"Type\": \"CVM\",\n \"InstanceId\": \"ins-197234qt\",\n \"InstanceName\": \"Not named\",\n \"Port\": 2222,\n \"Weight\": 55,\n \"PublicIpAddresses\": [],\n \"PrivateIpAddresses\": [\n \"172.16.0.32\"\n ],\n \"EniId\": null,\n \"RegisteredTime\": \"2019-07-23 21:01:08\"\n }\n ],\n \"RealCount\": 2,\n \"RequestId\": \"94240d7f-8bc1-422a-81b9-5ea76d486a66\"\n }\n}",
460
- "title": "Querying the servers bound to a target group"
497
+ "output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"TargetGroupInstanceSet\": [\n {\n \"TargetGroupId\": \"lbtg-5xunivs0\",\n \"Type\": \"CVM\",\n \"InstanceId\": \"ins-197234qt\",\n \"InstanceName\": \"Unnamed\",\n \"Port\": 3333,\n \"Weight\": 43,\n \"PublicIpAddresses\": [],\n \"PrivateIpAddresses\": [\n \"172.16.0.32\"\n ],\n \"EniId\": \"\",\n \"ZoneId\": 100001,\n \"RegisteredTime\": \"2019-07-24 20:02:43\"\n },\n {\n \"TargetGroupId\": \"lbtg-5xunivs0\",\n \"Type\": \"CVM\",\n \"InstanceId\": \"ins-197234qt\",\n \"InstanceName\": \"Unnamed\",\n \"Port\": 2222,\n \"Weight\": 55,\n \"PublicIpAddresses\": [],\n \"PrivateIpAddresses\": [\n \"172.16.0.32\"\n ],\n \"EniId\": \"\",\n \"ZoneId\": 100001,\n \"RegisteredTime\": \"2019-07-23 21:01:08\"\n }\n ],\n \"RealCount\": 2,\n \"RequestId\": \"94240d7f-8bc1-422a-81b9-5ea76d486a66\"\n }\n}",
498
+ "title": "Displaying Information on Servers Bound to a Target Group"
461
499
  }
462
500
  ],
463
501
  "DescribeTargetGroupList": [
@@ -470,37 +508,37 @@
470
508
  ],
471
509
  "DescribeTargetGroups": [
472
510
  {
473
- "document": "This example shows you how to query target groups by IDs",
511
+ "document": "This example shows you how to query a target group by ID.",
474
512
  "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTargetGroups\n<Common request parameters>\n\n{\n \"TargetGroupIds\": [\n \"lbtg-5xunivs0\"\n ]\n}",
475
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"6a932437-5ce7-4c30-a4ce-7076ef654dcd\",\n \"TargetGroupSet\": [\n {\n \"UpdatedTime\": \"2020-09-22 00:00:00\",\n \"TargetGroupId\": \"lbtg-xxxxxxxx\",\n \"VpcId\": \"vpc-xxxxxxxx\",\n \"CreatedTime\": \"2020-09-22 00:00:00\",\n \"AssociatedRule\": [\n {\n \"Domain\": \"www.xxxx.com\",\n \"Protocol\": \"TCP\",\n \"Url\": \"/xxxx\",\n \"LoadBalancerName\": \"test_xxx\",\n \"ListenerId\": \"lbl-xxxxxxxx\",\n \"LocationId\": \"loc-xxxxxxxx\",\n \"ListenerName\": \"test_xxx\",\n \"LoadBalancerId\": \"lb-xxxxxxxx\",\n \"Port\": 80\n },\n {\n \"Domain\": \"www.xxxx.com\",\n \"Protocol\": \"TCP\",\n \"Url\": \"/xxxx\",\n \"LoadBalancerName\": \"test_xxx\",\n \"ListenerId\": \"lbl-xxxxxxxx\",\n \"LocationId\": \"loc-xxxxxxxx\",\n \"ListenerName\": \"test_xxx\",\n \"LoadBalancerId\": \"lb-xxxxxxxx\",\n \"Port\": 801\n }\n ],\n \"Port\": 1,\n \"TargetGroupName\": \"test_xxxx\"\n }\n ]\n }\n}",
476
- "title": "Querying target groups by IDs"
513
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"6a932437-5ce7-4c30-a4ce-7076ef654dcd\",\n \"TargetGroupSet\": [\n {\n \"UpdatedTime\": \"2020-09-22 00:00:00\",\n \"TargetGroupId\": \"lbtg-xxxxxxxx\",\n \"Protocol\": \"TCP\",\n \"VpcId\": \"vpc-xxxxxxxx\",\n \"CreatedTime\": \"2020-09-22 00:00:00\",\n \"AssociatedRule\": [\n {\n \"Domain\": \"www.xxxx.com\",\n \"Protocol\": \"TCP\",\n \"Url\": \"/xxxx\",\n \"LoadBalancerName\": \"test_xxx\",\n \"ListenerId\": \"lbl-xxxxxxxx\",\n \"LocationId\": \"loc-xxxxxxxx\",\n \"ListenerName\": \"test_xxx\",\n \"LoadBalancerId\": \"lb-xxxxxxxx\",\n \"Port\": 80\n },\n {\n \"Domain\": \"www.xxxx.com\",\n \"Protocol\": \"TCP\",\n \"Url\": \"/xxxx\",\n \"LoadBalancerName\": \"test_xxx\",\n \"ListenerId\": \"lbl-xxxxxxxx\",\n \"LocationId\": \"loc-xxxxxxxx\",\n \"ListenerName\": \"test_xxx\",\n \"LoadBalancerId\": \"lb-xxxxxxxx\",\n \"Port\": 801\n }\n ],\n \"Port\": 1,\n \"TargetGroupName\": \"test_xxxx\"\n }\n ]\n }\n}",
514
+ "title": "Querying a Target Group by ID"
477
515
  },
478
516
  {
479
- "document": "This example shows you how to query target groups.",
517
+ "document": "This example shows you how to query target group information by criteria.",
480
518
  "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTargetGroups\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"vpc-i1cnjuhx\"\n ],\n \"Name\": \"TargetGroupVpcId\"\n }\n ]\n}",
481
- "output": "{\n \"Response\": {\n \"TotalCount\": 3,\n \"TargetGroupSet\": [\n {\n \"TargetGroupId\": \"lbtg-5xunivs0\",\n \"VpcId\": \"vpc-i1cnjuhx\",\n \"TargetGroupName\": \"tg111_for_l4\",\n \"Port\": 111,\n \"CreatedTime\": \"2019-07-14 16:18:43\",\n \"UpdatedTime\": \"2019-07-14 16:18:43\",\n \"AssociatedRule\": [\n {\n \"LocationId\": \"loc-jjqr0ric\",\n \"Domain\": \"aaaa.com\",\n \"Url\": \"/\",\n \"ListenerId\": \"lbl-m2q6sp9m\",\n \"Port\": 80,\n \"Protocol\": \"http\",\n \"LoadBalancerId\": \"lb-phbx2420\",\n \"LoadBalancerName\": \"lb-12f60e5\",\n \"ListenerName\": \"aaa\"\n },\n {\n \"LocationId\": null,\n \"Domain\": null,\n \"Url\": null,\n \"ListenerId\": \"lbl-ow27ut6y\",\n \"Port\": 777,\n \"Protocol\": \"tcp\",\n \"LoadBalancerId\": \"lb-phbx2420\",\n \"LoadBalancerName\": \"lb-12f60e5\",\n \"ListenerName\": \"asdfsdf\"\n }\n ]\n },\n {\n \"TargetGroupId\": \"lbtg-dxnp10nc\",\n \"VpcId\": \"vpc-i1cnjuhx\",\n \"TargetGroupName\": \"tg111_for_l41563508267\",\n \"Port\": 111,\n \"CreatedTime\": \"2019-07-19 11:51:08\",\n \"UpdatedTime\": \"2019-07-19 11:51:07\",\n \"AssociatedRule\": []\n },\n {\n \"TargetGroupId\": \"lbtg-bjfi6nt6\",\n \"VpcId\": \"vpc-i1cnjuhx\",\n \"TargetGroupName\": \"tg111_for_l41563508507\",\n \"Port\": 111,\n \"CreatedTime\": \"2019-07-19 11:55:08\",\n \"UpdatedTime\": \"2019-07-19 11:55:08\",\n \"AssociatedRule\": []\n }\n ],\n \"RequestId\": \"412c7de5-47f6-4153-bf1b-77ef37e15244\"\n }\n}",
482
- "title": "Querying target group information by filter"
519
+ "output": "{\n \"Response\": {\n \"TotalCount\": 3,\n \"TargetGroupSet\": [\n {\n \"TargetGroupId\": \"lbtg-5xunivs0\",\n \"VpcId\": \"vpc-i1cnjuhx\",\n \"TargetGroupName\": \"tg111_for_l4\",\n \"Protocol\": \"TCP\",\n \"Port\": 111,\n \"CreatedTime\": \"2019-07-14 16:18:43\",\n \"UpdatedTime\": \"2019-07-14 16:18:43\",\n \"AssociatedRule\": [\n {\n \"LocationId\": \"loc-jjqr0ric\",\n \"Domain\": \"aaaa.com\",\n \"Url\": \"/group\",\n \"ListenerId\": \"lbl-m2q6sp9m\",\n \"Port\": 80,\n \"Protocol\": \"http\",\n \"LoadBalancerId\": \"lb-phbx2420\",\n \"LoadBalancerName\": \"lb-12f60e5\",\n \"ListenerName\": \"GROUP-LISTENER\"\n },\n {\n \"LocationId\": null,\n \"Domain\": null,\n \"Url\": null,\n \"ListenerId\": \"lbl-ow27ut6y\",\n \"Port\": 777,\n \"Protocol\": \"tcp\",\n \"LoadBalancerId\": \"lb-phbx2420\",\n \"LoadBalancerName\": \"lb-12f60e5\",\n \"ListenerName\": \"TARGET-LISTENER\"\n }\n ]\n },\n {\n \"TargetGroupId\": \"lbtg-dxnp10nc\",\n \"VpcId\": \"vpc-i1cnjuhx\",\n \"TargetGroupName\": \"tg111_for_l41563508267\",\n \"Protocol\": \"TCP\",\n \"Port\": 111,\n \"CreatedTime\": \"2019-07-19 11:51:08\",\n \"UpdatedTime\": \"2019-07-19 11:51:07\",\n \"AssociatedRule\": []\n },\n {\n \"TargetGroupId\": \"lbtg-bjfi6nt6\",\n \"VpcId\": \"vpc-i1cnjuhx\",\n \"TargetGroupName\": \"tg111_for_l41563508507\",\n \"Protocol\": \"TCP\",\n \"Port\": 111,\n \"CreatedTime\": \"2019-07-19 11:55:08\",\n \"UpdatedTime\": \"2019-07-19 11:55:08\",\n \"AssociatedRule\": []\n }\n ],\n \"RequestId\": \"412c7de5-47f6-4153-bf1b-77ef37e15244\"\n }\n}",
520
+ "title": "Querying Target Group Information by Criteria"
483
521
  }
484
522
  ],
485
523
  "DescribeTargetHealth": [
486
524
  {
487
525
  "document": " ",
488
526
  "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTargetHealth\n<Common request parameters>\n\n{\n \"LoadBalancerIds\": [\n \"lb-qc2iq5yc\"\n ]\n}",
489
- "output": "{\n \"Response\": {\n \"LoadBalancers\": [\n {\n \"Listeners\": [\n {\n \"Rules\": [\n {\n \"Url\": \"/\",\n \"Domain\": \"www.123.com\",\n \"LocationId\": \"loc-5t7526km\",\n \"Targets\": []\n }\n ],\n \"Port\": 666,\n \"Protocol\": \"HTTP\",\n \"ListenerId\": \"lbl-j36caqde\",\n \"ListenerName\": \"http-111\"\n },\n {\n \"Rules\": [\n {\n \"Url\": null,\n \"Domain\": null,\n \"LocationId\": \"loc-ewygg6i0\",\n \"Targets\": [\n {\n \"HealthStatus\": false,\n \"IP\": \"172.16.0.6\",\n \"TargetId\": \"ins-19425500\",\n \"Port\": 2020\n },\n {\n \"HealthStatus\": true,\n \"IP\": \"172.16.0.12\",\n \"TargetId\": \"ins-19425y2y\",\n \"Port\": 80\n }\n ]\n }\n ],\n \"Port\": 789,\n \"Protocol\": \"TCP\",\n \"ListenerId\": \"lbl-fs9naq76\",\n \"ListenerName\": \"tcp_test\"\n },\n {\n \"Rules\": [\n {\n \"Url\": \"/\",\n \"Domain\": \"www.456.com\",\n \"LocationId\": \"loc-8gdc4qcq\",\n \"Targets\": []\n }\n ],\n \"Port\": 777,\n \"Protocol\": \"HTTP\",\n \"ListenerId\": \"lbl-9nj07x0m\",\n \"ListenerName\": \"http-222\"\n },\n {\n \"Rules\": [],\n \"Port\": 1949,\n \"Protocol\": \"HTTPS\",\n \"ListenerId\": \"lbl-087wrv48\",\n \"ListenerName\": \"https-000\"\n }\n ],\n \"LoadBalancerName\": \"lb-test123\",\n \"LoadBalancerId\": \"lb-qc2iq5yc\"\n }\n ],\n \"RequestId\": \"9d45e1ec-720c-4ce1-860e-e338e273e77e\"\n }\n}",
490
- "title": "Querying real server health status of a CLB instance"
527
+ "output": "{\n \"Response\": {\n \"LoadBalancers\": [\n {\n \"Listeners\": [\n {\n \"Rules\": [\n {\n \"Url\": \"/service\",\n \"Domain\": \"www.123.com\",\n \"LocationId\": \"loc-5t7526km\",\n \"Targets\": []\n }\n ],\n \"Port\": 666,\n \"Protocol\": \"HTTP\",\n \"ListenerId\": \"lbl-j36caqde\",\n \"ListenerName\": \"http-111\"\n },\n {\n \"Rules\": [\n {\n \"Url\": null,\n \"Domain\": null,\n \"LocationId\": \"loc-ewygg6i0\",\n \"Targets\": [\n {\n \"HealthStatus\": false,\n \"IP\": \"172.16.0.6\",\n \"TargetId\": \"ins-19425500\",\n \"Port\": 2020,\n \"HealthStatusDetail\": \"Dead\"\n },\n {\n \"HealthStatus\": true,\n \"IP\": \"172.16.0.12\",\n \"TargetId\": \"ins-19425y2y\",\n \"Port\": 80,\n \"HealthStatusDetail\": \"Dead\"\n }\n ]\n }\n ],\n \"Port\": 789,\n \"Protocol\": \"TCP\",\n \"ListenerId\": \"lbl-fs9naq76\",\n \"ListenerName\": \"tcp_test\"\n },\n {\n \"Rules\": [\n {\n \"Url\": \"/healthchk\",\n \"Domain\": \"www.456.com\",\n \"LocationId\": \"loc-8gdc4qcq\",\n \"Targets\": []\n }\n ],\n \"Port\": 777,\n \"Protocol\": \"HTTP\",\n \"ListenerId\": \"lbl-9nj07x0m\",\n \"ListenerName\": \"http-222\"\n },\n {\n \"Rules\": [],\n \"Port\": 1949,\n \"Protocol\": \"HTTPS\",\n \"ListenerId\": \"lbl-087wrv48\",\n \"ListenerName\": \"https-000\"\n }\n ],\n \"LoadBalancerName\": \"lb-test123\",\n \"LoadBalancerId\": \"lb-qc2iq5yc\"\n }\n ],\n \"RequestId\": \"9d45e1ec-720c-4ce1-860e-e338e273e77e\"\n }\n}",
528
+ "title": "Querying the Health Status of Backend Servers in a Load Balancing Instance"
491
529
  }
492
530
  ],
493
531
  "DescribeTargets": [
494
532
  {
495
533
  "document": "This example shows you how to query the server list under a specific rule through filtering by location-id when the Layer-7 listener of CLB has too many rules.",
496
534
  "input": "https://clb.tencentcloudapi.com/?Action=DescribeTargets\n&LoadBalancerId=lb-12345678\n&Filters.0.Name=location-id\n&Filters.0.Values.0=loc-12345678\n&<Common request parameters>",
497
- "output": "{\n \"Response\": {\n \"Listeners\": [\n {\n \"ListenerId\": \"lbl-4fo6k8na\",\n \"Protocol\": \"HTTP\",\n \"Port\": 80,\n \"Rules\": [\n {\n \"LocationId\": \"loc-o9732aw0\",\n \"Domain\": \"www.123.com\",\n \"Url\": \"/\",\n \"Targets\": [\n {\n \"Type\": \"cvm\",\n \"PrivateIpAddresses\": [\n \"172.16.0.12\"\n ],\n \"EniId\": \"\",\n \"PublicIpAddresses\": null,\n \"InstanceName\": \"abcd1234\",\n \"Port\": 555,\n \"Weight\": 10,\n \"InstanceId\": \"ins-19425y2y\",\n \"RegisteredTime\": \"2019-07-12 16:22:02\"\n }\n ],\n \"FunctionTargets\": []\n }\n ],\n \"Targets\": null\n },\n {\n \"ListenerId\": \"lbl-4ue2rpl2\",\n \"Protocol\": \"TCP\",\n \"Port\": 888,\n \"Rules\": null,\n \"Targets\": [\n {\n \"Type\": \"cvm\",\n \"PrivateIpAddresses\": [\n \"172.16.0.12\"\n ],\n \"EniId\": \"\",\n \"PublicIpAddresses\": null,\n \"InstanceName\": \"abcd1234\",\n \"Port\": 666,\n \"Weight\": 40,\n \"InstanceId\": \"ins-19425y2y\",\n \"RegisteredTime\": \"2019-07-12 16:22:54\"\n }\n ]\n }\n ],\n \"RequestId\": \"a5cbe92d-c7f2-41d4-8343-3cb42c3fd1dd\"\n }\n}",
535
+ "output": "{\n \"Response\": {\n \"Listeners\": [\n {\n \"ListenerId\": \"lbl-12345678\",\n \"Protocol\": \"HTTP\",\n \"Port\": 80,\n \"Rules\": [\n {\n \"LocationId\": \"loc-12345678\",\n \"Domain\": \"123.com\",\n \"Url\": \"/query\",\n \"Targets\": [\n {\n \"Type\": \"CVM\",\n \"InstanceId\": \"ins-12345678\",\n \"Port\": 80,\n \"Weight\": 10,\n \"PublicIpAddresses\": null,\n \"PrivateIpAddresses\": [\n \"172.16.0.100\"\n ],\n \"InstanceName\": \"cvm-biz-test\",\n \"RegisteredTime\": \"2023-01-01\",\n \"EniId\": \"eni-12345678\"\n }\n ],\n \"FunctionTargets\": null\n }\n ],\n \"Targets\": null,\n \"EndPort\": 0\n }\n ],\n \"RequestId\": \"038afb75-7303-48da-abdc-e25f0cbfda0f\"\n }\n}",
498
536
  "title": "Querying the Real Server List by Location"
499
537
  },
500
538
  {
501
539
  "document": "This example shows you how to query all real servers bound to a CLB instance.",
502
540
  "input": "https://clb.tencentcloudapi.com/?Action=DescribeTargets\n&LoadBalancerId=lb-10iq9lou\n&<Common request parameters>",
503
- "output": "{\n \"Response\": {\n \"Listeners\": [\n {\n \"ListenerId\": \"lbl-12345678\",\n \"Protocol\": \"HTTP\",\n \"Port\": 80,\n \"Rules\": [\n {\n \"LocationId\": \"loc-12345678\",\n \"Domain\": \"123.com\",\n \"Url\": \"/\",\n \"Targets\": [\n {\n \"Type\": \"CVM\",\n \"InstanceId\": \"ins-12345678\",\n \"Port\": 80,\n \"Weight\": 10,\n \"PublicIpAddresses\": null,\n \"PrivateIpAddresses\": [\n \"172.16.0.100\"\n ],\n \"InstanceName\": \"123\",\n \"RegisteredTime\": \"2023-01-01\",\n \"EniId\": \"eni-12345678\"\n }\n ],\n \"FunctionTargets\": null\n }\n ],\n \"Targets\": null,\n \"EndPort\": 0\n }\n ],\n \"RequestId\": \"038afb75-7303-48da-abdc-e25f0cbfda0f\"\n }\n}",
541
+ "output": "{\n \"Response\": {\n \"Listeners\": [\n {\n \"ListenerId\": \"lbl-4fo6k8na\",\n \"Protocol\": \"HTTP\",\n \"Port\": 80,\n \"Rules\": [\n {\n \"LocationId\": \"loc-o9732aw0\",\n \"Domain\": \"www.123.com\",\n \"Url\": \"/query\",\n \"Targets\": [\n {\n \"Type\": \"cvm\",\n \"PrivateIpAddresses\": [\n \"172.16.0.12\"\n ],\n \"EniId\": \"\",\n \"PublicIpAddresses\": null,\n \"InstanceName\": \"abcd1234\",\n \"Port\": 555,\n \"Weight\": 10,\n \"InstanceId\": \"ins-19425y2y\",\n \"RegisteredTime\": \"2019-07-12 16:22:02\"\n }\n ],\n \"FunctionTargets\": []\n }\n ],\n \"Targets\": null,\n \"EndPort\": 0\n },\n {\n \"ListenerId\": \"lbl-4ue2rpl2\",\n \"Protocol\": \"TCP\",\n \"Port\": 888,\n \"Rules\": null,\n \"EndPort\": 0,\n \"Targets\": [\n {\n \"Type\": \"cvm\",\n \"PrivateIpAddresses\": [\n \"172.16.0.12\"\n ],\n \"EniId\": \"\",\n \"PublicIpAddresses\": null,\n \"InstanceName\": \"abcd1234\",\n \"Port\": 666,\n \"Weight\": 40,\n \"InstanceId\": \"ins-19425y2y\",\n \"RegisteredTime\": \"2019-07-12 16:22:54\"\n }\n ]\n }\n ],\n \"RequestId\": \"a5cbe92d-c7f2-41d4-8343-3cb42c3fd1dd\"\n }\n}",
504
542
  "title": "Querying All Real Servers Bound to a CLB Instance"
505
543
  }
506
544
  ],
@@ -512,6 +550,14 @@
512
550
  "title": "Querying the status of an async task"
513
551
  }
514
552
  ],
553
+ "DisassociateCustomizedConfig": [
554
+ {
555
+ "document": "This example shows you how to unbind a configuration.",
556
+ "input": "https://clb.tencentcloudapi.com/?Action=DisassociateCustomizedConfig\r\n&UconfigId=pz-asdfs\r\n&BindList.0.LoadBalancerId=asdfasdf\r\n&<Common request parameters>",
557
+ "output": "{\n \"Response\": {\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
558
+ "title": "Unbinding a Configuration"
559
+ }
560
+ ],
515
561
  "DisassociateTargetGroups": [
516
562
  {
517
563
  "document": " ",
@@ -524,50 +570,50 @@
524
570
  {
525
571
  "document": "This example shows you how to query the price for creating a prepaid CLB instance.",
526
572
  "input": "https://clb.tencentcloudapi.com/?Action=InquiryPriceCreateLoadBalancer\n&LoadBalancerType=OPEN\n&LoadBalancerChargeType=PREPAID\n&GoodsNum=1\n&InternetAccessible.InternetChargeType=BANDWIDTH_PREPAID\n&InternetAccessible.InternetMaxBandwidthOut=1\n&LoadBalancerChargePrepaid.Period=1\n&<Common request parameters>",
527
- "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"UnitPrice\": 0.02,\n \"ChargeUnit\": \"HOUR\",\n \"OriginalPrice\": null,\n \"DiscountPrice\": null\n },\n \"BandwidthPrice\": {\n \"UnitPrice\": 0.8,\n \"ChargeUnit\": \"GB\",\n \"OriginalPrice\": null,\n \"DiscountPrice\": null\n },\n \"LcuPrice\": null\n },\n \"RequestId\": \"f4953b5c-990c-49fa-9937-7aebef241d42\"\n }\n}",
573
+ "output": "{\n \"Response\": {\n \"Price\": {\n \"BandwidthPrice\": {\n \"ChargeUnit\": null,\n \"Discount\": 34.7841,\n \"DiscountPrice\": 8,\n \"OriginalPrice\": 23,\n \"UnitPrice\": null,\n \"UnitPriceDiscount\": null\n },\n \"InstancePrice\": {\n \"ChargeUnit\": null,\n \"Discount\": 28.9198,\n \"DiscountPrice\": 41.64,\n \"OriginalPrice\": 144,\n \"UnitPrice\": null,\n \"UnitPriceDiscount\": null\n },\n \"LcuPrice\": null\n },\n \"RequestId\": \"52f22ea7-3592-4ff0-9d63-a5cc14b79859\"\n }\n}",
528
574
  "title": "Querying the Price for Creating a Prepaid CLB Instance"
529
575
  },
530
576
  {
531
577
  "document": "This example shows you how to query the price for creating a pay-as-you-go CLB instance in the pay-as-you-go network billing mode.",
532
578
  "input": "https://clb.tencentcloudapi.com/?Action=InquiryPriceCreateLoadBalancer\n&LoadBalancerType=OPEN\n&LoadBalancerChargeType=POSTPAID\n&InternetAccessible.InternetChargeType=TRAFFIC_POSTPAID_BY_HOUR\n&InternetAccessible.InternetMaxBandwidthOut=1\n&<Common request parameters>",
533
- "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"UnitPrice\": 0.02,\n \"ChargeUnit\": \"HOUR\",\n \"OriginalPrice\": null,\n \"DiscountPrice\": null\n },\n \"BandwidthPrice\": {\n \"UnitPrice\": 48,\n \"ChargeUnit\": \"Mbps/MONTH\",\n \"OriginalPrice\": null,\n \"DiscountPrice\": null\n },\n \"LcuPrice\": null\n },\n \"RequestId\": \"19a2e45d-ed96-4f60-a954-99a4d41752f3\"\n }\n}",
579
+ "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"UnitPrice\": 0.2,\n \"UnitPriceDiscount\": 0.0574,\n \"ChargeUnit\": \"HOUR\",\n \"OriginalPrice\": null,\n \"DiscountPrice\": null,\n \"Discount\": 28.6951\n },\n \"BandwidthPrice\": {\n \"UnitPrice\": 0,\n \"UnitPriceDiscount\": 0,\n \"ChargeUnit\": \"0\",\n \"OriginalPrice\": null,\n \"DiscountPrice\": null,\n \"Discount\": 100\n },\n \"LcuPrice\": null\n },\n \"RequestId\": \"8abe5fc0-690d-458a-a15e-7f7467968f5d\"\n }\n}",
534
580
  "title": "Querying the Price for Creating a Pay-as-You-Go CLB Instance in the Pay-as-You-Go Network Billing Mode"
535
581
  },
536
582
  {
537
583
  "document": "This example shows you how to query the price for creating a pay-as-you-go CLB instance in the network billing mode by bandwidth package.",
538
584
  "input": "https://clb.tencentcloudapi.com/?Action=InquiryPriceCreateLoadBalancer\n&LoadBalancerType=OPEN\n&LoadBalancerChargeType=POSTPAID\n&GoodsNum=1\n&InternetAccessible.InternetChargeType=BANDWIDTH_PACKAGE\n&InternetAccessible.BandwidthpkgSubType=SINGLEISP\n&<Common request parameters>",
539
- "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"UnitPrice\": 0.02,\n \"ChargeUnit\": \"HOUR\",\n \"OriginalPrice\": null,\n \"DiscountPrice\": null\n },\n \"BandwidthPrice\": {\n \"UnitPrice\": 0.04,\n \"ChargeUnit\": \"HOUR\",\n \"OriginalPrice\": null,\n \"DiscountPrice\": null\n },\n \"LcuPrice\": null\n },\n \"RequestId\": \"835f9cd8-6af1-4ac6-8fc3-2a9f900b7fff\"\n }\n}",
585
+ "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"UnitPrice\": 0.2,\n \"UnitPriceDiscount\": 0.0574,\n \"ChargeUnit\": \"HOUR\",\n \"OriginalPrice\": null,\n \"DiscountPrice\": null,\n \"Discount\": 28.6951\n },\n \"BandwidthPrice\": {\n \"UnitPrice\": 0,\n \"UnitPriceDiscount\": 0,\n \"ChargeUnit\": \"0\",\n \"OriginalPrice\": null,\n \"DiscountPrice\": null,\n \"Discount\": 100\n },\n \"LcuPrice\": null\n },\n \"RequestId\": \"4233547b-4201-4b65-a9f4-304dfcf2a6f0\"\n }\n}",
540
586
  "title": "Querying the Price for Creating a Pay-as-You-Go CLB Instance in the Network Billing Mode by Bandwidth Package"
541
587
  },
542
588
  {
543
589
  "document": "This example shows you how to query the price for creating a pay-as-you-go CLB instance in the network billing mode by bandwidth.",
544
590
  "input": "https://clb.tencentcloudapi.com/?Action=InquiryPriceCreateLoadBalancer\n&LoadBalancerType=OPEN\n&LoadBalancerChargeType=POSTPAID\n&InternetAccessible.InternetChargeType=BANDWIDTH_POSTPAID_BY_HOUR\n&InternetAccessible.InternetMaxBandwidthOut=1\n&<Common request parameters>",
545
- "output": "{\n \"Response\": {\n \"Price\": {\n \"BandwidthPrice\": null,\n \"InstancePrice\": {\n \"OriginalPrice\": 37.4,\n \"DiscountPrice\": 37.4,\n \"UnitPrice\": null,\n \"ChargeUnit\": null\n },\n \"LcuPrice\": null\n },\n \"RequestId\": \"52f22ea7-3592-4ff0-9d63-a5cc14b79859\"\n }\n}",
591
+ "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"UnitPrice\": 0.2,\n \"UnitPriceDiscount\": 0.0574,\n \"ChargeUnit\": \"HOUR\",\n \"OriginalPrice\": null,\n \"DiscountPrice\": null,\n \"Discount\": 28.6951\n },\n \"BandwidthPrice\": {\n \"UnitPrice\": 0.04,\n \"UnitPriceDiscount\": 0.0137,\n \"ChargeUnit\": \"HOUR\",\n \"OriginalPrice\": null,\n \"DiscountPrice\": null,\n \"Discount\": 34.2927\n },\n \"LcuPrice\": null\n },\n \"RequestId\": \"2c77d1f1-7cdb-49e8-b91c-da9aa1becb27\"\n }\n}",
546
592
  "title": "Querying the Price for Creating a Pay-as-You-Go CLB Instance in the Network Billing Mode by Bandwidth"
547
593
  }
548
594
  ],
549
595
  "InquiryPriceModifyLoadBalancer": [
550
596
  {
551
- "document": "This example shows you how to query the price of adjusting the bandwidth of a CLB instance. ",
597
+ "document": "This example shows you how to query the cost of modifying bandwidth for Cloud Load Balancer.",
552
598
  "input": "https://clb.tencentcloudapi.com/?Action=InquiryPriceModifyLoadBalancer\n&LoadBalancerId=lb-dr0mo6w4\n&InternetAccessible.InternetChargeType=BANDWIDTH_PREPAID\n&InternetAccessible.InternetMaxBandwidthOut=20\n&<Common request parameters>",
553
- "output": "{\n \"Response\": {\n \"Price\": {\n \"BandwidthPrice\": null,\n \"InstancePrice\": {\n \"OriginalPrice\": 4494.57,\n \"DiscountPrice\": 4494.57,\n \"UnitPrice\": null,\n \"ChargeUnit\": null\n }\n },\n \"RequestId\": \"4c588312-edeb-4ea0-b8a4-b3024d9b8043\"\n }\n}",
554
- "title": "Querying the price of adjusting the bandwidth of a CLB instance"
599
+ "output": "{\n \"Response\": {\n \"Price\": {\n \"BandwidthPrice\": {\n \"ChargeUnit\": null,\n \"Discount\": 34.7841,\n \"DiscountPrice\": 8,\n \"OriginalPrice\": 23,\n \"UnitPrice\": null,\n \"UnitPriceDiscount\": null\n },\n \"InstancePrice\": {\n \"ChargeUnit\": null,\n \"Discount\": 28.9198,\n \"DiscountPrice\": 41.64,\n \"OriginalPrice\": 144,\n \"UnitPrice\": null,\n \"UnitPriceDiscount\": null\n },\n \"LcuPrice\": null\n },\n \"RequestId\": \"52f22ea7-3592-4ff0-9d63-a5cc14b79859\"\n }\n}",
600
+ "title": "Querying the Cost of Modifying Bandwidth for Cloud Load Balancer"
555
601
  }
556
602
  ],
557
603
  "InquiryPriceRefundLoadBalancer": [
558
604
  {
559
- "document": "This example shows you how to query the refund amount you can get after returning a CLB instance.",
605
+ "document": "This example shows you how to request a refund quote for Cloud Load Balancer.",
560
606
  "input": "https://clb.tencentcloudapi.com/?Action=InquiryPriceRefundLoadBalancer\n&LoadBalancerId=lb-56hl5sy2\n&<Common request parameters>",
561
- "output": "{\n \"Response\": {\n \"Price\": {\n \"BandwidthPrice\": null,\n \"InstancePrice\": {\n \"UnitPrice\": null,\n \"ChargeUnit\": null,\n \"OriginalPrice\": 79.02,\n \"DiscountPrice\": null\n }\n },\n \"RequestId\": \"06cdb8b7-1d26-4195-9d41-f3fc861d9530\"\n }\n}",
562
- "title": "Querying the refund amount"
607
+ "output": "{\n \"Response\": {\n \"Price\": {\n \"BandwidthPrice\": null,\n \"InstancePrice\": {\n \"UnitPrice\": null,\n \"ChargeUnit\": null,\n \"OriginalPrice\": 79.02,\n \"DiscountPrice\": null\n },\n \"LcuPrice\": null\n },\n \"RequestId\": \"06cdb8b7-1d26-4195-9d41-f3fc861d9530\"\n }\n}",
608
+ "title": "Requesting a Refund Quote for Cloud Load Balancer"
563
609
  }
564
610
  ],
565
611
  "InquiryPriceRenewLoadBalancer": [
566
612
  {
567
- "document": "This example shows you how to query the price of renewing a prepaid subscribed CLB instance.",
613
+ "document": "This example shows you how to query the renewal price for a certain prepaid CLB instance.",
568
614
  "input": "https://clb.tencentcloudapi.com/?Action=InquiryPriceRenewLoadBalancer\n&LoadBalancerId=lb-dr0mo6w4\n&LoadBalancerChargePrepaid.Period=1\n&<Common request parameters>",
569
- "output": "{\n \"Response\": {\n \"Price\": {\n \"BandwidthPrice\": null,\n \"InstancePrice\": {\n \"OriginalPrice\": 37.4,\n \"DiscountPrice\": 37.4,\n \"UnitPrice\": null,\n \"ChargeUnit\": null\n }\n },\n \"RequestId\": \"2eff0c82-61a2-48e5-ae17-2037901dd17c\"\n }\n}",
570
- "title": "Querying the price of renewing a prepaid subscribed CLB instance"
615
+ "output": "{\n \"Response\": {\n \"Price\": {\n \"BandwidthPrice\": {\n \"ChargeUnit\": null,\n \"Discount\": 34.7841,\n \"DiscountPrice\": 8,\n \"OriginalPrice\": 23,\n \"UnitPrice\": null,\n \"UnitPriceDiscount\": null\n },\n \"InstancePrice\": {\n \"ChargeUnit\": null,\n \"Discount\": 28.9198,\n \"DiscountPrice\": 41.64,\n \"OriginalPrice\": 144,\n \"UnitPrice\": null,\n \"UnitPriceDiscount\": null\n },\n \"LcuPrice\": null\n },\n \"RequestId\": \"52f22ea7-3592-4ff0-9d63-a5cc14b79859\"\n }\n}",
616
+ "title": "Querying the Renewal Price of a Certain Prepaid Cloud Load Balancer"
571
617
  }
572
618
  ],
573
619
  "ManualRewrite": [
@@ -600,6 +646,14 @@
600
646
  "title": "Configuring the Header and Enabling the Blocklist Feature"
601
647
  }
602
648
  ],
649
+ "ModifyCustomizedConfig": [
650
+ {
651
+ "document": " ",
652
+ "input": "https://clb.tencentcloudapi.com/?Action=ModifyCustomizedConfig\n&ConfigName=testname\n&UconfigId=pz-sdf\n&ConfigContent=client_max_body_size 100M;\n&<Common request parameters>",
653
+ "output": "{\n \"Response\": {\n \"RequestId\": \"83129908-a282-4f9f-8ab-131a3025ba11\"\n }\n}",
654
+ "title": "Updating Configuration"
655
+ }
656
+ ],
603
657
  "ModifyDomain": [
604
658
  {
605
659
  "document": " ",
@@ -619,9 +673,9 @@
619
673
  "ModifyFunctionTargets": [
620
674
  {
621
675
  "document": " ",
622
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyFunctionTargets\n<Common request parameters>\n\n{\n \"LocationId\": \"loc-xxxxxxxx\",\n \"ListenerId\": \"lbl-xxxxxxxx\",\n \"FunctionTargets\": [\n {\n \"Function\": {\n \"FunctionNamespace\": \"ns_test\",\n \"FunctionName\": \"name_test\",\n \"FunctionQualifier\": \"version_test\"\n },\n \"Weight\": \"66\"\n }\n ],\n \"LoadBalancerId\": \"lb-xxxxxxxx\"\n}",
676
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyFunctionTargets\n<Common request parameters>\n\n{\n \"LocationId\": \"loc-xxxxxxxx\",\n \"ListenerId\": \"lbl-xxxxxxxx\",\n \"FunctionTargets\": [\n {\n \"Function\": {\n \"FunctionNamespace\": \"ns_test\",\n \"FunctionName\": \"name_test\",\n \"FunctionQualifier\": \"version_test\"\n },\n \"Weight\": 66\n }\n ],\n \"LoadBalancerId\": \"lb-xxxxxxxx\"\n}",
623
677
  "output": "{\n \"Response\": {\n \"RequestId\": \"85c7b3e8-7fd8-4c62-8b3b-7ba52d7a1dca\"\n }\n}",
624
- "title": "Modifying the cloud functions associated with a forwarding rule"
678
+ "title": "Modifying the Cloud Function Bound to the Cloud Load Balancer Forwarding Rule"
625
679
  }
626
680
  ],
627
681
  "ModifyListener": [
@@ -636,6 +690,12 @@
636
690
  "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyListener\n<Common request parameters>\n\n{\n \"HealthCheck\": {\n \"UnHealthNum\": 5,\n \"HealthNum\": 5,\n \"IntervalTime\": 60,\n \"TimeOut\": 35,\n \"HealthSwitch\": 1\n },\n \"LoadBalancerId\": \"lb-cuxw2rm0\",\n \"ListenerId\": \"lbl-d1ubsydq\",\n \"ListenerName\": \"newlis\",\n \"Scheduler\": \"LEAST_CONN\",\n \"SessionExpireTime\": 120\n}",
637
691
  "output": "{\n \"Response\": {\n \"RequestId\": \"8cd88c83-fd30-47c0-8e7a-89bf13a7a83c\"\n }\n}",
638
692
  "title": "Modifying the Name, Health Check Parameters, and Forwarding Policy of a TCP Listener"
693
+ },
694
+ {
695
+ "document": "",
696
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyListener\n<Common request parameters>\n\n{\n \"LoadBalancerId\": \"lb-fd9kpk4s\",\n \"ListenerId\": \"lbl-1sf4yxie\",\n \"RescheduleTargetZeroWeight\": false,\n \"RescheduleUnhealthy\": false,\n \"RescheduleExpandTarget\": false,\n \"RescheduleStartTime\": 0,\n \"RescheduleInterval\": 0\n}",
697
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e5854a85-faee-485e-8892-0a7cbca45080\"\n }\n}",
698
+ "title": "Modifying Listener Reschedule Parameters"
639
699
  }
640
700
  ],
641
701
  "ModifyLoadBalancerAttributes": [
@@ -648,10 +708,10 @@
648
708
  ],
649
709
  "ModifyLoadBalancerSla": [
650
710
  {
651
- "document": "When upgrading a pay-as-you-go shared instance to a performance capacity instance, or adjusting the specifications of a performance capacity instance, the final instance specification is determined by the SlaType value set as needed.",
652
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLoadBalancerSla\n<Common request params>\n\n{\n \"LoadBalancerSla\": [\n {\n \"SlaType\": \"clb.c3.medium\",\n \"LoadBalancerId\": \"lb-db2n****\"\n }\n ]\n}",
711
+ "document": "This example shows you how to upgrade a pay-as-you-go shared instance to a performance and capacity instance, or adjust the specification of an LCU-supported instance, with the SlaType customized as needed to determine the final instance specification.",
712
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLoadBalancerSla\n<Common request parameters>\n\n{\n \"LoadBalancerSla\": [\n {\n \"SlaType\": \"clb.c3.medium\",\n \"LoadBalancerId\": \"lb-db2n****\"\n }\n ]\n}",
653
713
  "output": "{\n \"Response\": {\n \"RequestId\": \"c1157c81-f3dc-4f2a-9346-76f161d548eb\"\n }\n}",
654
- "title": "Loadbalancer specification adjustment"
714
+ "title": "Instance Specification Adjustment"
655
715
  }
656
716
  ],
657
717
  "ModifyLoadBalancersProject": [
@@ -681,25 +741,25 @@
681
741
  "ModifyTargetGroupInstancesPort": [
682
742
  {
683
743
  "document": " ",
684
- "input": "https://clb.tencentcloudapi.com/?Action=ModifyTargetGroupInstancesPort\n&TargetGroupId=lbtg-815iz538\n&TargetGroupInstances.0.BindIP=172.16.0.34\n&TargetGroupInstances.0.Port=123\n&TargetGroupInstances.0.NewPort=2233\n&<Common request parameters>",
744
+ "input": "https://clb.tencentcloudapi.com/?Action=ModifyTargetGroupInstancesPort\n&TargetGroupId=lbtg-815iz538\n&TargetGroupInstances.0.BindIP=172.16.0.34\n&TargetGroupInstances.0.Port=8000\n&TargetGroupInstances.0.NewPort=8080\n&<Common request parameters>",
685
745
  "output": "{\n \"Response\": {\n \"RequestId\": \"15566c73-3881-4762-939f-bae9ecf25808\"\n }\n}",
686
- "title": "Modifying server ports in batches"
746
+ "title": "Batch Modifying the Port of Servers"
687
747
  }
688
748
  ],
689
749
  "ModifyTargetGroupInstancesWeight": [
690
750
  {
691
751
  "document": " ",
692
- "input": "https://clb.tencentcloudapi.com/?Action=ModifyTargetGroupInstancesWeight\n&TargetGroupId=lbtg-815iz538\n&TargetGroupInstances.0.BindIP=172.16.0.34\n&TargetGroupInstances.0.Port=1234\n&TargetGroupInstances.0.Weight=55\n&<Common request parameters>",
752
+ "input": "https://clb.tencentcloudapi.com/?Action=ModifyTargetGroupInstancesWeight\n&TargetGroupId=lbtg-815iz538\n&TargetGroupInstances.0.BindIP=172.16.0.34\n&TargetGroupInstances.0.Port=8080\n&TargetGroupInstances.0.Weight=55\n&<Common request parameters>",
693
753
  "output": "{\n \"Response\": {\n \"RequestId\": \"ed90470e-eade-423f-aae6-264d814d0d65\"\n }\n}",
694
- "title": "Modifying server weights of target groups in batches"
754
+ "title": "Modifying the Server Weight of Target Groups in Batches"
695
755
  }
696
756
  ],
697
757
  "ModifyTargetPort": [
698
758
  {
699
- "document": "This example shows you how to change the port of the CVM instance `ins-dm4xtz0i` bound to the listener `lbl-d1ubsydq` from 233 to 334.",
700
- "input": "https://clb.tencentcloudapi.com/?Action=ModifyTargetPort\n&LoadBalancerId=lb-cuxw2rm0\n&ListenerId=lbl-d1ubsydq\n&Targets.0.InstanceId=ins-dm4xtz0i\n&Targets.0.Port=233\n&NewPort=334\n&<Common request parameters>",
759
+ "document": "This example shows you how to change the port of Cloud Virtual Machine ins-dm4xtz0i bound to listener lbl-d1ubsydq from the original 233 to 334.",
760
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTargetPort\n<Common request parameters>\n\n{\n \"LoadBalancerId\": \"lb-cuxw2rm0\",\n \"ListenerId\": \"lbl-d1ubsydq\",\n \"Targets\": [\n {\n \"InstanceId\": \"ins-dm4xtz0i\",\n \"Port\": 233\n }\n ],\n \"NewPort\": 334\n}",
701
761
  "output": "{\n \"Response\": {\n \"RequestId\": \"a2764f3c-f173-421c-8e42-7b1e7a608ffd\"\n }\n}",
702
- "title": "Modifying the port of a bound real server"
762
+ "title": "Modifying the Port of the Bound Backend Service"
703
763
  }
704
764
  ],
705
765
  "ModifyTargetWeight": [
@@ -712,10 +772,10 @@
712
772
  ],
713
773
  "RegisterFunctionTargets": [
714
774
  {
715
- "document": "This example shows you how to bind an SCF function to the L7 forwarding rule of a load balancer.",
716
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterFunctionTargets\n<Common request parameters>\n\n{\n \"LocationId\": \"loc-abcd1234\",\n \"ListenerId\": \"lbl-d1ub****\",\n \"FunctionTargets\": [\n {\n \"Function\": {\n \"FunctionNamespace\": \"ns_test\",\n \"FunctionName\": \"name_test\",\n \"FunctionQualifier\": \"version_test\"\n },\n \"Weight\": \"66\"\n }\n ],\n \"LoadBalancerId\": \"lb-cuxw****\"\n}",
775
+ "document": "This example shows you how to bind a cloud function to the layer-7 forwarding rule of a load balancing instance.",
776
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterFunctionTargets\n<Common request parameters>\n\n{\n \"LocationId\": \"loc-abcd1234\",\n \"ListenerId\": \"lbl-d1ub****\",\n \"FunctionTargets\": [\n {\n \"Function\": {\n \"FunctionNamespace\": \"ns_test\",\n \"FunctionName\": \"name_test\",\n \"FunctionQualifier\": \"version_test\"\n },\n \"Weight\": 66\n }\n ],\n \"LoadBalancerId\": \"lb-cuxw****\"\n}",
717
777
  "output": "{\n \"Response\": {\n \"RequestId\": \"11b4338f-2d00-4766-bc67-581d959b3488\"\n }\n}",
718
- "title": "Binding an SCF function with a forwarding rule"
778
+ "title": "Binding a Cloud Function to a Forwarding Rule"
719
779
  }
720
780
  ],
721
781
  "RegisterTargetGroupInstances": [
@@ -729,20 +789,20 @@
729
789
  "RegisterTargets": [
730
790
  {
731
791
  "document": " ",
732
- "input": "https://clb.tencentcloudapi.com/?Action=RegisterTargets\n&LoadBalancerId=lb-cuxw2rm0\n&ListenerId=lbl-d1ubsydq\n&Targets.0.InstanceId=ins-dm4xtz0i\n&Targets.0.Port=233\n&Targets.0.Weight=10\n&<Common request parameters>",
733
- "output": "{\n \"Response\": {\n \"RequestId\": \"11b4338f-2d00-4766-bc67-581d959b3488\"\n }\n}",
792
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterTargets\n<Common request parameters>\n\n{\n \"LoadBalancerId\": \"lb-cuxw2rm0\",\n \"ListenerId\": \"lbl-d1ubsydq\",\n \"Targets\": [\n {\n \"InstanceId\": \"ins-dm4xtz0i\",\n \"Port\": 233,\n \"Weight\": 10\n }\n ]\n}",
793
+ "output": "{\n \"Response\": {\n \"RequestId\": \"898b431c-2745-4b27-80f6-e6e8038a0683\"\n }\n}",
734
794
  "title": "Registering CVM to a TCP Listener"
735
795
  },
736
796
  {
737
797
  "document": " ",
738
- "input": "https://clb.tencentcloudapi.com/?Action=RegisterTargets\n&LoadBalancerId=lb-cuxw2rm0\n&ListenerId=lbl-4fbxq45k\n&LocationId=loc-r2q3jd4c\n&Targets.0.InstanceId=ins-dm4xtz0i\n&Targets.0.Port=334\n&Targets.0.Weight=10\n&<Common request parameters>",
798
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterTargets\n<Common request parameters>\n\n{\n \"LoadBalancerId\": \"lb-cuxw2rm0\",\n \"ListenerId\": \"lbl-d1ubsydq\",\n \"LocationId\": \"loc-r2q3jd4c\",\n \"Targets\": [\n {\n \"InstanceId\": \"ins-dm4xtz0i\",\n \"Port\": 233,\n \"Weight\": 10\n }\n ]\n}",
739
799
  "output": "{\n \"Response\": {\n \"RequestId\": \"d4846a22-e758-407f-a526-db3f2d37d00e\"\n }\n}",
740
800
  "title": "Registering CVM to the Forwarding Rule of an HTTP Listener (with the Rule Specified by LocationId)"
741
801
  },
742
802
  {
743
803
  "document": " ",
744
- "input": "https://clb.tencentcloudapi.com/?Action=RegisterTargets\n&LoadBalancerId=lb-cuxw2rm0\n&ListenerId=lbl-4fbxq45k\n&Domain=foo.net\n&Url=/bar8\n&Targets.0.InstanceId=ins-dm4xtz0i\n&Targets.0.Port=233\n&Targets.0.Weight=10\n&<Common request parameters>",
745
- "output": "{\n \"Response\": {\n \"RequestId\": \"898b431c-2745-4b27-80f6-e6e8038a0683\"\n }\n}",
804
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterTargets\n<Common request parameters>\n\n{\n \"LoadBalancerId\": \"lb-cuxw2rm0\",\n \"ListenerId\": \"lbl-d1ubsydq\",\n \"Domain\": \"foo.net\",\n \"Url\": \"/bar8\",\n \"Targets\": [\n {\n \"InstanceId\": \"ins-dm4xtz0i\",\n \"Port\": 233,\n \"Weight\": 10\n }\n ]\n}",
805
+ "output": "{\n \"Response\": {\n \"RequestId\": \"11b4338f-2d00-4766-bc67-581d959b3488\"\n }\n}",
746
806
  "title": "Registering CVM to the Forwarding Rule of an HTTP Listener (with the Rule Specified by Domain and Url)"
747
807
  }
748
808
  ],
@@ -779,7 +839,7 @@
779
839
  },
780
840
  {
781
841
  "document": "This example shows you how to add or modify CLS topics of a CLB instance.",
782
- "input": "https://clb.tencentcloudapi.com/?Action=SetLoadBalancerClsLog\n&LoadBalancerId=lb-cuxw2r00\n&LogSetId=xxxx-xx-xx-xx-xxxxxxxx\n&LogTopicId=xxxx-xx-xx-xx-yyyyyyyy\n&<Common request parameters>",
842
+ "input": "https://clb.tencentcloudapi.com/?Action=SetLoadBalancerClsLog\n&LoadBalancerId=lb-cuxw2r00\n&LogSetId=ac251c08-778c-4fbc-981b-4898dd48d928\n&LogTopicId=f43636fe-06fc-417b-9349-da4bc8a03745\n&<Common request parameters>",
783
843
  "output": "{\n \"Response\": {\n \"RequestId\": \"78a40898-8210-44c7-8bc6-f83e50878d12\"\n }\n}",
784
844
  "title": "Setting CLS Topics"
785
845
  }
@@ -807,7 +867,7 @@
807
867
  "SetLoadBalancerStartStatus": [
808
868
  {
809
869
  "document": "This example shows you how to enable or disable a CLB instance.",
810
- "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetLoadBalancerStartStatus\n<Common request parameters>\n\n\n\n{\n \"LoadBalancerId\": \"lb-xxxxxxxx\",\n \"OperationType\": \"Stop\"\n}",
870
+ "input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetLoadBalancerStartStatus\n<Common request parameters>\n\n{\n \"LoadBalancerId\": \"lb-hwdt33e0\",\n \"OperationType\": \"Stop\"\n}",
811
871
  "output": "{\n \"Response\": {\n \"RequestId\": \"b3196d4c-2722-4893-8d86-e33136199469\"\n }\n}",
812
872
  "title": "Enabling or Disabling a CLB Instance"
813
873
  }