EIPGROUP renewal
Updated at:2025-10-16
Renew operation for the specified EIPGROUP to extend the expiration period
- Scaling operations for EIPGROUP prevent renewal actions from being performed.
Request structure
Plain Text
1PUT /v{version}/eipgroup/{id}?{action}&clientToken={clientToken} HTTP/1.1
2Host: eip.bj.baidubce.com
3Authorization: authorization string
4
5{
6 "billing":{
7 "reservation":{
8 "reservationLength": reservationLength,
9 "reservationTimeUnit": reservationTimeUnit
10 }
11 }
12}
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 |
| id | String | Yes | URL parameter | EIPGROUP ID |
| action | String | Yes | Query | Parameter value for this API: purchaseReserved |
| clientToken | String | Yes | Query | Idempotence Token, which is an ASCII string with a length not exceeding 64 bits. For details,refer to [Idempotence](EIP/API Reference/General Description.md#Idempotence). |
| billing | [Billing](EIP/API Reference/Appendix 1.md#Billing) | Yes | RequestBody | Order information |
Response headers
No special headers are required beyond the standard ones.
Response parameters
There are no special response parameters
Request example
Plain Text
1PUT /v1/eipgroup/eg-b2511000?purchaseReserved&clientToken=be31b98c-5e41-4838-9830-9be700de5a20 HTTP/1.1
2HOST eip.bj.baidubce.com
3Authorization bce-auth-v1/5e5a8adf11ae475ba95f1bd38228b44f/2016-04-10T08:26:52Z/1800/host;x-bce-date/ec3c0069f9abb1e247773a62707224124b2b31b4c171133677f9042969791f02
4
5{
6 "billing":{
7 "reservation":{
8 "reservationLength":1,
9 "reservationTimeUnit":"Month"
10 }
11 }
12}
Response example
Plain Text
1HTTP/1.1 200 OK
2x-bce-request-id: 946002ee-cb4f-4aad-b686-5be55df27f09
3Date: Wed, 10 Apr 2016 08:26:52 GMT
4Transfer-Encoding: chunked
5Content-Type: application/json;charset=UTF-8
6Server: BWS
