You need to enable JavaScript to run this app.
文档中心
云手机

云手机

复制全文
下载 pdf
镜像管理
更新 AOSP 镜像 UpdateAOSPImage
复制全文
下载 pdf
更新 AOSP 镜像 UpdateAOSPImage

本接口用于更新指定 AOSP 镜像的名称或备注信息。

注意事项

本接口的单用户 QPS 限制为 50 次/秒。超过限制,API 调用会被限流。

请求说明

  • 请求方式:POST
  • 请求地址:https://open.volcengineapi.com?Action=UpdateAOSPImage&Version=2025-05-01

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

Query

参数

类型

是否必选

示例值

描述

Action

String

UpdateAOSPImage

接口名称。当前 API 的名称为 UpdateAOSPImage

Version

String

2025-05-01

接口版本。当前 API 的版本为 2025-05-01

Body

参数

类型

是否必选

示例值

描述

ImageId

String

img-158xxxxxx

镜像 ID,可调用 ListAOSPImage 获取指定的镜像 ID。

ImageName

String

example-image-name

镜像名称。

ImageAnnotation

String

example-image-annotation

镜像备注信息。

返回参数

本接口无特有的返回参数。更多信息请参见返回结构

请求示例

POST https://open.volcengineapi.com?Action=UpdateAOSPImage&Version=2025-05-01
{
    "ImageId": "img-158xxxxxx",
    "ImageName": "example-image-name",
    "ImageAnnotation": "example-image-annotation"
}

返回示例

{
    "ResponseMetadata": {
        "Action": "UpdateAOSPImage",
        "Region": "cn-north-1",
        "Service": "ACEP",
        "Version": "2025-05-01",
        "RequestId": "20230604110420****100232280022D31"
    }
}

错误码

您可访问公共错误码,获取更多错误码信息。

最近更新时间:2026.01.28 16:04:04
这个页面对您有帮助吗?
有用
有用
无用
无用