InquiryPriceCreateEipAddress
1. 接口描述
调用本接口用于创建EIP询价。
2. 请求参数
以下请求参数列表仅列出了接口中需要的请求参数
付费类型。
PREPAID:预付费,即包年包月。
POSTPAID:后付费。
预付费模式。
即包年包月相关参数设置。
通过该参数可以指定包年包月实例的购买时长等属性。
若指定实例的付费模式为预付费则该参数必传。
指定创建EIP的数量。
范围为 1-100。
默认值:1。
3. 响应结果
唯一请求 ID。
每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4. 代码示例
1. EIP后付费询价
POST /api/v2/bmc HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: InquiryPriceCreateEipAddress
<Common Request Params>
Request:
{
"zoneId": "SEL-A",
"eipChargeType": "POSTPAID"
}
Response:
{
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"response": {
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"eipPrice": {
"discount": 100.0,
"discountPrice": null,
"originalPrice": null,
"unitPrice": 0.63,
"discountUnitPrice": 0.63,
"chargeUnit": "HOUR",
"stepPrices": null
},
}
}
2. 购买2个EIP预付费询价
POST /api/v2/bmc HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: InquiryPriceCreateEipAddress
<Common Request Params>
Request:
{
"zoneId": "SEL-A",
"eipChargeType": "PREPAID",
"eipChargePrepaid" {
"period": 1
},
"amount": 2
}
Response:
{
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"response": {
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"eipPrice": {
"discount": 95.0,
"discountPrice": 426.55,
"originalPrice": 449.0,
"unitPrice": null,
"discountUnitPrice": null,
"chargeUnit": null,
"stepPrices": null
},
}
}
5. 开发者工具
Zenlayer Cloud API 2.0 提供了配套的开发工具集(SDK),未来会陆续支持更多开发语言,方便快速接入和使用Zenlayer的产品和服务。
6. 错误码
下面包含业务逻辑中遇到的错误码,其他错误码见公共错误码
INVALID_EIP_TYPE_ZONE_NO_SELL