ModifyElasticityAssurance - 修改一个弹性保障服务的部分信息

修改一个弹性保障服务的部分信息,包含名称、描述、容量(暂时只支持缩容)。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用背景高亮的方式表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作访问级别资源类型条件关键字关联操作
ecs:ModifyElasticityAssuranceupdate
*全部资源
*

请求参数

名称类型必填描述示例值
RegionIdstring

弹性保障服务所属地域 ID。您可以调用 DescribeRegions 查看最新的阿里云地域列表。

cn-hangzhou
PrivatePoolOptions.Idstring

弹性保障服务 ID。

eap-bp67acfmxazb4****
PrivatePoolOptions.Namestring

弹性保障服务的名称。长度为 2~128 个英文或中文字符。必须以大小写字母或中文开头,不能以 http://和 https://开头。可以包含数字、半角冒号(:)、下划线(_)或者连字符(-)。

eapTestName
Descriptionstring

弹性保障服务的描述信息。长度为 2~256 个英文或中文字符,不能以http://https://开头。

This is description.
InstanceAmountinteger

弹性保障服务需要预留的实例总数量。取值范围:已使用的实例数量~1000。该参数不能与其他参数同时修改。

说明 暂时只支持缩容,不支持扩容。
说明 该参数正在邀测中,暂不开放使用。
10
ClientTokenstring

保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken 只支持 ASCII 字符,且不能超过 64 个字符。更多信息,请参见如何保证幂等性

123e4567-e89b-12d3-a456-426655440000

返回参数

名称类型描述示例值
object
RequestIdstring

请求 ID。

8455DD10-84F8-43C9-8365-5F448EB169B6

示例

正常返回示例

JSON格式

{
  "RequestId": "8455DD10-84F8-43C9-8365-5F448EB169B6"
}

错误码

HTTP status code错误码错误信息描述
400InvalidInstanceAmount.ValueNotSupportedThe specified parameter InstanceAmount is not valid.指定的参数InstanceAmount不符合要求。
400InvalidDescription.ValueNotSupportedThe specified Description is invalid.-
400InvalidEndTime.ValueNotSupportedThe specified EndTime is invalid.-
400InvalidStartTime.ValueNotSupportedThe specified StartTime is invalid.-
400InvalidParameter.PrivatePoolOptions.NameThe parameter PrivatePoolOptions.Name is invalid.指定的参数PrivatePoolOptions.Name不符合要求。
400InvalidParameter.ClientTokenThe parameter ClientToken is invalid.指定的参数ClientToken不符合要求。
400InvalidParameter.DescriptionThe parameter Description is invalid.指定的参数Description不符合要求。
401InvalidUser.UnauthorizedThe user is not authorized.您当前使用的账号无权限。
403IncorrectPrivatePoolStatusThe current status of the private pool does not support this operation.参数中指定的私有池状态不支持当前操作
403OperationDenied.NoStockThe requested resource is sold out in the specified zone; try other types of resources or other regions and zones.库存不足。
403InvalidPrivatePoolOptionsName.ValueNotSupportedThe specified PrivatePoolOptions.Name is invalid.-
403InvalidPlatform.ValueNotSupportedThe specified Platform is invalid.-
403OperationDenied.PlatformNotSupportedThe specified private pool does not support this operation.-
403OperationDenied.EndTimeTypeNotSupportedThe specified private pool does not support this operation.-
403OperationDenied.StartTimeNotSupportedThe specified private pool does not support this operation.-
403OperationDenied.InstanceAmountNotSupportedThe specified private pool does not support this operation.-
403InvalidInstanceAmount.ValueNotSupportedThe specified InstanceAmount is invalid.-
403InvalidPrivatePoolOptions.IdThe specified private pool does not support this operation.-
403InvalidPrivatePoolOptions.IdThe specified PrivatePoolOptions.Id is invalid.指定的私有池无效
403InvalidInstanceAmount.LessThanUsedAmountThe specified parameter InstanceAmount is less than UsedAmount.指定的参数InstanceAmount小于已使用容量。
403InvalidOperation.InstanceAmountAndOtherAttributesUnsupportedModify InstanceAmount and other attributes simultaneously is not supported.不支持InstanceAmount和其他属性同时修改。
404InvalidPrivatePoolId.NotFoundThe specified private pool does not exist.-

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
2024-09-27OpenAPI 错误码发生变更、OpenAPI 入参发生变更查看变更详情
2023-12-06OpenAPI 错误码发生变更查看变更详情