Last Article: Adding an EIP to a Shared Bandwidth
Next Article: Updating a Yearly/Monthly Bandwidth
Self-Hosted E-Commerce
Manufacturing Digital Transformation
Gaming
Financial Omni-Channel
Media & Entertainment
Question Answering Bot
Task-oriented Conversational Bot
Speech Analytics
CBS Customization
Natural Language Processing Fundamentals
Language Understanding
Language Generation
NLP Customization
Machine Translation
Moderation (Text)
Automatic Speech Recognition
Text To Speech
Real-Time ASR
ASR Customization
Text To Speech Customization
This API is used to remove an EIP from a shared bandwidth.
POST /v2.0/{project_id}/bandwidths/{bandwidth_id}/remove
|
Name |
Mandatory |
Description |
|---|---|---|
|
project_id |
Yes |
Specifies the project ID. For details about how to obtain a project ID, see Obtaining a Project ID. |
|
bandwidth_id |
Yes |
Specifies the bandwidth ID, which uniquely identifies the bandwidth. |
|
Name |
Mandatory |
Type |
Description |
|---|---|---|---|
|
bandwidth |
Yes |
Object |
Specifies the bandwidth objects. For details, see Table 3. |
|
Name |
Mandatory |
Type |
Description |
|---|---|---|---|
|
publicip_info |
Yes |
Array of publicip_info objects |
|
|
charge_mode |
Yes |
String |
After an EIP is removed from a shared bandwidth, a dedicated bandwidth will be allocated to the EIP, and you will be billed for the dedicated bandwidth. Specifies whether the dedicated bandwidth used by the EIP that has been removed from a shared bandwidth is billed by traffic or by bandwidth. The value can be bandwidth or traffic. |
|
size |
Yes |
Integer |
After an EIP is removed from a shared bandwidth, a dedicated bandwidth will be allocated to the EIP, and you will be billed for the dedicated bandwidth. Specifies the size (Mbit/s) of the dedicated bandwidth used by the EIP that has been removed from a shared bandwidth. The value ranges from 1 Mbit/s to 2000 Mbit/s by default. (The specific range may vary depending on the configuration in each region. You can see the available bandwidth range on the management console.) |
|
Name |
Mandatory |
Type |
Description |
|---|---|---|---|
|
publicip_id |
Yes |
String |
Specifies the ID of the EIP that uses the bandwidth. |
|
publicip_type |
No |
String |
If the publicip_id value is the EIP ID, this parameter will be ignored. If publicip_id is the ID of the IPv6 port, this parameter must be set to 5_dualStack. This only applies to the CN North-Beijing4 region. |
POST https://{Endpoint}/v2.0/{project_id}/bandwidths/{bandwidth_id}/remove
{
"bandwidth": {
"publicip_info": [
{
"publicip_id": "d91b0028-6f6b-4478-808a-297b75b6812a"
},
{
"publicip_id": "1d184b2c-4ec9-49b5-a3f9-27600a76ba3f"
}
],
"charge_mode": "traffic",
"size": 22
}
}See Status Codes.
See Error Codes.
Last Article: Adding an EIP to a Shared Bandwidth
Next Article: Updating a Yearly/Monthly Bandwidth
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.