查询指定镜像的预热进度。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
|---|---|---|---|---|
Action | String | 是 |
| 接口名称。当前 API 的名称为 |
Version | String | 是 |
| 接口版本。当前 API 的版本为 |
ProductId | String | 是 |
| 业务 ID,可在「云手机控制台-业务管理-业务详情」中获取 |
ImageIdList | String | 是 |
| 指定需要查询的镜像 ID 列表。多个镜像 ID 使用英文 "," 分隔。列表最大长度为 100。 |
DcId | String | 否 |
| 机房 ID。用于指定希望查询的镜像所在的特定机房。若该参数置空,系统将默认返回所有机房中的指定镜像的预热数据。 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
Row | Array of ImagePreheating |
| 镜像预热数据。参看 ImagePreheating 数据结构。 |
参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
ImageId | String |
| 镜像 ID。 |
PreheatFailedProgress | Integer |
| 镜像预热失败的比例,单位为 %。 |
PreheatSuccessProgress | Integer |
| 镜像预热完成的比例,单位为 % |
GET https://open.volcengineapi.com?Action=GetImagePreheating&Version=2025-05-01&ProductId=1749281594201xxxxxx&ImageIdList=img-xxxxx1,img-xxxxx2&DcId=gdsz-ctcucm-01-xxxxx
{ "ResponseMetadata": { "Action": "GetImagePreheating", "Region": "cn-north-1", "Service": "ACEP", "Version": "2025-05-01", "RequestId": "20230604110420****100232280022D31" }, "Result": { "Row": [ { "ImageId": "img-xxxxx1", "PreheatFailedProgress": 5, "PreheatSuccessProgress": 90 }, { "ImageId": "img-xxxxx2", "PreheatFailedProgress": 0, "PreheatSuccessProgress": 100 } ] } }
您可访问公共错误码,获取更多错误码信息。