本接口用于创建七层负载均衡实例。
使用限制:
下表列出了接口特定的请求参数以及公共请求参数 Action 和 Version。 其他公共参数,请参见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateLB7ForVeecc | 接口名称。当前 API 的名称为 CreateLB7ForVeecc 。 |
Version | String | 是 | 2021-04-30 | 接口版本。当前 API 的版本为 2021-04-30 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
name | String | 是 |
| 负载均衡实例的名称。命名规则如下:
|
rs_type | Integer | 是 |
| 后端服务器的类型。取值范围:
|
application_identity | String | 是 | veecc-255622122036230**** | 边缘应用的 ID。您可以调用 ListUnbindApplication 接口查看能够绑定的边缘应用。 |
network_type | Integer | 是 |
| 负载均衡实例的网络类型。取值范围:
|
eip_type | Integer | 是 |
| 弹性公网 IP 的类型。取值范围:
|
bandwidth_peak | Long | 是 | 1000 | 弹性公网 IP 的带宽峰值。带宽峰值须为 5 的倍数。取值范围:20~5000。单位:Mbps。 |
qps | Integer | 是 |
| 每秒能够处理的请求的数量(QPS)。
|
ip_billing_mode | Integer | 是 |
| 弹性公网 IP 的计费方式。取值范围:
|
billing_mode | Integer | 是 |
| 带宽的计费方式。取值范围:
|
payment_method | Integer | 是 |
| 负载均衡实例的付费方式。取值范围:
|
desc | String | 否 | dev | 负载均衡实例的描述。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
lb_identity | String | veew-lb79442102222490330**** | 负载均衡实例的 ID。 |
POST https://veenedge.volcengineapi.com/?Action=CreateLB7ForVeecc&Version=2021-04-30 { "name": "lb-veecc", "rs_type": 2, "application_identity": "veecc-1362132470401420****", "network_type": 1, "eip_type": 1, "bandwidth_peak": 1000, "qps": 2000, "ip_billing_mode": 1, "billing_mode": 1, "payment_method": 1, "desc": "dev" }
{ "ResponseMetadata": { "RequestId": "202406141546455A4A53604A1F3715****", "Action": "CreateLB7ForVeecc", "Version": "2021-04-30", "Service": "veenedge", "Region": "cn-north-1" }, "Result": { "lb_identity": "veew-lb76265442116406600****" } }
如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码。