tccli 3.0.1242.1__py2.py3-none-any.whl → 3.0.1243.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/cfs/v20190719/examples.json +2 -2
- tccli/services/ckafka/v20190819/api.json +11 -0
- tccli/services/clb/v20180317/api.json +23 -18
- tccli/services/clb/v20180317/examples.json +14 -14
- tccli/services/cwp/v20180228/api.json +1 -1
- tccli/services/cwp/v20180228/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +11 -11
- tccli/services/ecm/v20190719/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +896 -841
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/gaap/v20180529/api.json +3 -5
- tccli/services/gwlb/v20240906/api.json +14 -14
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +1 -1
- tccli/services/iotvideoindustry/v20201201/api.json +162 -110
- tccli/services/iotvideoindustry/v20201201/examples.json +3 -3
- tccli/services/mna/v20210119/api.json +80 -82
- tccli/services/mna/v20210119/examples.json +21 -21
- tccli/services/ocr/v20181119/api.json +12 -3
- tccli/services/ocr/v20181119/examples.json +2 -2
- tccli/services/pts/v20210728/api.json +36 -33
- tccli/services/pts/v20210728/examples.json +12 -12
- tccli/services/sqlserver/v20180328/api.json +30 -1
- tccli/services/tcb/v20180608/api.json +59 -50
- tccli/services/tcb/v20180608/examples.json +1 -1
- tccli/services/thpc/v20211109/api.json +30 -44
- tccli/services/thpc/v20220401/api.json +30 -44
- tccli/services/thpc/v20230321/api.json +54 -54
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/tke/v20180525/examples.json +2 -2
- tccli/services/tke/v20220501/api.json +15 -15
- tccli/services/vpc/v20170312/api.json +16 -16
- tccli/services/vpc/v20170312/examples.json +21 -21
- {tccli-3.0.1242.1.dist-info → tccli-3.0.1243.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1242.1.dist-info → tccli-3.0.1243.1.dist-info}/RECORD +40 -40
- {tccli-3.0.1242.1.dist-info → tccli-3.0.1243.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1242.1.dist-info → tccli-3.0.1243.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1242.1.dist-info → tccli-3.0.1243.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1243.1'
|
@@ -315,8 +315,8 @@
|
|
315
315
|
"UpdateCfsPGroup": [
|
316
316
|
{
|
317
317
|
"document": "更新权限组信息",
|
318
|
-
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateCfsPGroup\n<公共请求参数>\n\n{\n \"PGroupId\": \"pgroup-12345\",\n \"DescInfo\": \"
|
319
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"fjo8aejo-fjei-32eu-2je9-fhue83nd81\",\n \"PGroupId\": \"pgroup-12345\",\n \"Name\": \"
|
318
|
+
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateCfsPGroup\n<公共请求参数>\n\n{\n \"PGroupId\": \"pgroup-12345\",\n \"DescInfo\": \"pgroup-default\",\n \"Name\": \"pgroup-default\"\n}",
|
319
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"fjo8aejo-fjei-32eu-2je9-fhue83nd81\",\n \"PGroupId\": \"pgroup-12345\",\n \"Name\": \"pgroup-default\",\n \"DescInfo\": \"pgroup-default\"\n }\n}",
|
320
320
|
"title": "更新权限组信息"
|
321
321
|
}
|
322
322
|
],
|
@@ -12751,6 +12751,17 @@
|
|
12751
12751
|
"required": false,
|
12752
12752
|
"type": "bool",
|
12753
12753
|
"value_allowed_null": true
|
12754
|
+
},
|
12755
|
+
{
|
12756
|
+
"disabled": false,
|
12757
|
+
"document": "正则匹配Topic列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
12758
|
+
"example": "mytest",
|
12759
|
+
"member": "string",
|
12760
|
+
"name": "TopicRegularExpression",
|
12761
|
+
"output_required": false,
|
12762
|
+
"required": false,
|
12763
|
+
"type": "string",
|
12764
|
+
"value_allowed_null": true
|
12754
12765
|
}
|
12755
12766
|
],
|
12756
12767
|
"usage": "both"
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"status": "online"
|
30
30
|
},
|
31
31
|
"BatchModifyTargetWeight": {
|
32
|
-
"document": "BatchModifyTargetWeight 接口用于批量修改负载均衡监听器绑定的后端机器的转发权重。批量修改的资源数量上限为500。本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。<br/>负载均衡的4层和7
|
32
|
+
"document": "BatchModifyTargetWeight 接口用于批量修改负载均衡监听器绑定的后端机器的转发权重。批量修改的资源数量上限为500。本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。<br/>负载均衡的4层和7层监听器支持此接口,传统型负载均衡不支持。",
|
33
33
|
"input": "BatchModifyTargetWeightRequest",
|
34
34
|
"name": "批量修改监听器绑定的后端机器的转发权重",
|
35
35
|
"output": "BatchModifyTargetWeightResponse",
|
@@ -3987,7 +3987,7 @@
|
|
3987
3987
|
{
|
3988
3988
|
"disabled": false,
|
3989
3989
|
"document": "负载均衡实例 ID。",
|
3990
|
-
"example": "",
|
3990
|
+
"example": "lb-6efswuxa",
|
3991
3991
|
"member": "string",
|
3992
3992
|
"name": "LoadBalancerId",
|
3993
3993
|
"required": true,
|
@@ -3996,7 +3996,7 @@
|
|
3996
3996
|
{
|
3997
3997
|
"disabled": false,
|
3998
3998
|
"document": "数据偏移量,默认为 0。",
|
3999
|
-
"example": "",
|
3999
|
+
"example": "0",
|
4000
4000
|
"member": "uint64",
|
4001
4001
|
"name": "Offset",
|
4002
4002
|
"required": false,
|
@@ -4005,7 +4005,7 @@
|
|
4005
4005
|
{
|
4006
4006
|
"disabled": false,
|
4007
4007
|
"document": "返回IP的最大个数,默认为 100000。",
|
4008
|
-
"example": "",
|
4008
|
+
"example": "100000",
|
4009
4009
|
"member": "uint64",
|
4010
4010
|
"name": "Limit",
|
4011
4011
|
"required": false,
|
@@ -4020,27 +4020,30 @@
|
|
4020
4020
|
{
|
4021
4021
|
"disabled": false,
|
4022
4022
|
"document": "返回的IP的数量",
|
4023
|
-
"example": "",
|
4023
|
+
"example": "0",
|
4024
4024
|
"member": "uint64",
|
4025
4025
|
"name": "BlockedIPCount",
|
4026
|
+
"output_required": true,
|
4026
4027
|
"type": "int",
|
4027
4028
|
"value_allowed_null": false
|
4028
4029
|
},
|
4029
4030
|
{
|
4030
4031
|
"disabled": false,
|
4031
4032
|
"document": "获取用户真实IP的字段",
|
4032
|
-
"example": "",
|
4033
|
+
"example": "cdn_src_ip",
|
4033
4034
|
"member": "string",
|
4034
4035
|
"name": "ClientIPField",
|
4036
|
+
"output_required": true,
|
4035
4037
|
"type": "string",
|
4036
4038
|
"value_allowed_null": false
|
4037
4039
|
},
|
4038
4040
|
{
|
4039
4041
|
"disabled": false,
|
4040
4042
|
"document": "加入了12360黑名单的IP列表",
|
4041
|
-
"example": "",
|
4043
|
+
"example": "无",
|
4042
4044
|
"member": "BlockedIP",
|
4043
4045
|
"name": "BlockedIPList",
|
4046
|
+
"output_required": true,
|
4044
4047
|
"type": "list",
|
4045
4048
|
"value_allowed_null": false
|
4046
4049
|
},
|
@@ -4059,7 +4062,7 @@
|
|
4059
4062
|
{
|
4060
4063
|
"disabled": false,
|
4061
4064
|
"document": "ModifyBlockIPList 接口返回的异步任务的ID。",
|
4062
|
-
"example": "",
|
4065
|
+
"example": "localjob021015164373814322873",
|
4063
4066
|
"member": "string",
|
4064
4067
|
"name": "TaskId",
|
4065
4068
|
"required": true,
|
@@ -4074,9 +4077,10 @@
|
|
4074
4077
|
{
|
4075
4078
|
"disabled": false,
|
4076
4079
|
"document": "1 running,2 fail,6 succ",
|
4077
|
-
"example": "",
|
4080
|
+
"example": "6",
|
4078
4081
|
"member": "int64",
|
4079
4082
|
"name": "Status",
|
4083
|
+
"output_required": true,
|
4080
4084
|
"type": "int",
|
4081
4085
|
"value_allowed_null": false
|
4082
4086
|
},
|
@@ -4426,7 +4430,7 @@
|
|
4426
4430
|
"example": "1",
|
4427
4431
|
"member": "uint64",
|
4428
4432
|
"name": "TotalCount",
|
4429
|
-
"
|
4433
|
+
"output_required": true,
|
4430
4434
|
"type": "int",
|
4431
4435
|
"value_allowed_null": false
|
4432
4436
|
},
|
@@ -4436,7 +4440,7 @@
|
|
4436
4440
|
"example": "无",
|
4437
4441
|
"member": "CrossTargets",
|
4438
4442
|
"name": "CrossTargetSet",
|
4439
|
-
"
|
4443
|
+
"output_required": true,
|
4440
4444
|
"type": "list",
|
4441
4445
|
"value_allowed_null": false
|
4442
4446
|
},
|
@@ -8463,7 +8467,7 @@
|
|
8463
8467
|
{
|
8464
8468
|
"disabled": false,
|
8465
8469
|
"document": "负载均衡实例ID",
|
8466
|
-
"example": "",
|
8470
|
+
"example": "[\"lb-4ic3ls9w\"]",
|
8467
8471
|
"member": "string",
|
8468
8472
|
"name": "LoadBalancerIds",
|
8469
8473
|
"required": true,
|
@@ -8472,7 +8476,7 @@
|
|
8472
8476
|
{
|
8473
8477
|
"disabled": false,
|
8474
8478
|
"document": "操作类型,可取:\n<li> add_customized_field(首次设置header,开启黑名单功能)</li>\n<li> set_customized_field(修改header)</li>\n<li> del_customized_field(删除header)</li>\n<li> add_blocked(添加黑名单)</li>\n<li> del_blocked(删除黑名单)</li>\n<li> flush_blocked(清空黑名单)</li>",
|
8475
|
-
"example": "",
|
8479
|
+
"example": "add_customized_field",
|
8476
8480
|
"member": "string",
|
8477
8481
|
"name": "Type",
|
8478
8482
|
"required": true,
|
@@ -8481,7 +8485,7 @@
|
|
8481
8485
|
{
|
8482
8486
|
"disabled": false,
|
8483
8487
|
"document": "客户端真实IP存放的header字段名",
|
8484
|
-
"example": "",
|
8488
|
+
"example": "X-Real-IP",
|
8485
8489
|
"member": "string",
|
8486
8490
|
"name": "ClientIPField",
|
8487
8491
|
"required": true,
|
@@ -8490,7 +8494,7 @@
|
|
8490
8494
|
{
|
8491
8495
|
"disabled": false,
|
8492
8496
|
"document": "封禁IP列表,单次操作数组最大长度支持200000",
|
8493
|
-
"example": "",
|
8497
|
+
"example": "[\"208.247.90.70\"]",
|
8494
8498
|
"member": "string",
|
8495
8499
|
"name": "BlockIPList",
|
8496
8500
|
"required": false,
|
@@ -8499,7 +8503,7 @@
|
|
8499
8503
|
{
|
8500
8504
|
"disabled": false,
|
8501
8505
|
"document": "过期时间,单位秒,默认值3600",
|
8502
|
-
"example": "",
|
8506
|
+
"example": "2025-12-06 15:26:22",
|
8503
8507
|
"member": "uint64",
|
8504
8508
|
"name": "ExpireTime",
|
8505
8509
|
"required": false,
|
@@ -8508,7 +8512,7 @@
|
|
8508
8512
|
{
|
8509
8513
|
"disabled": false,
|
8510
8514
|
"document": "添加IP的策略,可取:fifo(如果黑名单容量已满,新加入黑名单的IP采用先进先出策略)",
|
8511
|
-
"example": "",
|
8515
|
+
"example": "fifo",
|
8512
8516
|
"member": "string",
|
8513
8517
|
"name": "AddStrategy",
|
8514
8518
|
"required": false,
|
@@ -8523,9 +8527,10 @@
|
|
8523
8527
|
{
|
8524
8528
|
"disabled": false,
|
8525
8529
|
"document": "异步任务的ID",
|
8526
|
-
"example": "",
|
8530
|
+
"example": "localjob021015164373814322873",
|
8527
8531
|
"member": "string",
|
8528
8532
|
"name": "JodId",
|
8533
|
+
"output_required": true,
|
8529
8534
|
"type": "string",
|
8530
8535
|
"value_allowed_null": false
|
8531
8536
|
},
|
@@ -27,8 +27,8 @@
|
|
27
27
|
"BatchModifyTargetTag": [
|
28
28
|
{
|
29
29
|
"document": "",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchModifyTargetTag\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\": \"
|
31
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
30
|
+
"input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BatchModifyTargetTag\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\": \"tag-target\"\n }\n ]\n }\n ]\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"9cc30f1d-c237-422a-87ff-8f08c31a46e6\"\n }\n}",
|
32
32
|
"title": "设置标签"
|
33
33
|
}
|
34
34
|
],
|
@@ -41,7 +41,7 @@
|
|
41
41
|
},
|
42
42
|
{
|
43
43
|
"document": "同时对一个负载均衡下的四层和七层监听器修改所绑定的服务器权重",
|
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=
|
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=80\n&ModifyList.1.Targets.0.Weight=30\n&<公共请求参数>",
|
45
45
|
"output": "{\n \"Response\": {\n \"RequestId\": \"38bab2ce-616d-412c-a4b0-36110d5b17a3\"\n }\n}",
|
46
46
|
"title": "批量修改四层和七层监听器绑定的服务器权重"
|
47
47
|
}
|
@@ -227,7 +227,7 @@
|
|
227
227
|
"DeregisterTargetGroupInstances": [
|
228
228
|
{
|
229
229
|
"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=
|
230
|
+
"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&<公共请求参数>",
|
231
231
|
"output": "{\n \"Response\": {\n \"RequestId\": \"4b4987ca-58d0-4bad-9ded-344fa4011bda\"\n }\n}",
|
232
232
|
"title": "从目标组中解绑服务器"
|
233
233
|
}
|
@@ -252,14 +252,14 @@
|
|
252
252
|
{
|
253
253
|
"document": "",
|
254
254
|
"input": "https://clb.tencentcloudapi.com/?Action=DescribeBlockIPList\r\n&LoadBalancerId=lb-6efswuxa\r\n&<公共请求参数>",
|
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\": \"
|
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\": \"cdn_src_ip\",\n \"RequestId\": \"83329908-a282-4f9f-82ab-033a3025baff\"\n }\n}",
|
256
256
|
"title": "查询一个负载均衡所封禁的IP列表(黑名单)"
|
257
257
|
}
|
258
258
|
],
|
259
259
|
"DescribeBlockIPTask": [
|
260
260
|
{
|
261
|
-
"document": "",
|
262
|
-
"input": "
|
261
|
+
"document": "查询封禁IP(黑名单)异步任务的执行状态",
|
262
|
+
"input": "POST / HTTP/1.1\nHost: clb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBlockIPTask\n<公共请求参数>\n\n{\n \"TaskId\": \"localjob010916173469001234567890\"\n}",
|
263
263
|
"output": "{\n \"Response\": {\n \"Status\": 6,\n \"RequestId\": \"83329908-a282-4f9f-8ab-033a3025baff\"\n }\n}",
|
264
264
|
"title": "查询封禁IP(黑名单)异步任务的执行状态"
|
265
265
|
}
|
@@ -284,7 +284,7 @@
|
|
284
284
|
{
|
285
285
|
"document": "",
|
286
286
|
"input": "https://clb.tencentcloudapi.com/?Action=DescribeClassicalLBListeners\n&LoadBalancerId=lb-a3u5l5zc\n&<公共请求参数>",
|
287
|
-
"output": "{\n \"Response\": {\n \"Listeners\": [\n {\n \"ListenerId\": \"lbl-3jur3gei\",\n \"ListenerPort\":
|
287
|
+
"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}",
|
288
288
|
"title": "获取一个传统型负载均衡的监听器信息"
|
289
289
|
}
|
290
290
|
],
|
@@ -316,7 +316,7 @@
|
|
316
316
|
{
|
317
317
|
"document": "",
|
318
318
|
"input": "https://clb.tencentcloudapi.com/?Action=DescribeCrossTargets\n&Offset=0\n&Limit=20\n&<公共请求参数>",
|
319
|
-
"output": "{\n \"Response\": {\n \"CrossTargetSet\": [\n {\n \"LocalVpcId\": \"vpc-test1234\",\n \"VpcId\": \"vpc-test4321\",\n \"IP\": \"10.22.106.8\",\n \"VpcName\": \"
|
319
|
+
"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}",
|
320
320
|
"title": "查询跨域2.0版本云联网后端子机和网卡信息"
|
321
321
|
}
|
322
322
|
],
|
@@ -324,7 +324,7 @@
|
|
324
324
|
{
|
325
325
|
"document": "拉取配置绑定的server或location",
|
326
326
|
"input": "https://clb.tencentcloudapi.com/?Action=DescribeCustomizedConfigAssociateList\n&UconfigId=pz-fi018waq\n&Offset=0\n&Limit=3\n&<公共请求参数>",
|
327
|
-
"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\": \"
|
327
|
+
"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}",
|
328
328
|
"title": "拉取配置绑定的server或location"
|
329
329
|
}
|
330
330
|
],
|
@@ -510,13 +510,13 @@
|
|
510
510
|
{
|
511
511
|
"document": "当负载均衡的7层监听器规则太多,而只想查询某个规则下的服务列表时,可通过Filters过滤location-id。",
|
512
512
|
"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&<公共请求参数>",
|
513
|
-
"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\": \"
|
513
|
+
"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}",
|
514
514
|
"title": "通过Location过滤查询后端服务列表"
|
515
515
|
},
|
516
516
|
{
|
517
517
|
"document": "查询负载均衡实例上绑定的所有后端服务",
|
518
518
|
"input": "https://clb.tencentcloudapi.com/?Action=DescribeTargets\n&LoadBalancerId=lb-10iq9lou\n&<公共请求参数>",
|
519
|
-
"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\": \"
|
519
|
+
"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}",
|
520
520
|
"title": "查询负载均衡实例上绑定的所有后端服务"
|
521
521
|
}
|
522
522
|
],
|
@@ -705,7 +705,7 @@
|
|
705
705
|
"ModifyTargetGroupInstancesPort": [
|
706
706
|
{
|
707
707
|
"document": "",
|
708
|
-
"input": "https://clb.tencentcloudapi.com/?Action=ModifyTargetGroupInstancesPort\n&TargetGroupId=lbtg-815iz538\n&TargetGroupInstances.0.BindIP=172.16.0.34\n&TargetGroupInstances.0.Port=
|
708
|
+
"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&<公共请求参数>",
|
709
709
|
"output": "{\n \"Response\": {\n \"RequestId\": \"15566c73-3881-4762-939f-bae9ecf25808\"\n }\n}",
|
710
710
|
"title": "批量修改服务器的端口"
|
711
711
|
}
|
@@ -713,7 +713,7 @@
|
|
713
713
|
"ModifyTargetGroupInstancesWeight": [
|
714
714
|
{
|
715
715
|
"document": "",
|
716
|
-
"input": "https://clb.tencentcloudapi.com/?Action=ModifyTargetGroupInstancesWeight\n&TargetGroupId=lbtg-815iz538\n&TargetGroupInstances.0.BindIP=172.16.0.34\n&TargetGroupInstances.0.Port=
|
716
|
+
"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&<公共请求参数>",
|
717
717
|
"output": "{\n \"Response\": {\n \"RequestId\": \"ed90470e-eade-423f-aae6-264d814d0d65\"\n }\n}",
|
718
718
|
"title": "批量修改目标组服务器权重"
|
719
719
|
}
|
@@ -57063,7 +57063,7 @@
|
|
57063
57063
|
},
|
57064
57064
|
{
|
57065
57065
|
"disabled": false,
|
57066
|
-
"document": "检索分析语句,最大长度为12KB,查询语法可参考文档https://cloud.tencent.com/document/product/296/50508",
|
57066
|
+
"document": "检索分析语句,最大长度为12KB,查询语法可参考文档 https://cloud.tencent.com/document/product/296/50508",
|
57067
57067
|
"example": "status: \"待处理\" AND public_ip_addresses: (1* OR 2*)",
|
57068
57068
|
"member": "string",
|
57069
57069
|
"name": "QueryString",
|
@@ -4036,7 +4036,7 @@
|
|
4036
4036
|
{
|
4037
4037
|
"document": "",
|
4038
4038
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchLog\n<公共请求参数>\n\n{\n \"Sort\": \"desc\",\n \"Count\": \"20\",\n \"QueryString\": \"status: \\\"异常登录\\\" AND public_ip_addresses: (1* OR 2*) AND NOT hostip: (10.128.200.* OR 10.129.24.212) AND NOT src_ip: (10.128.128.7 OR 192.144.182.173)\",\n \"StartTime\": \"1656641065449\",\n \"EndTime\": \"1656641965449\"\n}",
|
4039
|
-
"output": "{\n \"Response\": {\n \"Analysis\": false,\n \"Context\": \"content\",\n \"Count\":
|
4039
|
+
"output": "{\n \"Response\": {\n \"Analysis\": false,\n \"Context\": \"content\",\n \"Count\": 2,\n \"Data\": [\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"中危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://www.phpmyadmin.net/security/PMASA-2016-20/\\\",\\\"path\\\":\\\"/var/www/html/phpmyadmin\\\",\\\"fix\\\":\\\"1、建议升级到官方最新版本,官网地址:https://www.phpmyadmin.net\\\",\\\"cve_id\\\":\\\"CVE-2016-5704\\\",\\\"cls_event_type\\\":\\\"Web-CMS_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"phpMyAdmin 4.6.x 表结构页面存在XSS漏洞\\\",\\\"id\\\":\\\"771\\\",\\\"vul_category\\\":\\\"Web-CMS漏洞\\\",\\\"descript\\\":\\\"漏洞文件路径: /var/www/html/phpmyadmin/templates/table/structure/display_table_stats.phtml\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"\",\n \"TimeStamp\": 1656641946000\n },\n {\n \"Content\": \"{\\\"create_time\\\":\\\"2022-07-01 10:00:27 +0800 CST\\\",\\\"hostip\\\":\\\"10.0.0.6\\\",\\\"level\\\":\\\"高危\\\",\\\"modify_time\\\":\\\"2022-07-01 10:17:05 +0800 CST\\\",\\\"remark\\\":\\\"\\\",\\\"uuid\\\":\\\"13bb1e16-9a7a-434d-9686-4328f72c97d7\\\",\\\"is_emergency\\\":\\\"False\\\",\\\"reference\\\":\\\"https://httpd.apache.org/security/vulnerabilities_24.html\\\",\\\"path\\\":\\\"\\\",\\\"fix\\\":\\\"升级至2.4.6-90及以上版本或 2.4.39及以上版本\\\",\\\"cve_id\\\":\\\"CVE-2019-0217\\\",\\\"cls_event_type\\\":\\\"application_vul\\\",\\\"appid\\\":\\\"1256299843\\\",\\\"name\\\":\\\"Apache HTTP Server mod_auth_digest 条件竞争漏洞\\\",\\\"id\\\":\\\"767\\\",\\\"vul_category\\\":\\\"应用漏洞\\\",\\\"descript\\\":\\\"Apache HTTP Server 启用了 mod_auth_digest 模块,且Apache HTTP Server 版本为:2.4.37-47.module_el8.6.0+1111+ce6f4ceb.1。\\\",\\\"event_status\\\":\\\"modify\\\",\\\"status\\\":\\\"待处理\\\"}\",\n \"FileName\": \"file***\",\n \"Source\": \"\",\n \"TimeStamp\": 1656641946000\n }\n ],\n \"ListOver\": true,\n \"RequestId\": \"e6bb2f6d-10b3-40fd-b3a4-630dbdf477c3\"\n }\n}",
|
4040
4040
|
"title": "示例"
|
4041
4041
|
}
|
4042
4042
|
],
|
@@ -1965,7 +1965,7 @@
|
|
1965
1965
|
{
|
1966
1966
|
"disabled": false,
|
1967
1967
|
"document": "弹性网卡实例ID,例如:eni-m6dyj72l。",
|
1968
|
-
"example": "",
|
1968
|
+
"example": "eni-m6dyj72l",
|
1969
1969
|
"member": "string",
|
1970
1970
|
"name": "NetworkInterfaceId",
|
1971
1971
|
"required": true,
|
@@ -1974,7 +1974,7 @@
|
|
1974
1974
|
{
|
1975
1975
|
"disabled": false,
|
1976
1976
|
"document": "实例ID。形如:ein-r8hr2upy。",
|
1977
|
-
"example": "",
|
1977
|
+
"example": "ein-r8hr2upy",
|
1978
1978
|
"member": "string",
|
1979
1979
|
"name": "InstanceId",
|
1980
1980
|
"required": true,
|
@@ -1983,7 +1983,7 @@
|
|
1983
1983
|
{
|
1984
1984
|
"disabled": false,
|
1985
1985
|
"document": "ECM 地域,形如ap-xian-ecm。",
|
1986
|
-
"example": "",
|
1986
|
+
"example": "ap-hangzhou-ecm",
|
1987
1987
|
"member": "string",
|
1988
1988
|
"name": "EcmRegion",
|
1989
1989
|
"required": true,
|
@@ -11331,40 +11331,40 @@
|
|
11331
11331
|
{
|
11332
11332
|
"disabled": false,
|
11333
11333
|
"document": "云主机实例ID。",
|
11334
|
-
"example": "",
|
11334
|
+
"example": "ein-r8hr2upy",
|
11335
11335
|
"member": "string",
|
11336
11336
|
"name": "InstanceId",
|
11337
|
-
"
|
11337
|
+
"output_required": true,
|
11338
11338
|
"type": "string",
|
11339
11339
|
"value_allowed_null": false
|
11340
11340
|
},
|
11341
11341
|
{
|
11342
11342
|
"disabled": false,
|
11343
11343
|
"document": "网卡在云主机实例内的序号。",
|
11344
|
-
"example": "",
|
11344
|
+
"example": "1",
|
11345
11345
|
"member": "uint64",
|
11346
11346
|
"name": "DeviceIndex",
|
11347
|
-
"
|
11347
|
+
"output_required": true,
|
11348
11348
|
"type": "int",
|
11349
11349
|
"value_allowed_null": false
|
11350
11350
|
},
|
11351
11351
|
{
|
11352
11352
|
"disabled": false,
|
11353
11353
|
"document": "云主机所有者账户信息。",
|
11354
|
-
"example": "",
|
11354
|
+
"example": "2407912486",
|
11355
11355
|
"member": "string",
|
11356
11356
|
"name": "InstanceAccountId",
|
11357
|
-
"
|
11357
|
+
"output_required": true,
|
11358
11358
|
"type": "string",
|
11359
11359
|
"value_allowed_null": false
|
11360
11360
|
},
|
11361
11361
|
{
|
11362
11362
|
"disabled": false,
|
11363
11363
|
"document": "绑定时间。",
|
11364
|
-
"example": "",
|
11364
|
+
"example": "2021-01-26 17:52:36",
|
11365
11365
|
"member": "string",
|
11366
11366
|
"name": "AttachTime",
|
11367
|
-
"
|
11367
|
+
"output_required": true,
|
11368
11368
|
"type": "string",
|
11369
11369
|
"value_allowed_null": false
|
11370
11370
|
}
|
@@ -83,7 +83,7 @@
|
|
83
83
|
"AttachNetworkInterface": [
|
84
84
|
{
|
85
85
|
"document": "",
|
86
|
-
"input": "https://ecm.tencentcloudapi.com/?Action=AttachNetworkInterface\n&NetworkInterfaceId=eni-
|
86
|
+
"input": "https://ecm.tencentcloudapi.com/?Action=AttachNetworkInterface\n&NetworkInterfaceId=eni-m6dyj72l\n&InstanceId=ein-r8hr2upy\n&EcmRegion=ap-hangzhou-ecm\n&<公共请求参数>",
|
87
87
|
"output": "{\n \"Response\": {\n \"RequestId\": \"f23d1450-ed00-4442-98d4-be409e625e6c\"\n }\n}",
|
88
88
|
"title": "弹性网卡绑定云主机"
|
89
89
|
}
|