调用 ModifyImageAttribute 接口,修改自定义镜像的名称、描述、启动模式等信息。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ModifyImageAttribute | 要执行的操作,取值:ModifyImageAttribute。 |
Version | String | 是 | 2020-04-01 | API的版本,取值:2020-04-01。 |
BootMode | String | 否 | UEFI | 镜像的启动模式,不填则保持原有配置。取值:
说明
|
Description | String | 否 | This is my first image | 镜像描述。
说明
|
ImageId | String | 是 | image-ebgy1og99tfct0gw**** | 您可以调用DescribeImages接口并传入 |
ImageName | String | 否 | image-1 | 镜像名称。
|
本接口无特有的返回参数。更多信息请见返回结构。
GET /?Action=ModifyImageAttribute&Version=2020-04-01&ImageId=image-ebgy1og99tfct0gw****&ImageName=image1&Description= HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing Service: ecs
{ "ResponseMetadata": { "RequestId": "202106111445100102252431000052****", "Action": "ModifyImageAttribute", "Version": "2020-04-01", "Service": "ecs", "Region": "cn-beijing" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | InvalidBootMode.Malformed | The specified BootMode is malformed. | 指定的启动方式不合法。 |
400 | InvalidDescription.Malformed | The specified Description is malformed. | 指定的描述不合法。 |
400 | InvalidImageName.Malformed | The specified ImageName is malformed. | 指定的镜像名称不合法。 |
400 | InvalidImageStatus | The specified image is not in the correct status for the request. | 当前镜像的状态不支持此操作。 |
400 | MissingParameter.ImageId | The required parameter ImageId is not supplied. | 镜像ID不能为空。 |
404 | InvalidImage.NotFound | The specified image does not exist. | 指定的镜像不存在。 |
500 | InternalError | An internal error has occurred. | 内部错误,请重试。如果多次尝试失败,请提交工单。 |