tccli 3.0.1372.1__py2.py3-none-any.whl → 3.0.1373.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.
- tccli/__init__.py +1 -1
- tccli/services/batch/v20170312/api.json +3 -3
- tccli/services/cfs/v20190719/api.json +10 -10
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +252 -3
- tccli/services/cls/v20201016/api.json +78 -76
- tccli/services/cls/v20201016/examples.json +5 -5
- tccli/services/keewidb/v20220308/api.json +24 -24
- tccli/services/lcic/v20220817/api.json +46 -18
- tccli/services/mongodb/v20190725/api.json +4 -4
- tccli/services/monitor/v20180724/api.json +4 -4
- tccli/services/mps/v20190612/api.json +42 -2
- tccli/services/ocr/v20181119/api.json +21 -12
- tccli/services/postgres/postgres_client.py +12 -171
- tccli/services/postgres/v20170312/api.json +20 -819
- tccli/services/postgres/v20170312/examples.json +6 -30
- tccli/services/scf/v20180416/api.json +2 -0
- tccli/services/sts/v20180813/api.json +4 -4
- tccli/services/tcbr/v20220217/api.json +92 -0
- tccli/services/tcss/v20201101/api.json +32 -2
- tccli/services/tcss/v20201101/examples.json +3 -3
- tccli/services/tke/v20180525/api.json +10 -1
- tccli/services/trabbit/v20230418/api.json +41 -2
- tccli/services/trocket/trocket_client.py +65 -12
- tccli/services/trocket/v20230308/api.json +156 -0
- tccli/services/trocket/v20230308/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +10 -10
- tccli/services/tsf/v20180326/api.json +433 -328
- tccli/services/tsf/v20180326/examples.json +8 -8
- tccli/services/vod/v20180717/api.json +61 -32
- tccli/services/vod/v20180717/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +717 -38
- tccli/services/waf/v20180125/examples.json +56 -0
- tccli/services/waf/waf_client.py +444 -73
- tccli/services/wedata/v20210820/api.json +138 -6
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/RECORD +40 -40
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1373.1'
|
@@ -3230,7 +3230,7 @@
|
|
3230
3230
|
"usage": "both"
|
3231
3231
|
},
|
3232
3232
|
"Filter": {
|
3233
|
-
"document": ">描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等\n> * 若存在多个`Filter`时,`Filter`间的关系为逻辑与(`AND`)关系。\n> * 若同一个`Filter`存在多个`Values`,同一`Filter`下`Values`间的关系为逻辑或(`OR`)关系。\n>\n> 以[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口的`Filter`为例。若我们需要查询可用区(`zone
|
3233
|
+
"document": ">描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等\n> * 若存在多个`Filter`时,`Filter`间的关系为逻辑与(`AND`)关系。\n> * 若同一个`Filter`存在多个`Values`,同一`Filter`下`Values`间的关系为逻辑或(`OR`)关系。\n>\n> 以[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口的`Filter`为例。若我们需要查询可用区(`zone`)为广州六区 ***并且*** 实例计费模式(`instance-charge-type`)为包年包月 ***或者*** 按量计费的实例时,可如下实现:\n```\nFilters.0.Name=zone\n&Filters.0.Values.0=ap-guangzhou-6\n&Filters.1.Name=instance-charge-type\n&Filters.1.Values.0=PREPAID\n&Filters.1.Values.1=POSTPAID_BY_HOUR\n```",
|
3234
3234
|
"members": [
|
3235
3235
|
{
|
3236
3236
|
"disabled": false,
|
@@ -3244,7 +3244,7 @@
|
|
3244
3244
|
{
|
3245
3245
|
"disabled": false,
|
3246
3246
|
"document": "字段的过滤值。",
|
3247
|
-
"example": "[\"ap-guangzhou-
|
3247
|
+
"example": "[\"ap-guangzhou-6\"]",
|
3248
3248
|
"member": "string",
|
3249
3249
|
"name": "Values",
|
3250
3250
|
"required": true,
|
@@ -3480,7 +3480,7 @@
|
|
3480
3480
|
{
|
3481
3481
|
"disabled": false,
|
3482
3482
|
"document": "可用区。",
|
3483
|
-
"example": "ap-guangzhou-
|
3483
|
+
"example": "ap-guangzhou-6",
|
3484
3484
|
"member": "string",
|
3485
3485
|
"name": "Zone",
|
3486
3486
|
"output_required": true,
|
@@ -697,50 +697,50 @@
|
|
697
697
|
{
|
698
698
|
"disabled": false,
|
699
699
|
"document": "区域名称,如“ap-beijing”",
|
700
|
-
"example": "",
|
700
|
+
"example": "ap-guangzhou",
|
701
701
|
"member": "string",
|
702
702
|
"name": "Region",
|
703
|
-
"
|
703
|
+
"output_required": true,
|
704
704
|
"type": "string",
|
705
705
|
"value_allowed_null": false
|
706
706
|
},
|
707
707
|
{
|
708
708
|
"disabled": false,
|
709
709
|
"document": "区域名称,如“bj”",
|
710
|
-
"example": "",
|
710
|
+
"example": "gz",
|
711
711
|
"member": "string",
|
712
712
|
"name": "RegionName",
|
713
|
-
"
|
713
|
+
"output_required": true,
|
714
714
|
"type": "string",
|
715
715
|
"value_allowed_null": false
|
716
716
|
},
|
717
717
|
{
|
718
718
|
"disabled": false,
|
719
719
|
"document": "区域可用情况,当区域内至少有一个可用区处于可售状态时,取值为AVAILABLE,否则为UNAVAILABLE",
|
720
|
-
"example": "",
|
720
|
+
"example": "AVAILABLE",
|
721
721
|
"member": "string",
|
722
722
|
"name": "RegionStatus",
|
723
|
-
"
|
723
|
+
"output_required": true,
|
724
724
|
"type": "string",
|
725
725
|
"value_allowed_null": false
|
726
726
|
},
|
727
727
|
{
|
728
728
|
"disabled": false,
|
729
729
|
"document": "可用区数组",
|
730
|
-
"example": "",
|
730
|
+
"example": "无",
|
731
731
|
"member": "AvailableZone",
|
732
732
|
"name": "Zones",
|
733
|
-
"
|
733
|
+
"output_required": true,
|
734
734
|
"type": "list",
|
735
735
|
"value_allowed_null": false
|
736
736
|
},
|
737
737
|
{
|
738
738
|
"disabled": false,
|
739
739
|
"document": "区域中文名称,如“广州”",
|
740
|
-
"example": "",
|
740
|
+
"example": "广州区",
|
741
741
|
"member": "string",
|
742
742
|
"name": "RegionCnName",
|
743
|
-
"
|
743
|
+
"output_required": true,
|
744
744
|
"type": "string",
|
745
745
|
"value_allowed_null": false
|
746
746
|
}
|
@@ -196,7 +196,7 @@
|
|
196
196
|
{
|
197
197
|
"document": "",
|
198
198
|
"input": "POST / HTTP/1.1\nHost: cfs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAvailableZoneInfo\n<公共请求参数>\n\n{}",
|
199
|
-
"output": "{\n \"Response\": {\n \"RegionZones\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"
|
199
|
+
"output": "{\n \"Response\": {\n \"RegionZones\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"RegionCnName\": \"广州\",\n \"RegionName\": \"gz\",\n \"RegionStatus\": \"AVAILABLE\",\n \"Zones\": [\n {\n \"Types\": [\n {\n \"Prepayment\": true,\n \"Protocols\": [\n {\n \"Protocol\": \"NFS\",\n \"SaleStatus\": \"saling\"\n },\n {\n \"Protocol\": \"CIFS\",\n \"SaleStatus\": \"saling\"\n }\n ],\n \"Type\": \"SD\"\n }\n ],\n \"Zone\": \"ap-guangzhou-3\",\n \"ZoneCnName\": \"广州三区\",\n \"ZoneId\": 100003,\n \"ZoneName\": \"广州三区\"\n },\n {\n \"Types\": [\n {\n \"Prepayment\": true,\n \"Protocols\": [\n {\n \"Protocol\": \"NFS\",\n \"SaleStatus\": \"saling\"\n },\n {\n \"Protocol\": \"CIFS\",\n \"SaleStatus\": \"saling\"\n }\n ],\n \"Type\": \"SD\"\n }\n ],\n \"Zone\": \"ap-guangzhou-4\",\n \"ZoneCnName\": \"广州四区\",\n \"ZoneId\": 100004,\n \"ZoneName\": \"广州四区\"\n },\n {\n \"Types\": [\n {\n \"Prepayment\": true,\n \"Protocols\": [\n {\n \"Protocol\": \"NFS\",\n \"SaleStatus\": \"saling\"\n },\n {\n \"Protocol\": \"CIFS\",\n \"SaleStatus\": \"saling\"\n }\n ],\n \"Type\": \"SD\"\n }\n ],\n \"Zone\": \"ap-guangzhou-6\",\n \"ZoneCnName\": \"广州六区\",\n \"ZoneId\": 100006,\n \"ZoneName\": \"广州六区\"\n }\n ]\n }\n ],\n \"RequestId\": \"f3585511-5134-43f2-ba14-b4b528119fa3\"\n }\n}",
|
200
200
|
"title": "查询区域可用情况"
|
201
201
|
}
|
202
202
|
],
|
@@ -3519,7 +3519,7 @@
|
|
3519
3519
|
},
|
3520
3520
|
{
|
3521
3521
|
"disabled": false,
|
3522
|
-
"document": "目标组的
|
3522
|
+
"document": "目标组的vpcId属性,不填则使用默认vpc。",
|
3523
3523
|
"example": "vpc-i1******",
|
3524
3524
|
"member": "string",
|
3525
3525
|
"name": "VpcId",
|
@@ -3562,6 +3562,24 @@
|
|
3562
3562
|
"required": false,
|
3563
3563
|
"type": "string"
|
3564
3564
|
},
|
3565
|
+
{
|
3566
|
+
"disabled": false,
|
3567
|
+
"document": "健康检查。",
|
3568
|
+
"example": "无",
|
3569
|
+
"member": "TargetGroupHealthCheck",
|
3570
|
+
"name": "HealthCheck",
|
3571
|
+
"required": false,
|
3572
|
+
"type": "object"
|
3573
|
+
},
|
3574
|
+
{
|
3575
|
+
"disabled": false,
|
3576
|
+
"document": "调度算法,仅V2新版目标组,且后端转发协议为(HTTP|HTTPS|GRPC)时该参数有效。可选值:\n<ur><li>WRR:按权重轮询。</li><li>LEAST_CONN:最小连接数。</li><li>IP_HASH:按IP哈希。</li><li>默认为 WRR。</li><ur>",
|
3577
|
+
"example": "WRR",
|
3578
|
+
"member": "string",
|
3579
|
+
"name": "ScheduleAlgorithm",
|
3580
|
+
"required": false,
|
3581
|
+
"type": "string"
|
3582
|
+
},
|
3565
3583
|
{
|
3566
3584
|
"disabled": false,
|
3567
3585
|
"document": "标签。",
|
@@ -3573,7 +3591,7 @@
|
|
3573
3591
|
},
|
3574
3592
|
{
|
3575
3593
|
"disabled": false,
|
3576
|
-
"document": "
|
3594
|
+
"document": "后端服务默认权重, 其中:\n<ul><li>取值范围[0, 100]</li><li>设置该值后,添加后端服务到目标组时, 若后端服务不单独设置权重, 则使用这里的默认权重。 </li><li>v1 目标组类型不支持设置 Weight 参数。</li></ul>",
|
3577
3595
|
"example": "100",
|
3578
3596
|
"member": "uint64",
|
3579
3597
|
"name": "Weight",
|
@@ -9914,7 +9932,25 @@
|
|
9914
9932
|
},
|
9915
9933
|
{
|
9916
9934
|
"disabled": false,
|
9917
|
-
"document": "
|
9935
|
+
"document": "调度算法,仅V2新版目标组,且后端转发协议为(HTTP|HTTPS|GRPC)时该参数有效。可选值:\n<ur><li>WRR:按权重轮询。</li><li>LEAST_CONN:最小连接数。</li><li>IP_HASH:按IP哈希。</li><li>默认为 WRR。</li><ur>",
|
9936
|
+
"example": "LEAST_CONN",
|
9937
|
+
"member": "string",
|
9938
|
+
"name": "ScheduleAlgorithm",
|
9939
|
+
"required": false,
|
9940
|
+
"type": "string"
|
9941
|
+
},
|
9942
|
+
{
|
9943
|
+
"disabled": false,
|
9944
|
+
"document": "健康检查详情。",
|
9945
|
+
"example": "无",
|
9946
|
+
"member": "TargetGroupHealthCheck",
|
9947
|
+
"name": "HealthCheck",
|
9948
|
+
"required": false,
|
9949
|
+
"type": "object"
|
9950
|
+
},
|
9951
|
+
{
|
9952
|
+
"disabled": false,
|
9953
|
+
"document": "后端服务默认权重, 其中:<ul><li>取值范围[0, 100]</li><li>设置该值后,添加后端服务到目标组时, 若后端服务不单独设置权重, 则使用这里的默认权重。 </li><li>v1目标组类型不支持设置Weight参数。</li> </ul>",
|
9918
9954
|
"example": "100",
|
9919
9955
|
"member": "uint64",
|
9920
9956
|
"name": "Weight",
|
@@ -11997,6 +12033,199 @@
|
|
11997
12033
|
],
|
11998
12034
|
"usage": "out"
|
11999
12035
|
},
|
12036
|
+
"TargetGroupHealthCheck": {
|
12037
|
+
"document": "目标组健康检查详情",
|
12038
|
+
"members": [
|
12039
|
+
{
|
12040
|
+
"disabled": false,
|
12041
|
+
"document": "是否开启健康检查。",
|
12042
|
+
"example": "true",
|
12043
|
+
"member": "bool",
|
12044
|
+
"name": "HealthSwitch",
|
12045
|
+
"output_required": true,
|
12046
|
+
"required": true,
|
12047
|
+
"type": "bool",
|
12048
|
+
"value_allowed_null": false
|
12049
|
+
},
|
12050
|
+
{
|
12051
|
+
"disabled": false,
|
12052
|
+
"document": "健康检查方式, 其中仅V2新版目标组类型支持该参数, 支持取值 TCP | HTTP | HTTPS | PING | CUSTOM,其中:\n<ur><li>当目标组后端转发协议为TCP时, 健康检查方式支持 TCP/HTTP/CUSTOM, 默认为TCP。</li><li>当目标组后端转发协议为UDP时, 健康检查方式支持 PING/CUSTOM,默认为PING。</li><li>当目标组后端转发协议为HTTP时, 健康检查方式支持 HTTP/TCP, 默认为HTTP。</li><li>当目标组后端转发协议为HTTPS时, 健康检查方式支持 HTTPS/TCP, 默认为HTTPS。</li><li>当目标组后端转发协议为GRPC时, 健康检查方式支持GRPC/TCP, 默认为GRPC。</li></ur>",
|
12053
|
+
"example": "TCP",
|
12054
|
+
"member": "string",
|
12055
|
+
"name": "Protocol",
|
12056
|
+
"output_required": true,
|
12057
|
+
"required": false,
|
12058
|
+
"type": "string",
|
12059
|
+
"value_allowed_null": false
|
12060
|
+
},
|
12061
|
+
{
|
12062
|
+
"disabled": false,
|
12063
|
+
"document": "自定义探测相关参数。健康检查端口,默认为后端服务的端口,除非您希望指定特定端口,否则建议留空。(仅适用于TCP/UDP目标组)。\n",
|
12064
|
+
"example": "80",
|
12065
|
+
"member": "int64",
|
12066
|
+
"name": "Port",
|
12067
|
+
"output_required": true,
|
12068
|
+
"required": false,
|
12069
|
+
"type": "int",
|
12070
|
+
"value_allowed_null": false
|
12071
|
+
},
|
12072
|
+
{
|
12073
|
+
"disabled": false,
|
12074
|
+
"document": "健康检查超时时间。 默认为2秒。 可配置范围:2 - 30秒。",
|
12075
|
+
"example": "2",
|
12076
|
+
"member": "int64",
|
12077
|
+
"name": "Timeout",
|
12078
|
+
"output_required": true,
|
12079
|
+
"required": false,
|
12080
|
+
"type": "int",
|
12081
|
+
"value_allowed_null": false
|
12082
|
+
},
|
12083
|
+
{
|
12084
|
+
"disabled": false,
|
12085
|
+
"document": "检测间隔时间。 默认为5秒。 可配置范围:2 - 300秒。",
|
12086
|
+
"example": "5",
|
12087
|
+
"member": "int64",
|
12088
|
+
"name": "GapTime",
|
12089
|
+
"output_required": true,
|
12090
|
+
"required": false,
|
12091
|
+
"type": "int",
|
12092
|
+
"value_allowed_null": false
|
12093
|
+
},
|
12094
|
+
{
|
12095
|
+
"disabled": false,
|
12096
|
+
"document": "检测健康阈值。 默认为3秒。 可配置范围:2 - 10次。",
|
12097
|
+
"example": "3",
|
12098
|
+
"member": "int64",
|
12099
|
+
"name": "GoodLimit",
|
12100
|
+
"output_required": true,
|
12101
|
+
"required": false,
|
12102
|
+
"type": "int",
|
12103
|
+
"value_allowed_null": false
|
12104
|
+
},
|
12105
|
+
{
|
12106
|
+
"disabled": false,
|
12107
|
+
"document": "检测不健康阈值。 默认为3秒。 可配置范围:2 - 10次。",
|
12108
|
+
"example": "3",
|
12109
|
+
"member": "int64",
|
12110
|
+
"name": "BadLimit",
|
12111
|
+
"output_required": true,
|
12112
|
+
"required": false,
|
12113
|
+
"type": "int",
|
12114
|
+
"value_allowed_null": false
|
12115
|
+
},
|
12116
|
+
{
|
12117
|
+
"disabled": false,
|
12118
|
+
"document": "目标组下的所有rs的探测包是否开启巨帧。默认开启。仅GWLB类型目标组支持该参数。",
|
12119
|
+
"example": "true",
|
12120
|
+
"member": "bool",
|
12121
|
+
"name": "JumboFrame",
|
12122
|
+
"output_required": true,
|
12123
|
+
"required": false,
|
12124
|
+
"type": "bool",
|
12125
|
+
"value_allowed_null": false
|
12126
|
+
},
|
12127
|
+
{
|
12128
|
+
"disabled": false,
|
12129
|
+
"document": "健康检查状态码(仅适用于HTTP/HTTPS目标组、TCP目标组的HTTP健康检查方式)。可选值:1~31,默认 31,其中:<url> <li>1 表示探测后返回值 1xx 代表健康。</li><li>2 表示返回 2xx 代表健康。</li><li>4 表示返回 3xx 代表健康。</li><li>8 表示返回 4xx 代表健康。</li><li>16 表示返回 5xx 代表健康。</li></url>若希望多种返回码都可代表健康,则将相应的值相加。\n注意:此字段可能返回 null,表示取不到有效值。",
|
12130
|
+
"example": "504",
|
12131
|
+
"member": "int64",
|
12132
|
+
"name": "HttpCode",
|
12133
|
+
"output_required": false,
|
12134
|
+
"required": false,
|
12135
|
+
"type": "int",
|
12136
|
+
"value_allowed_null": true
|
12137
|
+
},
|
12138
|
+
{
|
12139
|
+
"disabled": false,
|
12140
|
+
"document": "健康检查域名, 其中:<ur><li>仅适用于HTTP/HTTPS目标组和TCP目标组的HTTP健康检查方式。</li><li>针对HTTP/HTTPS目标组,当使用HTTP健康检查方式时,该参数为必填项。</li></ur>\n注意:此字段可能返回 null,表示取不到有效值。",
|
12141
|
+
"example": "www.xxxx.com",
|
12142
|
+
"member": "string",
|
12143
|
+
"name": "HttpCheckDomain",
|
12144
|
+
"output_required": false,
|
12145
|
+
"required": false,
|
12146
|
+
"type": "string",
|
12147
|
+
"value_allowed_null": true
|
12148
|
+
},
|
12149
|
+
{
|
12150
|
+
"disabled": false,
|
12151
|
+
"document": "健康检查路径(仅适用于HTTP/HTTPS转发规则、TCP监听器的HTTP健康检查方式)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
12152
|
+
"example": "/xxx\t/xxx",
|
12153
|
+
"member": "string",
|
12154
|
+
"name": "HttpCheckPath",
|
12155
|
+
"output_required": false,
|
12156
|
+
"required": false,
|
12157
|
+
"type": "string",
|
12158
|
+
"value_allowed_null": true
|
12159
|
+
},
|
12160
|
+
{
|
12161
|
+
"disabled": false,
|
12162
|
+
"document": "健康检查方法(仅适用于HTTP/HTTPS转发规则、TCP监听器的HTTP健康检查方式),默认值:HEAD,可选值HEAD或GET。\n注意:此字段可能返回 null,表示取不到有效值。",
|
12163
|
+
"example": "HEAD",
|
12164
|
+
"member": "string",
|
12165
|
+
"name": "HttpCheckMethod",
|
12166
|
+
"output_required": false,
|
12167
|
+
"required": false,
|
12168
|
+
"type": "string",
|
12169
|
+
"value_allowed_null": true
|
12170
|
+
},
|
12171
|
+
{
|
12172
|
+
"disabled": false,
|
12173
|
+
"document": "健康检查的输入格式,健康检查方式取CUSTOM时,必填此字段,可取值:HEX或TEXT,其中:<ur><li>TEXT:文本格式。</li><li>HEX:十六进制格式, SendContext和RecvContext的字符只能在0123456789ABCDEF中选取且长度必须是偶数位。</li><li>仅适用于TCP/UDP目标组。</li></ur>\n注意:此字段可能返回 null,表示取不到有效值。",
|
12174
|
+
"example": "TEXT",
|
12175
|
+
"member": "string",
|
12176
|
+
"name": "ContextType",
|
12177
|
+
"output_required": false,
|
12178
|
+
"required": false,
|
12179
|
+
"type": "string",
|
12180
|
+
"value_allowed_null": true
|
12181
|
+
},
|
12182
|
+
{
|
12183
|
+
"disabled": false,
|
12184
|
+
"document": "自定义探测相关参数。健康检查协议CheckType的值取CUSTOM时,必填此字段,代表健康检查发送的请求内容,只允许ASCII可见字符,最大长度限制500。(仅适用于TCP/UDP目标组)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
12185
|
+
"example": "ping",
|
12186
|
+
"member": "string",
|
12187
|
+
"name": "SendContext",
|
12188
|
+
"output_required": false,
|
12189
|
+
"required": false,
|
12190
|
+
"type": "string",
|
12191
|
+
"value_allowed_null": true
|
12192
|
+
},
|
12193
|
+
{
|
12194
|
+
"disabled": false,
|
12195
|
+
"document": "自定义探测相关参数。健康检查协议CheckType的值取CUSTOM时,必填此字段,代表健康检查返回的结果,只允许ASCII可见字符,最大长度限制500。(仅适用于TCP/UDP目标组)。\n注意:此字段可能返回 null,表示取不到有效值。",
|
12196
|
+
"example": "pong",
|
12197
|
+
"member": "string",
|
12198
|
+
"name": "RecvContext",
|
12199
|
+
"output_required": false,
|
12200
|
+
"required": false,
|
12201
|
+
"type": "string",
|
12202
|
+
"value_allowed_null": true
|
12203
|
+
},
|
12204
|
+
{
|
12205
|
+
"disabled": false,
|
12206
|
+
"document": "HTTP版本, 其中:<ur><li>健康检查协议CheckType的值取HTTP时,必传此字段。</li><li>支持配置选项:HTTP/1.0, HTTP/1.1。</li><li>仅适用于TCP目标组。</li></ur>\n注意:此字段可能返回 null,表示取不到有效值。",
|
12207
|
+
"example": "HTTP/1.1",
|
12208
|
+
"member": "string",
|
12209
|
+
"name": "HttpVersion",
|
12210
|
+
"output_required": false,
|
12211
|
+
"required": false,
|
12212
|
+
"type": "string",
|
12213
|
+
"value_allowed_null": true
|
12214
|
+
},
|
12215
|
+
{
|
12216
|
+
"disabled": false,
|
12217
|
+
"document": "GRPC健康检查状态码(仅适用于后端转发协议为GRPC的目标组)。默认值为 12,可输入值为数值、多个数值、或者范围,例如 20 或 20,25 或 0-99。\n注意:此字段可能返回 null,表示取不到有效值。",
|
12218
|
+
"example": "12",
|
12219
|
+
"member": "string",
|
12220
|
+
"name": "ExtendedCode",
|
12221
|
+
"output_required": false,
|
12222
|
+
"required": false,
|
12223
|
+
"type": "string",
|
12224
|
+
"value_allowed_null": true
|
12225
|
+
}
|
12226
|
+
],
|
12227
|
+
"usage": "both"
|
12228
|
+
},
|
12000
12229
|
"TargetGroupInfo": {
|
12001
12230
|
"document": "目标组信息",
|
12002
12231
|
"members": [
|
@@ -12080,6 +12309,26 @@
|
|
12080
12309
|
"type": "string",
|
12081
12310
|
"value_allowed_null": true
|
12082
12311
|
},
|
12312
|
+
{
|
12313
|
+
"disabled": false,
|
12314
|
+
"document": "调度算法,仅后端转发协议为(HTTP、HTTPS、GRPC)的目标组返回有效值, 可选值:\n<ur>\n<li>WRR:按权重轮询。</li>\n<li>LEAST_CONN:最小连接数。</li>\n<li>IP_HASH:按IP哈希。</li>\n</ur>\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
12315
|
+
"example": "WRR",
|
12316
|
+
"member": "string",
|
12317
|
+
"name": "ScheduleAlgorithm",
|
12318
|
+
"output_required": true,
|
12319
|
+
"type": "string",
|
12320
|
+
"value_allowed_null": true
|
12321
|
+
},
|
12322
|
+
{
|
12323
|
+
"disabled": false,
|
12324
|
+
"document": "健康检查详情。\n注意:此字段可能返回 null,表示取不到有效值。",
|
12325
|
+
"example": "无",
|
12326
|
+
"member": "TargetGroupHealthCheck",
|
12327
|
+
"name": "HealthCheck",
|
12328
|
+
"output_required": true,
|
12329
|
+
"type": "object",
|
12330
|
+
"value_allowed_null": true
|
12331
|
+
},
|
12083
12332
|
{
|
12084
12333
|
"disabled": false,
|
12085
12334
|
"document": "目标组类型,当前支持v1(旧版目标组), v2(新版目标组)。默认为v1旧版目标组。",
|