Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com> Co-authored-by: fanqinying <fanqinying@huawei.com> Co-committed-by: fanqinying <fanqinying@huawei.com>
116 KiB
Updating an EIP
Function
This API is used to update an EIP.
URI
PUT /v3/{project_id}/eip/publicips/{publicip_id}
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
project_id |
Yes |
String |
Definition: Project ID. Range: N/A. Maximum: 32 |
publicip_id |
Yes |
String |
EIP ID Minimum: 36 Maximum: 36 |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
publicip |
Yes |
UpdatePublicipOption object |
EIP |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
|---|---|---|
request_id |
String |
Request ID. |
publicip |
PublicipUpdateResp object |
Response object of updating an EIP |
Parameter |
Type |
Description |
|---|---|---|
id |
String |
|
project_id |
String |
|
ip_version |
Integer |
|
public_ip_address |
String |
|
public_ipv6_address |
String |
|
status |
String |
|
description |
String |
|
public_border_group |
String |
|
created_at |
String |
|
updated_at |
String |
|
type |
String |
|
vnic |
VnicInfo object |
|
bandwidth |
PublicipBandwidthInfo object |
Definition: Bandwidth of an EIP |
enterprise_project_id |
String |
Definition: Enterprise project ID The value is 0 or a string that contains a maximum of 36 characters in the UUID format with hyphens (-). This is the ID of the enterprise project that you associate with the EIP when you assign the EIP. |
billing_info |
String |
|
lock_status |
String |
|
associate_instance_type |
String |
|
associate_instance_id |
String |
Definition: ID of the instance with an EIP bound. |
publicip_pool_id |
String |
Definition: ID of the network that an EIP belongs to. It is the network ID corresponding to publicip_pool_name. |
publicip_pool_name |
String |
|
alias |
String |
|
associate_mode |
String |
Example Requests
Example Responses
Status code: 200
Normal response to PUT requests
{
"publicip" : {
"alias" : "abcd",
"associate_instance_id" : null,
"associate_instance_type" : null,
"bandwidth" : {
"billing_info" : "xxxx:xxxx:xxxx",
"charge_mode" : "bandwidth",
"id" : "80549ae1-cf7a-4f39-a45f-bdb8e194a1f4",
"name" : "bandwidth-bd25-test",
"share_type" : "WHOLE",
"size" : 7
},
"billing_info" : null,
"created_at" : "2020-06-18T14:05:32Z",
"description" : "test!!!!",
"enterprise_project_id" : "0",
"public_border_group" : "center",
"id" : "b0c42aa6-3d1d-4b39-9188-35ee6aa8d6f7",
"ip_version" : 4,
"lock_status" : null,
"project_id" : "060576782980d5762f9ec014dd2f1148",
"public_ip_address" : "xx.xx.xx.xx",
"public_ipv6_address" : null,
"publicip_pool_id" : "160576782980d5762f9ec014dd2f1148",
"publicip_pool_name" : "5_mobile",
"status" : "DOWN",
"type" : "Updating an EIP",
"updated_at" : "2020-06-18T14:05:32Z",
"vnic" : null
},
"request_id" : "ead9f912bd1191e3d5f0037141098d91"
}
Status Codes
Status Code |
Description |
|---|---|
200 |
Normal response to PUT requests |
Error Codes
See Error Codes.