InquiryPriceChangeUnmanagedEgressIpInternetChargeType
最后更新于
POST /api/v2/zec HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: InquiryPriceChangeUnmanagedEgressIpInternetChargeType
<Common Request Params>
Request:
{
"unmanagedEgressIpId": "uneip-xxx",
"internetChargeType": "ByBandwidth",
"bandwidth": 20
}
Response:
{
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"response": {
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"bandwidthPrice": {
"discount": 100.0,
"discountPrice": null,
"originalPrice": null,
"unitPrice": 0.02,
"discountUnitPrice": 0.02,
"chargeUnit": "HOUR",
"stepPrices": null
}
}
}