tccli-intl-en 3.0.1283.1__py2.py3-none-any.whl → 3.1.1.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/clb/v20180317/api.json +994 -634
- tccli/services/clb/v20180317/examples.json +19 -19
- tccli/services/cvm/v20170312/api.json +41 -41
- tccli/services/cvm/v20170312/examples.json +20 -20
- tccli/services/ocr/v20181119/api.json +36 -6
- tccli/services/trtc/v20190722/api.json +5 -5
- {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.1.1.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.1.1.1.dist-info}/RECORD +13 -13
- {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.1.1.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.1.1.1.dist-info}/WHEEL +0 -0
- {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.1.1.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.1.1.1.dist-info}/top_level.txt +0 -0
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"status": "online"
|
|
58
58
|
},
|
|
59
59
|
"CreateListener": {
|
|
60
|
-
"document": "This API is used to create a listener for a CLB instance.\nThis is an
|
|
60
|
+
"document": "This API is used to create a listener for a CLB instance.\nThis is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://intl.cloud.tencent.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.",
|
|
61
61
|
"input": "CreateListenerRequest",
|
|
62
62
|
"name": "Creates a CLB listener",
|
|
63
63
|
"output": "CreateListenerResponse",
|
|
@@ -442,7 +442,7 @@
|
|
|
442
442
|
"status": "online"
|
|
443
443
|
},
|
|
444
444
|
"ModifyListener": {
|
|
445
|
-
"document": "This API
|
|
445
|
+
"document": "This API is used to modify the attributes of a CLB instance listener, including the listener name, health check parameters, certificate information, and forwarding policy. This API does not support classic CLB instances.\nThis is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://intl.cloud.tencent.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.",
|
|
446
446
|
"input": "ModifyListenerRequest",
|
|
447
447
|
"name": "Modifies the attributes of a CLB listener",
|
|
448
448
|
"output": "ModifyListenerResponse",
|
|
@@ -621,90 +621,90 @@
|
|
|
621
621
|
{
|
|
622
622
|
"disabled": false,
|
|
623
623
|
"document": "ID of associated CLB instance",
|
|
624
|
-
"example": "",
|
|
624
|
+
"example": "lb-n8n0xxxx",
|
|
625
625
|
"member": "string",
|
|
626
626
|
"name": "LoadBalancerId",
|
|
627
|
-
"
|
|
627
|
+
"output_required": true,
|
|
628
628
|
"type": "string",
|
|
629
629
|
"value_allowed_null": false
|
|
630
630
|
},
|
|
631
631
|
{
|
|
632
632
|
"disabled": false,
|
|
633
633
|
"document": "ID of associated listener",
|
|
634
|
-
"example": "",
|
|
634
|
+
"example": "lbl-lachxxxx",
|
|
635
635
|
"member": "string",
|
|
636
636
|
"name": "ListenerId",
|
|
637
|
-
"
|
|
637
|
+
"output_required": true,
|
|
638
638
|
"type": "string",
|
|
639
639
|
"value_allowed_null": false
|
|
640
640
|
},
|
|
641
641
|
{
|
|
642
642
|
"disabled": false,
|
|
643
643
|
"document": "ID of associated forwarding rule\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
644
|
-
"example": "",
|
|
644
|
+
"example": "loc-q03gxxxx",
|
|
645
645
|
"member": "string",
|
|
646
646
|
"name": "LocationId",
|
|
647
|
-
"
|
|
647
|
+
"output_required": true,
|
|
648
648
|
"type": "string",
|
|
649
649
|
"value_allowed_null": true
|
|
650
650
|
},
|
|
651
651
|
{
|
|
652
652
|
"disabled": false,
|
|
653
653
|
"document": "Protocol type of associated listener, such as HTTP or TCP",
|
|
654
|
-
"example": "",
|
|
654
|
+
"example": "TCP",
|
|
655
655
|
"member": "string",
|
|
656
656
|
"name": "Protocol",
|
|
657
|
-
"
|
|
657
|
+
"output_required": true,
|
|
658
658
|
"type": "string",
|
|
659
659
|
"value_allowed_null": false
|
|
660
660
|
},
|
|
661
661
|
{
|
|
662
662
|
"disabled": false,
|
|
663
663
|
"document": "Port of associated listener",
|
|
664
|
-
"example": "",
|
|
664
|
+
"example": "80",
|
|
665
665
|
"member": "uint64",
|
|
666
666
|
"name": "Port",
|
|
667
|
-
"
|
|
667
|
+
"output_required": true,
|
|
668
668
|
"type": "int",
|
|
669
669
|
"value_allowed_null": false
|
|
670
670
|
},
|
|
671
671
|
{
|
|
672
672
|
"disabled": false,
|
|
673
673
|
"document": "Domain name of associated forwarding rule\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
674
|
-
"example": "",
|
|
674
|
+
"example": "test.clb.cloud.tencent.com",
|
|
675
675
|
"member": "string",
|
|
676
676
|
"name": "Domain",
|
|
677
|
-
"
|
|
677
|
+
"output_required": true,
|
|
678
678
|
"type": "string",
|
|
679
679
|
"value_allowed_null": true
|
|
680
680
|
},
|
|
681
681
|
{
|
|
682
682
|
"disabled": false,
|
|
683
683
|
"document": "URL of associated forwarding rule\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
684
|
-
"example": "",
|
|
684
|
+
"example": "/association_item",
|
|
685
685
|
"member": "string",
|
|
686
686
|
"name": "Url",
|
|
687
|
-
"
|
|
687
|
+
"output_required": true,
|
|
688
688
|
"type": "string",
|
|
689
689
|
"value_allowed_null": true
|
|
690
690
|
},
|
|
691
691
|
{
|
|
692
692
|
"disabled": false,
|
|
693
693
|
"document": "CLB instance name",
|
|
694
|
-
"example": "",
|
|
694
|
+
"example": "lb_association_item",
|
|
695
695
|
"member": "string",
|
|
696
696
|
"name": "LoadBalancerName",
|
|
697
|
-
"
|
|
697
|
+
"output_required": true,
|
|
698
698
|
"type": "string",
|
|
699
699
|
"value_allowed_null": false
|
|
700
700
|
},
|
|
701
701
|
{
|
|
702
702
|
"disabled": false,
|
|
703
703
|
"document": "Listener name",
|
|
704
|
-
"example": "",
|
|
704
|
+
"example": "lis_association_item",
|
|
705
705
|
"member": "string",
|
|
706
706
|
"name": "ListenerName",
|
|
707
|
-
"
|
|
707
|
+
"output_required": true,
|
|
708
708
|
"type": "string",
|
|
709
709
|
"value_allowed_null": false
|
|
710
710
|
}
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
"name": "PrivateIpAddresses",
|
|
836
836
|
"output_required": true,
|
|
837
837
|
"type": "list",
|
|
838
|
-
"value_allowed_null":
|
|
838
|
+
"value_allowed_null": false
|
|
839
839
|
},
|
|
840
840
|
{
|
|
841
841
|
"disabled": false,
|
|
@@ -855,7 +855,7 @@
|
|
|
855
855
|
"name": "RegisteredTime",
|
|
856
856
|
"output_required": true,
|
|
857
857
|
"type": "string",
|
|
858
|
-
"value_allowed_null":
|
|
858
|
+
"value_allowed_null": false
|
|
859
859
|
},
|
|
860
860
|
{
|
|
861
861
|
"disabled": false,
|
|
@@ -870,12 +870,12 @@
|
|
|
870
870
|
{
|
|
871
871
|
"disabled": false,
|
|
872
872
|
"document": "Tag.Note: This field may return null, indicating that no valid values can be obtained.",
|
|
873
|
-
"example": "
|
|
873
|
+
"example": "tag_backend",
|
|
874
874
|
"member": "string",
|
|
875
875
|
"name": "Tag",
|
|
876
876
|
"output_required": false,
|
|
877
877
|
"type": "string",
|
|
878
|
-
"value_allowed_null":
|
|
878
|
+
"value_allowed_null": false
|
|
879
879
|
}
|
|
880
880
|
],
|
|
881
881
|
"usage": "out"
|
|
@@ -886,20 +886,20 @@
|
|
|
886
886
|
{
|
|
887
887
|
"disabled": false,
|
|
888
888
|
"document": "Target group ID",
|
|
889
|
-
"example": "",
|
|
889
|
+
"example": "lbtg-n5n8xxxx",
|
|
890
890
|
"member": "string",
|
|
891
891
|
"name": "TargetGroupId",
|
|
892
|
-
"
|
|
892
|
+
"output_required": true,
|
|
893
893
|
"type": "string",
|
|
894
894
|
"value_allowed_null": false
|
|
895
895
|
},
|
|
896
896
|
{
|
|
897
897
|
"disabled": false,
|
|
898
898
|
"document": "Target group name",
|
|
899
|
-
"example": "",
|
|
899
|
+
"example": "test-target-group",
|
|
900
900
|
"member": "string",
|
|
901
901
|
"name": "TargetGroupName",
|
|
902
|
-
"
|
|
902
|
+
"output_required": true,
|
|
903
903
|
"type": "string",
|
|
904
904
|
"value_allowed_null": false
|
|
905
905
|
}
|
|
@@ -936,13 +936,23 @@
|
|
|
936
936
|
{
|
|
937
937
|
"disabled": false,
|
|
938
938
|
"document": "IDs of the listeners failed to unbind",
|
|
939
|
-
"example": "[]",
|
|
939
|
+
"example": "[\"lbl-4ibs****\"]",
|
|
940
940
|
"member": "string",
|
|
941
941
|
"name": "FailListenerIdSet",
|
|
942
|
-
"
|
|
942
|
+
"output_required": true,
|
|
943
943
|
"type": "list",
|
|
944
944
|
"value_allowed_null": false
|
|
945
945
|
},
|
|
946
|
+
{
|
|
947
|
+
"disabled": false,
|
|
948
|
+
"document": "",
|
|
949
|
+
"example": "Listener lbl-4ibs**** not exists.",
|
|
950
|
+
"member": "string",
|
|
951
|
+
"name": "Message",
|
|
952
|
+
"output_required": false,
|
|
953
|
+
"type": "string",
|
|
954
|
+
"value_allowed_null": false
|
|
955
|
+
},
|
|
946
956
|
{
|
|
947
957
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
948
958
|
"member": "string",
|
|
@@ -1054,7 +1064,7 @@
|
|
|
1054
1064
|
{
|
|
1055
1065
|
"disabled": false,
|
|
1056
1066
|
"document": "ID of the listener failed to bind. Empty indicates all listeners are bound successfully.",
|
|
1057
|
-
"example": "[]",
|
|
1067
|
+
"example": "[\"lbl-4ibs****\"]",
|
|
1058
1068
|
"member": "string",
|
|
1059
1069
|
"name": "FailListenerIdSet",
|
|
1060
1070
|
"output_required": true,
|
|
@@ -1131,7 +1141,7 @@
|
|
|
1131
1141
|
{
|
|
1132
1142
|
"disabled": false,
|
|
1133
1143
|
"document": "Layer-7 rule ID. This parameter is required for Layer-7 CLB.",
|
|
1134
|
-
"example": "
|
|
1144
|
+
"example": "loc-4apy****",
|
|
1135
1145
|
"member": "string",
|
|
1136
1146
|
"name": "LocationId",
|
|
1137
1147
|
"required": false,
|
|
@@ -1140,7 +1150,7 @@
|
|
|
1140
1150
|
{
|
|
1141
1151
|
"disabled": false,
|
|
1142
1152
|
"document": "Tag.",
|
|
1143
|
-
"example": "
|
|
1153
|
+
"example": "tag_target",
|
|
1144
1154
|
"member": "string",
|
|
1145
1155
|
"name": "Tag",
|
|
1146
1156
|
"required": false,
|
|
@@ -1155,92 +1165,92 @@
|
|
|
1155
1165
|
{
|
|
1156
1166
|
"disabled": false,
|
|
1157
1167
|
"document": "Specifies the ID of CLB to be bound",
|
|
1158
|
-
"example": "",
|
|
1168
|
+
"example": "lb-kxsr****",
|
|
1159
1169
|
"member": "string",
|
|
1160
1170
|
"name": "LoadBalancerId",
|
|
1161
|
-
"
|
|
1171
|
+
"output_required": true,
|
|
1162
1172
|
"type": "string",
|
|
1163
1173
|
"value_allowed_null": false
|
|
1164
1174
|
},
|
|
1165
1175
|
{
|
|
1166
1176
|
"disabled": false,
|
|
1167
1177
|
"document": "Specifies the ID of listener to be bound\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
1168
|
-
"example": "",
|
|
1178
|
+
"example": "lbl-20sf****",
|
|
1169
1179
|
"member": "string",
|
|
1170
1180
|
"name": "ListenerId",
|
|
1171
|
-
"
|
|
1181
|
+
"output_required": true,
|
|
1172
1182
|
"type": "string",
|
|
1173
|
-
"value_allowed_null":
|
|
1183
|
+
"value_allowed_null": false
|
|
1174
1184
|
},
|
|
1175
1185
|
{
|
|
1176
1186
|
"disabled": false,
|
|
1177
1187
|
"document": "Specifies the domain name to be bound\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
1178
|
-
"example": "",
|
|
1188
|
+
"example": "test.clb.cloud.tencent.com",
|
|
1179
1189
|
"member": "string",
|
|
1180
1190
|
"name": "Domain",
|
|
1181
|
-
"
|
|
1191
|
+
"output_required": true,
|
|
1182
1192
|
"type": "string",
|
|
1183
|
-
"value_allowed_null":
|
|
1193
|
+
"value_allowed_null": false
|
|
1184
1194
|
},
|
|
1185
1195
|
{
|
|
1186
1196
|
"disabled": false,
|
|
1187
1197
|
"document": "Sets the bound rule.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
1188
|
-
"example": "",
|
|
1198
|
+
"example": "loc-4f30****",
|
|
1189
1199
|
"member": "string",
|
|
1190
1200
|
"name": "LocationId",
|
|
1191
|
-
"
|
|
1201
|
+
"output_required": true,
|
|
1192
1202
|
"type": "string",
|
|
1193
|
-
"value_allowed_null":
|
|
1203
|
+
"value_allowed_null": false
|
|
1194
1204
|
},
|
|
1195
1205
|
{
|
|
1196
1206
|
"disabled": false,
|
|
1197
1207
|
"document": "Listener name.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
1198
|
-
"example": "",
|
|
1208
|
+
"example": "lb-1fb1sdsa-tcp-80-443",
|
|
1199
1209
|
"member": "string",
|
|
1200
1210
|
"name": "ListenerName",
|
|
1201
|
-
"
|
|
1211
|
+
"output_required": true,
|
|
1202
1212
|
"type": "string",
|
|
1203
|
-
"value_allowed_null":
|
|
1213
|
+
"value_allowed_null": false
|
|
1204
1214
|
},
|
|
1205
1215
|
{
|
|
1206
1216
|
"disabled": false,
|
|
1207
1217
|
"document": "Listener protocol.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
1208
|
-
"example": "",
|
|
1218
|
+
"example": "TCP",
|
|
1209
1219
|
"member": "string",
|
|
1210
1220
|
"name": "Protocol",
|
|
1211
|
-
"
|
|
1221
|
+
"output_required": true,
|
|
1212
1222
|
"type": "string",
|
|
1213
|
-
"value_allowed_null":
|
|
1223
|
+
"value_allowed_null": false
|
|
1214
1224
|
},
|
|
1215
1225
|
{
|
|
1216
1226
|
"disabled": false,
|
|
1217
1227
|
"document": "Listener port.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
1218
|
-
"example": "",
|
|
1228
|
+
"example": "80",
|
|
1219
1229
|
"member": "int64",
|
|
1220
1230
|
"name": "Vport",
|
|
1221
|
-
"
|
|
1231
|
+
"output_required": true,
|
|
1222
1232
|
"type": "int",
|
|
1223
|
-
"value_allowed_null":
|
|
1233
|
+
"value_allowed_null": false
|
|
1224
1234
|
},
|
|
1225
1235
|
{
|
|
1226
1236
|
"disabled": false,
|
|
1227
1237
|
"document": "URL of the location.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
1228
|
-
"example": "",
|
|
1238
|
+
"example": "/index",
|
|
1229
1239
|
"member": "string",
|
|
1230
1240
|
"name": "Url",
|
|
1231
|
-
"
|
|
1241
|
+
"output_required": true,
|
|
1232
1242
|
"type": "string",
|
|
1233
1243
|
"value_allowed_null": true
|
|
1234
1244
|
},
|
|
1235
1245
|
{
|
|
1236
1246
|
"disabled": false,
|
|
1237
1247
|
"document": "Configuration ID.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
1238
|
-
"example": "",
|
|
1248
|
+
"example": "pz-k2ns****",
|
|
1239
1249
|
"member": "string",
|
|
1240
1250
|
"name": "UconfigId",
|
|
1241
|
-
"
|
|
1251
|
+
"output_required": true,
|
|
1242
1252
|
"type": "string",
|
|
1243
|
-
"value_allowed_null":
|
|
1253
|
+
"value_allowed_null": false
|
|
1244
1254
|
}
|
|
1245
1255
|
],
|
|
1246
1256
|
"usage": "out"
|
|
@@ -1251,30 +1261,30 @@
|
|
|
1251
1261
|
{
|
|
1252
1262
|
"disabled": false,
|
|
1253
1263
|
"document": "Blacklisted IP",
|
|
1254
|
-
"example": "",
|
|
1264
|
+
"example": "172.40.86.244",
|
|
1255
1265
|
"member": "string",
|
|
1256
1266
|
"name": "IP",
|
|
1257
|
-
"
|
|
1267
|
+
"output_required": true,
|
|
1258
1268
|
"type": "string",
|
|
1259
1269
|
"value_allowed_null": false
|
|
1260
1270
|
},
|
|
1261
1271
|
{
|
|
1262
1272
|
"disabled": false,
|
|
1263
1273
|
"document": "Blacklisted time",
|
|
1264
|
-
"example": "",
|
|
1274
|
+
"example": "2024-12-24 09:23:26",
|
|
1265
1275
|
"member": "string",
|
|
1266
1276
|
"name": "CreateTime",
|
|
1267
|
-
"
|
|
1277
|
+
"output_required": true,
|
|
1268
1278
|
"type": "string",
|
|
1269
1279
|
"value_allowed_null": false
|
|
1270
1280
|
},
|
|
1271
1281
|
{
|
|
1272
1282
|
"disabled": false,
|
|
1273
1283
|
"document": "Expiration time",
|
|
1274
|
-
"example": "",
|
|
1284
|
+
"example": "2025-05-24 11:16:04",
|
|
1275
1285
|
"member": "string",
|
|
1276
1286
|
"name": "ExpireTime",
|
|
1277
|
-
"
|
|
1287
|
+
"output_required": true,
|
|
1278
1288
|
"type": "string",
|
|
1279
1289
|
"value_allowed_null": false
|
|
1280
1290
|
}
|
|
@@ -1287,22 +1297,22 @@
|
|
|
1287
1297
|
{
|
|
1288
1298
|
"disabled": false,
|
|
1289
1299
|
"document": "Certificate ID",
|
|
1290
|
-
"example": "",
|
|
1300
|
+
"example": "KDbFJUkn",
|
|
1291
1301
|
"member": "string",
|
|
1292
1302
|
"name": "CertId",
|
|
1293
|
-
"
|
|
1303
|
+
"output_required": true,
|
|
1294
1304
|
"type": "string",
|
|
1295
1305
|
"value_allowed_null": false
|
|
1296
1306
|
},
|
|
1297
1307
|
{
|
|
1298
1308
|
"disabled": false,
|
|
1299
1309
|
"document": "List of CLB instances associated with certificate\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
1300
|
-
"example": "",
|
|
1310
|
+
"example": "无",
|
|
1301
1311
|
"member": "LoadBalancer",
|
|
1302
1312
|
"name": "LoadBalancers",
|
|
1303
|
-
"
|
|
1313
|
+
"output_required": true,
|
|
1304
1314
|
"type": "list",
|
|
1305
|
-
"value_allowed_null":
|
|
1315
|
+
"value_allowed_null": false
|
|
1306
1316
|
}
|
|
1307
1317
|
],
|
|
1308
1318
|
"usage": "out"
|
|
@@ -1358,20 +1368,33 @@
|
|
|
1358
1368
|
"members": [
|
|
1359
1369
|
{
|
|
1360
1370
|
"disabled": false,
|
|
1361
|
-
"document": "Authentication type.
|
|
1362
|
-
"example": "",
|
|
1371
|
+
"document": "Authentication type. UNIDIRECTIONAL: one-way authentication; MUTUAL: mutual authentication.\nDefault value: UNIDIRECTIONAL.",
|
|
1372
|
+
"example": "UNIDIRECTIONAL",
|
|
1363
1373
|
"member": "string",
|
|
1364
1374
|
"name": "SSLMode",
|
|
1375
|
+
"output_required": true,
|
|
1365
1376
|
"required": false,
|
|
1366
1377
|
"type": "string",
|
|
1367
1378
|
"value_allowed_null": false
|
|
1368
1379
|
},
|
|
1369
1380
|
{
|
|
1370
1381
|
"disabled": false,
|
|
1371
|
-
"document": "
|
|
1372
|
-
"example": "",
|
|
1382
|
+
"document": "Whether to enable client authentication for mutual authentication. ON: enable it; OPTIONAL: client certificate not required. Default value: ON.",
|
|
1383
|
+
"example": "ON",
|
|
1384
|
+
"member": "string",
|
|
1385
|
+
"name": "SSLVerifyClient",
|
|
1386
|
+
"output_required": true,
|
|
1387
|
+
"required": false,
|
|
1388
|
+
"type": "string",
|
|
1389
|
+
"value_allowed_null": false
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"disabled": false,
|
|
1393
|
+
"document": "Server certificate ID. If this parameter is not specified, you need to upload a certificate and specify CertContent (server certificate content), CertKey (server certificate key), and CertName (server certificate name).",
|
|
1394
|
+
"example": "Fm8Wpag8",
|
|
1373
1395
|
"member": "string",
|
|
1374
1396
|
"name": "CertId",
|
|
1397
|
+
"output_required": true,
|
|
1375
1398
|
"required": false,
|
|
1376
1399
|
"type": "string",
|
|
1377
1400
|
"value_allowed_null": false
|
|
@@ -1379,9 +1402,10 @@
|
|
|
1379
1402
|
{
|
|
1380
1403
|
"disabled": false,
|
|
1381
1404
|
"document": "ID of a client certificate. When the listener adopts mutual authentication (i.e., SSLMode = mutual), if you leave this parameter empty, you must upload the client certificate, including CertCaContent and CertCaName.",
|
|
1382
|
-
"example": "",
|
|
1405
|
+
"example": "HcsGe9BH",
|
|
1383
1406
|
"member": "string",
|
|
1384
1407
|
"name": "CertCaId",
|
|
1408
|
+
"output_required": true,
|
|
1385
1409
|
"required": false,
|
|
1386
1410
|
"type": "string",
|
|
1387
1411
|
"value_allowed_null": false
|
|
@@ -1389,9 +1413,10 @@
|
|
|
1389
1413
|
{
|
|
1390
1414
|
"disabled": false,
|
|
1391
1415
|
"document": "Name of the uploaded server certificate. If there is no CertId, this parameter is required.",
|
|
1392
|
-
"example": "",
|
|
1416
|
+
"example": "NewCert",
|
|
1393
1417
|
"member": "string",
|
|
1394
1418
|
"name": "CertName",
|
|
1419
|
+
"output_required": true,
|
|
1395
1420
|
"required": false,
|
|
1396
1421
|
"type": "string",
|
|
1397
1422
|
"value_allowed_null": false
|
|
@@ -1399,9 +1424,10 @@
|
|
|
1399
1424
|
{
|
|
1400
1425
|
"disabled": false,
|
|
1401
1426
|
"document": "Key of the uploaded server certificate. If there is no CertId, this parameter is required.",
|
|
1402
|
-
"example": "",
|
|
1427
|
+
"example": "-----BEGIN RSA PRIVATE KEY----- certkey -----END RSA PRIVATE KEY-----",
|
|
1403
1428
|
"member": "string",
|
|
1404
1429
|
"name": "CertKey",
|
|
1430
|
+
"output_required": true,
|
|
1405
1431
|
"required": false,
|
|
1406
1432
|
"type": "string",
|
|
1407
1433
|
"value_allowed_null": false
|
|
@@ -1409,9 +1435,10 @@
|
|
|
1409
1435
|
{
|
|
1410
1436
|
"disabled": false,
|
|
1411
1437
|
"document": "Content of the uploaded server certificate. If there is no CertId, this parameter is required.",
|
|
1412
|
-
"example": "",
|
|
1438
|
+
"example": "-----BEGIN CERTIFICATE----- certcontent -----END CERTIFICATE",
|
|
1413
1439
|
"member": "string",
|
|
1414
1440
|
"name": "CertContent",
|
|
1441
|
+
"output_required": true,
|
|
1415
1442
|
"required": false,
|
|
1416
1443
|
"type": "string",
|
|
1417
1444
|
"value_allowed_null": false
|
|
@@ -1419,9 +1446,10 @@
|
|
|
1419
1446
|
{
|
|
1420
1447
|
"disabled": false,
|
|
1421
1448
|
"document": "Name of the uploaded client CA certificate. When SSLMode = mutual, if there is no CertCaId, this parameter is required.",
|
|
1422
|
-
"example": "",
|
|
1449
|
+
"example": "new_certca",
|
|
1423
1450
|
"member": "string",
|
|
1424
1451
|
"name": "CertCaName",
|
|
1452
|
+
"output_required": true,
|
|
1425
1453
|
"required": false,
|
|
1426
1454
|
"type": "string",
|
|
1427
1455
|
"value_allowed_null": false
|
|
@@ -1429,9 +1457,10 @@
|
|
|
1429
1457
|
{
|
|
1430
1458
|
"disabled": false,
|
|
1431
1459
|
"document": "Content of the uploaded client certificate. When SSLMode = mutual, if there is no CertCaId, this parameter is required.",
|
|
1432
|
-
"example": "",
|
|
1460
|
+
"example": "-----BEGIN CERTIFICATE----- certcontent -----END CERTIFICATE",
|
|
1433
1461
|
"member": "string",
|
|
1434
1462
|
"name": "CertCaContent",
|
|
1463
|
+
"output_required": true,
|
|
1435
1464
|
"required": false,
|
|
1436
1465
|
"type": "string",
|
|
1437
1466
|
"value_allowed_null": false
|
|
@@ -1445,42 +1474,42 @@
|
|
|
1445
1474
|
{
|
|
1446
1475
|
"disabled": false,
|
|
1447
1476
|
"document": "Authentication type. Value range: UNIDIRECTIONAL (unidirectional authentication), MUTUAL (mutual authentication)",
|
|
1448
|
-
"example": "
|
|
1477
|
+
"example": "UNIDIRECTIONAL",
|
|
1449
1478
|
"member": "string",
|
|
1450
1479
|
"name": "SSLMode",
|
|
1451
|
-
"
|
|
1480
|
+
"output_required": true,
|
|
1452
1481
|
"type": "string",
|
|
1453
1482
|
"value_allowed_null": false
|
|
1454
1483
|
},
|
|
1455
1484
|
{
|
|
1456
1485
|
"disabled": false,
|
|
1457
1486
|
"document": "Server certificate ID.",
|
|
1458
|
-
"example": "
|
|
1487
|
+
"example": "ALZ****p",
|
|
1459
1488
|
"member": "string",
|
|
1460
1489
|
"name": "CertId",
|
|
1461
|
-
"
|
|
1490
|
+
"output_required": true,
|
|
1462
1491
|
"type": "string",
|
|
1463
1492
|
"value_allowed_null": false
|
|
1464
1493
|
},
|
|
1465
1494
|
{
|
|
1466
1495
|
"disabled": false,
|
|
1467
1496
|
"document": "Client certificate ID.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1468
|
-
"example": "
|
|
1497
|
+
"example": "4Ih****6",
|
|
1469
1498
|
"member": "string",
|
|
1470
1499
|
"name": "CertCaId",
|
|
1471
|
-
"
|
|
1500
|
+
"output_required": true,
|
|
1472
1501
|
"type": "string",
|
|
1473
|
-
"value_allowed_null":
|
|
1502
|
+
"value_allowed_null": false
|
|
1474
1503
|
},
|
|
1475
1504
|
{
|
|
1476
1505
|
"disabled": false,
|
|
1477
1506
|
"document": "IDs of extra server certificates\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
1478
|
-
"example": "
|
|
1507
|
+
"example": "[\"Gp7qwZYB\", \"KS25sFS6\"]",
|
|
1479
1508
|
"member": "string",
|
|
1480
1509
|
"name": "ExtCertIds",
|
|
1481
|
-
"
|
|
1510
|
+
"output_required": true,
|
|
1482
1511
|
"type": "list",
|
|
1483
|
-
"value_allowed_null":
|
|
1512
|
+
"value_allowed_null": false
|
|
1484
1513
|
}
|
|
1485
1514
|
],
|
|
1486
1515
|
"usage": "out"
|
|
@@ -1491,50 +1520,50 @@
|
|
|
1491
1520
|
{
|
|
1492
1521
|
"disabled": false,
|
|
1493
1522
|
"document": "Private IP of a real server",
|
|
1494
|
-
"example": "",
|
|
1523
|
+
"example": "10.0.102.15",
|
|
1495
1524
|
"member": "string",
|
|
1496
1525
|
"name": "IP",
|
|
1497
|
-
"
|
|
1526
|
+
"output_required": true,
|
|
1498
1527
|
"type": "string",
|
|
1499
1528
|
"value_allowed_null": false
|
|
1500
1529
|
},
|
|
1501
1530
|
{
|
|
1502
1531
|
"disabled": false,
|
|
1503
1532
|
"document": "Real server port",
|
|
1504
|
-
"example": "",
|
|
1533
|
+
"example": "8080",
|
|
1505
1534
|
"member": "int64",
|
|
1506
1535
|
"name": "Port",
|
|
1507
|
-
"
|
|
1536
|
+
"output_required": true,
|
|
1508
1537
|
"type": "int",
|
|
1509
1538
|
"value_allowed_null": false
|
|
1510
1539
|
},
|
|
1511
1540
|
{
|
|
1512
1541
|
"disabled": false,
|
|
1513
1542
|
"document": "CLB listener port",
|
|
1514
|
-
"example": "",
|
|
1543
|
+
"example": "80",
|
|
1515
1544
|
"member": "int64",
|
|
1516
1545
|
"name": "ListenerPort",
|
|
1517
|
-
"
|
|
1546
|
+
"output_required": true,
|
|
1518
1547
|
"type": "int",
|
|
1519
1548
|
"value_allowed_null": false
|
|
1520
1549
|
},
|
|
1521
1550
|
{
|
|
1522
1551
|
"disabled": false,
|
|
1523
1552
|
"document": "Forwarding protocol",
|
|
1524
|
-
"example": "",
|
|
1553
|
+
"example": "TCP",
|
|
1525
1554
|
"member": "string",
|
|
1526
1555
|
"name": "Protocol",
|
|
1527
|
-
"
|
|
1556
|
+
"output_required": true,
|
|
1528
1557
|
"type": "string",
|
|
1529
1558
|
"value_allowed_null": false
|
|
1530
1559
|
},
|
|
1531
1560
|
{
|
|
1532
1561
|
"disabled": false,
|
|
1533
1562
|
"document": "Health check result. Value range: 1 (healthy), 0 (unhealthy)",
|
|
1534
|
-
"example": "",
|
|
1563
|
+
"example": "1",
|
|
1535
1564
|
"member": "int64",
|
|
1536
1565
|
"name": "HealthStatus",
|
|
1537
|
-
"
|
|
1566
|
+
"output_required": true,
|
|
1538
1567
|
"type": "int",
|
|
1539
1568
|
"value_allowed_null": false
|
|
1540
1569
|
}
|
|
@@ -1547,7 +1576,7 @@
|
|
|
1547
1576
|
{
|
|
1548
1577
|
"disabled": false,
|
|
1549
1578
|
"document": "CLB listener ID",
|
|
1550
|
-
"example": "
|
|
1579
|
+
"example": "lbl-hscepds6",
|
|
1551
1580
|
"member": "string",
|
|
1552
1581
|
"name": "ListenerId",
|
|
1553
1582
|
"output_required": true,
|
|
@@ -1557,7 +1586,7 @@
|
|
|
1557
1586
|
{
|
|
1558
1587
|
"disabled": false,
|
|
1559
1588
|
"document": "CLB listener port",
|
|
1560
|
-
"example": "
|
|
1589
|
+
"example": "80",
|
|
1561
1590
|
"member": "int64",
|
|
1562
1591
|
"name": "ListenerPort",
|
|
1563
1592
|
"output_required": true,
|
|
@@ -1567,7 +1596,7 @@
|
|
|
1567
1596
|
{
|
|
1568
1597
|
"disabled": false,
|
|
1569
1598
|
"document": "Backend forwarding port of a listener",
|
|
1570
|
-
"example": "
|
|
1599
|
+
"example": "8080",
|
|
1571
1600
|
"member": "int64",
|
|
1572
1601
|
"name": "InstancePort",
|
|
1573
1602
|
"output_required": true,
|
|
@@ -1577,7 +1606,7 @@
|
|
|
1577
1606
|
{
|
|
1578
1607
|
"disabled": false,
|
|
1579
1608
|
"document": "Listener name",
|
|
1580
|
-
"example": "
|
|
1609
|
+
"example": "CLASSIC-LB-LISTENER",
|
|
1581
1610
|
"member": "string",
|
|
1582
1611
|
"name": "ListenerName",
|
|
1583
1612
|
"output_required": true,
|
|
@@ -1587,7 +1616,7 @@
|
|
|
1587
1616
|
{
|
|
1588
1617
|
"disabled": false,
|
|
1589
1618
|
"document": "Listener protocol type",
|
|
1590
|
-
"example": "
|
|
1619
|
+
"example": "TCP",
|
|
1591
1620
|
"member": "string",
|
|
1592
1621
|
"name": "Protocol",
|
|
1593
1622
|
"output_required": true,
|
|
@@ -1597,7 +1626,7 @@
|
|
|
1597
1626
|
{
|
|
1598
1627
|
"disabled": false,
|
|
1599
1628
|
"document": "Session persistence time",
|
|
1600
|
-
"example": "
|
|
1629
|
+
"example": "0",
|
|
1601
1630
|
"member": "int64",
|
|
1602
1631
|
"name": "SessionExpire",
|
|
1603
1632
|
"output_required": true,
|
|
@@ -1607,7 +1636,7 @@
|
|
|
1607
1636
|
{
|
|
1608
1637
|
"disabled": false,
|
|
1609
1638
|
"document": "Whether health check is enabled. 1: enabled; 0: disabled.",
|
|
1610
|
-
"example": "
|
|
1639
|
+
"example": "1",
|
|
1611
1640
|
"member": "int64",
|
|
1612
1641
|
"name": "HealthSwitch",
|
|
1613
1642
|
"output_required": true,
|
|
@@ -1617,7 +1646,7 @@
|
|
|
1617
1646
|
{
|
|
1618
1647
|
"disabled": false,
|
|
1619
1648
|
"document": "Response timeout period",
|
|
1620
|
-
"example": "
|
|
1649
|
+
"example": "2",
|
|
1621
1650
|
"member": "int64",
|
|
1622
1651
|
"name": "TimeOut",
|
|
1623
1652
|
"output_required": true,
|
|
@@ -1627,7 +1656,7 @@
|
|
|
1627
1656
|
{
|
|
1628
1657
|
"disabled": false,
|
|
1629
1658
|
"document": "Check interval",
|
|
1630
|
-
"example": "
|
|
1659
|
+
"example": "5",
|
|
1631
1660
|
"member": "int64",
|
|
1632
1661
|
"name": "IntervalTime",
|
|
1633
1662
|
"output_required": true,
|
|
@@ -1637,7 +1666,7 @@
|
|
|
1637
1666
|
{
|
|
1638
1667
|
"disabled": false,
|
|
1639
1668
|
"document": "Health threshold",
|
|
1640
|
-
"example": "
|
|
1669
|
+
"example": "3",
|
|
1641
1670
|
"member": "int64",
|
|
1642
1671
|
"name": "HealthNum",
|
|
1643
1672
|
"output_required": true,
|
|
@@ -1647,7 +1676,7 @@
|
|
|
1647
1676
|
{
|
|
1648
1677
|
"disabled": false,
|
|
1649
1678
|
"document": "Unhealthy threshold",
|
|
1650
|
-
"example": "
|
|
1679
|
+
"example": "3",
|
|
1651
1680
|
"member": "int64",
|
|
1652
1681
|
"name": "UnhealthNum",
|
|
1653
1682
|
"output_required": true,
|
|
@@ -1657,7 +1686,7 @@
|
|
|
1657
1686
|
{
|
|
1658
1687
|
"disabled": false,
|
|
1659
1688
|
"document": "Request balancing method for listeners of the classic public network CLB. An empty string or wrr indicates weighted round robin. ip_hash indicates consistent hashing based on the accessed source IP address. least_conn indicates least connections.",
|
|
1660
|
-
"example": "
|
|
1689
|
+
"example": "wrr",
|
|
1661
1690
|
"member": "string",
|
|
1662
1691
|
"name": "HttpHash",
|
|
1663
1692
|
"output_required": true,
|
|
@@ -1667,7 +1696,7 @@
|
|
|
1667
1696
|
{
|
|
1668
1697
|
"disabled": false,
|
|
1669
1698
|
"document": "Health check return code for HTTP and HTTPS listeners of a public network classic CLB. For more information, see the explanation of the field in the listener creating API.",
|
|
1670
|
-
"example": "
|
|
1699
|
+
"example": "31",
|
|
1671
1700
|
"member": "int64",
|
|
1672
1701
|
"name": "HttpCode",
|
|
1673
1702
|
"output_required": true,
|
|
@@ -1677,7 +1706,7 @@
|
|
|
1677
1706
|
{
|
|
1678
1707
|
"disabled": false,
|
|
1679
1708
|
"document": "Health check path for HTTP and HTTPS listeners of a public network classic CLB",
|
|
1680
|
-
"example": "
|
|
1709
|
+
"example": "/healthchk",
|
|
1681
1710
|
"member": "string",
|
|
1682
1711
|
"name": "HttpCheckPath",
|
|
1683
1712
|
"output_required": true,
|
|
@@ -1687,7 +1716,7 @@
|
|
|
1687
1716
|
{
|
|
1688
1717
|
"disabled": false,
|
|
1689
1718
|
"document": "Authentication method for an HTTPS listener of a public network classic CLB",
|
|
1690
|
-
"example": "
|
|
1719
|
+
"example": "UNIDIRECTIONAL",
|
|
1691
1720
|
"member": "string",
|
|
1692
1721
|
"name": "SSLMode",
|
|
1693
1722
|
"output_required": true,
|
|
@@ -1697,7 +1726,7 @@
|
|
|
1697
1726
|
{
|
|
1698
1727
|
"disabled": false,
|
|
1699
1728
|
"document": "Server certificate ID for an HTTPS listener of a public network classic CLB",
|
|
1700
|
-
"example": "
|
|
1729
|
+
"example": "Cps86Nwh",
|
|
1701
1730
|
"member": "string",
|
|
1702
1731
|
"name": "CertId",
|
|
1703
1732
|
"output_required": true,
|
|
@@ -1707,7 +1736,7 @@
|
|
|
1707
1736
|
{
|
|
1708
1737
|
"disabled": false,
|
|
1709
1738
|
"document": "Client certificate ID for an HTTPS listener of a public network classic CLB",
|
|
1710
|
-
"example": "
|
|
1739
|
+
"example": "FYybUazg",
|
|
1711
1740
|
"member": "string",
|
|
1712
1741
|
"name": "CertCaId",
|
|
1713
1742
|
"output_required": true,
|
|
@@ -1717,7 +1746,7 @@
|
|
|
1717
1746
|
{
|
|
1718
1747
|
"disabled": false,
|
|
1719
1748
|
"document": "Listener status. Value range: 0 (creating), 1 (running)",
|
|
1720
|
-
"example": "
|
|
1749
|
+
"example": "1",
|
|
1721
1750
|
"member": "int64",
|
|
1722
1751
|
"name": "Status",
|
|
1723
1752
|
"output_required": true,
|
|
@@ -1733,22 +1762,22 @@
|
|
|
1733
1762
|
{
|
|
1734
1763
|
"disabled": false,
|
|
1735
1764
|
"document": "Real server ID",
|
|
1736
|
-
"example": "",
|
|
1765
|
+
"example": "ins-o8xk****",
|
|
1737
1766
|
"member": "string",
|
|
1738
1767
|
"name": "InstanceId",
|
|
1739
|
-
"
|
|
1768
|
+
"output_required": true,
|
|
1740
1769
|
"type": "string",
|
|
1741
1770
|
"value_allowed_null": false
|
|
1742
1771
|
},
|
|
1743
1772
|
{
|
|
1744
1773
|
"disabled": false,
|
|
1745
1774
|
"document": "List of CLB instance IDs\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1746
|
-
"example": "",
|
|
1775
|
+
"example": "[\"lb-6xg1****\"]",
|
|
1747
1776
|
"member": "string",
|
|
1748
1777
|
"name": "LoadBalancerIds",
|
|
1749
|
-
"
|
|
1778
|
+
"output_required": true,
|
|
1750
1779
|
"type": "list",
|
|
1751
|
-
"value_allowed_null":
|
|
1780
|
+
"value_allowed_null": false
|
|
1752
1781
|
}
|
|
1753
1782
|
],
|
|
1754
1783
|
"usage": "out"
|
|
@@ -1759,72 +1788,72 @@
|
|
|
1759
1788
|
{
|
|
1760
1789
|
"disabled": false,
|
|
1761
1790
|
"document": "Real server type. Value range: CVM, ENI (coming soon)",
|
|
1762
|
-
"example": "",
|
|
1791
|
+
"example": "CVM",
|
|
1763
1792
|
"member": "string",
|
|
1764
1793
|
"name": "Type",
|
|
1765
|
-
"
|
|
1794
|
+
"output_required": true,
|
|
1766
1795
|
"type": "string",
|
|
1767
1796
|
"value_allowed_null": false
|
|
1768
1797
|
},
|
|
1769
1798
|
{
|
|
1770
1799
|
"disabled": false,
|
|
1771
1800
|
"document": "Unique ID of a real server, which can be obtained from the unInstanceId field in the return of the DescribeInstances API",
|
|
1772
|
-
"example": "",
|
|
1801
|
+
"example": "ins-2yn****",
|
|
1773
1802
|
"member": "string",
|
|
1774
1803
|
"name": "InstanceId",
|
|
1775
|
-
"
|
|
1804
|
+
"output_required": true,
|
|
1776
1805
|
"type": "string",
|
|
1777
1806
|
"value_allowed_null": false
|
|
1778
1807
|
},
|
|
1779
1808
|
{
|
|
1780
1809
|
"disabled": false,
|
|
1781
1810
|
"document": "Forwarding weight of a real server. Value range: [0, 100]. Default value: 10.",
|
|
1782
|
-
"example": "",
|
|
1811
|
+
"example": "10",
|
|
1783
1812
|
"member": "int64",
|
|
1784
1813
|
"name": "Weight",
|
|
1785
|
-
"
|
|
1814
|
+
"output_required": true,
|
|
1786
1815
|
"type": "int",
|
|
1787
1816
|
"value_allowed_null": false
|
|
1788
1817
|
},
|
|
1789
1818
|
{
|
|
1790
1819
|
"disabled": false,
|
|
1791
1820
|
"document": "Public IP of a real server\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1792
|
-
"example": "",
|
|
1821
|
+
"example": "125.205.211.150",
|
|
1793
1822
|
"member": "string",
|
|
1794
1823
|
"name": "PublicIpAddresses",
|
|
1795
|
-
"
|
|
1824
|
+
"output_required": true,
|
|
1796
1825
|
"type": "list",
|
|
1797
|
-
"value_allowed_null":
|
|
1826
|
+
"value_allowed_null": false
|
|
1798
1827
|
},
|
|
1799
1828
|
{
|
|
1800
1829
|
"disabled": false,
|
|
1801
1830
|
"document": "Private IP of a real server\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1802
|
-
"example": "",
|
|
1831
|
+
"example": "11.177.180.17",
|
|
1803
1832
|
"member": "string",
|
|
1804
1833
|
"name": "PrivateIpAddresses",
|
|
1805
|
-
"
|
|
1834
|
+
"output_required": true,
|
|
1806
1835
|
"type": "list",
|
|
1807
|
-
"value_allowed_null":
|
|
1836
|
+
"value_allowed_null": false
|
|
1808
1837
|
},
|
|
1809
1838
|
{
|
|
1810
1839
|
"disabled": false,
|
|
1811
1840
|
"document": "Real server instance names\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1812
|
-
"example": "",
|
|
1841
|
+
"example": "tx.text.k8s-node01",
|
|
1813
1842
|
"member": "string",
|
|
1814
1843
|
"name": "InstanceName",
|
|
1815
|
-
"
|
|
1844
|
+
"output_required": true,
|
|
1816
1845
|
"type": "string",
|
|
1817
|
-
"value_allowed_null":
|
|
1846
|
+
"value_allowed_null": false
|
|
1818
1847
|
},
|
|
1819
1848
|
{
|
|
1820
1849
|
"disabled": false,
|
|
1821
1850
|
"document": "Real server status\n1: failed; 2: running; 3: creating; 4: shut down; 5: returned; 6: returning; 7: restarting; 8: starting; 9: shutting down; 10: resetting password; 11: formatting; 12: making image; 13: setting bandwidth; 14: reinstalling system; 19: upgrading; 21: hot migrating\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
1822
|
-
"example": "",
|
|
1851
|
+
"example": "2",
|
|
1823
1852
|
"member": "int64",
|
|
1824
1853
|
"name": "RunFlag",
|
|
1825
|
-
"
|
|
1854
|
+
"output_required": true,
|
|
1826
1855
|
"type": "int",
|
|
1827
|
-
"value_allowed_null":
|
|
1856
|
+
"value_allowed_null": false
|
|
1828
1857
|
}
|
|
1829
1858
|
],
|
|
1830
1859
|
"usage": "out"
|
|
@@ -1835,22 +1864,20 @@
|
|
|
1835
1864
|
{
|
|
1836
1865
|
"disabled": false,
|
|
1837
1866
|
"document": "Real server ID",
|
|
1838
|
-
"example": "",
|
|
1867
|
+
"example": "ins-em3pxxxx",
|
|
1839
1868
|
"member": "string",
|
|
1840
1869
|
"name": "InstanceId",
|
|
1841
1870
|
"required": true,
|
|
1842
|
-
"type": "string"
|
|
1843
|
-
"value_allowed_null": false
|
|
1871
|
+
"type": "string"
|
|
1844
1872
|
},
|
|
1845
1873
|
{
|
|
1846
1874
|
"disabled": false,
|
|
1847
1875
|
"document": "Weight. Value range: [0, 100]",
|
|
1848
|
-
"example": "",
|
|
1876
|
+
"example": "10",
|
|
1849
1877
|
"member": "int64",
|
|
1850
1878
|
"name": "Weight",
|
|
1851
1879
|
"required": false,
|
|
1852
|
-
"type": "int"
|
|
1853
|
-
"value_allowed_null": false
|
|
1880
|
+
"type": "int"
|
|
1854
1881
|
}
|
|
1855
1882
|
],
|
|
1856
1883
|
"usage": "in"
|
|
@@ -1861,7 +1888,7 @@
|
|
|
1861
1888
|
{
|
|
1862
1889
|
"disabled": false,
|
|
1863
1890
|
"document": "CLB instance ID",
|
|
1864
|
-
"example": "lb-
|
|
1891
|
+
"example": "lb-5luefaho",
|
|
1865
1892
|
"member": "string",
|
|
1866
1893
|
"name": "LoadBalancerId",
|
|
1867
1894
|
"required": true,
|
|
@@ -1996,7 +2023,7 @@
|
|
|
1996
2023
|
{
|
|
1997
2024
|
"disabled": false,
|
|
1998
2025
|
"document": "Specification of the LCU-supported instance.",
|
|
1999
|
-
"example": "
|
|
2026
|
+
"example": "clb.c2.medium",
|
|
2000
2027
|
"member": "string",
|
|
2001
2028
|
"name": "SlaType",
|
|
2002
2029
|
"required": false,
|
|
@@ -2005,7 +2032,7 @@
|
|
|
2005
2032
|
{
|
|
2006
2033
|
"disabled": false,
|
|
2007
2034
|
"document": "Tag of the STGW dedicated cluster",
|
|
2008
|
-
"example": "
|
|
2035
|
+
"example": "ziyan",
|
|
2009
2036
|
"member": "string",
|
|
2010
2037
|
"name": "ClusterTag",
|
|
2011
2038
|
"required": false,
|
|
@@ -2023,7 +2050,7 @@
|
|
|
2023
2050
|
{
|
|
2024
2051
|
"disabled": false,
|
|
2025
2052
|
"document": "Unique ID of an EIP, which can only be used when binding the EIP of a private network CLB instance (e.g., `eip-11112222`)",
|
|
2026
|
-
"example": "eip-
|
|
2053
|
+
"example": "eip-qhx8udkc",
|
|
2027
2054
|
"member": "string",
|
|
2028
2055
|
"name": "EipAddressId",
|
|
2029
2056
|
"required": false,
|
|
@@ -2089,60 +2116,60 @@
|
|
|
2089
2116
|
{
|
|
2090
2117
|
"disabled": false,
|
|
2091
2118
|
"document": "Configuration ID.",
|
|
2092
|
-
"example": "",
|
|
2119
|
+
"example": "pz-c2uqrqzn",
|
|
2093
2120
|
"member": "string",
|
|
2094
2121
|
"name": "UconfigId",
|
|
2095
|
-
"
|
|
2122
|
+
"output_required": true,
|
|
2096
2123
|
"type": "string",
|
|
2097
2124
|
"value_allowed_null": false
|
|
2098
2125
|
},
|
|
2099
2126
|
{
|
|
2100
2127
|
"disabled": false,
|
|
2101
2128
|
"document": "Configuration type.",
|
|
2102
|
-
"example": "",
|
|
2129
|
+
"example": "CLB",
|
|
2103
2130
|
"member": "string",
|
|
2104
2131
|
"name": "ConfigType",
|
|
2105
|
-
"
|
|
2132
|
+
"output_required": true,
|
|
2106
2133
|
"type": "string",
|
|
2107
2134
|
"value_allowed_null": false
|
|
2108
2135
|
},
|
|
2109
2136
|
{
|
|
2110
2137
|
"disabled": false,
|
|
2111
2138
|
"document": "Configuration name.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
2112
|
-
"example": "",
|
|
2139
|
+
"example": "client_max_body_size_4G",
|
|
2113
2140
|
"member": "string",
|
|
2114
2141
|
"name": "ConfigName",
|
|
2115
|
-
"
|
|
2142
|
+
"output_required": true,
|
|
2116
2143
|
"type": "string",
|
|
2117
|
-
"value_allowed_null":
|
|
2144
|
+
"value_allowed_null": false
|
|
2118
2145
|
},
|
|
2119
2146
|
{
|
|
2120
2147
|
"disabled": false,
|
|
2121
2148
|
"document": "Configuration content.",
|
|
2122
|
-
"example": "",
|
|
2149
|
+
"example": "client_max_body_size 4096M;\\r\\nproxy_request_buffering off;",
|
|
2123
2150
|
"member": "string",
|
|
2124
2151
|
"name": "ConfigContent",
|
|
2125
|
-
"
|
|
2152
|
+
"output_required": true,
|
|
2126
2153
|
"type": "string",
|
|
2127
2154
|
"value_allowed_null": false
|
|
2128
2155
|
},
|
|
2129
2156
|
{
|
|
2130
2157
|
"disabled": false,
|
|
2131
2158
|
"document": "Creates configuration time.",
|
|
2132
|
-
"example": "",
|
|
2159
|
+
"example": "2022-12-22 17:56:55",
|
|
2133
2160
|
"member": "string",
|
|
2134
2161
|
"name": "CreateTimestamp",
|
|
2135
|
-
"
|
|
2162
|
+
"output_required": true,
|
|
2136
2163
|
"type": "string",
|
|
2137
2164
|
"value_allowed_null": false
|
|
2138
2165
|
},
|
|
2139
2166
|
{
|
|
2140
2167
|
"disabled": false,
|
|
2141
2168
|
"document": "Modifies configuration time.",
|
|
2142
|
-
"example": "",
|
|
2169
|
+
"example": "2022-12-22 17:56:55",
|
|
2143
2170
|
"member": "string",
|
|
2144
2171
|
"name": "UpdateTimestamp",
|
|
2145
|
-
"
|
|
2172
|
+
"output_required": true,
|
|
2146
2173
|
"type": "string",
|
|
2147
2174
|
"value_allowed_null": false
|
|
2148
2175
|
}
|
|
@@ -2162,7 +2189,7 @@
|
|
|
2162
2189
|
"type": "string"
|
|
2163
2190
|
},
|
|
2164
2191
|
{
|
|
2165
|
-
"disabled":
|
|
2192
|
+
"disabled": true,
|
|
2166
2193
|
"document": "Logset retention period (in days)",
|
|
2167
2194
|
"example": "7",
|
|
2168
2195
|
"member": "uint64",
|
|
@@ -2209,7 +2236,7 @@
|
|
|
2209
2236
|
"members": [
|
|
2210
2237
|
{
|
|
2211
2238
|
"disabled": false,
|
|
2212
|
-
"document": "CLB instance ID",
|
|
2239
|
+
"document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.",
|
|
2213
2240
|
"example": "lb-cuxw****",
|
|
2214
2241
|
"member": "string",
|
|
2215
2242
|
"name": "LoadBalancerId",
|
|
@@ -2218,8 +2245,8 @@
|
|
|
2218
2245
|
},
|
|
2219
2246
|
{
|
|
2220
2247
|
"disabled": false,
|
|
2221
|
-
"document": "
|
|
2222
|
-
"example": "[
|
|
2248
|
+
"document": "Ports for creating listeners. Each port corresponds to a listener.\nPort range: 1–65535.",
|
|
2249
|
+
"example": "[7569, 7570]",
|
|
2223
2250
|
"member": "int64",
|
|
2224
2251
|
"name": "Ports",
|
|
2225
2252
|
"required": true,
|
|
@@ -2227,7 +2254,7 @@
|
|
|
2227
2254
|
},
|
|
2228
2255
|
{
|
|
2229
2256
|
"disabled": false,
|
|
2230
|
-
"document": "Listener protocol.
|
|
2257
|
+
"document": "Listener protocol. Valid values: TCP, UDP, HTTP, HTTPS, TCP_SSL, and QUIC.",
|
|
2231
2258
|
"example": "TCP",
|
|
2232
2259
|
"member": "string",
|
|
2233
2260
|
"name": "Protocol",
|
|
@@ -2236,8 +2263,8 @@
|
|
|
2236
2263
|
},
|
|
2237
2264
|
{
|
|
2238
2265
|
"disabled": false,
|
|
2239
|
-
"document": "List of names of
|
|
2240
|
-
"example": "[\"
|
|
2266
|
+
"document": "List of names of listeners to be created. The names correspond to ports one by one. This parameter can be left blank if you do not want to name the listeners immediately.",
|
|
2267
|
+
"example": "[\"listener0\",\"listener1\"]",
|
|
2241
2268
|
"member": "string",
|
|
2242
2269
|
"name": "ListenerNames",
|
|
2243
2270
|
"required": false,
|
|
@@ -2245,7 +2272,7 @@
|
|
|
2245
2272
|
},
|
|
2246
2273
|
{
|
|
2247
2274
|
"disabled": false,
|
|
2248
|
-
"document": "Health check parameter.
|
|
2275
|
+
"document": "Health check parameter. This parameter applies only to TCP, UDP, TCP_SSL, and QUIC listeners.",
|
|
2249
2276
|
"example": "无",
|
|
2250
2277
|
"member": "HealthCheck",
|
|
2251
2278
|
"name": "HealthCheck",
|
|
@@ -2254,7 +2281,7 @@
|
|
|
2254
2281
|
},
|
|
2255
2282
|
{
|
|
2256
2283
|
"disabled": false,
|
|
2257
|
-
"document": "Certificate information. This parameter
|
|
2284
|
+
"document": "Certificate-related information. The parameter limitations are as follows:\n<li>This parameter applies only to TCP_SSL listeners and HTTPS listeners with the SNI feature disabled.</li>\n<li>Either this parameter or the MultiCertInfo parameter should be specified when you create a TCP_SSL listener or an HTTPS listener with the SNI feature disabled. You cannot specify them at the same time.</li>",
|
|
2258
2285
|
"example": "无",
|
|
2259
2286
|
"member": "CertificateInput",
|
|
2260
2287
|
"name": "Certificate",
|
|
@@ -2263,7 +2290,7 @@
|
|
|
2263
2290
|
},
|
|
2264
2291
|
{
|
|
2265
2292
|
"disabled": false,
|
|
2266
|
-
"document": "Session persistence
|
|
2293
|
+
"document": "Session persistence duration, in seconds. Value range: 30–3600. Default value: 0, indicating that session persistence is not enabled by default. This parameter applies only to TCP and UDP listeners.",
|
|
2267
2294
|
"example": "60",
|
|
2268
2295
|
"member": "int64",
|
|
2269
2296
|
"name": "SessionExpireTime",
|
|
@@ -2272,7 +2299,7 @@
|
|
|
2272
2299
|
},
|
|
2273
2300
|
{
|
|
2274
2301
|
"disabled": false,
|
|
2275
|
-
"document": "Listener forwarding
|
|
2302
|
+
"document": "Listener forwarding method. Valid values: WRR (weighted round-robin), LEAST_CONN (least connections), and IP_HASH (IP address hash).\nDefault value: WRR. This parameter applies only to TCP, UDP, TCP_SSL, and QUIC listeners.",
|
|
2276
2303
|
"example": "WRR",
|
|
2277
2304
|
"member": "string",
|
|
2278
2305
|
"name": "Scheduler",
|
|
@@ -2281,7 +2308,7 @@
|
|
|
2281
2308
|
},
|
|
2282
2309
|
{
|
|
2283
2310
|
"disabled": false,
|
|
2284
|
-
"document": "Whether to enable the SNI feature. This parameter
|
|
2311
|
+
"document": "Whether to enable the SNI feature. This parameter applies only to HTTPS listeners. 0: disable; 1: enable.",
|
|
2285
2312
|
"example": "1",
|
|
2286
2313
|
"member": "int64",
|
|
2287
2314
|
"name": "SniSwitch",
|
|
@@ -2290,7 +2317,7 @@
|
|
|
2290
2317
|
},
|
|
2291
2318
|
{
|
|
2292
2319
|
"disabled": false,
|
|
2293
|
-
"document": "
|
|
2320
|
+
"document": "Real server type. NODE: ordinary node; TARGETGROUP: real server group. This parameter applies only to TCP and UDP listeners. For layer-7 listeners, set the type in forwarding rules.",
|
|
2294
2321
|
"example": "NODE",
|
|
2295
2322
|
"member": "string",
|
|
2296
2323
|
"name": "TargetType",
|
|
@@ -2299,7 +2326,7 @@
|
|
|
2299
2326
|
},
|
|
2300
2327
|
{
|
|
2301
2328
|
"disabled": false,
|
|
2302
|
-
"document": "Session persistence type.
|
|
2329
|
+
"document": "Session persistence type. If this parameter is not specified or the value is set to NORMAL, the default session persistence type is used. QUIC_CID: perform session persistence based on QUIC connection ID. If the value is set to QUIC_CID, only the UDP protocol is supported. This parameter applies only to TCP and UDP listeners. For layer-7 listeners, set the type in forwarding rules. (If the value is set to QUIC_CID, the Protocol value should be UDP, the Scheduler value should be WRR, and only IPv4 addresses are supported.)",
|
|
2303
2330
|
"example": "NORMAL",
|
|
2304
2331
|
"member": "string",
|
|
2305
2332
|
"name": "SessionType",
|
|
@@ -2308,7 +2335,7 @@
|
|
|
2308
2335
|
},
|
|
2309
2336
|
{
|
|
2310
2337
|
"disabled": false,
|
|
2311
|
-
"document": "Whether to enable
|
|
2338
|
+
"document": "Whether to enable the persistent connection feature. This parameter applies only to HTTP and HTTPS listeners. 0: disable; 1: enable. This feature is disabled by default.\nEnable this feature with caution if the maximum number of connections is limited for real servers. This feature is in beta testing. To use it, submit a [beta testing application](https://intl.cloud.tencent.com/apply/p/tsodp6qm21?from_cn_redirect=1).",
|
|
2312
2339
|
"example": "0",
|
|
2313
2340
|
"member": "int64",
|
|
2314
2341
|
"name": "KeepaliveEnable",
|
|
@@ -2317,7 +2344,7 @@
|
|
|
2317
2344
|
},
|
|
2318
2345
|
{
|
|
2319
2346
|
"disabled": false,
|
|
2320
|
-
"document": "This parameter is
|
|
2347
|
+
"document": "End port. This parameter is required for creating a listener with a port range. In this case, the input parameter Ports allows only one value to indicate the start port. To experience the port range feature, [submit a ticket for application](https://console.cloud.tencent.com/workorder/category).",
|
|
2321
2348
|
"example": "1000",
|
|
2322
2349
|
"member": "uint64",
|
|
2323
2350
|
"name": "EndPort",
|
|
@@ -2326,8 +2353,8 @@
|
|
|
2326
2353
|
},
|
|
2327
2354
|
{
|
|
2328
2355
|
"disabled": false,
|
|
2329
|
-
"document": "Whether to send
|
|
2330
|
-
"example": "
|
|
2356
|
+
"document": "Whether to send an RST packet to the client when a listener is unbound from a real server. This parameter applies only to TCP listeners.",
|
|
2357
|
+
"example": "false",
|
|
2331
2358
|
"member": "bool",
|
|
2332
2359
|
"name": "DeregisterTargetRst",
|
|
2333
2360
|
"required": false,
|
|
@@ -2335,7 +2362,7 @@
|
|
|
2335
2362
|
},
|
|
2336
2363
|
{
|
|
2337
2364
|
"disabled": false,
|
|
2338
|
-
"document": "Certificate information. You can
|
|
2365
|
+
"document": "Certificate information. You can import multiple server certificates with different algorithms at the same time. The parameter limitations are as follows:\n<li>This parameter applies only to TCP_SSL listeners and HTTPS listeners with the SNI feature disabled.</li>\n<li>Either this parameter or the Certificate parameter should be specified when you create a TCP_SSL listener or an HTTPS listener with the SNI feature disabled. You cannot specify them at the same time.</li>",
|
|
2339
2366
|
"example": "无",
|
|
2340
2367
|
"member": "MultiCertInfo",
|
|
2341
2368
|
"name": "MultiCertInfo",
|
|
@@ -2344,8 +2371,8 @@
|
|
|
2344
2371
|
},
|
|
2345
2372
|
{
|
|
2346
2373
|
"disabled": false,
|
|
2347
|
-
"document": "Maximum number of
|
|
2348
|
-
"example": "
|
|
2374
|
+
"document": "Maximum number of connections to a listener. Currently, this parameter applies only to TCP, UDP, TCP_SSL, and QUIC listeners of LCU-supported instances. If this parameter is not specified or the value is set to -1, the maximum number of connections is not limited. This parameter is not supported for classic network-based instances.",
|
|
2375
|
+
"example": "1000",
|
|
2349
2376
|
"member": "int64",
|
|
2350
2377
|
"name": "MaxConn",
|
|
2351
2378
|
"required": false,
|
|
@@ -2353,8 +2380,8 @@
|
|
|
2353
2380
|
},
|
|
2354
2381
|
{
|
|
2355
2382
|
"disabled": false,
|
|
2356
|
-
"document": "Maximum number of new listener
|
|
2357
|
-
"example": "
|
|
2383
|
+
"document": "Maximum number of new connections to a listener. Currently, this parameter applies only to TCP, UDP, TCP_SSL, and QUIC listeners of LCU-supported instances. If this parameter is not specified or the value is set to -1, the maximum number of new connections is not limited. This parameter is not supported for classic network-based instances.",
|
|
2384
|
+
"example": "1000",
|
|
2358
2385
|
"member": "int64",
|
|
2359
2386
|
"name": "MaxCps",
|
|
2360
2387
|
"required": false,
|
|
@@ -2362,7 +2389,7 @@
|
|
|
2362
2389
|
},
|
|
2363
2390
|
{
|
|
2364
2391
|
"disabled": false,
|
|
2365
|
-
"document": "
|
|
2392
|
+
"document": "Idle connection timeout, in seconds. This parameter applies only to TCP listeners. Value range: 300–900 for shared instances and dedicated instances and 300–1980 for LCU-supported instances. To set a value, [submit a ticket for application](https://console.cloud.tencent.com/workorder/category).",
|
|
2366
2393
|
"example": "900",
|
|
2367
2394
|
"member": "int64",
|
|
2368
2395
|
"name": "IdleConnectTimeout",
|
|
@@ -2372,7 +2399,16 @@
|
|
|
2372
2399
|
{
|
|
2373
2400
|
"disabled": false,
|
|
2374
2401
|
"document": "",
|
|
2375
|
-
"example": "
|
|
2402
|
+
"example": "false",
|
|
2403
|
+
"member": "bool",
|
|
2404
|
+
"name": "ProxyProtocol",
|
|
2405
|
+
"required": false,
|
|
2406
|
+
"type": "bool"
|
|
2407
|
+
},
|
|
2408
|
+
{
|
|
2409
|
+
"disabled": false,
|
|
2410
|
+
"document": "Whether to enable SNAT. True: enable; False: disable.",
|
|
2411
|
+
"example": "false",
|
|
2376
2412
|
"member": "bool",
|
|
2377
2413
|
"name": "SnatEnable",
|
|
2378
2414
|
"required": false,
|
|
@@ -2380,12 +2416,39 @@
|
|
|
2380
2416
|
},
|
|
2381
2417
|
{
|
|
2382
2418
|
"disabled": false,
|
|
2383
|
-
"document": "",
|
|
2419
|
+
"document": "End port of a listener with a port range. Range of the port: 2–65535.",
|
|
2384
2420
|
"example": "[600]",
|
|
2385
2421
|
"member": "int64",
|
|
2386
2422
|
"name": "FullEndPorts",
|
|
2387
2423
|
"required": false,
|
|
2388
2424
|
"type": "list"
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"disabled": false,
|
|
2428
|
+
"document": "Whether to enable H2C for a private network HTTP listener. True: enable; False: disable.",
|
|
2429
|
+
"example": "false",
|
|
2430
|
+
"member": "bool",
|
|
2431
|
+
"name": "H2cSwitch",
|
|
2432
|
+
"required": false,
|
|
2433
|
+
"type": "bool"
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"disabled": false,
|
|
2437
|
+
"document": "Whether to disable SSL for TCP_SSL listeners. Dual-stack binding is still supported after SSL is disabled. True: disable; False: enable.",
|
|
2438
|
+
"example": "false",
|
|
2439
|
+
"member": "bool",
|
|
2440
|
+
"name": "SslCloseSwitch",
|
|
2441
|
+
"required": false,
|
|
2442
|
+
"type": "bool"
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"disabled": false,
|
|
2446
|
+
"document": "Data compression mode. Valid values: transparent (passthrough mode) and compatibility (compatibility mode).",
|
|
2447
|
+
"example": "transparent/compatibility",
|
|
2448
|
+
"member": "string",
|
|
2449
|
+
"name": "DataCompressMode",
|
|
2450
|
+
"required": false,
|
|
2451
|
+
"type": "string"
|
|
2389
2452
|
}
|
|
2390
2453
|
],
|
|
2391
2454
|
"type": "object"
|
|
@@ -2395,7 +2458,7 @@
|
|
|
2395
2458
|
"members": [
|
|
2396
2459
|
{
|
|
2397
2460
|
"disabled": false,
|
|
2398
|
-
"document": "Array of unique IDs of
|
|
2461
|
+
"document": "Array of the unique IDs of created listeners.",
|
|
2399
2462
|
"example": "[\"lbl-d1ubsydq\",\"lbl-4udz130k\"]",
|
|
2400
2463
|
"member": "string",
|
|
2401
2464
|
"name": "ListenerIds",
|
|
@@ -2643,7 +2706,7 @@
|
|
|
2643
2706
|
{
|
|
2644
2707
|
"disabled": false,
|
|
2645
2708
|
"document": "Upgrades to domain name-based CLB",
|
|
2646
|
-
"example": "
|
|
2709
|
+
"example": "true",
|
|
2647
2710
|
"member": "bool",
|
|
2648
2711
|
"name": "DynamicVip",
|
|
2649
2712
|
"required": false,
|
|
@@ -2807,7 +2870,7 @@
|
|
|
2807
2870
|
"example": "[\"loc-ho6lvh8m\"]",
|
|
2808
2871
|
"member": "string",
|
|
2809
2872
|
"name": "LocationIds",
|
|
2810
|
-
"
|
|
2873
|
+
"output_required": true,
|
|
2811
2874
|
"type": "list",
|
|
2812
2875
|
"value_allowed_null": false
|
|
2813
2876
|
},
|
|
@@ -2858,6 +2921,42 @@
|
|
|
2858
2921
|
"name": "TargetGroupInstances",
|
|
2859
2922
|
"required": false,
|
|
2860
2923
|
"type": "list"
|
|
2924
|
+
},
|
|
2925
|
+
{
|
|
2926
|
+
"disabled": false,
|
|
2927
|
+
"document": "",
|
|
2928
|
+
"example": "v1",
|
|
2929
|
+
"member": "string",
|
|
2930
|
+
"name": "Type",
|
|
2931
|
+
"required": false,
|
|
2932
|
+
"type": "string"
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"disabled": false,
|
|
2936
|
+
"document": "",
|
|
2937
|
+
"example": "TCP",
|
|
2938
|
+
"member": "string",
|
|
2939
|
+
"name": "Protocol",
|
|
2940
|
+
"required": false,
|
|
2941
|
+
"type": "string"
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"disabled": false,
|
|
2945
|
+
"document": "",
|
|
2946
|
+
"example": "无",
|
|
2947
|
+
"member": "TargetGroupHealthCheck",
|
|
2948
|
+
"name": "HealthCheck",
|
|
2949
|
+
"required": false,
|
|
2950
|
+
"type": "object"
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
"disabled": false,
|
|
2954
|
+
"document": "",
|
|
2955
|
+
"example": "WRR",
|
|
2956
|
+
"member": "string",
|
|
2957
|
+
"name": "ScheduleAlgorithm",
|
|
2958
|
+
"required": false,
|
|
2959
|
+
"type": "string"
|
|
2861
2960
|
}
|
|
2862
2961
|
],
|
|
2863
2962
|
"type": "object"
|
|
@@ -2963,80 +3062,80 @@
|
|
|
2963
3062
|
{
|
|
2964
3063
|
"disabled": false,
|
|
2965
3064
|
"document": "VPC ID of the CLB instance",
|
|
2966
|
-
"example": "
|
|
3065
|
+
"example": "vpc-1ywq****",
|
|
2967
3066
|
"member": "string",
|
|
2968
3067
|
"name": "LocalVpcId",
|
|
2969
|
-
"
|
|
3068
|
+
"output_required": true,
|
|
2970
3069
|
"type": "string",
|
|
2971
3070
|
"value_allowed_null": false
|
|
2972
3071
|
},
|
|
2973
3072
|
{
|
|
2974
3073
|
"disabled": false,
|
|
2975
3074
|
"document": "VPC ID of the CVM or ENI instance",
|
|
2976
|
-
"example": "
|
|
3075
|
+
"example": "vpc-12sd****",
|
|
2977
3076
|
"member": "string",
|
|
2978
3077
|
"name": "VpcId",
|
|
2979
|
-
"
|
|
3078
|
+
"output_required": true,
|
|
2980
3079
|
"type": "string",
|
|
2981
3080
|
"value_allowed_null": false
|
|
2982
3081
|
},
|
|
2983
3082
|
{
|
|
2984
3083
|
"disabled": false,
|
|
2985
3084
|
"document": "IP address of the CVM or ENI instance",
|
|
2986
|
-
"example": "
|
|
3085
|
+
"example": "172.16.xxx.xxx",
|
|
2987
3086
|
"member": "string",
|
|
2988
3087
|
"name": "IP",
|
|
2989
|
-
"
|
|
3088
|
+
"output_required": true,
|
|
2990
3089
|
"type": "string",
|
|
2991
3090
|
"value_allowed_null": false
|
|
2992
3091
|
},
|
|
2993
3092
|
{
|
|
2994
3093
|
"disabled": false,
|
|
2995
3094
|
"document": "VPC name of the CVM or ENI instance",
|
|
2996
|
-
"example": "
|
|
3095
|
+
"example": "test-vpc",
|
|
2997
3096
|
"member": "string",
|
|
2998
3097
|
"name": "VpcName",
|
|
2999
|
-
"
|
|
3098
|
+
"output_required": true,
|
|
3000
3099
|
"type": "string",
|
|
3001
3100
|
"value_allowed_null": false
|
|
3002
3101
|
},
|
|
3003
3102
|
{
|
|
3004
3103
|
"disabled": false,
|
|
3005
3104
|
"document": "ENI ID of the CVM instance",
|
|
3006
|
-
"example": "
|
|
3105
|
+
"example": "eni-hsc9****",
|
|
3007
3106
|
"member": "string",
|
|
3008
3107
|
"name": "EniId",
|
|
3009
|
-
"
|
|
3108
|
+
"output_required": true,
|
|
3010
3109
|
"type": "string",
|
|
3011
3110
|
"value_allowed_null": false
|
|
3012
3111
|
},
|
|
3013
3112
|
{
|
|
3014
3113
|
"disabled": false,
|
|
3015
3114
|
"document": "ID of the CVM instance\nNote: This field may return `null`, indicating that no valid value was found.",
|
|
3016
|
-
"example": "
|
|
3115
|
+
"example": "ins-cxyp****",
|
|
3017
3116
|
"member": "string",
|
|
3018
3117
|
"name": "InstanceId",
|
|
3019
|
-
"
|
|
3118
|
+
"output_required": true,
|
|
3020
3119
|
"type": "string",
|
|
3021
|
-
"value_allowed_null":
|
|
3120
|
+
"value_allowed_null": false
|
|
3022
3121
|
},
|
|
3023
3122
|
{
|
|
3024
3123
|
"disabled": false,
|
|
3025
3124
|
"document": "Name of the CVM instance\nNote: This field may return `null`, indicating that no valid value was found.",
|
|
3026
|
-
"example": "
|
|
3125
|
+
"example": "test-name",
|
|
3027
3126
|
"member": "string",
|
|
3028
3127
|
"name": "InstanceName",
|
|
3029
|
-
"
|
|
3128
|
+
"output_required": true,
|
|
3030
3129
|
"type": "string",
|
|
3031
|
-
"value_allowed_null":
|
|
3130
|
+
"value_allowed_null": false
|
|
3032
3131
|
},
|
|
3033
3132
|
{
|
|
3034
3133
|
"disabled": false,
|
|
3035
3134
|
"document": "Region of the CVM or ENI instance",
|
|
3036
|
-
"example": "
|
|
3135
|
+
"example": "ap-shanghai",
|
|
3037
3136
|
"member": "string",
|
|
3038
3137
|
"name": "Region",
|
|
3039
|
-
"
|
|
3138
|
+
"output_required": true,
|
|
3040
3139
|
"type": "string",
|
|
3041
3140
|
"value_allowed_null": false
|
|
3042
3141
|
}
|
|
@@ -3094,7 +3193,7 @@
|
|
|
3094
3193
|
{
|
|
3095
3194
|
"disabled": false,
|
|
3096
3195
|
"document": "Array of listener IDs to delete (20 IDs at most). If this parameter is left empty, all listeners of the CLB instance will be deleted.",
|
|
3097
|
-
"example": "
|
|
3196
|
+
"example": "[\"lbl-4fo6k8na\"]",
|
|
3098
3197
|
"member": "string",
|
|
3099
3198
|
"name": "ListenerIds",
|
|
3100
3199
|
"required": false,
|
|
@@ -3166,7 +3265,7 @@
|
|
|
3166
3265
|
{
|
|
3167
3266
|
"disabled": false,
|
|
3168
3267
|
"document": "Array of the SNAT IP addresses to be deleted",
|
|
3169
|
-
"example": "[\"192.168.0.128
|
|
3268
|
+
"example": "[\"192.168.0.128\"]",
|
|
3170
3269
|
"member": "string",
|
|
3171
3270
|
"name": "Ips",
|
|
3172
3271
|
"required": true,
|
|
@@ -3265,7 +3364,7 @@
|
|
|
3265
3364
|
{
|
|
3266
3365
|
"disabled": false,
|
|
3267
3366
|
"document": "Array of IDs of the forwarding rules to be deleted",
|
|
3268
|
-
"example": "
|
|
3367
|
+
"example": "[\"loc-5lc6****\"]",
|
|
3269
3368
|
"member": "string",
|
|
3270
3369
|
"name": "LocationIds",
|
|
3271
3370
|
"required": false,
|
|
@@ -3319,7 +3418,7 @@
|
|
|
3319
3418
|
{
|
|
3320
3419
|
"disabled": false,
|
|
3321
3420
|
"document": "Target group ID array",
|
|
3322
|
-
"example": "[\"lbtg-f1phe5j6
|
|
3421
|
+
"example": "[\"lbtg-f1phe5j6\"]",
|
|
3323
3422
|
"member": "string",
|
|
3324
3423
|
"name": "TargetGroupIds",
|
|
3325
3424
|
"required": true,
|
|
@@ -3562,7 +3661,7 @@
|
|
|
3562
3661
|
{
|
|
3563
3662
|
"disabled": false,
|
|
3564
3663
|
"document": "CLB instance ID.",
|
|
3565
|
-
"example": "",
|
|
3664
|
+
"example": "lb-6efswuxa",
|
|
3566
3665
|
"member": "string",
|
|
3567
3666
|
"name": "LoadBalancerId",
|
|
3568
3667
|
"required": true,
|
|
@@ -3571,7 +3670,7 @@
|
|
|
3571
3670
|
{
|
|
3572
3671
|
"disabled": false,
|
|
3573
3672
|
"document": "Data offset. Default value: 0.",
|
|
3574
|
-
"example": "",
|
|
3673
|
+
"example": "0",
|
|
3575
3674
|
"member": "uint64",
|
|
3576
3675
|
"name": "Offset",
|
|
3577
3676
|
"required": false,
|
|
@@ -3580,7 +3679,7 @@
|
|
|
3580
3679
|
{
|
|
3581
3680
|
"disabled": false,
|
|
3582
3681
|
"document": "Maximum number of IPs to be returned. Default value: 100,000.",
|
|
3583
|
-
"example": "",
|
|
3682
|
+
"example": "100000",
|
|
3584
3683
|
"member": "uint64",
|
|
3585
3684
|
"name": "Limit",
|
|
3586
3685
|
"required": false,
|
|
@@ -3595,27 +3694,30 @@
|
|
|
3595
3694
|
{
|
|
3596
3695
|
"disabled": false,
|
|
3597
3696
|
"document": "Number of returned IPs",
|
|
3598
|
-
"example": "",
|
|
3697
|
+
"example": "0",
|
|
3599
3698
|
"member": "uint64",
|
|
3600
3699
|
"name": "BlockedIPCount",
|
|
3700
|
+
"output_required": true,
|
|
3601
3701
|
"type": "int",
|
|
3602
3702
|
"value_allowed_null": false
|
|
3603
3703
|
},
|
|
3604
3704
|
{
|
|
3605
3705
|
"disabled": false,
|
|
3606
3706
|
"document": "Field for getting real client IP",
|
|
3607
|
-
"example": "",
|
|
3707
|
+
"example": "cdn_src_ip",
|
|
3608
3708
|
"member": "string",
|
|
3609
3709
|
"name": "ClientIPField",
|
|
3710
|
+
"output_required": true,
|
|
3610
3711
|
"type": "string",
|
|
3611
3712
|
"value_allowed_null": false
|
|
3612
3713
|
},
|
|
3613
3714
|
{
|
|
3614
3715
|
"disabled": false,
|
|
3615
3716
|
"document": "List of IPs added to blocklist 12360",
|
|
3616
|
-
"example": "",
|
|
3717
|
+
"example": "无",
|
|
3617
3718
|
"member": "BlockedIP",
|
|
3618
3719
|
"name": "BlockedIPList",
|
|
3720
|
+
"output_required": true,
|
|
3619
3721
|
"type": "list",
|
|
3620
3722
|
"value_allowed_null": false
|
|
3621
3723
|
},
|
|
@@ -3634,7 +3736,7 @@
|
|
|
3634
3736
|
{
|
|
3635
3737
|
"disabled": false,
|
|
3636
3738
|
"document": "Async task ID returned by the `ModifyBlockIPList` API",
|
|
3637
|
-
"example": "",
|
|
3739
|
+
"example": "localjob021015164373814322873",
|
|
3638
3740
|
"member": "string",
|
|
3639
3741
|
"name": "TaskId",
|
|
3640
3742
|
"required": true,
|
|
@@ -3649,9 +3751,10 @@
|
|
|
3649
3751
|
{
|
|
3650
3752
|
"disabled": false,
|
|
3651
3753
|
"document": "1: running; 2: failed; 6: succeeded",
|
|
3652
|
-
"example": "",
|
|
3754
|
+
"example": "6",
|
|
3653
3755
|
"member": "int64",
|
|
3654
3756
|
"name": "Status",
|
|
3757
|
+
"output_required": true,
|
|
3655
3758
|
"type": "int",
|
|
3656
3759
|
"value_allowed_null": false
|
|
3657
3760
|
},
|
|
@@ -3734,9 +3837,9 @@
|
|
|
3734
3837
|
"example": "无",
|
|
3735
3838
|
"member": "ClassicalHealth",
|
|
3736
3839
|
"name": "HealthList",
|
|
3737
|
-
"
|
|
3840
|
+
"output_required": true,
|
|
3738
3841
|
"type": "list",
|
|
3739
|
-
"value_allowed_null":
|
|
3842
|
+
"value_allowed_null": false
|
|
3740
3843
|
},
|
|
3741
3844
|
{
|
|
3742
3845
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
@@ -3762,7 +3865,7 @@
|
|
|
3762
3865
|
{
|
|
3763
3866
|
"disabled": false,
|
|
3764
3867
|
"document": "List of CLB listener IDs",
|
|
3765
|
-
"example": "
|
|
3868
|
+
"example": "[\"lbl-4fo6k8na\"]",
|
|
3766
3869
|
"member": "string",
|
|
3767
3870
|
"name": "ListenerIds",
|
|
3768
3871
|
"required": false,
|
|
@@ -3809,7 +3912,7 @@
|
|
|
3809
3912
|
"name": "Listeners",
|
|
3810
3913
|
"output_required": true,
|
|
3811
3914
|
"type": "list",
|
|
3812
|
-
"value_allowed_null":
|
|
3915
|
+
"value_allowed_null": false
|
|
3813
3916
|
},
|
|
3814
3917
|
{
|
|
3815
3918
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
@@ -3844,9 +3947,9 @@
|
|
|
3844
3947
|
"example": "无",
|
|
3845
3948
|
"member": "ClassicalTarget",
|
|
3846
3949
|
"name": "Targets",
|
|
3847
|
-
"
|
|
3950
|
+
"output_required": true,
|
|
3848
3951
|
"type": "list",
|
|
3849
|
-
"value_allowed_null":
|
|
3952
|
+
"value_allowed_null": false
|
|
3850
3953
|
},
|
|
3851
3954
|
{
|
|
3852
3955
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
@@ -3936,7 +4039,7 @@
|
|
|
3936
4039
|
"example": "1",
|
|
3937
4040
|
"member": "uint64",
|
|
3938
4041
|
"name": "TotalCount",
|
|
3939
|
-
"
|
|
4042
|
+
"output_required": true,
|
|
3940
4043
|
"type": "int",
|
|
3941
4044
|
"value_allowed_null": false
|
|
3942
4045
|
},
|
|
@@ -3946,7 +4049,7 @@
|
|
|
3946
4049
|
"example": "无",
|
|
3947
4050
|
"member": "CrossTargets",
|
|
3948
4051
|
"name": "CrossTargetSet",
|
|
3949
|
-
"
|
|
4052
|
+
"output_required": true,
|
|
3950
4053
|
"type": "list",
|
|
3951
4054
|
"value_allowed_null": false
|
|
3952
4055
|
},
|
|
@@ -4099,7 +4202,7 @@
|
|
|
4099
4202
|
{
|
|
4100
4203
|
"disabled": false,
|
|
4101
4204
|
"document": "Configuration list.",
|
|
4102
|
-
"example": "[
|
|
4205
|
+
"example": "[{\"UconfigId\": \"pz-go2gs3d6\",\"ConfigType\": \"CLB\",\"ConfigContent\": \"client_max_body_size 1m;\",\"ConfigName\": \"confname\",\"CreateTimestamp\": \"2019-11-28 20:44:24\",\"UpdateTimestamp\": \"2020-03-01 11:11:27\"}]",
|
|
4103
4206
|
"member": "ConfigListItem",
|
|
4104
4207
|
"name": "ConfigList",
|
|
4105
4208
|
"output_required": true,
|
|
@@ -4167,9 +4270,9 @@
|
|
|
4167
4270
|
"example": "无",
|
|
4168
4271
|
"member": "IdleLoadBalancer",
|
|
4169
4272
|
"name": "IdleLoadBalancers",
|
|
4170
|
-
"
|
|
4273
|
+
"output_required": true,
|
|
4171
4274
|
"type": "list",
|
|
4172
|
-
"value_allowed_null":
|
|
4275
|
+
"value_allowed_null": false
|
|
4173
4276
|
},
|
|
4174
4277
|
{
|
|
4175
4278
|
"disabled": false,
|
|
@@ -4177,7 +4280,7 @@
|
|
|
4177
4280
|
"example": "5",
|
|
4178
4281
|
"member": "uint64",
|
|
4179
4282
|
"name": "TotalCount",
|
|
4180
|
-
"
|
|
4283
|
+
"output_required": true,
|
|
4181
4284
|
"type": "int",
|
|
4182
4285
|
"value_allowed_null": false
|
|
4183
4286
|
},
|
|
@@ -4242,7 +4345,7 @@
|
|
|
4242
4345
|
{
|
|
4243
4346
|
"disabled": false,
|
|
4244
4347
|
"document": "Array of CLB listener IDs to query (100 IDs at most).",
|
|
4245
|
-
"example": "
|
|
4348
|
+
"example": "[\"lbl-8cnl****\",\"lbl-we2d\"]",
|
|
4246
4349
|
"member": "string",
|
|
4247
4350
|
"name": "ListenerIds",
|
|
4248
4351
|
"required": false,
|
|
@@ -4290,7 +4393,7 @@
|
|
|
4290
4393
|
"name": "TotalCount",
|
|
4291
4394
|
"output_required": true,
|
|
4292
4395
|
"type": "int",
|
|
4293
|
-
"value_allowed_null":
|
|
4396
|
+
"value_allowed_null": false
|
|
4294
4397
|
},
|
|
4295
4398
|
{
|
|
4296
4399
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
@@ -4307,7 +4410,7 @@
|
|
|
4307
4410
|
{
|
|
4308
4411
|
"disabled": false,
|
|
4309
4412
|
"document": "Server or client certificate ID",
|
|
4310
|
-
"example": "",
|
|
4413
|
+
"example": "[\"RwFAfr8Y\"]",
|
|
4311
4414
|
"member": "string",
|
|
4312
4415
|
"name": "CertIds",
|
|
4313
4416
|
"required": true,
|
|
@@ -4325,7 +4428,7 @@
|
|
|
4325
4428
|
"example": "无",
|
|
4326
4429
|
"member": "CertIdRelatedWithLoadBalancers",
|
|
4327
4430
|
"name": "CertSet",
|
|
4328
|
-
"
|
|
4431
|
+
"output_required": true,
|
|
4329
4432
|
"type": "list",
|
|
4330
4433
|
"value_allowed_null": false
|
|
4331
4434
|
},
|
|
@@ -4397,7 +4500,7 @@
|
|
|
4397
4500
|
{
|
|
4398
4501
|
"disabled": false,
|
|
4399
4502
|
"document": "CLB instance region. If this parameter is not passed in, CLB instances in all regions will be returned.",
|
|
4400
|
-
"example": "",
|
|
4503
|
+
"example": "ap-guangzhou",
|
|
4401
4504
|
"member": "string",
|
|
4402
4505
|
"name": "LoadBalancerRegion",
|
|
4403
4506
|
"required": false,
|
|
@@ -4415,8 +4518,9 @@
|
|
|
4415
4518
|
"example": "无",
|
|
4416
4519
|
"member": "LoadBalancerTraffic",
|
|
4417
4520
|
"name": "LoadBalancerTraffic",
|
|
4521
|
+
"output_required": true,
|
|
4418
4522
|
"type": "list",
|
|
4419
|
-
"value_allowed_null":
|
|
4523
|
+
"value_allowed_null": false
|
|
4420
4524
|
},
|
|
4421
4525
|
{
|
|
4422
4526
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
@@ -4499,7 +4603,7 @@
|
|
|
4499
4603
|
"name": "LoadBalancerDetailSet",
|
|
4500
4604
|
"output_required": true,
|
|
4501
4605
|
"type": "list",
|
|
4502
|
-
"value_allowed_null":
|
|
4606
|
+
"value_allowed_null": false
|
|
4503
4607
|
},
|
|
4504
4608
|
{
|
|
4505
4609
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
@@ -4853,6 +4957,7 @@
|
|
|
4853
4957
|
"example": "无",
|
|
4854
4958
|
"member": "RuleOutput",
|
|
4855
4959
|
"name": "RewriteSet",
|
|
4960
|
+
"output_required": true,
|
|
4856
4961
|
"type": "list",
|
|
4857
4962
|
"value_allowed_null": false
|
|
4858
4963
|
},
|
|
@@ -4907,6 +5012,7 @@
|
|
|
4907
5012
|
"example": "2",
|
|
4908
5013
|
"member": "uint64",
|
|
4909
5014
|
"name": "TotalCount",
|
|
5015
|
+
"output_required": true,
|
|
4910
5016
|
"type": "int",
|
|
4911
5017
|
"value_allowed_null": false
|
|
4912
5018
|
},
|
|
@@ -4916,6 +5022,7 @@
|
|
|
4916
5022
|
"example": "无",
|
|
4917
5023
|
"member": "TargetGroupBackend",
|
|
4918
5024
|
"name": "TargetGroupInstanceSet",
|
|
5025
|
+
"output_required": true,
|
|
4919
5026
|
"type": "list",
|
|
4920
5027
|
"value_allowed_null": false
|
|
4921
5028
|
},
|
|
@@ -4925,6 +5032,7 @@
|
|
|
4925
5032
|
"example": "2",
|
|
4926
5033
|
"member": "uint64",
|
|
4927
5034
|
"name": "RealCount",
|
|
5035
|
+
"output_required": true,
|
|
4928
5036
|
"type": "int",
|
|
4929
5037
|
"value_allowed_null": false
|
|
4930
5038
|
},
|
|
@@ -4943,7 +5051,7 @@
|
|
|
4943
5051
|
{
|
|
4944
5052
|
"disabled": false,
|
|
4945
5053
|
"document": "Target group ID array",
|
|
4946
|
-
"example": "
|
|
5054
|
+
"example": "[\"lbtg-5xu****\"]",
|
|
4947
5055
|
"member": "string",
|
|
4948
5056
|
"name": "TargetGroupIds",
|
|
4949
5057
|
"required": false,
|
|
@@ -5017,7 +5125,7 @@
|
|
|
5017
5125
|
{
|
|
5018
5126
|
"disabled": false,
|
|
5019
5127
|
"document": "Target group ID, which is exclusive of `Filters`.",
|
|
5020
|
-
"example": "[\"lbtg-5xunivs0
|
|
5128
|
+
"example": "[\"lbtg-5xunivs0\"]",
|
|
5021
5129
|
"member": "string",
|
|
5022
5130
|
"name": "TargetGroupIds",
|
|
5023
5131
|
"required": false,
|
|
@@ -5062,6 +5170,7 @@
|
|
|
5062
5170
|
"example": "1",
|
|
5063
5171
|
"member": "uint64",
|
|
5064
5172
|
"name": "TotalCount",
|
|
5173
|
+
"output_required": true,
|
|
5065
5174
|
"type": "int",
|
|
5066
5175
|
"value_allowed_null": false
|
|
5067
5176
|
},
|
|
@@ -5071,6 +5180,7 @@
|
|
|
5071
5180
|
"example": "无",
|
|
5072
5181
|
"member": "TargetGroupInfo",
|
|
5073
5182
|
"name": "TargetGroupSet",
|
|
5183
|
+
"output_required": true,
|
|
5074
5184
|
"type": "list",
|
|
5075
5185
|
"value_allowed_null": false
|
|
5076
5186
|
},
|
|
@@ -5089,7 +5199,7 @@
|
|
|
5089
5199
|
{
|
|
5090
5200
|
"disabled": false,
|
|
5091
5201
|
"document": "List of IDs of CLB instances to be queried",
|
|
5092
|
-
"example": "[\"lb-qc2iq5yc
|
|
5202
|
+
"example": "[\"lb-qc2iq5yc\"]",
|
|
5093
5203
|
"member": "string",
|
|
5094
5204
|
"name": "LoadBalancerIds",
|
|
5095
5205
|
"required": true,
|
|
@@ -5107,9 +5217,9 @@
|
|
|
5107
5217
|
"example": "无",
|
|
5108
5218
|
"member": "LoadBalancerHealth",
|
|
5109
5219
|
"name": "LoadBalancers",
|
|
5110
|
-
"
|
|
5220
|
+
"output_required": true,
|
|
5111
5221
|
"type": "list",
|
|
5112
|
-
"value_allowed_null":
|
|
5222
|
+
"value_allowed_null": false
|
|
5113
5223
|
},
|
|
5114
5224
|
{
|
|
5115
5225
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
@@ -5182,7 +5292,7 @@
|
|
|
5182
5292
|
"name": "Listeners",
|
|
5183
5293
|
"output_required": true,
|
|
5184
5294
|
"type": "list",
|
|
5185
|
-
"value_allowed_null":
|
|
5295
|
+
"value_allowed_null": false
|
|
5186
5296
|
},
|
|
5187
5297
|
{
|
|
5188
5298
|
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
@@ -5226,6 +5336,7 @@
|
|
|
5226
5336
|
"example": "0",
|
|
5227
5337
|
"member": "int64",
|
|
5228
5338
|
"name": "Status",
|
|
5339
|
+
"output_required": true,
|
|
5229
5340
|
"type": "int",
|
|
5230
5341
|
"value_allowed_null": false
|
|
5231
5342
|
},
|
|
@@ -5235,6 +5346,7 @@
|
|
|
5235
5346
|
"example": "[\"lb-6efswuxa\"]",
|
|
5236
5347
|
"member": "string",
|
|
5237
5348
|
"name": "LoadBalancerIds",
|
|
5349
|
+
"output_required": true,
|
|
5238
5350
|
"type": "list",
|
|
5239
5351
|
"value_allowed_null": true
|
|
5240
5352
|
},
|
|
@@ -5319,22 +5431,24 @@
|
|
|
5319
5431
|
{
|
|
5320
5432
|
"disabled": false,
|
|
5321
5433
|
"document": "Whether to enable VIP direct connection\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
5322
|
-
"example": "",
|
|
5434
|
+
"example": "0",
|
|
5323
5435
|
"member": "bool",
|
|
5324
5436
|
"name": "ZhiTong",
|
|
5325
|
-
"
|
|
5437
|
+
"output_required": true,
|
|
5438
|
+
"required": false,
|
|
5326
5439
|
"type": "bool",
|
|
5327
|
-
"value_allowed_null":
|
|
5440
|
+
"value_allowed_null": false
|
|
5328
5441
|
},
|
|
5329
5442
|
{
|
|
5330
5443
|
"disabled": false,
|
|
5331
5444
|
"document": "TgwGroup name\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
5332
|
-
"example": "",
|
|
5445
|
+
"example": "ziyan",
|
|
5333
5446
|
"member": "string",
|
|
5334
5447
|
"name": "TgwGroupName",
|
|
5335
|
-
"
|
|
5448
|
+
"output_required": true,
|
|
5449
|
+
"required": false,
|
|
5336
5450
|
"type": "string",
|
|
5337
|
-
"value_allowed_null":
|
|
5451
|
+
"value_allowed_null": false
|
|
5338
5452
|
}
|
|
5339
5453
|
],
|
|
5340
5454
|
"usage": "both"
|
|
@@ -5345,22 +5459,20 @@
|
|
|
5345
5459
|
{
|
|
5346
5460
|
"disabled": false,
|
|
5347
5461
|
"document": "Filter name",
|
|
5348
|
-
"example": "",
|
|
5462
|
+
"example": "tag-key",
|
|
5349
5463
|
"member": "string",
|
|
5350
5464
|
"name": "Name",
|
|
5351
5465
|
"required": true,
|
|
5352
|
-
"type": "string"
|
|
5353
|
-
"value_allowed_null": false
|
|
5466
|
+
"type": "string"
|
|
5354
5467
|
},
|
|
5355
5468
|
{
|
|
5356
5469
|
"disabled": false,
|
|
5357
5470
|
"document": "Filter value array",
|
|
5358
|
-
"example": "",
|
|
5471
|
+
"example": "[\"tke-clusterId\"]",
|
|
5359
5472
|
"member": "string",
|
|
5360
5473
|
"name": "Values",
|
|
5361
5474
|
"required": true,
|
|
5362
|
-
"type": "list"
|
|
5363
|
-
"value_allowed_null": false
|
|
5475
|
+
"type": "list"
|
|
5364
5476
|
}
|
|
5365
5477
|
],
|
|
5366
5478
|
"usage": "in"
|
|
@@ -5448,7 +5560,7 @@
|
|
|
5448
5560
|
"members": [
|
|
5449
5561
|
{
|
|
5450
5562
|
"disabled": false,
|
|
5451
|
-
"document": "Whether to enable health check. 1:
|
|
5563
|
+
"document": "Whether to enable health check. 1: Enable; 0: Disable.\n\nIt is enabled by default.",
|
|
5452
5564
|
"example": "0",
|
|
5453
5565
|
"member": "int64",
|
|
5454
5566
|
"name": "HealthSwitch",
|
|
@@ -5459,51 +5571,51 @@
|
|
|
5459
5571
|
},
|
|
5460
5572
|
{
|
|
5461
5573
|
"disabled": false,
|
|
5462
|
-
"document": "
|
|
5574
|
+
"document": "Health check response timeout, in seconds. Value range: 2–60. Default value: 2. The response timeout should be less than the check interval.",
|
|
5463
5575
|
"example": "2",
|
|
5464
5576
|
"member": "int64",
|
|
5465
5577
|
"name": "TimeOut",
|
|
5466
5578
|
"output_required": true,
|
|
5467
5579
|
"required": false,
|
|
5468
5580
|
"type": "int",
|
|
5469
|
-
"value_allowed_null":
|
|
5581
|
+
"value_allowed_null": false
|
|
5470
5582
|
},
|
|
5471
5583
|
{
|
|
5472
5584
|
"disabled": false,
|
|
5473
|
-
"document": "
|
|
5585
|
+
"document": "Health check interval, in seconds. Default value: 5. Value range: 2–300 for IPv4 CLB instances and 5–300 for IPv6 CLB instances.\nNote: The value range is 5–300 for some IPv4 CLB instances of early versions.",
|
|
5474
5586
|
"example": "5",
|
|
5475
5587
|
"member": "int64",
|
|
5476
5588
|
"name": "IntervalTime",
|
|
5477
5589
|
"output_required": true,
|
|
5478
5590
|
"required": false,
|
|
5479
5591
|
"type": "int",
|
|
5480
|
-
"value_allowed_null":
|
|
5592
|
+
"value_allowed_null": false
|
|
5481
5593
|
},
|
|
5482
5594
|
{
|
|
5483
5595
|
"disabled": false,
|
|
5484
|
-
"document": "
|
|
5596
|
+
"document": "Healthy threshold. Default: 3, indicating that if a forwarding is found healthy three consecutive times, it is considered to be normal. Value range: 2-10. Unit: times.",
|
|
5485
5597
|
"example": "3",
|
|
5486
5598
|
"member": "int64",
|
|
5487
5599
|
"name": "HealthNum",
|
|
5488
5600
|
"output_required": true,
|
|
5489
5601
|
"required": false,
|
|
5490
5602
|
"type": "int",
|
|
5491
|
-
"value_allowed_null":
|
|
5603
|
+
"value_allowed_null": false
|
|
5492
5604
|
},
|
|
5493
5605
|
{
|
|
5494
5606
|
"disabled": false,
|
|
5495
|
-
"document": "
|
|
5607
|
+
"document": "Unhealthy threshold. Default: 3, indicating that if a forwarding is found unhealthy three consecutive times, it is considered to be exceptional. Value range: 2-10. Unit: times.",
|
|
5496
5608
|
"example": "3",
|
|
5497
5609
|
"member": "int64",
|
|
5498
5610
|
"name": "UnHealthNum",
|
|
5499
5611
|
"output_required": true,
|
|
5500
5612
|
"required": false,
|
|
5501
5613
|
"type": "int",
|
|
5502
|
-
"value_allowed_null":
|
|
5614
|
+
"value_allowed_null": false
|
|
5503
5615
|
},
|
|
5504
5616
|
{
|
|
5505
5617
|
"disabled": false,
|
|
5506
|
-
"document": "
|
|
5618
|
+
"document": "Health check status code. (This parameter applies only to HTTP/HTTPS forwarding rules and the HTTP health check method of TCP listeners.) Value range: 1–31. Default value: 31.\n1: return 1xx after the check (healthy); 2: return 2xx after the check (healthy); 4: return 3xx after the check (healthy); 8: return 4xx after the check (healthy); 16: return 5xx after the check (healthy). If you expect that multiple codes represent a healthy real server, set the value to the sum of the corresponding values.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
5507
5619
|
"example": "8",
|
|
5508
5620
|
"member": "int64",
|
|
5509
5621
|
"name": "HttpCode",
|
|
@@ -5514,7 +5626,7 @@
|
|
|
5514
5626
|
},
|
|
5515
5627
|
{
|
|
5516
5628
|
"disabled": false,
|
|
5517
|
-
"document": "
|
|
5629
|
+
"document": "Health check path (applicable only to HTTP/HTTPS forwarding rules and HTTP health checks of TCP listeners).\n\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
5518
5630
|
"example": "/xxx",
|
|
5519
5631
|
"member": "string",
|
|
5520
5632
|
"name": "HttpCheckPath",
|
|
@@ -5525,7 +5637,7 @@
|
|
|
5525
5637
|
},
|
|
5526
5638
|
{
|
|
5527
5639
|
"disabled": false,
|
|
5528
|
-
"document": "
|
|
5640
|
+
"document": "Health check domain name, which will be contained in a Host header field of the HTTP protocol. (This parameter applies only to HTTP/HTTPS listeners and the HTTP health check method of TCP listeners. For TCP listeners, this parameter is required if the HTTP health check method is used.)\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
5529
5641
|
"example": "www.xxxx.com",
|
|
5530
5642
|
"member": "string",
|
|
5531
5643
|
"name": "HttpCheckDomain",
|
|
@@ -5536,7 +5648,7 @@
|
|
|
5536
5648
|
},
|
|
5537
5649
|
{
|
|
5538
5650
|
"disabled": false,
|
|
5539
|
-
"document": "
|
|
5651
|
+
"document": "Health check method (applicable only to HTTP/HTTPS forwarding rules and HTTP health checks of TCP listeners). Default: HEAD. Valid values: HEAD and GET.\n\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
5540
5652
|
"example": "HEAD",
|
|
5541
5653
|
"member": "string",
|
|
5542
5654
|
"name": "HttpCheckMethod",
|
|
@@ -5547,7 +5659,7 @@
|
|
|
5547
5659
|
},
|
|
5548
5660
|
{
|
|
5549
5661
|
"disabled": false,
|
|
5550
|
-
"document": "
|
|
5662
|
+
"document": "A custom check parameter, representing the health check port, which is the port of the real server by default. Unless you want to specify a port, it is recommended to leave it empty. (Applicable only to TCP/UDP listeners)\n\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
5551
5663
|
"example": "8000",
|
|
5552
5664
|
"member": "int64",
|
|
5553
5665
|
"name": "CheckPort",
|
|
@@ -5558,7 +5670,7 @@
|
|
|
5558
5670
|
},
|
|
5559
5671
|
{
|
|
5560
5672
|
"disabled": false,
|
|
5561
|
-
"document": "
|
|
5673
|
+
"document": "A custom check parameter, which is required if the value of CheckType (health check protocol) is CUSTOM. This parameter represents the input format of the health check. Valid values: HEX and TEXT. If the value is HEX, the characters of SendContext and RecvContext can only be selected from 0123456789ABCDEF and the length must be an even number. (Applicable only to TCP/UDP listeners.)\n\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
5562
5674
|
"example": "TEXT",
|
|
5563
5675
|
"member": "string",
|
|
5564
5676
|
"name": "ContextType",
|
|
@@ -5569,7 +5681,7 @@
|
|
|
5569
5681
|
},
|
|
5570
5682
|
{
|
|
5571
5683
|
"disabled": false,
|
|
5572
|
-
"document": "
|
|
5684
|
+
"document": "A custom check parameter, which is required if the value of CheckType (health check protocol) is CUSTOM. This parameter represents the content of the request sent by the health check. Only ASCII visible characters are allowed, and the maximum length is 500. (Applicable only to TCP/UDP listeners.)\n\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
5573
5685
|
"example": "request-info",
|
|
5574
5686
|
"member": "string",
|
|
5575
5687
|
"name": "SendContext",
|
|
@@ -5580,7 +5692,7 @@
|
|
|
5580
5692
|
},
|
|
5581
5693
|
{
|
|
5582
5694
|
"disabled": false,
|
|
5583
|
-
"document": "
|
|
5695
|
+
"document": "A custom check parameter, which is required if the value of CheckType (health check protocol) is CUSTOM. This parameter represents the result returned by the health check. Only ASCII visible characters are allowed, and the maximum length is 500. (Applicable only to TCP/UDP listeners.)\n\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
5584
5696
|
"example": "response-info",
|
|
5585
5697
|
"member": "string",
|
|
5586
5698
|
"name": "RecvContext",
|
|
@@ -5591,18 +5703,18 @@
|
|
|
5591
5703
|
},
|
|
5592
5704
|
{
|
|
5593
5705
|
"disabled": false,
|
|
5594
|
-
"document": "
|
|
5706
|
+
"document": "Protocol used for health checks. Valid values: TCP (for TCP listeners, TCP_SSL listeners, and QUIC listeners), HTTP (for TCP listeners, TCP_SSL listeners, QUIC listeners, HTTP rules, and HTTPS rules), HTTPS (for HTTPS rules), GRPC (for HTTP rules and HTTPS rules), PING (for UDP listeners), and CUSTOM (for UDP listeners and TCP listeners). The default value is HTTP for HTTP listeners, TCP for TCP, TCP_SSL, and QUIC listeners, and PING for UDP listeners. For HTTPS listeners, the protocol is the same as the backend forwarding protocol.",
|
|
5595
5707
|
"example": "HTTP",
|
|
5596
5708
|
"member": "string",
|
|
5597
5709
|
"name": "CheckType",
|
|
5598
5710
|
"output_required": true,
|
|
5599
5711
|
"required": false,
|
|
5600
5712
|
"type": "string",
|
|
5601
|
-
"value_allowed_null":
|
|
5713
|
+
"value_allowed_null": false
|
|
5602
5714
|
},
|
|
5603
5715
|
{
|
|
5604
5716
|
"disabled": false,
|
|
5605
|
-
"document": "
|
|
5717
|
+
"document": "HTTP version. This field indicates the HTTP version of real servers and is required if the value of CheckType is HTTP. Valid values: HTTP/1.0 and HTTP/1.1. (This field applies only to TCP listeners.)\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
5606
5718
|
"example": "HTTP/1.1",
|
|
5607
5719
|
"member": "string",
|
|
5608
5720
|
"name": "HttpVersion",
|
|
@@ -5613,18 +5725,18 @@
|
|
|
5613
5725
|
},
|
|
5614
5726
|
{
|
|
5615
5727
|
"disabled": false,
|
|
5616
|
-
"document": "
|
|
5728
|
+
"document": "Source IP address type for health checks. 0: use the LB VIP as the source IP address; 1: use an IP address in the 100.64 range as the source IP address.",
|
|
5617
5729
|
"example": "0",
|
|
5618
5730
|
"member": "int64",
|
|
5619
5731
|
"name": "SourceIpType",
|
|
5620
5732
|
"output_required": true,
|
|
5621
5733
|
"required": false,
|
|
5622
5734
|
"type": "int",
|
|
5623
|
-
"value_allowed_null":
|
|
5735
|
+
"value_allowed_null": false
|
|
5624
5736
|
},
|
|
5625
5737
|
{
|
|
5626
5738
|
"disabled": false,
|
|
5627
|
-
"document": "
|
|
5739
|
+
"document": "Health check status code when the protocol is GRPC. (This parameter applies only to rules with the backend forwarding protocol of GRPC.) Default value: 12. You can enter a single numerical value, multiple numerical values, or a range. For example, 20, 20,25, or 0-99.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
5628
5740
|
"example": "12",
|
|
5629
5741
|
"member": "string",
|
|
5630
5742
|
"name": "ExtendedCode",
|
|
@@ -5645,7 +5757,7 @@
|
|
|
5645
5757
|
"example": "lb-abcedf",
|
|
5646
5758
|
"member": "string",
|
|
5647
5759
|
"name": "LoadBalancerId",
|
|
5648
|
-
"
|
|
5760
|
+
"output_required": true,
|
|
5649
5761
|
"type": "string",
|
|
5650
5762
|
"value_allowed_null": false
|
|
5651
5763
|
},
|
|
@@ -5655,7 +5767,7 @@
|
|
|
5655
5767
|
"example": "test-name",
|
|
5656
5768
|
"member": "string",
|
|
5657
5769
|
"name": "LoadBalancerName",
|
|
5658
|
-
"
|
|
5770
|
+
"output_required": true,
|
|
5659
5771
|
"type": "string",
|
|
5660
5772
|
"value_allowed_null": false
|
|
5661
5773
|
},
|
|
@@ -5665,7 +5777,7 @@
|
|
|
5665
5777
|
"example": "ap-guangzhou",
|
|
5666
5778
|
"member": "string",
|
|
5667
5779
|
"name": "Region",
|
|
5668
|
-
"
|
|
5780
|
+
"output_required": true,
|
|
5669
5781
|
"type": "string",
|
|
5670
5782
|
"value_allowed_null": false
|
|
5671
5783
|
},
|
|
@@ -5675,7 +5787,7 @@
|
|
|
5675
5787
|
"example": "1.1.1.1",
|
|
5676
5788
|
"member": "string",
|
|
5677
5789
|
"name": "Vip",
|
|
5678
|
-
"
|
|
5790
|
+
"output_required": true,
|
|
5679
5791
|
"type": "string",
|
|
5680
5792
|
"value_allowed_null": false
|
|
5681
5793
|
},
|
|
@@ -5685,7 +5797,7 @@
|
|
|
5685
5797
|
"example": "NO_RULES",
|
|
5686
5798
|
"member": "string",
|
|
5687
5799
|
"name": "IdleReason",
|
|
5688
|
-
"
|
|
5800
|
+
"output_required": true,
|
|
5689
5801
|
"type": "string",
|
|
5690
5802
|
"value_allowed_null": false
|
|
5691
5803
|
},
|
|
@@ -5695,7 +5807,7 @@
|
|
|
5695
5807
|
"example": "1",
|
|
5696
5808
|
"member": "uint64",
|
|
5697
5809
|
"name": "Status",
|
|
5698
|
-
"
|
|
5810
|
+
"output_required": true,
|
|
5699
5811
|
"type": "int",
|
|
5700
5812
|
"value_allowed_null": false
|
|
5701
5813
|
},
|
|
@@ -5705,7 +5817,7 @@
|
|
|
5705
5817
|
"example": "1",
|
|
5706
5818
|
"member": "uint64",
|
|
5707
5819
|
"name": "Forward",
|
|
5708
|
-
"
|
|
5820
|
+
"output_required": true,
|
|
5709
5821
|
"type": "int",
|
|
5710
5822
|
"value_allowed_null": false
|
|
5711
5823
|
},
|
|
@@ -5715,9 +5827,9 @@
|
|
|
5715
5827
|
"example": "lb-xxxxx.tencentclb.com",
|
|
5716
5828
|
"member": "string",
|
|
5717
5829
|
"name": "Domain",
|
|
5718
|
-
"
|
|
5830
|
+
"output_required": true,
|
|
5719
5831
|
"type": "string",
|
|
5720
|
-
"value_allowed_null":
|
|
5832
|
+
"value_allowed_null": false
|
|
5721
5833
|
}
|
|
5722
5834
|
],
|
|
5723
5835
|
"usage": "out"
|
|
@@ -5864,6 +5976,7 @@
|
|
|
5864
5976
|
"example": "无",
|
|
5865
5977
|
"member": "Price",
|
|
5866
5978
|
"name": "Price",
|
|
5979
|
+
"output_required": true,
|
|
5867
5980
|
"type": "object",
|
|
5868
5981
|
"value_allowed_null": false
|
|
5869
5982
|
},
|
|
@@ -5882,7 +5995,7 @@
|
|
|
5882
5995
|
{
|
|
5883
5996
|
"disabled": false,
|
|
5884
5997
|
"document": "CLB instance ID",
|
|
5885
|
-
"example": "lb-
|
|
5998
|
+
"example": "lb-eth6my23",
|
|
5886
5999
|
"member": "string",
|
|
5887
6000
|
"name": "LoadBalancerId",
|
|
5888
6001
|
"required": true,
|
|
@@ -5900,6 +6013,7 @@
|
|
|
5900
6013
|
"example": "无",
|
|
5901
6014
|
"member": "Price",
|
|
5902
6015
|
"name": "Price",
|
|
6016
|
+
"output_required": true,
|
|
5903
6017
|
"type": "object",
|
|
5904
6018
|
"value_allowed_null": false
|
|
5905
6019
|
},
|
|
@@ -5945,6 +6059,7 @@
|
|
|
5945
6059
|
"example": "无",
|
|
5946
6060
|
"member": "Price",
|
|
5947
6061
|
"name": "Price",
|
|
6062
|
+
"output_required": true,
|
|
5948
6063
|
"type": "object",
|
|
5949
6064
|
"value_allowed_null": false
|
|
5950
6065
|
},
|
|
@@ -6096,40 +6211,40 @@
|
|
|
6096
6211
|
{
|
|
6097
6212
|
"disabled": false,
|
|
6098
6213
|
"document": "String ID of the CLB instance.",
|
|
6099
|
-
"example": "",
|
|
6214
|
+
"example": "lb-p7v5xxxx",
|
|
6100
6215
|
"member": "string",
|
|
6101
6216
|
"name": "LoadBalancerId",
|
|
6102
|
-
"
|
|
6217
|
+
"output_required": true,
|
|
6103
6218
|
"type": "string",
|
|
6104
6219
|
"value_allowed_null": false
|
|
6105
6220
|
},
|
|
6106
6221
|
{
|
|
6107
6222
|
"disabled": false,
|
|
6108
6223
|
"document": "VIP of the CLB instance.",
|
|
6109
|
-
"example": "",
|
|
6224
|
+
"example": "43.140.72.100",
|
|
6110
6225
|
"member": "string",
|
|
6111
6226
|
"name": "Vip",
|
|
6112
|
-
"
|
|
6227
|
+
"output_required": true,
|
|
6113
6228
|
"type": "string",
|
|
6114
6229
|
"value_allowed_null": false
|
|
6115
6230
|
},
|
|
6116
6231
|
{
|
|
6117
6232
|
"disabled": false,
|
|
6118
6233
|
"document": "Listener rule.",
|
|
6119
|
-
"example": "",
|
|
6234
|
+
"example": "无",
|
|
6120
6235
|
"member": "ListenerItem",
|
|
6121
6236
|
"name": "Listeners",
|
|
6122
|
-
"
|
|
6237
|
+
"output_required": true,
|
|
6123
6238
|
"type": "list",
|
|
6124
6239
|
"value_allowed_null": false
|
|
6125
6240
|
},
|
|
6126
6241
|
{
|
|
6127
6242
|
"disabled": false,
|
|
6128
6243
|
"document": "Region of the CLB instance",
|
|
6129
|
-
"example": "",
|
|
6244
|
+
"example": "ap-guangzhou",
|
|
6130
6245
|
"member": "string",
|
|
6131
6246
|
"name": "Region",
|
|
6132
|
-
"
|
|
6247
|
+
"output_required": true,
|
|
6133
6248
|
"type": "string",
|
|
6134
6249
|
"value_allowed_null": false
|
|
6135
6250
|
}
|
|
@@ -6142,22 +6257,20 @@
|
|
|
6142
6257
|
{
|
|
6143
6258
|
"disabled": false,
|
|
6144
6259
|
"document": "VPC ID",
|
|
6145
|
-
"example": "",
|
|
6260
|
+
"example": "vpc-p5sf61yj",
|
|
6146
6261
|
"member": "string",
|
|
6147
6262
|
"name": "VpcId",
|
|
6148
6263
|
"required": true,
|
|
6149
|
-
"type": "string"
|
|
6150
|
-
"value_allowed_null": false
|
|
6264
|
+
"type": "string"
|
|
6151
6265
|
},
|
|
6152
6266
|
{
|
|
6153
6267
|
"disabled": false,
|
|
6154
6268
|
"document": "Private network IP to be queried, which can be of the CVM or ENI.",
|
|
6155
|
-
"example": "",
|
|
6269
|
+
"example": "10.0.0.3",
|
|
6156
6270
|
"member": "string",
|
|
6157
6271
|
"name": "PrivateIp",
|
|
6158
6272
|
"required": true,
|
|
6159
|
-
"type": "string"
|
|
6160
|
-
"value_allowed_null": false
|
|
6273
|
+
"type": "string"
|
|
6161
6274
|
}
|
|
6162
6275
|
],
|
|
6163
6276
|
"usage": "in"
|
|
@@ -6168,52 +6281,52 @@
|
|
|
6168
6281
|
{
|
|
6169
6282
|
"disabled": false,
|
|
6170
6283
|
"document": "Private network IP type, which can be `cvm` or `eni`.",
|
|
6171
|
-
"example": "",
|
|
6284
|
+
"example": "cvm",
|
|
6172
6285
|
"member": "string",
|
|
6173
6286
|
"name": "Type",
|
|
6174
|
-
"
|
|
6287
|
+
"output_required": true,
|
|
6175
6288
|
"type": "string",
|
|
6176
6289
|
"value_allowed_null": false
|
|
6177
6290
|
},
|
|
6178
6291
|
{
|
|
6179
6292
|
"disabled": false,
|
|
6180
6293
|
"document": "Private network IP of the real server.",
|
|
6181
|
-
"example": "",
|
|
6294
|
+
"example": "10.0.32.122",
|
|
6182
6295
|
"member": "string",
|
|
6183
6296
|
"name": "PrivateIp",
|
|
6184
|
-
"
|
|
6297
|
+
"output_required": true,
|
|
6185
6298
|
"type": "string",
|
|
6186
6299
|
"value_allowed_null": false
|
|
6187
6300
|
},
|
|
6188
6301
|
{
|
|
6189
6302
|
"disabled": false,
|
|
6190
6303
|
"document": "Port bound to the real server.",
|
|
6191
|
-
"example": "",
|
|
6304
|
+
"example": "8080",
|
|
6192
6305
|
"member": "int64",
|
|
6193
6306
|
"name": "Port",
|
|
6194
|
-
"
|
|
6307
|
+
"output_required": true,
|
|
6195
6308
|
"type": "int",
|
|
6196
6309
|
"value_allowed_null": false
|
|
6197
6310
|
},
|
|
6198
6311
|
{
|
|
6199
6312
|
"disabled": false,
|
|
6200
6313
|
"document": "VPC ID of the real server.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
6201
|
-
"example": "",
|
|
6314
|
+
"example": "1433286",
|
|
6202
6315
|
"member": "int64",
|
|
6203
6316
|
"name": "VpcId",
|
|
6204
|
-
"
|
|
6317
|
+
"output_required": true,
|
|
6205
6318
|
"type": "int",
|
|
6206
|
-
"value_allowed_null":
|
|
6319
|
+
"value_allowed_null": false
|
|
6207
6320
|
},
|
|
6208
6321
|
{
|
|
6209
6322
|
"disabled": false,
|
|
6210
6323
|
"document": "Weight of the real server.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
6211
|
-
"example": "",
|
|
6324
|
+
"example": "10",
|
|
6212
6325
|
"member": "int64",
|
|
6213
6326
|
"name": "Weight",
|
|
6214
|
-
"
|
|
6327
|
+
"output_required": true,
|
|
6215
6328
|
"type": "int",
|
|
6216
|
-
"value_allowed_null":
|
|
6329
|
+
"value_allowed_null": false
|
|
6217
6330
|
}
|
|
6218
6331
|
],
|
|
6219
6332
|
"usage": "out"
|
|
@@ -6299,7 +6412,7 @@
|
|
|
6299
6412
|
"name": "SniSwitch",
|
|
6300
6413
|
"output_required": true,
|
|
6301
6414
|
"type": "int",
|
|
6302
|
-
"value_allowed_null":
|
|
6415
|
+
"value_allowed_null": false
|
|
6303
6416
|
},
|
|
6304
6417
|
{
|
|
6305
6418
|
"disabled": false,
|
|
@@ -6319,7 +6432,7 @@
|
|
|
6319
6432
|
"name": "ListenerName",
|
|
6320
6433
|
"output_required": true,
|
|
6321
6434
|
"type": "string",
|
|
6322
|
-
"value_allowed_null":
|
|
6435
|
+
"value_allowed_null": false
|
|
6323
6436
|
},
|
|
6324
6437
|
{
|
|
6325
6438
|
"disabled": false,
|
|
@@ -6329,17 +6442,17 @@
|
|
|
6329
6442
|
"name": "CreateTime",
|
|
6330
6443
|
"output_required": true,
|
|
6331
6444
|
"type": "string",
|
|
6332
|
-
"value_allowed_null":
|
|
6445
|
+
"value_allowed_null": false
|
|
6333
6446
|
},
|
|
6334
6447
|
{
|
|
6335
6448
|
"disabled": false,
|
|
6336
6449
|
"document": "End port of a port range\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
6337
|
-
"example": "
|
|
6450
|
+
"example": "7890",
|
|
6338
6451
|
"member": "int64",
|
|
6339
6452
|
"name": "EndPort",
|
|
6340
6453
|
"output_required": true,
|
|
6341
6454
|
"type": "int",
|
|
6342
|
-
"value_allowed_null":
|
|
6455
|
+
"value_allowed_null": false
|
|
6343
6456
|
},
|
|
6344
6457
|
{
|
|
6345
6458
|
"disabled": false,
|
|
@@ -6369,7 +6482,7 @@
|
|
|
6369
6482
|
"name": "SessionType",
|
|
6370
6483
|
"output_required": true,
|
|
6371
6484
|
"type": "string",
|
|
6372
|
-
"value_allowed_null":
|
|
6485
|
+
"value_allowed_null": false
|
|
6373
6486
|
},
|
|
6374
6487
|
{
|
|
6375
6488
|
"disabled": false,
|
|
@@ -6389,7 +6502,7 @@
|
|
|
6389
6502
|
"name": "Toa",
|
|
6390
6503
|
"output_required": true,
|
|
6391
6504
|
"type": "bool",
|
|
6392
|
-
"value_allowed_null":
|
|
6505
|
+
"value_allowed_null": false
|
|
6393
6506
|
},
|
|
6394
6507
|
{
|
|
6395
6508
|
"disabled": false,
|
|
@@ -6399,17 +6512,17 @@
|
|
|
6399
6512
|
"name": "DeregisterTargetRst",
|
|
6400
6513
|
"output_required": true,
|
|
6401
6514
|
"type": "bool",
|
|
6402
|
-
"value_allowed_null":
|
|
6515
|
+
"value_allowed_null": false
|
|
6403
6516
|
},
|
|
6404
6517
|
{
|
|
6405
6518
|
"disabled": false,
|
|
6406
6519
|
"document": "Attribute of listener\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
6407
|
-
"example": "Stop",
|
|
6520
|
+
"example": "[\"Stop\"]",
|
|
6408
6521
|
"member": "string",
|
|
6409
6522
|
"name": "AttrFlags",
|
|
6410
6523
|
"output_required": true,
|
|
6411
6524
|
"type": "list",
|
|
6412
|
-
"value_allowed_null":
|
|
6525
|
+
"value_allowed_null": false
|
|
6413
6526
|
},
|
|
6414
6527
|
{
|
|
6415
6528
|
"disabled": false,
|
|
@@ -6429,7 +6542,7 @@
|
|
|
6429
6542
|
"name": "MaxConn",
|
|
6430
6543
|
"output_required": true,
|
|
6431
6544
|
"type": "int",
|
|
6432
|
-
"value_allowed_null":
|
|
6545
|
+
"value_allowed_null": false
|
|
6433
6546
|
},
|
|
6434
6547
|
{
|
|
6435
6548
|
"disabled": false,
|
|
@@ -6439,7 +6552,7 @@
|
|
|
6439
6552
|
"name": "MaxCps",
|
|
6440
6553
|
"output_required": true,
|
|
6441
6554
|
"type": "int",
|
|
6442
|
-
"value_allowed_null":
|
|
6555
|
+
"value_allowed_null": false
|
|
6443
6556
|
},
|
|
6444
6557
|
{
|
|
6445
6558
|
"disabled": false,
|
|
@@ -6459,7 +6572,7 @@
|
|
|
6459
6572
|
"name": "RescheduleInterval",
|
|
6460
6573
|
"output_required": false,
|
|
6461
6574
|
"type": "int",
|
|
6462
|
-
"value_allowed_null":
|
|
6575
|
+
"value_allowed_null": false
|
|
6463
6576
|
}
|
|
6464
6577
|
],
|
|
6465
6578
|
"usage": "out"
|
|
@@ -6470,62 +6583,62 @@
|
|
|
6470
6583
|
{
|
|
6471
6584
|
"disabled": false,
|
|
6472
6585
|
"document": "Listener ID",
|
|
6473
|
-
"example": "",
|
|
6586
|
+
"example": "lbl-ca2dxxxx",
|
|
6474
6587
|
"member": "string",
|
|
6475
6588
|
"name": "ListenerId",
|
|
6476
|
-
"
|
|
6589
|
+
"output_required": true,
|
|
6477
6590
|
"type": "string",
|
|
6478
6591
|
"value_allowed_null": false
|
|
6479
6592
|
},
|
|
6480
6593
|
{
|
|
6481
6594
|
"disabled": false,
|
|
6482
6595
|
"document": "Listener protocol",
|
|
6483
|
-
"example": "",
|
|
6596
|
+
"example": "TCP",
|
|
6484
6597
|
"member": "string",
|
|
6485
6598
|
"name": "Protocol",
|
|
6486
|
-
"
|
|
6599
|
+
"output_required": true,
|
|
6487
6600
|
"type": "string",
|
|
6488
6601
|
"value_allowed_null": false
|
|
6489
6602
|
},
|
|
6490
6603
|
{
|
|
6491
6604
|
"disabled": false,
|
|
6492
6605
|
"document": "Listener port",
|
|
6493
|
-
"example": "",
|
|
6606
|
+
"example": "80",
|
|
6494
6607
|
"member": "int64",
|
|
6495
6608
|
"name": "Port",
|
|
6496
|
-
"
|
|
6609
|
+
"output_required": true,
|
|
6497
6610
|
"type": "int",
|
|
6498
6611
|
"value_allowed_null": false
|
|
6499
6612
|
},
|
|
6500
6613
|
{
|
|
6501
6614
|
"disabled": false,
|
|
6502
6615
|
"document": "Information of rules under a listener (applicable only to HTTP/HTTPS listeners)\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
6503
|
-
"example": "",
|
|
6616
|
+
"example": "无",
|
|
6504
6617
|
"member": "RuleTargets",
|
|
6505
6618
|
"name": "Rules",
|
|
6506
|
-
"
|
|
6619
|
+
"output_required": true,
|
|
6507
6620
|
"type": "list",
|
|
6508
|
-
"value_allowed_null":
|
|
6621
|
+
"value_allowed_null": false
|
|
6509
6622
|
},
|
|
6510
6623
|
{
|
|
6511
6624
|
"disabled": false,
|
|
6512
6625
|
"document": "List of real servers bound to a listener (applicable only to TCP/UDP/TCP_SSL listeners)\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
6513
|
-
"example": "",
|
|
6626
|
+
"example": "无",
|
|
6514
6627
|
"member": "Backend",
|
|
6515
6628
|
"name": "Targets",
|
|
6516
|
-
"
|
|
6629
|
+
"output_required": true,
|
|
6517
6630
|
"type": "list",
|
|
6518
|
-
"value_allowed_null":
|
|
6631
|
+
"value_allowed_null": false
|
|
6519
6632
|
},
|
|
6520
6633
|
{
|
|
6521
6634
|
"disabled": false,
|
|
6522
6635
|
"document": "Ending port in port range if port range is supported; 0 if port range is not supported\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
6523
|
-
"example": "",
|
|
6636
|
+
"example": "0",
|
|
6524
6637
|
"member": "int64",
|
|
6525
6638
|
"name": "EndPort",
|
|
6526
|
-
"
|
|
6639
|
+
"output_required": true,
|
|
6527
6640
|
"type": "int",
|
|
6528
|
-
"value_allowed_null":
|
|
6641
|
+
"value_allowed_null": false
|
|
6529
6642
|
}
|
|
6530
6643
|
],
|
|
6531
6644
|
"usage": "out"
|
|
@@ -6536,52 +6649,52 @@
|
|
|
6536
6649
|
{
|
|
6537
6650
|
"disabled": false,
|
|
6538
6651
|
"document": "Listener ID",
|
|
6539
|
-
"example": "",
|
|
6652
|
+
"example": "lbl-a8iarxxx",
|
|
6540
6653
|
"member": "string",
|
|
6541
6654
|
"name": "ListenerId",
|
|
6542
|
-
"
|
|
6655
|
+
"output_required": true,
|
|
6543
6656
|
"type": "string",
|
|
6544
6657
|
"value_allowed_null": false
|
|
6545
6658
|
},
|
|
6546
6659
|
{
|
|
6547
6660
|
"disabled": false,
|
|
6548
6661
|
"document": "Listener name\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
6549
|
-
"example": "",
|
|
6662
|
+
"example": "lis-healthchk",
|
|
6550
6663
|
"member": "string",
|
|
6551
6664
|
"name": "ListenerName",
|
|
6552
|
-
"
|
|
6665
|
+
"output_required": true,
|
|
6553
6666
|
"type": "string",
|
|
6554
|
-
"value_allowed_null":
|
|
6667
|
+
"value_allowed_null": false
|
|
6555
6668
|
},
|
|
6556
6669
|
{
|
|
6557
6670
|
"disabled": false,
|
|
6558
6671
|
"document": "Listener protocol",
|
|
6559
|
-
"example": "",
|
|
6672
|
+
"example": "TCP",
|
|
6560
6673
|
"member": "string",
|
|
6561
6674
|
"name": "Protocol",
|
|
6562
|
-
"
|
|
6675
|
+
"output_required": true,
|
|
6563
6676
|
"type": "string",
|
|
6564
6677
|
"value_allowed_null": false
|
|
6565
6678
|
},
|
|
6566
6679
|
{
|
|
6567
6680
|
"disabled": false,
|
|
6568
6681
|
"document": "Listener port",
|
|
6569
|
-
"example": "",
|
|
6682
|
+
"example": "80",
|
|
6570
6683
|
"member": "int64",
|
|
6571
6684
|
"name": "Port",
|
|
6572
|
-
"
|
|
6685
|
+
"output_required": true,
|
|
6573
6686
|
"type": "int",
|
|
6574
6687
|
"value_allowed_null": false
|
|
6575
6688
|
},
|
|
6576
6689
|
{
|
|
6577
6690
|
"disabled": false,
|
|
6578
6691
|
"document": "List of forwarding rules of the listener\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
6579
|
-
"example": "",
|
|
6692
|
+
"example": "无",
|
|
6580
6693
|
"member": "RuleHealth",
|
|
6581
6694
|
"name": "Rules",
|
|
6582
|
-
"
|
|
6695
|
+
"output_required": true,
|
|
6583
6696
|
"type": "list",
|
|
6584
|
-
"value_allowed_null":
|
|
6697
|
+
"value_allowed_null": false
|
|
6585
6698
|
}
|
|
6586
6699
|
],
|
|
6587
6700
|
"usage": "out"
|
|
@@ -6592,62 +6705,62 @@
|
|
|
6592
6705
|
{
|
|
6593
6706
|
"disabled": false,
|
|
6594
6707
|
"document": "Listener ID.",
|
|
6595
|
-
"example": "",
|
|
6708
|
+
"example": "lbl-m1ggxxxx",
|
|
6596
6709
|
"member": "string",
|
|
6597
6710
|
"name": "ListenerId",
|
|
6598
|
-
"
|
|
6711
|
+
"output_required": true,
|
|
6599
6712
|
"type": "string",
|
|
6600
6713
|
"value_allowed_null": false
|
|
6601
6714
|
},
|
|
6602
6715
|
{
|
|
6603
6716
|
"disabled": false,
|
|
6604
6717
|
"document": "Listener protocol.",
|
|
6605
|
-
"example": "",
|
|
6718
|
+
"example": "TCP",
|
|
6606
6719
|
"member": "string",
|
|
6607
6720
|
"name": "Protocol",
|
|
6608
|
-
"
|
|
6721
|
+
"output_required": true,
|
|
6609
6722
|
"type": "string",
|
|
6610
6723
|
"value_allowed_null": false
|
|
6611
6724
|
},
|
|
6612
6725
|
{
|
|
6613
6726
|
"disabled": false,
|
|
6614
6727
|
"document": "Listener port.",
|
|
6615
|
-
"example": "",
|
|
6728
|
+
"example": "80",
|
|
6616
6729
|
"member": "int64",
|
|
6617
6730
|
"name": "Port",
|
|
6618
|
-
"
|
|
6731
|
+
"output_required": true,
|
|
6619
6732
|
"type": "int",
|
|
6620
6733
|
"value_allowed_null": false
|
|
6621
6734
|
},
|
|
6622
6735
|
{
|
|
6623
6736
|
"disabled": false,
|
|
6624
6737
|
"document": "Bound rule.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
6625
|
-
"example": "",
|
|
6738
|
+
"example": "无",
|
|
6626
6739
|
"member": "RulesItems",
|
|
6627
6740
|
"name": "Rules",
|
|
6628
|
-
"
|
|
6741
|
+
"output_required": true,
|
|
6629
6742
|
"type": "list",
|
|
6630
6743
|
"value_allowed_null": true
|
|
6631
6744
|
},
|
|
6632
6745
|
{
|
|
6633
6746
|
"disabled": false,
|
|
6634
6747
|
"document": "Object bound to the layer-4 listener.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
6635
|
-
"example": "",
|
|
6748
|
+
"example": "无",
|
|
6636
6749
|
"member": "LbRsTargets",
|
|
6637
6750
|
"name": "Targets",
|
|
6638
|
-
"
|
|
6751
|
+
"output_required": true,
|
|
6639
6752
|
"type": "list",
|
|
6640
6753
|
"value_allowed_null": true
|
|
6641
6754
|
},
|
|
6642
6755
|
{
|
|
6643
6756
|
"disabled": false,
|
|
6644
6757
|
"document": "End port of the listener.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
6645
|
-
"example": "",
|
|
6758
|
+
"example": "0",
|
|
6646
6759
|
"member": "int64",
|
|
6647
6760
|
"name": "EndPort",
|
|
6648
|
-
"
|
|
6761
|
+
"output_required": true,
|
|
6649
6762
|
"type": "int",
|
|
6650
|
-
"value_allowed_null":
|
|
6763
|
+
"value_allowed_null": false
|
|
6651
6764
|
}
|
|
6652
6765
|
],
|
|
6653
6766
|
"usage": "out"
|
|
@@ -6708,7 +6821,7 @@
|
|
|
6708
6821
|
"output_required": true,
|
|
6709
6822
|
"required": false,
|
|
6710
6823
|
"type": "string",
|
|
6711
|
-
"value_allowed_null":
|
|
6824
|
+
"value_allowed_null": false
|
|
6712
6825
|
},
|
|
6713
6826
|
{
|
|
6714
6827
|
"disabled": false,
|
|
@@ -6719,7 +6832,7 @@
|
|
|
6719
6832
|
"output_required": true,
|
|
6720
6833
|
"required": false,
|
|
6721
6834
|
"type": "list",
|
|
6722
|
-
"value_allowed_null":
|
|
6835
|
+
"value_allowed_null": false
|
|
6723
6836
|
},
|
|
6724
6837
|
{
|
|
6725
6838
|
"disabled": false,
|
|
@@ -6730,7 +6843,7 @@
|
|
|
6730
6843
|
"output_required": true,
|
|
6731
6844
|
"required": false,
|
|
6732
6845
|
"type": "int",
|
|
6733
|
-
"value_allowed_null":
|
|
6846
|
+
"value_allowed_null": false
|
|
6734
6847
|
},
|
|
6735
6848
|
{
|
|
6736
6849
|
"disabled": false,
|
|
@@ -6741,7 +6854,7 @@
|
|
|
6741
6854
|
"output_required": true,
|
|
6742
6855
|
"required": false,
|
|
6743
6856
|
"type": "string",
|
|
6744
|
-
"value_allowed_null":
|
|
6857
|
+
"value_allowed_null": false
|
|
6745
6858
|
},
|
|
6746
6859
|
{
|
|
6747
6860
|
"disabled": false,
|
|
@@ -6752,7 +6865,7 @@
|
|
|
6752
6865
|
"output_required": true,
|
|
6753
6866
|
"required": false,
|
|
6754
6867
|
"type": "string",
|
|
6755
|
-
"value_allowed_null":
|
|
6868
|
+
"value_allowed_null": false
|
|
6756
6869
|
},
|
|
6757
6870
|
{
|
|
6758
6871
|
"disabled": false,
|
|
@@ -6774,7 +6887,7 @@
|
|
|
6774
6887
|
"output_required": true,
|
|
6775
6888
|
"required": false,
|
|
6776
6889
|
"type": "string",
|
|
6777
|
-
"value_allowed_null":
|
|
6890
|
+
"value_allowed_null": false
|
|
6778
6891
|
},
|
|
6779
6892
|
{
|
|
6780
6893
|
"disabled": false,
|
|
@@ -6785,7 +6898,7 @@
|
|
|
6785
6898
|
"output_required": true,
|
|
6786
6899
|
"required": false,
|
|
6787
6900
|
"type": "int",
|
|
6788
|
-
"value_allowed_null":
|
|
6901
|
+
"value_allowed_null": false
|
|
6789
6902
|
},
|
|
6790
6903
|
{
|
|
6791
6904
|
"disabled": false,
|
|
@@ -6796,7 +6909,7 @@
|
|
|
6796
6909
|
"output_required": true,
|
|
6797
6910
|
"required": false,
|
|
6798
6911
|
"type": "bool",
|
|
6799
|
-
"value_allowed_null":
|
|
6912
|
+
"value_allowed_null": false
|
|
6800
6913
|
},
|
|
6801
6914
|
{
|
|
6802
6915
|
"disabled": false,
|
|
@@ -6807,7 +6920,7 @@
|
|
|
6807
6920
|
"output_required": true,
|
|
6808
6921
|
"required": false,
|
|
6809
6922
|
"type": "int",
|
|
6810
|
-
"value_allowed_null":
|
|
6923
|
+
"value_allowed_null": false
|
|
6811
6924
|
},
|
|
6812
6925
|
{
|
|
6813
6926
|
"disabled": true,
|
|
@@ -6829,7 +6942,7 @@
|
|
|
6829
6942
|
"output_required": true,
|
|
6830
6943
|
"required": false,
|
|
6831
6944
|
"type": "string",
|
|
6832
|
-
"value_allowed_null":
|
|
6945
|
+
"value_allowed_null": false
|
|
6833
6946
|
},
|
|
6834
6947
|
{
|
|
6835
6948
|
"disabled": false,
|
|
@@ -6840,7 +6953,7 @@
|
|
|
6840
6953
|
"output_required": true,
|
|
6841
6954
|
"required": false,
|
|
6842
6955
|
"type": "list",
|
|
6843
|
-
"value_allowed_null":
|
|
6956
|
+
"value_allowed_null": false
|
|
6844
6957
|
},
|
|
6845
6958
|
{
|
|
6846
6959
|
"disabled": false,
|
|
@@ -6851,7 +6964,7 @@
|
|
|
6851
6964
|
"output_required": true,
|
|
6852
6965
|
"required": false,
|
|
6853
6966
|
"type": "list",
|
|
6854
|
-
"value_allowed_null":
|
|
6967
|
+
"value_allowed_null": false
|
|
6855
6968
|
},
|
|
6856
6969
|
{
|
|
6857
6970
|
"disabled": false,
|
|
@@ -6862,7 +6975,7 @@
|
|
|
6862
6975
|
"output_required": true,
|
|
6863
6976
|
"required": false,
|
|
6864
6977
|
"type": "object",
|
|
6865
|
-
"value_allowed_null":
|
|
6978
|
+
"value_allowed_null": false
|
|
6866
6979
|
},
|
|
6867
6980
|
{
|
|
6868
6981
|
"disabled": false,
|
|
@@ -6873,7 +6986,7 @@
|
|
|
6873
6986
|
"output_required": true,
|
|
6874
6987
|
"required": false,
|
|
6875
6988
|
"type": "string",
|
|
6876
|
-
"value_allowed_null":
|
|
6989
|
+
"value_allowed_null": false
|
|
6877
6990
|
},
|
|
6878
6991
|
{
|
|
6879
6992
|
"disabled": false,
|
|
@@ -6884,7 +6997,7 @@
|
|
|
6884
6997
|
"output_required": true,
|
|
6885
6998
|
"required": false,
|
|
6886
6999
|
"type": "string",
|
|
6887
|
-
"value_allowed_null":
|
|
7000
|
+
"value_allowed_null": false
|
|
6888
7001
|
},
|
|
6889
7002
|
{
|
|
6890
7003
|
"disabled": false,
|
|
@@ -6895,7 +7008,7 @@
|
|
|
6895
7008
|
"output_required": true,
|
|
6896
7009
|
"required": false,
|
|
6897
7010
|
"type": "int",
|
|
6898
|
-
"value_allowed_null":
|
|
7011
|
+
"value_allowed_null": false
|
|
6899
7012
|
},
|
|
6900
7013
|
{
|
|
6901
7014
|
"disabled": false,
|
|
@@ -6994,7 +7107,7 @@
|
|
|
6994
7107
|
"output_required": true,
|
|
6995
7108
|
"required": false,
|
|
6996
7109
|
"type": "string",
|
|
6997
|
-
"value_allowed_null":
|
|
7110
|
+
"value_allowed_null": false
|
|
6998
7111
|
},
|
|
6999
7112
|
{
|
|
7000
7113
|
"disabled": false,
|
|
@@ -7005,7 +7118,7 @@
|
|
|
7005
7118
|
"output_required": true,
|
|
7006
7119
|
"required": false,
|
|
7007
7120
|
"type": "string",
|
|
7008
|
-
"value_allowed_null":
|
|
7121
|
+
"value_allowed_null": false
|
|
7009
7122
|
},
|
|
7010
7123
|
{
|
|
7011
7124
|
"disabled": false,
|
|
@@ -7038,7 +7151,7 @@
|
|
|
7038
7151
|
"output_required": true,
|
|
7039
7152
|
"required": false,
|
|
7040
7153
|
"type": "bool",
|
|
7041
|
-
"value_allowed_null":
|
|
7154
|
+
"value_allowed_null": false
|
|
7042
7155
|
},
|
|
7043
7156
|
{
|
|
7044
7157
|
"disabled": false,
|
|
@@ -7049,7 +7162,7 @@
|
|
|
7049
7162
|
"output_required": true,
|
|
7050
7163
|
"required": false,
|
|
7051
7164
|
"type": "string",
|
|
7052
|
-
"value_allowed_null":
|
|
7165
|
+
"value_allowed_null": false
|
|
7053
7166
|
},
|
|
7054
7167
|
{
|
|
7055
7168
|
"disabled": false,
|
|
@@ -7060,7 +7173,7 @@
|
|
|
7060
7173
|
"output_required": true,
|
|
7061
7174
|
"required": false,
|
|
7062
7175
|
"type": "bool",
|
|
7063
|
-
"value_allowed_null":
|
|
7176
|
+
"value_allowed_null": false
|
|
7064
7177
|
},
|
|
7065
7178
|
{
|
|
7066
7179
|
"disabled": false,
|
|
@@ -7071,7 +7184,7 @@
|
|
|
7071
7184
|
"output_required": true,
|
|
7072
7185
|
"required": false,
|
|
7073
7186
|
"type": "object",
|
|
7074
|
-
"value_allowed_null":
|
|
7187
|
+
"value_allowed_null": false
|
|
7075
7188
|
},
|
|
7076
7189
|
{
|
|
7077
7190
|
"disabled": false,
|
|
@@ -7093,7 +7206,7 @@
|
|
|
7093
7206
|
"output_required": true,
|
|
7094
7207
|
"required": false,
|
|
7095
7208
|
"type": "bool",
|
|
7096
|
-
"value_allowed_null":
|
|
7209
|
+
"value_allowed_null": false
|
|
7097
7210
|
},
|
|
7098
7211
|
{
|
|
7099
7212
|
"disabled": false,
|
|
@@ -7104,7 +7217,7 @@
|
|
|
7104
7217
|
"output_required": true,
|
|
7105
7218
|
"required": false,
|
|
7106
7219
|
"type": "list",
|
|
7107
|
-
"value_allowed_null":
|
|
7220
|
+
"value_allowed_null": false
|
|
7108
7221
|
},
|
|
7109
7222
|
{
|
|
7110
7223
|
"disabled": false,
|
|
@@ -7115,7 +7228,7 @@
|
|
|
7115
7228
|
"output_required": true,
|
|
7116
7229
|
"required": false,
|
|
7117
7230
|
"type": "string",
|
|
7118
|
-
"value_allowed_null":
|
|
7231
|
+
"value_allowed_null": false
|
|
7119
7232
|
},
|
|
7120
7233
|
{
|
|
7121
7234
|
"disabled": false,
|
|
@@ -7126,7 +7239,7 @@
|
|
|
7126
7239
|
"output_required": true,
|
|
7127
7240
|
"required": false,
|
|
7128
7241
|
"type": "bool",
|
|
7129
|
-
"value_allowed_null":
|
|
7242
|
+
"value_allowed_null": false
|
|
7130
7243
|
},
|
|
7131
7244
|
{
|
|
7132
7245
|
"disabled": false,
|
|
@@ -7137,7 +7250,7 @@
|
|
|
7137
7250
|
"output_required": true,
|
|
7138
7251
|
"required": false,
|
|
7139
7252
|
"type": "string",
|
|
7140
|
-
"value_allowed_null":
|
|
7253
|
+
"value_allowed_null": false
|
|
7141
7254
|
},
|
|
7142
7255
|
{
|
|
7143
7256
|
"disabled": false,
|
|
@@ -7148,7 +7261,7 @@
|
|
|
7148
7261
|
"output_required": true,
|
|
7149
7262
|
"required": false,
|
|
7150
7263
|
"type": "bool",
|
|
7151
|
-
"value_allowed_null":
|
|
7264
|
+
"value_allowed_null": false
|
|
7152
7265
|
},
|
|
7153
7266
|
{
|
|
7154
7267
|
"disabled": false,
|
|
@@ -7170,7 +7283,7 @@
|
|
|
7170
7283
|
"output_required": true,
|
|
7171
7284
|
"required": false,
|
|
7172
7285
|
"type": "bool",
|
|
7173
|
-
"value_allowed_null":
|
|
7286
|
+
"value_allowed_null": false
|
|
7174
7287
|
},
|
|
7175
7288
|
{
|
|
7176
7289
|
"disabled": false,
|
|
@@ -7203,7 +7316,7 @@
|
|
|
7203
7316
|
"output_required": true,
|
|
7204
7317
|
"required": false,
|
|
7205
7318
|
"type": "string",
|
|
7206
|
-
"value_allowed_null":
|
|
7319
|
+
"value_allowed_null": false
|
|
7207
7320
|
},
|
|
7208
7321
|
{
|
|
7209
7322
|
"disabled": false,
|
|
@@ -7214,7 +7327,7 @@
|
|
|
7214
7327
|
"output_required": true,
|
|
7215
7328
|
"required": false,
|
|
7216
7329
|
"type": "string",
|
|
7217
|
-
"value_allowed_null":
|
|
7330
|
+
"value_allowed_null": false
|
|
7218
7331
|
},
|
|
7219
7332
|
{
|
|
7220
7333
|
"disabled": false,
|
|
@@ -7230,13 +7343,13 @@
|
|
|
7230
7343
|
{
|
|
7231
7344
|
"disabled": false,
|
|
7232
7345
|
"document": "CLB attribute\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
7233
|
-
"example": "DeleteProtect",
|
|
7346
|
+
"example": "[\"DeleteProtect\"]",
|
|
7234
7347
|
"member": "string",
|
|
7235
7348
|
"name": "AttributeFlags",
|
|
7236
7349
|
"output_required": true,
|
|
7237
7350
|
"required": false,
|
|
7238
7351
|
"type": "list",
|
|
7239
|
-
"value_allowed_null":
|
|
7352
|
+
"value_allowed_null": false
|
|
7240
7353
|
},
|
|
7241
7354
|
{
|
|
7242
7355
|
"disabled": false,
|
|
@@ -7247,7 +7360,7 @@
|
|
|
7247
7360
|
"output_required": true,
|
|
7248
7361
|
"required": false,
|
|
7249
7362
|
"type": "string",
|
|
7250
|
-
"value_allowed_null":
|
|
7363
|
+
"value_allowed_null": false
|
|
7251
7364
|
},
|
|
7252
7365
|
{
|
|
7253
7366
|
"disabled": false,
|
|
@@ -7258,7 +7371,7 @@
|
|
|
7258
7371
|
"output_required": true,
|
|
7259
7372
|
"required": false,
|
|
7260
7373
|
"type": "string",
|
|
7261
|
-
"value_allowed_null":
|
|
7374
|
+
"value_allowed_null": false
|
|
7262
7375
|
},
|
|
7263
7376
|
{
|
|
7264
7377
|
"disabled": false,
|
|
@@ -7290,7 +7403,7 @@
|
|
|
7290
7403
|
{
|
|
7291
7404
|
"disabled": false,
|
|
7292
7405
|
"document": "CLB instance name.",
|
|
7293
|
-
"example": "
|
|
7406
|
+
"example": "lb_details",
|
|
7294
7407
|
"member": "string",
|
|
7295
7408
|
"name": "LoadBalancerName",
|
|
7296
7409
|
"output_required": true,
|
|
@@ -7300,7 +7413,7 @@
|
|
|
7300
7413
|
{
|
|
7301
7414
|
"disabled": false,
|
|
7302
7415
|
"document": "CLB instance network type:\nPublic: public network; Private: private network.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
7303
|
-
"example": "
|
|
7416
|
+
"example": "Public",
|
|
7304
7417
|
"member": "string",
|
|
7305
7418
|
"name": "LoadBalancerType",
|
|
7306
7419
|
"output_required": true,
|
|
@@ -7520,7 +7633,7 @@
|
|
|
7520
7633
|
{
|
|
7521
7634
|
"disabled": false,
|
|
7522
7635
|
"document": "Forwarding rule path.\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
7523
|
-
"example": "/",
|
|
7636
|
+
"example": "/details",
|
|
7524
7637
|
"member": "string",
|
|
7525
7638
|
"name": "Url",
|
|
7526
7639
|
"output_required": true,
|
|
@@ -7655,7 +7768,7 @@
|
|
|
7655
7768
|
"name": "LoadBalancerDomain",
|
|
7656
7769
|
"output_required": true,
|
|
7657
7770
|
"type": "string",
|
|
7658
|
-
"value_allowed_null":
|
|
7771
|
+
"value_allowed_null": false
|
|
7659
7772
|
},
|
|
7660
7773
|
{
|
|
7661
7774
|
"disabled": false,
|
|
@@ -7665,7 +7778,7 @@
|
|
|
7665
7778
|
"name": "Egress",
|
|
7666
7779
|
"output_required": true,
|
|
7667
7780
|
"type": "string",
|
|
7668
|
-
"value_allowed_null":
|
|
7781
|
+
"value_allowed_null": false
|
|
7669
7782
|
},
|
|
7670
7783
|
{
|
|
7671
7784
|
"disabled": false,
|
|
@@ -7706,32 +7819,32 @@
|
|
|
7706
7819
|
{
|
|
7707
7820
|
"disabled": false,
|
|
7708
7821
|
"document": "CLB instance ID",
|
|
7709
|
-
"example": "",
|
|
7822
|
+
"example": "lb-42mxxxx",
|
|
7710
7823
|
"member": "string",
|
|
7711
7824
|
"name": "LoadBalancerId",
|
|
7712
|
-
"
|
|
7825
|
+
"output_required": true,
|
|
7713
7826
|
"type": "string",
|
|
7714
7827
|
"value_allowed_null": false
|
|
7715
7828
|
},
|
|
7716
7829
|
{
|
|
7717
7830
|
"disabled": false,
|
|
7718
7831
|
"document": "CLB instance name\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
7719
|
-
"example": "",
|
|
7832
|
+
"example": "lb_healthchk",
|
|
7720
7833
|
"member": "string",
|
|
7721
7834
|
"name": "LoadBalancerName",
|
|
7722
|
-
"
|
|
7835
|
+
"output_required": true,
|
|
7723
7836
|
"type": "string",
|
|
7724
|
-
"value_allowed_null":
|
|
7837
|
+
"value_allowed_null": false
|
|
7725
7838
|
},
|
|
7726
7839
|
{
|
|
7727
7840
|
"disabled": false,
|
|
7728
7841
|
"document": "List of listeners\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
7729
|
-
"example": "",
|
|
7842
|
+
"example": "无",
|
|
7730
7843
|
"member": "ListenerHealth",
|
|
7731
7844
|
"name": "Listeners",
|
|
7732
|
-
"
|
|
7845
|
+
"output_required": true,
|
|
7733
7846
|
"type": "list",
|
|
7734
|
-
"value_allowed_null":
|
|
7847
|
+
"value_allowed_null": false
|
|
7735
7848
|
}
|
|
7736
7849
|
],
|
|
7737
7850
|
"usage": "out"
|
|
@@ -7745,7 +7858,7 @@
|
|
|
7745
7858
|
"example": "lb-xxxxxxx",
|
|
7746
7859
|
"member": "string",
|
|
7747
7860
|
"name": "LoadBalancerId",
|
|
7748
|
-
"
|
|
7861
|
+
"output_required": true,
|
|
7749
7862
|
"type": "string",
|
|
7750
7863
|
"value_allowed_null": false
|
|
7751
7864
|
},
|
|
@@ -7755,7 +7868,7 @@
|
|
|
7755
7868
|
"example": "test-name",
|
|
7756
7869
|
"member": "string",
|
|
7757
7870
|
"name": "LoadBalancerName",
|
|
7758
|
-
"
|
|
7871
|
+
"output_required": true,
|
|
7759
7872
|
"type": "string",
|
|
7760
7873
|
"value_allowed_null": false
|
|
7761
7874
|
},
|
|
@@ -7765,7 +7878,7 @@
|
|
|
7765
7878
|
"example": "ap-guangzhou",
|
|
7766
7879
|
"member": "string",
|
|
7767
7880
|
"name": "Region",
|
|
7768
|
-
"
|
|
7881
|
+
"output_required": true,
|
|
7769
7882
|
"type": "string",
|
|
7770
7883
|
"value_allowed_null": false
|
|
7771
7884
|
},
|
|
@@ -7775,7 +7888,7 @@
|
|
|
7775
7888
|
"example": "1.1.1.1",
|
|
7776
7889
|
"member": "string",
|
|
7777
7890
|
"name": "Vip",
|
|
7778
|
-
"
|
|
7891
|
+
"output_required": true,
|
|
7779
7892
|
"type": "string",
|
|
7780
7893
|
"value_allowed_null": false
|
|
7781
7894
|
},
|
|
@@ -7785,7 +7898,7 @@
|
|
|
7785
7898
|
"example": "17",
|
|
7786
7899
|
"member": "float",
|
|
7787
7900
|
"name": "OutBandwidth",
|
|
7788
|
-
"
|
|
7901
|
+
"output_required": true,
|
|
7789
7902
|
"type": "float",
|
|
7790
7903
|
"value_allowed_null": false
|
|
7791
7904
|
},
|
|
@@ -7795,9 +7908,9 @@
|
|
|
7795
7908
|
"example": "ap-guang.safsadf.tencentclb.com",
|
|
7796
7909
|
"member": "string",
|
|
7797
7910
|
"name": "Domain",
|
|
7798
|
-
"
|
|
7911
|
+
"output_required": true,
|
|
7799
7912
|
"type": "string",
|
|
7800
|
-
"value_allowed_null":
|
|
7913
|
+
"value_allowed_null": false
|
|
7801
7914
|
}
|
|
7802
7915
|
],
|
|
7803
7916
|
"usage": "out"
|
|
@@ -7898,7 +8011,7 @@
|
|
|
7898
8011
|
{
|
|
7899
8012
|
"disabled": false,
|
|
7900
8013
|
"document": "CLB instance ID",
|
|
7901
|
-
"example": "",
|
|
8014
|
+
"example": "[\"lb-4ic3ls9w\"]",
|
|
7902
8015
|
"member": "string",
|
|
7903
8016
|
"name": "LoadBalancerIds",
|
|
7904
8017
|
"required": true,
|
|
@@ -7907,7 +8020,7 @@
|
|
|
7907
8020
|
{
|
|
7908
8021
|
"disabled": false,
|
|
7909
8022
|
"document": "Operation type. Valid values:\n<li> add_customized_field (sets header initially to enable the blocklist feature)</li>\n<li> set_customized_field (modifies header)</li>\n<li> del_customized_field (deletes header)</li>\n<li> add_blocked (adds IPs to blocklist)</li>\n<li> del_blocked (deletes IPs from blocklist)</li>\n<li> flush_blocked (clears blocklist)</li>",
|
|
7910
|
-
"example": "",
|
|
8023
|
+
"example": "add_customized_field",
|
|
7911
8024
|
"member": "string",
|
|
7912
8025
|
"name": "Type",
|
|
7913
8026
|
"required": true,
|
|
@@ -7916,7 +8029,7 @@
|
|
|
7916
8029
|
{
|
|
7917
8030
|
"disabled": false,
|
|
7918
8031
|
"document": "Header field that stores real client IPs",
|
|
7919
|
-
"example": "",
|
|
8032
|
+
"example": "X-Real-IP",
|
|
7920
8033
|
"member": "string",
|
|
7921
8034
|
"name": "ClientIPField",
|
|
7922
8035
|
"required": true,
|
|
@@ -7925,7 +8038,7 @@
|
|
|
7925
8038
|
{
|
|
7926
8039
|
"disabled": false,
|
|
7927
8040
|
"document": "List of blocked IPs. The array can contain up to 200,000 entries in one operation.",
|
|
7928
|
-
"example": "",
|
|
8041
|
+
"example": "[\"208.247.90.70\"]",
|
|
7929
8042
|
"member": "string",
|
|
7930
8043
|
"name": "BlockIPList",
|
|
7931
8044
|
"required": false,
|
|
@@ -7934,7 +8047,7 @@
|
|
|
7934
8047
|
{
|
|
7935
8048
|
"disabled": false,
|
|
7936
8049
|
"document": "Expiration time in seconds. Default value: 3600",
|
|
7937
|
-
"example": "",
|
|
8050
|
+
"example": "2025-12-06 15:26:22",
|
|
7938
8051
|
"member": "uint64",
|
|
7939
8052
|
"name": "ExpireTime",
|
|
7940
8053
|
"required": false,
|
|
@@ -7943,7 +8056,7 @@
|
|
|
7943
8056
|
{
|
|
7944
8057
|
"disabled": false,
|
|
7945
8058
|
"document": "IP adding policy. Valid value: fifo (if a blocklist is full, new IPs added to the blocklist will adopt the first-in first-out policy)",
|
|
7946
|
-
"example": "",
|
|
8059
|
+
"example": "fifo",
|
|
7947
8060
|
"member": "string",
|
|
7948
8061
|
"name": "AddStrategy",
|
|
7949
8062
|
"required": false,
|
|
@@ -7958,9 +8071,10 @@
|
|
|
7958
8071
|
{
|
|
7959
8072
|
"disabled": false,
|
|
7960
8073
|
"document": "Async task ID",
|
|
7961
|
-
"example": "",
|
|
8074
|
+
"example": "localjob021015164373814322873",
|
|
7962
8075
|
"member": "string",
|
|
7963
8076
|
"name": "JodId",
|
|
8077
|
+
"output_required": true,
|
|
7964
8078
|
"type": "string",
|
|
7965
8079
|
"value_allowed_null": false
|
|
7966
8080
|
},
|
|
@@ -8024,7 +8138,7 @@
|
|
|
8024
8138
|
{
|
|
8025
8139
|
"disabled": false,
|
|
8026
8140
|
"document": "Whether to enable HTTP/2. Note: HTTP/2 can be enabled only for HTTPS domain names.",
|
|
8027
|
-
"example": "
|
|
8141
|
+
"example": "True",
|
|
8028
8142
|
"member": "bool",
|
|
8029
8143
|
"name": "Http2",
|
|
8030
8144
|
"required": false,
|
|
@@ -8033,7 +8147,7 @@
|
|
|
8033
8147
|
{
|
|
8034
8148
|
"disabled": false,
|
|
8035
8149
|
"document": "Whether to set this domain name as the default domain name. Note: Only one default domain name can be set under one listener.",
|
|
8036
|
-
"example": "
|
|
8150
|
+
"example": "True",
|
|
8037
8151
|
"member": "bool",
|
|
8038
8152
|
"name": "DefaultServer",
|
|
8039
8153
|
"required": false,
|
|
@@ -8042,7 +8156,7 @@
|
|
|
8042
8156
|
{
|
|
8043
8157
|
"disabled": false,
|
|
8044
8158
|
"document": "Whether to enable QUIC. Note: QUIC can be enabled only for HTTPS domain names.",
|
|
8045
|
-
"example": "
|
|
8159
|
+
"example": "True",
|
|
8046
8160
|
"member": "bool",
|
|
8047
8161
|
"name": "Quic",
|
|
8048
8162
|
"required": false,
|
|
@@ -8159,7 +8273,7 @@
|
|
|
8159
8273
|
{
|
|
8160
8274
|
"disabled": false,
|
|
8161
8275
|
"document": "CLB listener ID",
|
|
8162
|
-
"example": "
|
|
8276
|
+
"example": "lbl-1234tgbh",
|
|
8163
8277
|
"member": "string",
|
|
8164
8278
|
"name": "ListenerId",
|
|
8165
8279
|
"required": true,
|
|
@@ -8221,7 +8335,7 @@
|
|
|
8221
8335
|
"members": [
|
|
8222
8336
|
{
|
|
8223
8337
|
"disabled": false,
|
|
8224
|
-
"document": "CLB instance ID",
|
|
8338
|
+
"document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://intl.cloud.tencent.com/document/product/214/30685?from_cn_redirect=1) API to query the ID.",
|
|
8225
8339
|
"example": "lb-cuxw****",
|
|
8226
8340
|
"member": "string",
|
|
8227
8341
|
"name": "LoadBalancerId",
|
|
@@ -8230,7 +8344,7 @@
|
|
|
8230
8344
|
},
|
|
8231
8345
|
{
|
|
8232
8346
|
"disabled": false,
|
|
8233
|
-
"document": "CLB listener ID",
|
|
8347
|
+
"document": "ID of the CLB instance listener. You can call the [DescribeListeners](https://intl.cloud.tencent.com/document/product/214/30686?from_cn_redirect=1) API to query the ID.",
|
|
8234
8348
|
"example": "lbl-d1ub****",
|
|
8235
8349
|
"member": "string",
|
|
8236
8350
|
"name": "ListenerId",
|
|
@@ -8239,7 +8353,7 @@
|
|
|
8239
8353
|
},
|
|
8240
8354
|
{
|
|
8241
8355
|
"disabled": false,
|
|
8242
|
-
"document": "New listener name",
|
|
8356
|
+
"document": "New listener name. The maximum length is 255 characters.",
|
|
8243
8357
|
"example": "newlis",
|
|
8244
8358
|
"member": "string",
|
|
8245
8359
|
"name": "ListenerName",
|
|
@@ -8275,7 +8389,7 @@
|
|
|
8275
8389
|
},
|
|
8276
8390
|
{
|
|
8277
8391
|
"disabled": false,
|
|
8278
|
-
"document": "Listener forwarding method. Valid values: WRR, LEAST_CONN
|
|
8392
|
+
"document": "Listener forwarding method. Valid values: WRR (weighted round-robin), LEAST_CONN (least connections), and IP_HASH (IP address hash).\nThey indicate weighted round-robin and least connections, respectively. Default value: WRR.\nUse cases: This applies to TCP/UDP/TCP_SSL/QUIC listeners. The balancing method for Layer-7 listeners should be modified in the forwarding rules.",
|
|
8279
8393
|
"example": "LEAST_CONN",
|
|
8280
8394
|
"member": "string",
|
|
8281
8395
|
"name": "Scheduler",
|
|
@@ -8302,7 +8416,7 @@
|
|
|
8302
8416
|
},
|
|
8303
8417
|
{
|
|
8304
8418
|
"disabled": false,
|
|
8305
|
-
"document": "Whether to enable
|
|
8419
|
+
"document": "Whether to enable the persistent connection feature. This parameter applies only to HTTP/HTTPS listeners.\nThe default value is 0, indicating disabled, and 1 indicates enabled.\n\nEnable this feature with caution if the maximum number of connections is limited for real servers. This feature is in beta testing. To use it, submit a [beta testing application](https://intl.cloud.tencent.com/apply/p/tsodp6qm21?from_cn_redirect=1).",
|
|
8306
8420
|
"example": "0",
|
|
8307
8421
|
"member": "int64",
|
|
8308
8422
|
"name": "KeepaliveEnable",
|
|
@@ -8311,8 +8425,8 @@
|
|
|
8311
8425
|
},
|
|
8312
8426
|
{
|
|
8313
8427
|
"disabled": false,
|
|
8314
|
-
"document": "Whether to send
|
|
8315
|
-
"example": "
|
|
8428
|
+
"document": "Whether to send an RST packet to the client when a listener is unbound from a real server. This parameter applies only to TCP listeners.\nTrue: send an RST packet to the client; False: do not send an RST packet to the client.",
|
|
8429
|
+
"example": "false",
|
|
8316
8430
|
"member": "bool",
|
|
8317
8431
|
"name": "DeregisterTargetRst",
|
|
8318
8432
|
"required": false,
|
|
@@ -8320,7 +8434,7 @@
|
|
|
8320
8434
|
},
|
|
8321
8435
|
{
|
|
8322
8436
|
"disabled": false,
|
|
8323
|
-
"document": "Session persistence type. NORMAL
|
|
8437
|
+
"document": "Session persistence type. NORMAL: default session persistence type; QUIC_CID: perform session persistence based on QUIC connection ID. If the value is set to QUIC_CID, only the UDP protocol is supported.\nUse cases: This applies to TCP/UDP/TCP_SSL/QUIC listeners.\n\nDefault value: NORMAL.",
|
|
8324
8438
|
"example": "NORMAL",
|
|
8325
8439
|
"member": "string",
|
|
8326
8440
|
"name": "SessionType",
|
|
@@ -8338,8 +8452,8 @@
|
|
|
8338
8452
|
},
|
|
8339
8453
|
{
|
|
8340
8454
|
"disabled": false,
|
|
8341
|
-
"document": "Maximum number of concurrent connections at the listener level. This parameter is supported only for LCU-supported instances with TCP/UDP/TCP_SSL/QUIC listeners currently. Value range: 1 to the maximum number of concurrent connections for the instance specification. -1 indicates that no limit is set on the concurrent connections at the listener level. Classic network instances do not support this parameter.",
|
|
8342
|
-
"example": "
|
|
8455
|
+
"document": "Maximum number of concurrent connections at the listener level. This parameter is supported only for LCU-supported instances with TCP/UDP/TCP_SSL/QUIC listeners currently. Value range: 1 to the maximum number of concurrent connections for the instance specification. -1 indicates that no limit is set on the concurrent connections at the listener level. Classic network instances do not support this parameter.\n\nDefault value: -1, which indicates no limit.",
|
|
8456
|
+
"example": "1",
|
|
8343
8457
|
"member": "int64",
|
|
8344
8458
|
"name": "MaxConn",
|
|
8345
8459
|
"required": false,
|
|
@@ -8347,8 +8461,8 @@
|
|
|
8347
8461
|
},
|
|
8348
8462
|
{
|
|
8349
8463
|
"disabled": false,
|
|
8350
|
-
"document": "Maximum number of new connections at the listener level. This parameter is supported only for LCU-supported instances with TCP/UDP/TCP_SSL/QUIC listeners currently. Value range: 1 to the maximum number of new connections for the instance specification. -1 indicates that no limit is set on the new connections at the listener level. Classic network instances do not support this parameter.",
|
|
8351
|
-
"example": "
|
|
8464
|
+
"document": "Maximum number of new connections at the listener level. This parameter is supported only for LCU-supported instances with TCP/UDP/TCP_SSL/QUIC listeners currently. Value range: 1 to the maximum number of new connections for the instance specification. -1 indicates that no limit is set on the new connections at the listener level. Classic network instances do not support this parameter.\n\nDefault value: -1, which indicates no limit.",
|
|
8465
|
+
"example": "1",
|
|
8352
8466
|
"member": "int64",
|
|
8353
8467
|
"name": "MaxCps",
|
|
8354
8468
|
"required": false,
|
|
@@ -8356,7 +8470,7 @@
|
|
|
8356
8470
|
},
|
|
8357
8471
|
{
|
|
8358
8472
|
"disabled": false,
|
|
8359
|
-
"document": "
|
|
8473
|
+
"document": "Idle connection timeout, in seconds. This parameter applies only to TCP listeners. Default value: 900. Value range: 300–900 for shared instances and dedicated instances and 300–1980 for LCU-supported instances. To set a value greater than 2000, [submit a ticket for application](https://console.cloud.tencent.com/workorder/category). The maximum value can be 3600.",
|
|
8360
8474
|
"example": "900",
|
|
8361
8475
|
"member": "int64",
|
|
8362
8476
|
"name": "IdleConnectTimeout",
|
|
@@ -8365,12 +8479,30 @@
|
|
|
8365
8479
|
},
|
|
8366
8480
|
{
|
|
8367
8481
|
"disabled": false,
|
|
8368
|
-
"document": "
|
|
8369
|
-
"example": "
|
|
8482
|
+
"document": "",
|
|
8483
|
+
"example": "false",
|
|
8484
|
+
"member": "bool",
|
|
8485
|
+
"name": "ProxyProtocol",
|
|
8486
|
+
"required": false,
|
|
8487
|
+
"type": "bool"
|
|
8488
|
+
},
|
|
8489
|
+
{
|
|
8490
|
+
"disabled": false,
|
|
8491
|
+
"document": "Whether to enable SNAT. True: enable SNAT; False: do not enable SNAT.",
|
|
8492
|
+
"example": "false",
|
|
8370
8493
|
"member": "bool",
|
|
8371
8494
|
"name": "SnatEnable",
|
|
8372
8495
|
"required": false,
|
|
8373
8496
|
"type": "bool"
|
|
8497
|
+
},
|
|
8498
|
+
{
|
|
8499
|
+
"disabled": false,
|
|
8500
|
+
"document": "Data compression mode.",
|
|
8501
|
+
"example": "transparent/compatibility",
|
|
8502
|
+
"member": "string",
|
|
8503
|
+
"name": "DataCompressMode",
|
|
8504
|
+
"required": false,
|
|
8505
|
+
"type": "string"
|
|
8374
8506
|
}
|
|
8375
8507
|
],
|
|
8376
8508
|
"type": "object"
|
|
@@ -8637,7 +8769,7 @@
|
|
|
8637
8769
|
{
|
|
8638
8770
|
"disabled": false,
|
|
8639
8771
|
"document": "TRPC callee server route, which is required when `ForwardType` is \"TRPC\". This is now only for internal usage.",
|
|
8640
|
-
"example": "
|
|
8772
|
+
"example": "TestCallee",
|
|
8641
8773
|
"member": "string",
|
|
8642
8774
|
"name": "TrpcCallee",
|
|
8643
8775
|
"required": false,
|
|
@@ -8646,7 +8778,7 @@
|
|
|
8646
8778
|
{
|
|
8647
8779
|
"disabled": false,
|
|
8648
8780
|
"document": "TRPC calling service API, which is required when `ForwardType` is \"TRPC\". This is now only for internal usage.",
|
|
8649
|
-
"example": "
|
|
8781
|
+
"example": "TestFunc",
|
|
8650
8782
|
"member": "string",
|
|
8651
8783
|
"name": "TrpcFunc",
|
|
8652
8784
|
"required": false,
|
|
@@ -8895,6 +9027,15 @@
|
|
|
8895
9027
|
"required": true,
|
|
8896
9028
|
"type": "string"
|
|
8897
9029
|
},
|
|
9030
|
+
{
|
|
9031
|
+
"disabled": false,
|
|
9032
|
+
"document": "List of real servers for which to modify the weights",
|
|
9033
|
+
"example": "无",
|
|
9034
|
+
"member": "Target",
|
|
9035
|
+
"name": "Targets",
|
|
9036
|
+
"required": true,
|
|
9037
|
+
"type": "list"
|
|
9038
|
+
},
|
|
8898
9039
|
{
|
|
8899
9040
|
"disabled": false,
|
|
8900
9041
|
"document": "Forwarding rule ID. When binding a real server to a layer-7 forwarding rule, you must provide either this parameter or Domain+Url.",
|
|
@@ -8922,15 +9063,6 @@
|
|
|
8922
9063
|
"required": false,
|
|
8923
9064
|
"type": "string"
|
|
8924
9065
|
},
|
|
8925
|
-
{
|
|
8926
|
-
"disabled": false,
|
|
8927
|
-
"document": "List of real servers for which to modify the weights",
|
|
8928
|
-
"example": "无",
|
|
8929
|
-
"member": "Target",
|
|
8930
|
-
"name": "Targets",
|
|
8931
|
-
"required": false,
|
|
8932
|
-
"type": "list"
|
|
8933
|
-
},
|
|
8934
9066
|
{
|
|
8935
9067
|
"disabled": false,
|
|
8936
9068
|
"document": "New forwarding weight of a real server. Value range: 0-100. Default value: 10. If the Targets.Weight parameter is set, this parameter will not take effect.",
|
|
@@ -8965,8 +9097,7 @@
|
|
|
8965
9097
|
"member": "string",
|
|
8966
9098
|
"name": "SSLMode",
|
|
8967
9099
|
"required": true,
|
|
8968
|
-
"type": "string"
|
|
8969
|
-
"value_allowed_null": false
|
|
9100
|
+
"type": "string"
|
|
8970
9101
|
},
|
|
8971
9102
|
{
|
|
8972
9103
|
"disabled": false,
|
|
@@ -8975,8 +9106,16 @@
|
|
|
8975
9106
|
"member": "CertInfo",
|
|
8976
9107
|
"name": "CertList",
|
|
8977
9108
|
"required": true,
|
|
8978
|
-
"type": "list"
|
|
8979
|
-
|
|
9109
|
+
"type": "list"
|
|
9110
|
+
},
|
|
9111
|
+
{
|
|
9112
|
+
"disabled": false,
|
|
9113
|
+
"document": "Whether to enable client authentication for mutual authentication. ON: enable it; OPTIONAL: client certificate not required. Default value: ON.",
|
|
9114
|
+
"example": "ON",
|
|
9115
|
+
"member": "string",
|
|
9116
|
+
"name": "SSLVerifyClient",
|
|
9117
|
+
"required": false,
|
|
9118
|
+
"type": "string"
|
|
8980
9119
|
}
|
|
8981
9120
|
],
|
|
8982
9121
|
"usage": "in"
|
|
@@ -8993,7 +9132,7 @@
|
|
|
8993
9132
|
"output_required": false,
|
|
8994
9133
|
"required": false,
|
|
8995
9134
|
"type": "bool",
|
|
8996
|
-
"value_allowed_null":
|
|
9135
|
+
"value_allowed_null": false
|
|
8997
9136
|
},
|
|
8998
9137
|
{
|
|
8999
9138
|
"disabled": false,
|
|
@@ -9004,7 +9143,7 @@
|
|
|
9004
9143
|
"output_required": false,
|
|
9005
9144
|
"required": false,
|
|
9006
9145
|
"type": "string",
|
|
9007
|
-
"value_allowed_null":
|
|
9146
|
+
"value_allowed_null": false
|
|
9008
9147
|
}
|
|
9009
9148
|
],
|
|
9010
9149
|
"usage": "both"
|
|
@@ -9020,7 +9159,7 @@
|
|
|
9020
9159
|
"name": "InstancePrice",
|
|
9021
9160
|
"output_required": true,
|
|
9022
9161
|
"type": "object",
|
|
9023
|
-
"value_allowed_null":
|
|
9162
|
+
"value_allowed_null": false
|
|
9024
9163
|
},
|
|
9025
9164
|
{
|
|
9026
9165
|
"disabled": false,
|
|
@@ -9054,7 +9193,7 @@
|
|
|
9054
9193
|
"example": "TOTAL_OPEN_CLB_QUOTA",
|
|
9055
9194
|
"member": "string",
|
|
9056
9195
|
"name": "QuotaId",
|
|
9057
|
-
"
|
|
9196
|
+
"output_required": true,
|
|
9058
9197
|
"type": "string",
|
|
9059
9198
|
"value_allowed_null": false
|
|
9060
9199
|
},
|
|
@@ -9064,7 +9203,7 @@
|
|
|
9064
9203
|
"example": "null",
|
|
9065
9204
|
"member": "int64",
|
|
9066
9205
|
"name": "QuotaCurrent",
|
|
9067
|
-
"
|
|
9206
|
+
"output_required": true,
|
|
9068
9207
|
"type": "int",
|
|
9069
9208
|
"value_allowed_null": true
|
|
9070
9209
|
},
|
|
@@ -9074,7 +9213,7 @@
|
|
|
9074
9213
|
"example": "3",
|
|
9075
9214
|
"member": "int64",
|
|
9076
9215
|
"name": "QuotaLimit",
|
|
9077
|
-
"
|
|
9216
|
+
"output_required": true,
|
|
9078
9217
|
"type": "int",
|
|
9079
9218
|
"value_allowed_null": false
|
|
9080
9219
|
}
|
|
@@ -9159,7 +9298,7 @@
|
|
|
9159
9298
|
{
|
|
9160
9299
|
"disabled": false,
|
|
9161
9300
|
"document": "Target group ID",
|
|
9162
|
-
"example": "",
|
|
9301
|
+
"example": "lbtg-815iz538",
|
|
9163
9302
|
"member": "string",
|
|
9164
9303
|
"name": "TargetGroupId",
|
|
9165
9304
|
"required": true,
|
|
@@ -9168,7 +9307,7 @@
|
|
|
9168
9307
|
{
|
|
9169
9308
|
"disabled": false,
|
|
9170
9309
|
"document": "Server instance array",
|
|
9171
|
-
"example": "",
|
|
9310
|
+
"example": "无",
|
|
9172
9311
|
"member": "TargetGroupInstance",
|
|
9173
9312
|
"name": "TargetGroupInstances",
|
|
9174
9313
|
"required": true,
|
|
@@ -9303,7 +9442,7 @@
|
|
|
9303
9442
|
{
|
|
9304
9443
|
"disabled": false,
|
|
9305
9444
|
"document": "ID of the certificate to be replaced, which can be a server certificate or a client certificate.",
|
|
9306
|
-
"example": "",
|
|
9445
|
+
"example": "cuxw0123",
|
|
9307
9446
|
"member": "string",
|
|
9308
9447
|
"name": "OldCertificateId",
|
|
9309
9448
|
"required": true,
|
|
@@ -9312,7 +9451,7 @@
|
|
|
9312
9451
|
{
|
|
9313
9452
|
"disabled": false,
|
|
9314
9453
|
"document": "Information such as the content of the new certificate",
|
|
9315
|
-
"example": "",
|
|
9454
|
+
"example": "无",
|
|
9316
9455
|
"member": "CertificateInput",
|
|
9317
9456
|
"name": "Certificate",
|
|
9318
9457
|
"required": true,
|
|
@@ -9342,7 +9481,7 @@
|
|
|
9342
9481
|
"example": "CMCC",
|
|
9343
9482
|
"member": "string",
|
|
9344
9483
|
"name": "Type",
|
|
9345
|
-
"
|
|
9484
|
+
"output_required": true,
|
|
9346
9485
|
"type": "list",
|
|
9347
9486
|
"value_allowed_null": false
|
|
9348
9487
|
},
|
|
@@ -9352,7 +9491,7 @@
|
|
|
9352
9491
|
"example": "CMCC",
|
|
9353
9492
|
"member": "string",
|
|
9354
9493
|
"name": "Isp",
|
|
9355
|
-
"
|
|
9494
|
+
"output_required": true,
|
|
9356
9495
|
"type": "string",
|
|
9357
9496
|
"value_allowed_null": false
|
|
9358
9497
|
},
|
|
@@ -9362,9 +9501,9 @@
|
|
|
9362
9501
|
"example": "无",
|
|
9363
9502
|
"member": "ResourceAvailability",
|
|
9364
9503
|
"name": "AvailabilitySet",
|
|
9365
|
-
"
|
|
9504
|
+
"output_required": true,
|
|
9366
9505
|
"type": "list",
|
|
9367
|
-
"value_allowed_null":
|
|
9506
|
+
"value_allowed_null": false
|
|
9368
9507
|
},
|
|
9369
9508
|
{
|
|
9370
9509
|
"disabled": false,
|
|
@@ -9372,9 +9511,9 @@
|
|
|
9372
9511
|
"example": "无",
|
|
9373
9512
|
"member": "TypeInfo",
|
|
9374
9513
|
"name": "TypeSet",
|
|
9375
|
-
"
|
|
9514
|
+
"output_required": true,
|
|
9376
9515
|
"type": "list",
|
|
9377
|
-
"value_allowed_null":
|
|
9516
|
+
"value_allowed_null": false
|
|
9378
9517
|
}
|
|
9379
9518
|
],
|
|
9380
9519
|
"usage": "out"
|
|
@@ -9411,7 +9550,7 @@
|
|
|
9411
9550
|
{
|
|
9412
9551
|
"disabled": false,
|
|
9413
9552
|
"document": "Source forwarding rule ID",
|
|
9414
|
-
"example": "
|
|
9553
|
+
"example": "loc-i82k****",
|
|
9415
9554
|
"member": "string",
|
|
9416
9555
|
"name": "SourceLocationId",
|
|
9417
9556
|
"required": true,
|
|
@@ -9420,7 +9559,7 @@
|
|
|
9420
9559
|
{
|
|
9421
9560
|
"disabled": false,
|
|
9422
9561
|
"document": "ID of the forwarding rule of the destination",
|
|
9423
|
-
"example": "
|
|
9562
|
+
"example": "loc-lavx****",
|
|
9424
9563
|
"member": "string",
|
|
9425
9564
|
"name": "TargetLocationId",
|
|
9426
9565
|
"required": true,
|
|
@@ -9429,7 +9568,7 @@
|
|
|
9429
9568
|
{
|
|
9430
9569
|
"disabled": false,
|
|
9431
9570
|
"document": "Redirection status code. Valid values: 301, 302, and 307.",
|
|
9432
|
-
"example": "
|
|
9571
|
+
"example": "302",
|
|
9433
9572
|
"member": "int64",
|
|
9434
9573
|
"name": "RewriteCode",
|
|
9435
9574
|
"required": false,
|
|
@@ -9438,7 +9577,7 @@
|
|
|
9438
9577
|
{
|
|
9439
9578
|
"disabled": false,
|
|
9440
9579
|
"document": "Whether the matched URL is carried in redirection. It is required when configuring `RewriteCode`.",
|
|
9441
|
-
"example": "
|
|
9580
|
+
"example": "true",
|
|
9442
9581
|
"member": "bool",
|
|
9443
9582
|
"name": "TakeUrl",
|
|
9444
9583
|
"required": false,
|
|
@@ -9447,7 +9586,7 @@
|
|
|
9447
9586
|
{
|
|
9448
9587
|
"disabled": false,
|
|
9449
9588
|
"document": "Original domain name of redirection, which must be the corresponding domain name of `SourceLocationId`. It is required when configuring `RewriteCode`.",
|
|
9450
|
-
"example": "
|
|
9589
|
+
"example": "xxx.com",
|
|
9451
9590
|
"member": "string",
|
|
9452
9591
|
"name": "SourceDomain",
|
|
9453
9592
|
"required": false,
|
|
@@ -9462,52 +9601,52 @@
|
|
|
9462
9601
|
{
|
|
9463
9602
|
"disabled": false,
|
|
9464
9603
|
"document": "Listener ID of a redirect target\nNote: This field may return null, indicating that there is no redirection.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
9465
|
-
"example": "",
|
|
9604
|
+
"example": "lbl-q471xxxx",
|
|
9466
9605
|
"member": "string",
|
|
9467
9606
|
"name": "TargetListenerId",
|
|
9468
|
-
"
|
|
9607
|
+
"output_required": true,
|
|
9469
9608
|
"type": "string",
|
|
9470
9609
|
"value_allowed_null": true
|
|
9471
9610
|
},
|
|
9472
9611
|
{
|
|
9473
9612
|
"disabled": false,
|
|
9474
9613
|
"document": "Forwarding rule ID of a redirect target\nNote: This field may return null, indicating that there is no redirection.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
9475
|
-
"example": "",
|
|
9614
|
+
"example": "loc-188pxxxx",
|
|
9476
9615
|
"member": "string",
|
|
9477
9616
|
"name": "TargetLocationId",
|
|
9478
|
-
"
|
|
9617
|
+
"output_required": true,
|
|
9479
9618
|
"type": "string",
|
|
9480
9619
|
"value_allowed_null": true
|
|
9481
9620
|
},
|
|
9482
9621
|
{
|
|
9483
9622
|
"disabled": false,
|
|
9484
9623
|
"document": "Redirection status code\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
9485
|
-
"example": "",
|
|
9624
|
+
"example": "302",
|
|
9486
9625
|
"member": "int64",
|
|
9487
9626
|
"name": "RewriteCode",
|
|
9488
|
-
"
|
|
9627
|
+
"output_required": true,
|
|
9489
9628
|
"type": "int",
|
|
9490
|
-
"value_allowed_null":
|
|
9629
|
+
"value_allowed_null": false
|
|
9491
9630
|
},
|
|
9492
9631
|
{
|
|
9493
9632
|
"disabled": false,
|
|
9494
9633
|
"document": "Whether the matched URL is carried in redirection.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
9495
|
-
"example": "",
|
|
9634
|
+
"example": "true",
|
|
9496
9635
|
"member": "bool",
|
|
9497
9636
|
"name": "TakeUrl",
|
|
9498
|
-
"
|
|
9637
|
+
"output_required": true,
|
|
9499
9638
|
"type": "bool",
|
|
9500
|
-
"value_allowed_null":
|
|
9639
|
+
"value_allowed_null": false
|
|
9501
9640
|
},
|
|
9502
9641
|
{
|
|
9503
9642
|
"disabled": false,
|
|
9504
9643
|
"document": "Redirection type. Manual: manual redirection; Auto: automatic redirection.\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
9505
|
-
"example": "",
|
|
9644
|
+
"example": "Auto",
|
|
9506
9645
|
"member": "string",
|
|
9507
9646
|
"name": "RewriteType",
|
|
9508
|
-
"
|
|
9647
|
+
"output_required": true,
|
|
9509
9648
|
"type": "string",
|
|
9510
|
-
"value_allowed_null":
|
|
9649
|
+
"value_allowed_null": false
|
|
9511
9650
|
}
|
|
9512
9651
|
],
|
|
9513
9652
|
"usage": "out"
|
|
@@ -9545,7 +9684,7 @@
|
|
|
9545
9684
|
{
|
|
9546
9685
|
"disabled": false,
|
|
9547
9686
|
"document": "Modified tag of the real server. This parameter has a lower priority than the Tag parameter in the aforementioned [Target](https://intl.cloud.tencent.com/document/api/214/30694?from_cn_redirect=1#Target). The final tag value is based on the Tag parameter in the Target. The Tag parameter in RsTagRule will be used only when the Weight parameter in the Target is empty.",
|
|
9548
|
-
"example": "
|
|
9687
|
+
"example": "tag_target",
|
|
9549
9688
|
"member": "string",
|
|
9550
9689
|
"name": "Tag",
|
|
9551
9690
|
"required": false,
|
|
@@ -9564,8 +9703,7 @@
|
|
|
9564
9703
|
"member": "string",
|
|
9565
9704
|
"name": "ListenerId",
|
|
9566
9705
|
"required": true,
|
|
9567
|
-
"type": "string"
|
|
9568
|
-
"value_allowed_null": false
|
|
9706
|
+
"type": "string"
|
|
9569
9707
|
},
|
|
9570
9708
|
{
|
|
9571
9709
|
"disabled": false,
|
|
@@ -9574,8 +9712,7 @@
|
|
|
9574
9712
|
"member": "Target",
|
|
9575
9713
|
"name": "Targets",
|
|
9576
9714
|
"required": true,
|
|
9577
|
-
"type": "list"
|
|
9578
|
-
"value_allowed_null": false
|
|
9715
|
+
"type": "list"
|
|
9579
9716
|
},
|
|
9580
9717
|
{
|
|
9581
9718
|
"disabled": false,
|
|
@@ -9584,28 +9721,25 @@
|
|
|
9584
9721
|
"member": "string",
|
|
9585
9722
|
"name": "LocationId",
|
|
9586
9723
|
"required": false,
|
|
9587
|
-
"type": "string"
|
|
9588
|
-
"value_allowed_null": false
|
|
9724
|
+
"type": "string"
|
|
9589
9725
|
},
|
|
9590
9726
|
{
|
|
9591
|
-
"disabled":
|
|
9727
|
+
"disabled": true,
|
|
9592
9728
|
"document": "Target rule domain name. This parameter does not take effect if LocationId is specified",
|
|
9593
9729
|
"example": "www.demo.example.com",
|
|
9594
9730
|
"member": "string",
|
|
9595
9731
|
"name": "Domain",
|
|
9596
9732
|
"required": false,
|
|
9597
|
-
"type": "string"
|
|
9598
|
-
"value_allowed_null": false
|
|
9733
|
+
"type": "string"
|
|
9599
9734
|
},
|
|
9600
9735
|
{
|
|
9601
|
-
"disabled":
|
|
9736
|
+
"disabled": true,
|
|
9602
9737
|
"document": "Target rule URL. This parameter does not take effect if LocationId is specified",
|
|
9603
9738
|
"example": "/index",
|
|
9604
9739
|
"member": "string",
|
|
9605
9740
|
"name": "Url",
|
|
9606
9741
|
"required": false,
|
|
9607
|
-
"type": "string"
|
|
9608
|
-
"value_allowed_null": false
|
|
9742
|
+
"type": "string"
|
|
9609
9743
|
},
|
|
9610
9744
|
{
|
|
9611
9745
|
"disabled": false,
|
|
@@ -9614,8 +9748,7 @@
|
|
|
9614
9748
|
"member": "int64",
|
|
9615
9749
|
"name": "Weight",
|
|
9616
9750
|
"required": false,
|
|
9617
|
-
"type": "int"
|
|
9618
|
-
"value_allowed_null": false
|
|
9751
|
+
"type": "int"
|
|
9619
9752
|
}
|
|
9620
9753
|
],
|
|
9621
9754
|
"usage": "in"
|
|
@@ -9626,42 +9759,42 @@
|
|
|
9626
9759
|
{
|
|
9627
9760
|
"disabled": false,
|
|
9628
9761
|
"document": "Forwarding rule ID",
|
|
9629
|
-
"example": "",
|
|
9762
|
+
"example": "loc-lmf0xxxx",
|
|
9630
9763
|
"member": "string",
|
|
9631
9764
|
"name": "LocationId",
|
|
9632
|
-
"
|
|
9765
|
+
"output_required": true,
|
|
9633
9766
|
"type": "string",
|
|
9634
9767
|
"value_allowed_null": false
|
|
9635
9768
|
},
|
|
9636
9769
|
{
|
|
9637
9770
|
"disabled": false,
|
|
9638
9771
|
"document": "Domain name of the forwarding rule\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
9639
|
-
"example": "",
|
|
9772
|
+
"example": "test.clb.cloud.tencent.com",
|
|
9640
9773
|
"member": "string",
|
|
9641
9774
|
"name": "Domain",
|
|
9642
|
-
"
|
|
9775
|
+
"output_required": true,
|
|
9643
9776
|
"type": "string",
|
|
9644
9777
|
"value_allowed_null": true
|
|
9645
9778
|
},
|
|
9646
9779
|
{
|
|
9647
9780
|
"disabled": false,
|
|
9648
9781
|
"document": "Forwarding rule Url\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
9649
|
-
"example": "",
|
|
9782
|
+
"example": "/health",
|
|
9650
9783
|
"member": "string",
|
|
9651
9784
|
"name": "Url",
|
|
9652
|
-
"
|
|
9785
|
+
"output_required": true,
|
|
9653
9786
|
"type": "string",
|
|
9654
9787
|
"value_allowed_null": true
|
|
9655
9788
|
},
|
|
9656
9789
|
{
|
|
9657
9790
|
"disabled": false,
|
|
9658
9791
|
"document": "Health status of the real server bound to this rule\nNote: this field may return `null`, indicating that no valid values can be obtained.",
|
|
9659
|
-
"example": "",
|
|
9792
|
+
"example": "None",
|
|
9660
9793
|
"member": "TargetHealth",
|
|
9661
9794
|
"name": "Targets",
|
|
9662
|
-
"
|
|
9795
|
+
"output_required": true,
|
|
9663
9796
|
"type": "list",
|
|
9664
|
-
"value_allowed_null":
|
|
9797
|
+
"value_allowed_null": false
|
|
9665
9798
|
}
|
|
9666
9799
|
],
|
|
9667
9800
|
"usage": "out"
|
|
@@ -9699,7 +9832,7 @@
|
|
|
9699
9832
|
{
|
|
9700
9833
|
"disabled": false,
|
|
9701
9834
|
"document": "Health check information. For more information, please see [Health Check](https://intl.cloud.tencent.com/document/product/214/6097?from_cn_redirect=1)",
|
|
9702
|
-
"example": "
|
|
9835
|
+
"example": "无",
|
|
9703
9836
|
"member": "HealthCheck",
|
|
9704
9837
|
"name": "HealthCheck",
|
|
9705
9838
|
"required": false,
|
|
@@ -9708,7 +9841,7 @@
|
|
|
9708
9841
|
{
|
|
9709
9842
|
"disabled": false,
|
|
9710
9843
|
"document": "Certificate information. `Certificate` and `MultiCertInfo` cannot be specified at the same time. ",
|
|
9711
|
-
"example": "
|
|
9844
|
+
"example": "无",
|
|
9712
9845
|
"member": "CertificateInput",
|
|
9713
9846
|
"name": "Certificate",
|
|
9714
9847
|
"required": false,
|
|
@@ -9828,7 +9961,7 @@
|
|
|
9828
9961
|
"name": "Domain",
|
|
9829
9962
|
"output_required": true,
|
|
9830
9963
|
"type": "string",
|
|
9831
|
-
"value_allowed_null":
|
|
9964
|
+
"value_allowed_null": false
|
|
9832
9965
|
},
|
|
9833
9966
|
{
|
|
9834
9967
|
"disabled": false,
|
|
@@ -9838,7 +9971,7 @@
|
|
|
9838
9971
|
"name": "Url",
|
|
9839
9972
|
"output_required": true,
|
|
9840
9973
|
"type": "string",
|
|
9841
|
-
"value_allowed_null":
|
|
9974
|
+
"value_allowed_null": false
|
|
9842
9975
|
},
|
|
9843
9976
|
{
|
|
9844
9977
|
"disabled": false,
|
|
@@ -9858,7 +9991,7 @@
|
|
|
9858
9991
|
"name": "HealthCheck",
|
|
9859
9992
|
"output_required": true,
|
|
9860
9993
|
"type": "object",
|
|
9861
|
-
"value_allowed_null":
|
|
9994
|
+
"value_allowed_null": false
|
|
9862
9995
|
},
|
|
9863
9996
|
{
|
|
9864
9997
|
"disabled": false,
|
|
@@ -9898,7 +10031,7 @@
|
|
|
9898
10031
|
"name": "RewriteTarget",
|
|
9899
10032
|
"output_required": true,
|
|
9900
10033
|
"type": "object",
|
|
9901
|
-
"value_allowed_null":
|
|
10034
|
+
"value_allowed_null": false
|
|
9902
10035
|
},
|
|
9903
10036
|
{
|
|
9904
10037
|
"disabled": false,
|
|
@@ -9983,32 +10116,32 @@
|
|
|
9983
10116
|
{
|
|
9984
10117
|
"disabled": false,
|
|
9985
10118
|
"document": "WAF instance ID\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
9986
|
-
"example": "
|
|
10119
|
+
"example": "waf-VuDdHZo4",
|
|
9987
10120
|
"member": "string",
|
|
9988
10121
|
"name": "WafDomainId",
|
|
9989
10122
|
"output_required": true,
|
|
9990
10123
|
"type": "string",
|
|
9991
|
-
"value_allowed_null":
|
|
10124
|
+
"value_allowed_null": false
|
|
9992
10125
|
},
|
|
9993
10126
|
{
|
|
9994
10127
|
"disabled": false,
|
|
9995
10128
|
"document": "TRPC callee server route, which is valid when `ForwardType` is `TRPC`. This is now only for internal usage.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
9996
|
-
"example": "
|
|
10129
|
+
"example": "vpc",
|
|
9997
10130
|
"member": "string",
|
|
9998
10131
|
"name": "TrpcCallee",
|
|
9999
10132
|
"output_required": true,
|
|
10000
10133
|
"type": "string",
|
|
10001
|
-
"value_allowed_null":
|
|
10134
|
+
"value_allowed_null": false
|
|
10002
10135
|
},
|
|
10003
10136
|
{
|
|
10004
10137
|
"disabled": false,
|
|
10005
10138
|
"document": "TRPC calling service API, which is valid when `ForwardType` is `TRPC`. This is now only for internal usage.\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
10006
|
-
"example": "
|
|
10139
|
+
"example": "testFunc",
|
|
10007
10140
|
"member": "string",
|
|
10008
10141
|
"name": "TrpcFunc",
|
|
10009
10142
|
"output_required": true,
|
|
10010
10143
|
"type": "string",
|
|
10011
|
-
"value_allowed_null":
|
|
10144
|
+
"value_allowed_null": false
|
|
10012
10145
|
},
|
|
10013
10146
|
{
|
|
10014
10147
|
"disabled": false,
|
|
@@ -10018,7 +10151,7 @@
|
|
|
10018
10151
|
"name": "QuicStatus",
|
|
10019
10152
|
"output_required": true,
|
|
10020
10153
|
"type": "string",
|
|
10021
|
-
"value_allowed_null":
|
|
10154
|
+
"value_allowed_null": false
|
|
10022
10155
|
},
|
|
10023
10156
|
{
|
|
10024
10157
|
"disabled": false,
|
|
@@ -10028,12 +10161,12 @@
|
|
|
10028
10161
|
"name": "Domains",
|
|
10029
10162
|
"output_required": true,
|
|
10030
10163
|
"type": "list",
|
|
10031
|
-
"value_allowed_null":
|
|
10164
|
+
"value_allowed_null": false
|
|
10032
10165
|
},
|
|
10033
10166
|
{
|
|
10034
10167
|
"disabled": false,
|
|
10035
10168
|
"document": "List of bound target groups\nNote: This field may return `null`, indicating that no valid values can be obtained.",
|
|
10036
|
-
"example": "
|
|
10169
|
+
"example": "无",
|
|
10037
10170
|
"member": "BasicTargetGroupInfo",
|
|
10038
10171
|
"name": "TargetGroupList",
|
|
10039
10172
|
"output_required": true,
|
|
@@ -10048,7 +10181,7 @@
|
|
|
10048
10181
|
"name": "OAuth",
|
|
10049
10182
|
"output_required": false,
|
|
10050
10183
|
"type": "object",
|
|
10051
|
-
"value_allowed_null":
|
|
10184
|
+
"value_allowed_null": false
|
|
10052
10185
|
}
|
|
10053
10186
|
],
|
|
10054
10187
|
"usage": "out"
|
|
@@ -10059,30 +10192,30 @@
|
|
|
10059
10192
|
{
|
|
10060
10193
|
"disabled": false,
|
|
10061
10194
|
"document": "Forwarding rule ID",
|
|
10062
|
-
"example": "
|
|
10195
|
+
"example": "loc-i82k****",
|
|
10063
10196
|
"member": "string",
|
|
10064
10197
|
"name": "LocationId",
|
|
10065
|
-
"
|
|
10198
|
+
"output_required": true,
|
|
10066
10199
|
"type": "string",
|
|
10067
10200
|
"value_allowed_null": false
|
|
10068
10201
|
},
|
|
10069
10202
|
{
|
|
10070
10203
|
"disabled": false,
|
|
10071
10204
|
"document": "Domain name of the forwarding rule",
|
|
10072
|
-
"example": "
|
|
10205
|
+
"example": "xxx.com",
|
|
10073
10206
|
"member": "string",
|
|
10074
10207
|
"name": "Domain",
|
|
10075
|
-
"
|
|
10208
|
+
"output_required": true,
|
|
10076
10209
|
"type": "string",
|
|
10077
10210
|
"value_allowed_null": false
|
|
10078
10211
|
},
|
|
10079
10212
|
{
|
|
10080
10213
|
"disabled": false,
|
|
10081
10214
|
"document": "Forwarding rule path.",
|
|
10082
|
-
"example": "
|
|
10215
|
+
"example": "/xxx",
|
|
10083
10216
|
"member": "string",
|
|
10084
10217
|
"name": "Url",
|
|
10085
|
-
"
|
|
10218
|
+
"output_required": true,
|
|
10086
10219
|
"type": "string",
|
|
10087
10220
|
"value_allowed_null": false
|
|
10088
10221
|
},
|
|
@@ -10092,9 +10225,9 @@
|
|
|
10092
10225
|
"example": "无",
|
|
10093
10226
|
"member": "Backend",
|
|
10094
10227
|
"name": "Targets",
|
|
10095
|
-
"
|
|
10228
|
+
"output_required": true,
|
|
10096
10229
|
"type": "list",
|
|
10097
|
-
"value_allowed_null":
|
|
10230
|
+
"value_allowed_null": false
|
|
10098
10231
|
},
|
|
10099
10232
|
{
|
|
10100
10233
|
"disabled": false,
|
|
@@ -10102,9 +10235,9 @@
|
|
|
10102
10235
|
"example": "无",
|
|
10103
10236
|
"member": "FunctionTarget",
|
|
10104
10237
|
"name": "FunctionTargets",
|
|
10105
|
-
"
|
|
10238
|
+
"output_required": true,
|
|
10106
10239
|
"type": "list",
|
|
10107
|
-
"value_allowed_null":
|
|
10240
|
+
"value_allowed_null": false
|
|
10108
10241
|
}
|
|
10109
10242
|
],
|
|
10110
10243
|
"usage": "out"
|
|
@@ -10115,40 +10248,40 @@
|
|
|
10115
10248
|
{
|
|
10116
10249
|
"disabled": false,
|
|
10117
10250
|
"document": "Rule ID.",
|
|
10118
|
-
"example": "",
|
|
10251
|
+
"example": "loc-lmf0xxxx",
|
|
10119
10252
|
"member": "string",
|
|
10120
10253
|
"name": "LocationId",
|
|
10121
|
-
"
|
|
10254
|
+
"output_required": true,
|
|
10122
10255
|
"type": "string",
|
|
10123
10256
|
"value_allowed_null": false
|
|
10124
10257
|
},
|
|
10125
10258
|
{
|
|
10126
10259
|
"disabled": false,
|
|
10127
10260
|
"document": "Domain name.",
|
|
10128
|
-
"example": "",
|
|
10261
|
+
"example": "test.clb.cloud.tencent.com",
|
|
10129
10262
|
"member": "string",
|
|
10130
10263
|
"name": "Domain",
|
|
10131
|
-
"
|
|
10264
|
+
"output_required": true,
|
|
10132
10265
|
"type": "string",
|
|
10133
10266
|
"value_allowed_null": false
|
|
10134
10267
|
},
|
|
10135
10268
|
{
|
|
10136
10269
|
"disabled": false,
|
|
10137
10270
|
"document": "Uri",
|
|
10138
|
-
"example": "",
|
|
10271
|
+
"example": "/rules",
|
|
10139
10272
|
"member": "string",
|
|
10140
10273
|
"name": "Url",
|
|
10141
|
-
"
|
|
10274
|
+
"output_required": true,
|
|
10142
10275
|
"type": "string",
|
|
10143
10276
|
"value_allowed_null": false
|
|
10144
10277
|
},
|
|
10145
10278
|
{
|
|
10146
10279
|
"disabled": false,
|
|
10147
10280
|
"document": "Object bound to the real server.",
|
|
10148
|
-
"example": "",
|
|
10281
|
+
"example": "无",
|
|
10149
10282
|
"member": "LbRsTargets",
|
|
10150
10283
|
"name": "Targets",
|
|
10151
|
-
"
|
|
10284
|
+
"output_required": true,
|
|
10152
10285
|
"type": "list",
|
|
10153
10286
|
"value_allowed_null": false
|
|
10154
10287
|
}
|
|
@@ -10215,7 +10348,7 @@
|
|
|
10215
10348
|
"example": "pz-1234abcd",
|
|
10216
10349
|
"member": "string",
|
|
10217
10350
|
"name": "ConfigId",
|
|
10218
|
-
"
|
|
10351
|
+
"output_required": true,
|
|
10219
10352
|
"type": "string",
|
|
10220
10353
|
"value_allowed_null": false
|
|
10221
10354
|
},
|
|
@@ -10243,7 +10376,7 @@
|
|
|
10243
10376
|
{
|
|
10244
10377
|
"disabled": false,
|
|
10245
10378
|
"document": "Logset ID of the Cloud Log Service (CLS).<li>When adding or updating a log topic, call the [DescribeLogsets](https://intl.cloud.tencent.com/document/product/614/58624?from_cn_redirect=1) API to obtain the logset ID.</li><li>When deleting a log topic, set this parameter to null.</li>",
|
|
10246
|
-
"example": "
|
|
10379
|
+
"example": "ac251c08-778c-4fbc-981b-4898dd48d928",
|
|
10247
10380
|
"member": "string",
|
|
10248
10381
|
"name": "LogSetId",
|
|
10249
10382
|
"required": true,
|
|
@@ -10252,7 +10385,7 @@
|
|
|
10252
10385
|
{
|
|
10253
10386
|
"disabled": false,
|
|
10254
10387
|
"document": "Log topic ID of the CLS.<li>When adding or updating a log topic, call the [DescribeTopics](https://intl.cloud.tencent.com/document/product/614/56454?from_cn_redirect=1) API to obtain the log topic ID.</li><li>When deleting a log topic, set this parameter to null.</li>",
|
|
10255
|
-
"example": "
|
|
10388
|
+
"example": "f43636fe-06fc-417b-9349-da4bc8a03745",
|
|
10256
10389
|
"member": "string",
|
|
10257
10390
|
"name": "LogTopicId",
|
|
10258
10391
|
"required": true,
|
|
@@ -10288,7 +10421,7 @@
|
|
|
10288
10421
|
{
|
|
10289
10422
|
"disabled": false,
|
|
10290
10423
|
"document": "CLB instance ID",
|
|
10291
|
-
"example": "",
|
|
10424
|
+
"example": "lb-cuxw2r00",
|
|
10292
10425
|
"member": "string",
|
|
10293
10426
|
"name": "LoadBalancerId",
|
|
10294
10427
|
"required": true,
|
|
@@ -10297,7 +10430,7 @@
|
|
|
10297
10430
|
{
|
|
10298
10431
|
"disabled": false,
|
|
10299
10432
|
"document": "Array of security group IDs. One CLB instance can be bound to up to 50 security groups. If you want to unbind all security groups, you do not need to pass in this parameter, or you can pass in an empty array.",
|
|
10300
|
-
"example": "",
|
|
10433
|
+
"example": "[\"sg-0936o7sd\",\"sg-12345678\"]",
|
|
10301
10434
|
"member": "string",
|
|
10302
10435
|
"name": "SecurityGroups",
|
|
10303
10436
|
"required": false,
|
|
@@ -10333,7 +10466,7 @@
|
|
|
10333
10466
|
{
|
|
10334
10467
|
"disabled": false,
|
|
10335
10468
|
"document": "CLB instance ID.",
|
|
10336
|
-
"example": "
|
|
10469
|
+
"example": "lb-hwdt33e0",
|
|
10337
10470
|
"member": "string",
|
|
10338
10471
|
"name": "LoadBalancerId",
|
|
10339
10472
|
"required": true,
|
|
@@ -10342,7 +10475,7 @@
|
|
|
10342
10475
|
{
|
|
10343
10476
|
"disabled": false,
|
|
10344
10477
|
"document": "Listener ID. If this field is empty, it indicates operating the CLB instance; if not empty, it indicates operating the listener.",
|
|
10345
|
-
"example": "[\"lbl-
|
|
10478
|
+
"example": "[\"lbl-amze00hu\"]",
|
|
10346
10479
|
"member": "string",
|
|
10347
10480
|
"name": "ListenerIds",
|
|
10348
10481
|
"required": false,
|
|
@@ -10369,7 +10502,7 @@
|
|
|
10369
10502
|
{
|
|
10370
10503
|
"disabled": false,
|
|
10371
10504
|
"document": "Security group ID, such as sg-12345678",
|
|
10372
|
-
"example": "",
|
|
10505
|
+
"example": "sg-12345678",
|
|
10373
10506
|
"member": "string",
|
|
10374
10507
|
"name": "SecurityGroup",
|
|
10375
10508
|
"required": true,
|
|
@@ -10378,7 +10511,7 @@
|
|
|
10378
10511
|
{
|
|
10379
10512
|
"disabled": false,
|
|
10380
10513
|
"document": "ADD: bind a security group;\nDEL: unbind a security group",
|
|
10381
|
-
"example": "",
|
|
10514
|
+
"example": "ADD",
|
|
10382
10515
|
"member": "string",
|
|
10383
10516
|
"name": "OperationType",
|
|
10384
10517
|
"required": true,
|
|
@@ -10387,7 +10520,7 @@
|
|
|
10387
10520
|
{
|
|
10388
10521
|
"disabled": false,
|
|
10389
10522
|
"document": "Array of CLB instance IDs",
|
|
10390
|
-
"example": "",
|
|
10523
|
+
"example": "[\"lb-0936o712\",\"lb-tttt5555\"]",
|
|
10391
10524
|
"member": "string",
|
|
10392
10525
|
"name": "LoadBalancerIds",
|
|
10393
10526
|
"required": true,
|
|
@@ -10414,7 +10547,7 @@
|
|
|
10414
10547
|
{
|
|
10415
10548
|
"disabled": false,
|
|
10416
10549
|
"document": "ID of the CLB instance",
|
|
10417
|
-
"example": "lb-
|
|
10550
|
+
"example": "lb-57x2wzka",
|
|
10418
10551
|
"member": "string",
|
|
10419
10552
|
"name": "LoadBalancerId",
|
|
10420
10553
|
"required": true,
|
|
@@ -10423,7 +10556,7 @@
|
|
|
10423
10556
|
{
|
|
10424
10557
|
"disabled": false,
|
|
10425
10558
|
"document": "Specification of the LCU-supported instance. Valid values:<li> clb.c2.medium: Standard </li><li> clb.c3.small: Advanced 1 </li><li> clb.c3.medium: Advanced 2 </li><li> clb.c4.small: Super Large 1 </li><li> clb.c4.medium: Super Large 2 </li><li> clb.c4.large: Super Large 3 </li><li> clb.c4.xlarge: Super Large 4 </li> For specification details, see [Instance Specifications Comparison](https://intl.cloud.tencent.com/document/product/214/84689?from_cn_redirect=1).",
|
|
10426
|
-
"example": "
|
|
10559
|
+
"example": "clb.c4.xlarge",
|
|
10427
10560
|
"member": "string",
|
|
10428
10561
|
"name": "SlaType",
|
|
10429
10562
|
"required": true,
|
|
@@ -10471,7 +10604,7 @@
|
|
|
10471
10604
|
"name": "SpecType",
|
|
10472
10605
|
"output_required": true,
|
|
10473
10606
|
"type": "string",
|
|
10474
|
-
"value_allowed_null":
|
|
10607
|
+
"value_allowed_null": false
|
|
10475
10608
|
},
|
|
10476
10609
|
{
|
|
10477
10610
|
"disabled": false,
|
|
@@ -10481,7 +10614,7 @@
|
|
|
10481
10614
|
"name": "Availability",
|
|
10482
10615
|
"output_required": true,
|
|
10483
10616
|
"type": "string",
|
|
10484
|
-
"value_allowed_null":
|
|
10617
|
+
"value_allowed_null": false
|
|
10485
10618
|
}
|
|
10486
10619
|
],
|
|
10487
10620
|
"usage": "out"
|
|
@@ -10526,7 +10659,7 @@
|
|
|
10526
10659
|
"output_required": true,
|
|
10527
10660
|
"required": true,
|
|
10528
10661
|
"type": "int",
|
|
10529
|
-
"value_allowed_null":
|
|
10662
|
+
"value_allowed_null": false
|
|
10530
10663
|
},
|
|
10531
10664
|
{
|
|
10532
10665
|
"disabled": false,
|
|
@@ -10537,7 +10670,7 @@
|
|
|
10537
10670
|
"output_required": true,
|
|
10538
10671
|
"required": false,
|
|
10539
10672
|
"type": "string",
|
|
10540
|
-
"value_allowed_null":
|
|
10673
|
+
"value_allowed_null": false
|
|
10541
10674
|
},
|
|
10542
10675
|
{
|
|
10543
10676
|
"disabled": false,
|
|
@@ -10548,7 +10681,7 @@
|
|
|
10548
10681
|
"output_required": true,
|
|
10549
10682
|
"required": false,
|
|
10550
10683
|
"type": "string",
|
|
10551
|
-
"value_allowed_null":
|
|
10684
|
+
"value_allowed_null": false
|
|
10552
10685
|
},
|
|
10553
10686
|
{
|
|
10554
10687
|
"disabled": false,
|
|
@@ -10570,18 +10703,18 @@
|
|
|
10570
10703
|
"output_required": true,
|
|
10571
10704
|
"required": false,
|
|
10572
10705
|
"type": "string",
|
|
10573
|
-
"value_allowed_null":
|
|
10706
|
+
"value_allowed_null": false
|
|
10574
10707
|
},
|
|
10575
10708
|
{
|
|
10576
10709
|
"disabled": false,
|
|
10577
10710
|
"document": "Tag.Note: This field may return null, indicating that no valid values can be obtained.",
|
|
10578
|
-
"example": "
|
|
10711
|
+
"example": "tag_taget",
|
|
10579
10712
|
"member": "string",
|
|
10580
10713
|
"name": "Tag",
|
|
10581
10714
|
"output_required": false,
|
|
10582
10715
|
"required": false,
|
|
10583
10716
|
"type": "string",
|
|
10584
|
-
"value_allowed_null":
|
|
10717
|
+
"value_allowed_null": false
|
|
10585
10718
|
}
|
|
10586
10719
|
],
|
|
10587
10720
|
"usage": "both"
|
|
@@ -10646,7 +10779,7 @@
|
|
|
10646
10779
|
"example": "lbtg-5f37****",
|
|
10647
10780
|
"member": "string",
|
|
10648
10781
|
"name": "TargetGroupId",
|
|
10649
|
-
"
|
|
10782
|
+
"output_required": true,
|
|
10650
10783
|
"type": "string",
|
|
10651
10784
|
"value_allowed_null": false
|
|
10652
10785
|
},
|
|
@@ -10656,7 +10789,7 @@
|
|
|
10656
10789
|
"example": "CVM",
|
|
10657
10790
|
"member": "string",
|
|
10658
10791
|
"name": "Type",
|
|
10659
|
-
"
|
|
10792
|
+
"output_required": true,
|
|
10660
10793
|
"type": "string",
|
|
10661
10794
|
"value_allowed_null": false
|
|
10662
10795
|
},
|
|
@@ -10666,7 +10799,7 @@
|
|
|
10666
10799
|
"example": "ins-2bei****",
|
|
10667
10800
|
"member": "string",
|
|
10668
10801
|
"name": "InstanceId",
|
|
10669
|
-
"
|
|
10802
|
+
"output_required": true,
|
|
10670
10803
|
"type": "string",
|
|
10671
10804
|
"value_allowed_null": false
|
|
10672
10805
|
},
|
|
@@ -10676,7 +10809,7 @@
|
|
|
10676
10809
|
"example": "80",
|
|
10677
10810
|
"member": "uint64",
|
|
10678
10811
|
"name": "Port",
|
|
10679
|
-
"
|
|
10812
|
+
"output_required": true,
|
|
10680
10813
|
"type": "int",
|
|
10681
10814
|
"value_allowed_null": false
|
|
10682
10815
|
},
|
|
@@ -10686,7 +10819,7 @@
|
|
|
10686
10819
|
"example": "10",
|
|
10687
10820
|
"member": "uint64",
|
|
10688
10821
|
"name": "Weight",
|
|
10689
|
-
"
|
|
10822
|
+
"output_required": true,
|
|
10690
10823
|
"type": "int",
|
|
10691
10824
|
"value_allowed_null": false
|
|
10692
10825
|
},
|
|
@@ -10696,9 +10829,9 @@
|
|
|
10696
10829
|
"example": "[1.1.1.1]",
|
|
10697
10830
|
"member": "string",
|
|
10698
10831
|
"name": "PublicIpAddresses",
|
|
10699
|
-
"
|
|
10832
|
+
"output_required": true,
|
|
10700
10833
|
"type": "list",
|
|
10701
|
-
"value_allowed_null":
|
|
10834
|
+
"value_allowed_null": false
|
|
10702
10835
|
},
|
|
10703
10836
|
{
|
|
10704
10837
|
"disabled": false,
|
|
@@ -10706,9 +10839,9 @@
|
|
|
10706
10839
|
"example": "[2.2.2.2]",
|
|
10707
10840
|
"member": "string",
|
|
10708
10841
|
"name": "PrivateIpAddresses",
|
|
10709
|
-
"
|
|
10842
|
+
"output_required": true,
|
|
10710
10843
|
"type": "list",
|
|
10711
|
-
"value_allowed_null":
|
|
10844
|
+
"value_allowed_null": false
|
|
10712
10845
|
},
|
|
10713
10846
|
{
|
|
10714
10847
|
"disabled": false,
|
|
@@ -10716,9 +10849,9 @@
|
|
|
10716
10849
|
"example": "testName",
|
|
10717
10850
|
"member": "string",
|
|
10718
10851
|
"name": "InstanceName",
|
|
10719
|
-
"
|
|
10852
|
+
"output_required": true,
|
|
10720
10853
|
"type": "string",
|
|
10721
|
-
"value_allowed_null":
|
|
10854
|
+
"value_allowed_null": false
|
|
10722
10855
|
},
|
|
10723
10856
|
{
|
|
10724
10857
|
"disabled": false,
|
|
@@ -10726,7 +10859,7 @@
|
|
|
10726
10859
|
"example": "2021-03-16 00:00:00",
|
|
10727
10860
|
"member": "datetime",
|
|
10728
10861
|
"name": "RegisteredTime",
|
|
10729
|
-
"
|
|
10862
|
+
"output_required": true,
|
|
10730
10863
|
"type": "string",
|
|
10731
10864
|
"value_allowed_null": true
|
|
10732
10865
|
},
|
|
@@ -10736,9 +10869,9 @@
|
|
|
10736
10869
|
"example": "eni-jf7u****",
|
|
10737
10870
|
"member": "string",
|
|
10738
10871
|
"name": "EniId",
|
|
10739
|
-
"
|
|
10872
|
+
"output_required": true,
|
|
10740
10873
|
"type": "string",
|
|
10741
|
-
"value_allowed_null":
|
|
10874
|
+
"value_allowed_null": false
|
|
10742
10875
|
},
|
|
10743
10876
|
{
|
|
10744
10877
|
"disabled": false,
|
|
@@ -10746,13 +10879,206 @@
|
|
|
10746
10879
|
"example": "400001",
|
|
10747
10880
|
"member": "uint64",
|
|
10748
10881
|
"name": "ZoneId",
|
|
10749
|
-
"
|
|
10882
|
+
"output_required": true,
|
|
10750
10883
|
"type": "int",
|
|
10751
|
-
"value_allowed_null":
|
|
10884
|
+
"value_allowed_null": false
|
|
10752
10885
|
}
|
|
10753
10886
|
],
|
|
10754
10887
|
"usage": "out"
|
|
10755
10888
|
},
|
|
10889
|
+
"TargetGroupHealthCheck": {
|
|
10890
|
+
"document": "",
|
|
10891
|
+
"members": [
|
|
10892
|
+
{
|
|
10893
|
+
"disabled": false,
|
|
10894
|
+
"document": "",
|
|
10895
|
+
"example": "true",
|
|
10896
|
+
"member": "bool",
|
|
10897
|
+
"name": "HealthSwitch",
|
|
10898
|
+
"output_required": true,
|
|
10899
|
+
"required": true,
|
|
10900
|
+
"type": "bool",
|
|
10901
|
+
"value_allowed_null": false
|
|
10902
|
+
},
|
|
10903
|
+
{
|
|
10904
|
+
"disabled": false,
|
|
10905
|
+
"document": "",
|
|
10906
|
+
"example": "TCP",
|
|
10907
|
+
"member": "string",
|
|
10908
|
+
"name": "Protocol",
|
|
10909
|
+
"output_required": true,
|
|
10910
|
+
"required": false,
|
|
10911
|
+
"type": "string",
|
|
10912
|
+
"value_allowed_null": false
|
|
10913
|
+
},
|
|
10914
|
+
{
|
|
10915
|
+
"disabled": false,
|
|
10916
|
+
"document": "",
|
|
10917
|
+
"example": "80",
|
|
10918
|
+
"member": "int64",
|
|
10919
|
+
"name": "Port",
|
|
10920
|
+
"output_required": true,
|
|
10921
|
+
"required": false,
|
|
10922
|
+
"type": "int",
|
|
10923
|
+
"value_allowed_null": false
|
|
10924
|
+
},
|
|
10925
|
+
{
|
|
10926
|
+
"disabled": false,
|
|
10927
|
+
"document": "",
|
|
10928
|
+
"example": "2",
|
|
10929
|
+
"member": "int64",
|
|
10930
|
+
"name": "Timeout",
|
|
10931
|
+
"output_required": true,
|
|
10932
|
+
"required": false,
|
|
10933
|
+
"type": "int",
|
|
10934
|
+
"value_allowed_null": false
|
|
10935
|
+
},
|
|
10936
|
+
{
|
|
10937
|
+
"disabled": false,
|
|
10938
|
+
"document": "",
|
|
10939
|
+
"example": "5",
|
|
10940
|
+
"member": "int64",
|
|
10941
|
+
"name": "GapTime",
|
|
10942
|
+
"output_required": true,
|
|
10943
|
+
"required": false,
|
|
10944
|
+
"type": "int",
|
|
10945
|
+
"value_allowed_null": false
|
|
10946
|
+
},
|
|
10947
|
+
{
|
|
10948
|
+
"disabled": false,
|
|
10949
|
+
"document": "",
|
|
10950
|
+
"example": "3",
|
|
10951
|
+
"member": "int64",
|
|
10952
|
+
"name": "GoodLimit",
|
|
10953
|
+
"output_required": true,
|
|
10954
|
+
"required": false,
|
|
10955
|
+
"type": "int",
|
|
10956
|
+
"value_allowed_null": false
|
|
10957
|
+
},
|
|
10958
|
+
{
|
|
10959
|
+
"disabled": false,
|
|
10960
|
+
"document": "",
|
|
10961
|
+
"example": "3",
|
|
10962
|
+
"member": "int64",
|
|
10963
|
+
"name": "BadLimit",
|
|
10964
|
+
"output_required": true,
|
|
10965
|
+
"required": false,
|
|
10966
|
+
"type": "int",
|
|
10967
|
+
"value_allowed_null": false
|
|
10968
|
+
},
|
|
10969
|
+
{
|
|
10970
|
+
"disabled": false,
|
|
10971
|
+
"document": "",
|
|
10972
|
+
"example": "true",
|
|
10973
|
+
"member": "bool",
|
|
10974
|
+
"name": "JumboFrame",
|
|
10975
|
+
"output_required": true,
|
|
10976
|
+
"required": false,
|
|
10977
|
+
"type": "bool",
|
|
10978
|
+
"value_allowed_null": false
|
|
10979
|
+
},
|
|
10980
|
+
{
|
|
10981
|
+
"disabled": false,
|
|
10982
|
+
"document": "",
|
|
10983
|
+
"example": "504",
|
|
10984
|
+
"member": "int64",
|
|
10985
|
+
"name": "HttpCode",
|
|
10986
|
+
"output_required": false,
|
|
10987
|
+
"required": false,
|
|
10988
|
+
"type": "int",
|
|
10989
|
+
"value_allowed_null": true
|
|
10990
|
+
},
|
|
10991
|
+
{
|
|
10992
|
+
"disabled": false,
|
|
10993
|
+
"document": "",
|
|
10994
|
+
"example": "www.xxxx.com",
|
|
10995
|
+
"member": "string",
|
|
10996
|
+
"name": "HttpCheckDomain",
|
|
10997
|
+
"output_required": false,
|
|
10998
|
+
"required": false,
|
|
10999
|
+
"type": "string",
|
|
11000
|
+
"value_allowed_null": true
|
|
11001
|
+
},
|
|
11002
|
+
{
|
|
11003
|
+
"disabled": false,
|
|
11004
|
+
"document": "",
|
|
11005
|
+
"example": "/xxx\t/xxx",
|
|
11006
|
+
"member": "string",
|
|
11007
|
+
"name": "HttpCheckPath",
|
|
11008
|
+
"output_required": false,
|
|
11009
|
+
"required": false,
|
|
11010
|
+
"type": "string",
|
|
11011
|
+
"value_allowed_null": true
|
|
11012
|
+
},
|
|
11013
|
+
{
|
|
11014
|
+
"disabled": false,
|
|
11015
|
+
"document": "",
|
|
11016
|
+
"example": "HEAD",
|
|
11017
|
+
"member": "string",
|
|
11018
|
+
"name": "HttpCheckMethod",
|
|
11019
|
+
"output_required": false,
|
|
11020
|
+
"required": false,
|
|
11021
|
+
"type": "string",
|
|
11022
|
+
"value_allowed_null": true
|
|
11023
|
+
},
|
|
11024
|
+
{
|
|
11025
|
+
"disabled": false,
|
|
11026
|
+
"document": "",
|
|
11027
|
+
"example": "TEXT",
|
|
11028
|
+
"member": "string",
|
|
11029
|
+
"name": "ContextType",
|
|
11030
|
+
"output_required": false,
|
|
11031
|
+
"required": false,
|
|
11032
|
+
"type": "string",
|
|
11033
|
+
"value_allowed_null": true
|
|
11034
|
+
},
|
|
11035
|
+
{
|
|
11036
|
+
"disabled": false,
|
|
11037
|
+
"document": "",
|
|
11038
|
+
"example": "ping",
|
|
11039
|
+
"member": "string",
|
|
11040
|
+
"name": "SendContext",
|
|
11041
|
+
"output_required": false,
|
|
11042
|
+
"required": false,
|
|
11043
|
+
"type": "string",
|
|
11044
|
+
"value_allowed_null": true
|
|
11045
|
+
},
|
|
11046
|
+
{
|
|
11047
|
+
"disabled": false,
|
|
11048
|
+
"document": "",
|
|
11049
|
+
"example": "pong",
|
|
11050
|
+
"member": "string",
|
|
11051
|
+
"name": "RecvContext",
|
|
11052
|
+
"output_required": false,
|
|
11053
|
+
"required": false,
|
|
11054
|
+
"type": "string",
|
|
11055
|
+
"value_allowed_null": true
|
|
11056
|
+
},
|
|
11057
|
+
{
|
|
11058
|
+
"disabled": false,
|
|
11059
|
+
"document": "",
|
|
11060
|
+
"example": "HTTP/1.1",
|
|
11061
|
+
"member": "string",
|
|
11062
|
+
"name": "HttpVersion",
|
|
11063
|
+
"output_required": false,
|
|
11064
|
+
"required": false,
|
|
11065
|
+
"type": "string",
|
|
11066
|
+
"value_allowed_null": true
|
|
11067
|
+
},
|
|
11068
|
+
{
|
|
11069
|
+
"disabled": false,
|
|
11070
|
+
"document": "",
|
|
11071
|
+
"example": "12",
|
|
11072
|
+
"member": "string",
|
|
11073
|
+
"name": "ExtendedCode",
|
|
11074
|
+
"output_required": false,
|
|
11075
|
+
"required": false,
|
|
11076
|
+
"type": "string",
|
|
11077
|
+
"value_allowed_null": true
|
|
11078
|
+
}
|
|
11079
|
+
],
|
|
11080
|
+
"usage": "both"
|
|
11081
|
+
},
|
|
10756
11082
|
"TargetGroupInfo": {
|
|
10757
11083
|
"document": "Target group information",
|
|
10758
11084
|
"members": [
|
|
@@ -10825,6 +11151,36 @@
|
|
|
10825
11151
|
"output_required": true,
|
|
10826
11152
|
"type": "list",
|
|
10827
11153
|
"value_allowed_null": true
|
|
11154
|
+
},
|
|
11155
|
+
{
|
|
11156
|
+
"disabled": false,
|
|
11157
|
+
"document": "",
|
|
11158
|
+
"example": "tcp",
|
|
11159
|
+
"member": "string",
|
|
11160
|
+
"name": "Protocol",
|
|
11161
|
+
"output_required": true,
|
|
11162
|
+
"type": "string",
|
|
11163
|
+
"value_allowed_null": true
|
|
11164
|
+
},
|
|
11165
|
+
{
|
|
11166
|
+
"disabled": false,
|
|
11167
|
+
"document": "",
|
|
11168
|
+
"example": "WRR",
|
|
11169
|
+
"member": "string",
|
|
11170
|
+
"name": "ScheduleAlgorithm",
|
|
11171
|
+
"output_required": true,
|
|
11172
|
+
"type": "string",
|
|
11173
|
+
"value_allowed_null": true
|
|
11174
|
+
},
|
|
11175
|
+
{
|
|
11176
|
+
"disabled": false,
|
|
11177
|
+
"document": "",
|
|
11178
|
+
"example": "无",
|
|
11179
|
+
"member": "TargetGroupHealthCheck",
|
|
11180
|
+
"name": "HealthCheck",
|
|
11181
|
+
"output_required": true,
|
|
11182
|
+
"type": "object",
|
|
11183
|
+
"value_allowed_null": true
|
|
10828
11184
|
}
|
|
10829
11185
|
],
|
|
10830
11186
|
"usage": "out"
|
|
@@ -10835,42 +11191,38 @@
|
|
|
10835
11191
|
{
|
|
10836
11192
|
"disabled": false,
|
|
10837
11193
|
"document": "Private IP of target group instance",
|
|
10838
|
-
"example": "",
|
|
11194
|
+
"example": "x.x.x.x",
|
|
10839
11195
|
"member": "string",
|
|
10840
11196
|
"name": "BindIP",
|
|
10841
11197
|
"required": true,
|
|
10842
|
-
"type": "string"
|
|
10843
|
-
"value_allowed_null": false
|
|
11198
|
+
"type": "string"
|
|
10844
11199
|
},
|
|
10845
11200
|
{
|
|
10846
11201
|
"disabled": false,
|
|
10847
11202
|
"document": "Port of target group instance",
|
|
10848
|
-
"example": "",
|
|
11203
|
+
"example": "80",
|
|
10849
11204
|
"member": "uint64",
|
|
10850
11205
|
"name": "Port",
|
|
10851
|
-
"required":
|
|
10852
|
-
"type": "int"
|
|
10853
|
-
"value_allowed_null": false
|
|
11206
|
+
"required": false,
|
|
11207
|
+
"type": "int"
|
|
10854
11208
|
},
|
|
10855
11209
|
{
|
|
10856
11210
|
"disabled": false,
|
|
10857
11211
|
"document": "Weight of target group instance",
|
|
10858
|
-
"example": "",
|
|
11212
|
+
"example": "10",
|
|
10859
11213
|
"member": "uint64",
|
|
10860
11214
|
"name": "Weight",
|
|
10861
11215
|
"required": false,
|
|
10862
|
-
"type": "int"
|
|
10863
|
-
"value_allowed_null": false
|
|
11216
|
+
"type": "int"
|
|
10864
11217
|
},
|
|
10865
11218
|
{
|
|
10866
11219
|
"disabled": false,
|
|
10867
11220
|
"document": "New port of target group instance",
|
|
10868
|
-
"example": "",
|
|
11221
|
+
"example": "80",
|
|
10869
11222
|
"member": "uint64",
|
|
10870
11223
|
"name": "NewPort",
|
|
10871
11224
|
"required": false,
|
|
10872
|
-
"type": "int"
|
|
10873
|
-
"value_allowed_null": false
|
|
11225
|
+
"type": "int"
|
|
10874
11226
|
}
|
|
10875
11227
|
],
|
|
10876
11228
|
"usage": "in"
|
|
@@ -10884,7 +11236,7 @@
|
|
|
10884
11236
|
"example": "'10.0.0.1'",
|
|
10885
11237
|
"member": "string",
|
|
10886
11238
|
"name": "IP",
|
|
10887
|
-
"
|
|
11239
|
+
"output_required": true,
|
|
10888
11240
|
"type": "string",
|
|
10889
11241
|
"value_allowed_null": false
|
|
10890
11242
|
},
|
|
@@ -10894,7 +11246,7 @@
|
|
|
10894
11246
|
"example": "80",
|
|
10895
11247
|
"member": "int64",
|
|
10896
11248
|
"name": "Port",
|
|
10897
|
-
"
|
|
11249
|
+
"output_required": true,
|
|
10898
11250
|
"type": "int",
|
|
10899
11251
|
"value_allowed_null": false
|
|
10900
11252
|
},
|
|
@@ -10904,7 +11256,7 @@
|
|
|
10904
11256
|
"example": "true",
|
|
10905
11257
|
"member": "bool",
|
|
10906
11258
|
"name": "HealthStatus",
|
|
10907
|
-
"
|
|
11259
|
+
"output_required": true,
|
|
10908
11260
|
"type": "bool",
|
|
10909
11261
|
"value_allowed_null": false
|
|
10910
11262
|
},
|
|
@@ -10914,7 +11266,7 @@
|
|
|
10914
11266
|
"example": "'ins-12345678'",
|
|
10915
11267
|
"member": "string",
|
|
10916
11268
|
"name": "TargetId",
|
|
10917
|
-
"
|
|
11269
|
+
"output_required": true,
|
|
10918
11270
|
"type": "string",
|
|
10919
11271
|
"value_allowed_null": false
|
|
10920
11272
|
},
|
|
@@ -10924,7 +11276,7 @@
|
|
|
10924
11276
|
"example": "'Alive'",
|
|
10925
11277
|
"member": "string",
|
|
10926
11278
|
"name": "HealthStatusDetail",
|
|
10927
|
-
"
|
|
11279
|
+
"output_required": true,
|
|
10928
11280
|
"type": "string",
|
|
10929
11281
|
"value_allowed_null": false
|
|
10930
11282
|
},
|
|
@@ -10934,7 +11286,7 @@
|
|
|
10934
11286
|
"example": "'Alive'",
|
|
10935
11287
|
"member": "string",
|
|
10936
11288
|
"name": "HealthStatusDetial",
|
|
10937
|
-
"
|
|
11289
|
+
"output_required": true,
|
|
10938
11290
|
"type": "string",
|
|
10939
11291
|
"value_allowed_null": false
|
|
10940
11292
|
}
|
|
@@ -10947,9 +11299,10 @@
|
|
|
10947
11299
|
{
|
|
10948
11300
|
"disabled": false,
|
|
10949
11301
|
"document": "Region of the target, such as ap-guangzhou",
|
|
10950
|
-
"example": "",
|
|
11302
|
+
"example": "ap-guangzhou",
|
|
10951
11303
|
"member": "string",
|
|
10952
11304
|
"name": "Region",
|
|
11305
|
+
"output_required": true,
|
|
10953
11306
|
"required": true,
|
|
10954
11307
|
"type": "string",
|
|
10955
11308
|
"value_allowed_null": false
|
|
@@ -10957,9 +11310,10 @@
|
|
|
10957
11310
|
{
|
|
10958
11311
|
"disabled": false,
|
|
10959
11312
|
"document": "Network of the target, which is in the format of vpc-abcd1234 for VPC or 0 for basic network",
|
|
10960
|
-
"example": "",
|
|
11313
|
+
"example": "vpc-6kog****",
|
|
10961
11314
|
"member": "string",
|
|
10962
11315
|
"name": "VpcId",
|
|
11316
|
+
"output_required": true,
|
|
10963
11317
|
"required": true,
|
|
10964
11318
|
"type": "string",
|
|
10965
11319
|
"value_allowed_null": false
|
|
@@ -10976,9 +11330,9 @@
|
|
|
10976
11330
|
"example": "BGP",
|
|
10977
11331
|
"member": "string",
|
|
10978
11332
|
"name": "Type",
|
|
10979
|
-
"
|
|
11333
|
+
"output_required": true,
|
|
10980
11334
|
"type": "string",
|
|
10981
|
-
"value_allowed_null":
|
|
11335
|
+
"value_allowed_null": false
|
|
10982
11336
|
},
|
|
10983
11337
|
{
|
|
10984
11338
|
"disabled": false,
|
|
@@ -10986,9 +11340,9 @@
|
|
|
10986
11340
|
"example": "无",
|
|
10987
11341
|
"member": "SpecAvailability",
|
|
10988
11342
|
"name": "SpecAvailabilitySet",
|
|
10989
|
-
"
|
|
11343
|
+
"output_required": true,
|
|
10990
11344
|
"type": "list",
|
|
10991
|
-
"value_allowed_null":
|
|
11345
|
+
"value_allowed_null": false
|
|
10992
11346
|
}
|
|
10993
11347
|
],
|
|
10994
11348
|
"usage": "out"
|
|
@@ -11002,9 +11356,10 @@
|
|
|
11002
11356
|
"example": "100001",
|
|
11003
11357
|
"member": "uint64",
|
|
11004
11358
|
"name": "ZoneId",
|
|
11005
|
-
"
|
|
11359
|
+
"output_required": true,
|
|
11360
|
+
"required": false,
|
|
11006
11361
|
"type": "int",
|
|
11007
|
-
"value_allowed_null":
|
|
11362
|
+
"value_allowed_null": false
|
|
11008
11363
|
},
|
|
11009
11364
|
{
|
|
11010
11365
|
"disabled": false,
|
|
@@ -11012,9 +11367,10 @@
|
|
|
11012
11367
|
"example": "ap-guangzhou-1",
|
|
11013
11368
|
"member": "string",
|
|
11014
11369
|
"name": "Zone",
|
|
11015
|
-
"
|
|
11370
|
+
"output_required": true,
|
|
11371
|
+
"required": false,
|
|
11016
11372
|
"type": "string",
|
|
11017
|
-
"value_allowed_null":
|
|
11373
|
+
"value_allowed_null": false
|
|
11018
11374
|
},
|
|
11019
11375
|
{
|
|
11020
11376
|
"disabled": false,
|
|
@@ -11022,9 +11378,10 @@
|
|
|
11022
11378
|
"example": "广州一区",
|
|
11023
11379
|
"member": "string",
|
|
11024
11380
|
"name": "ZoneName",
|
|
11025
|
-
"
|
|
11381
|
+
"output_required": true,
|
|
11382
|
+
"required": false,
|
|
11026
11383
|
"type": "string",
|
|
11027
|
-
"value_allowed_null":
|
|
11384
|
+
"value_allowed_null": false
|
|
11028
11385
|
},
|
|
11029
11386
|
{
|
|
11030
11387
|
"disabled": false,
|
|
@@ -11032,9 +11389,10 @@
|
|
|
11032
11389
|
"example": "ap-guangzhou",
|
|
11033
11390
|
"member": "string",
|
|
11034
11391
|
"name": "ZoneRegion",
|
|
11035
|
-
"
|
|
11392
|
+
"output_required": true,
|
|
11393
|
+
"required": false,
|
|
11036
11394
|
"type": "string",
|
|
11037
|
-
"value_allowed_null":
|
|
11395
|
+
"value_allowed_null": false
|
|
11038
11396
|
},
|
|
11039
11397
|
{
|
|
11040
11398
|
"disabled": false,
|
|
@@ -11042,9 +11400,10 @@
|
|
|
11042
11400
|
"example": "false",
|
|
11043
11401
|
"member": "bool",
|
|
11044
11402
|
"name": "LocalZone",
|
|
11045
|
-
"
|
|
11403
|
+
"output_required": true,
|
|
11404
|
+
"required": false,
|
|
11046
11405
|
"type": "bool",
|
|
11047
|
-
"value_allowed_null":
|
|
11406
|
+
"value_allowed_null": false
|
|
11048
11407
|
},
|
|
11049
11408
|
{
|
|
11050
11409
|
"disabled": false,
|
|
@@ -11052,9 +11411,10 @@
|
|
|
11052
11411
|
"example": "false",
|
|
11053
11412
|
"member": "bool",
|
|
11054
11413
|
"name": "EdgeZone",
|
|
11055
|
-
"
|
|
11414
|
+
"output_required": true,
|
|
11415
|
+
"required": false,
|
|
11056
11416
|
"type": "bool",
|
|
11057
|
-
"value_allowed_null":
|
|
11417
|
+
"value_allowed_null": false
|
|
11058
11418
|
}
|
|
11059
11419
|
],
|
|
11060
11420
|
"usage": "both"
|
|
@@ -11080,7 +11440,7 @@
|
|
|
11080
11440
|
"name": "ResourceSet",
|
|
11081
11441
|
"output_required": true,
|
|
11082
11442
|
"type": "list",
|
|
11083
|
-
"value_allowed_null":
|
|
11443
|
+
"value_allowed_null": false
|
|
11084
11444
|
},
|
|
11085
11445
|
{
|
|
11086
11446
|
"disabled": false,
|
|
@@ -11150,7 +11510,7 @@
|
|
|
11150
11510
|
"name": "Egress",
|
|
11151
11511
|
"output_required": true,
|
|
11152
11512
|
"type": "string",
|
|
11153
|
-
"value_allowed_null":
|
|
11513
|
+
"value_allowed_null": false
|
|
11154
11514
|
}
|
|
11155
11515
|
],
|
|
11156
11516
|
"usage": "out"
|