公网 IP

 

ModifyEipAttributes

更新时间 2020-12-01

修改一个公网IP的名称和描述。

修改时不受公网IP状态限制。

一次只能修改一个公网IP。

Request Parameters

Parameter name Type Description Required
eip String 公网IP的ID Yes
eip_name String 公网IP名称 No
description String 公网IP描述 No
zone String 区域 ID,注意要小写 Yes

公共参数

Response Elements

Name Type Description
action String 响应动作
ret_code Integer 执行成功与否,0 表示成功,其他值则为错误代码

Example

Example Request:

https://api.shanhe.com/iaas/?action=ModifyEipAttributes
&eip=eip-rtyv0968
&eip_name=jenkins
&zone=jn1a
&COMMON_PARAMS

Example Response:

{
  "action":"ModifyEipAttributesResponse",
  "ret_code":0
}
这篇文档解决了您的问题吗?
0
0