Modifies the attributes of a high-availability virtual IP address (HAVIP).
This API has been deprecated. We recommend migrating to Vpc(2016-04-28) - ModifyHaVipAttribute for enhanced functionality and continued support. While the deprecated API remains temporarily accessible, no further updates or bug fixes will be provided.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vpc:ModifyHaVipAttribute |
update |
*HaVip
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClientToken |
string |
No |
||
| RegionId |
string |
Yes |
||
| HaVipId |
string |
Yes |
||
| Description |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
Examples
Success response
JSON format
{
"RequestId": ""
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IncorrectStatus | HaVip can be deleted only when it's status is Available or InUse. | |
| 400 | InvalidDescription.Malformed | The specified Description is wrongly formed. | The resource description is invalid. The description must be 2 to 256 characters in length and cannot start with http:// or https://. |
| 404 | InvalidRegionId.NotFound | The RegionId provided does not exist in our records. | Region information error |
| 404 | InvalidHaVipId.NotFound | The specified HaVip does not exist in the specified region. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.