Bandwidth package price inquiry
Updated at:2025-10-16
- Bandwidth package inquiry (only postpay supported) Request structure
Plain Text
1 POST /v{version}/eipbp/price HTTP/1.1
2 Host: eip.bj.baidubce.com
3 Authorization: authorization string
4 {
5 "bandwidthInMbps": 1,
6 "count": 1
7 }
Request headers
There are no special headers required beyond the common headers.
Request parameters
| Parameter name | Types | Whether required | Parameter location | Description |
|---|---|---|---|---|
| version | String | Yes | URL parameter | API version number |
| bandwidthInMbps | int | Yes | RequestBody | Public network bandwidth in Mbps. For EIPs billed by bandwidth, it must be an integer between 1-200, representing the maximum bandwidth limit. |
| count | int | No | RequestBody | Number of EIPs, default is set to 1. |
| type | String | No | RequestBody | Bandwidth package type, including BandwidthPackage or AccelerationPackage (cross-border acceleration package). The cross-border acceleration package only supports Hong Kong region. The default value is BandwidthPackage. |
Response headers
No special headers are required beyond the standard ones.
Response parameters
| Parameter name | Types | Description |
|---|---|---|
| prices | Map | Price details (including configPrice (configuration price)) |
Request example
Plain Text
1 POST /v1/eipbp/price HTTP/1.1
2 Host: eip.bj.baidubce.com
3 Authorization: bce-auth-v1/f81d3b34e48048fbb2634dc7882d7e21/2015-08-11T04:17:29Z/3600/host/74c506f68c65e26c633bfa104c863fffac5190fdec1ec24b7c03eb5d67d2e1de
4 {
5 "bandwidthInMbps": 1,
6 "count": 1
7 }
Response example
Plain Text
1 HTTP/1.1 200 OK
2 x-bce-request-id: 1214cca7-4ad5-451d-9215-71cb844c0a50
3 Date: Thu, 16 Mar 2017 06:29:48 GMT
4 Content-Type: application/json;charset=UTF-8
5 Server: BWS
6 {
7 "prices": {
8 "configPrice": "0.00233/minute"
9 }
10 }
