You need to enable JavaScript to run this app.
边缘计算节点

边缘计算节点

复制全文
镜像
查看镜像详情
复制全文
查看镜像详情

本接口用于获取镜像详情。

请求说明

  • 请求方式:GET
  • 请求地址:https://veenedge.volcengineapi.com/?Action=GetImage&Version=2021-04-30

请求参数

下表列出了接口特定的请求参数以及公共请求参数 Action 和 Version。 其他公共参数,请参见公共参数

Query

参数
类型
是否必选
示例值
描述
Action
String
GetImage
接口名称。当前 API 的名称为 GetImage
Version
String
2021-04-30
接口版本。当前 API 的版本为 2021-04-30
image_id
String
imagespnwnf****
镜像 ID。您可以通过 ListImages 接口查询镜像 ID。

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结果

参数
类型
示例值
描述
image
Object
-
镜像详情。

请求示例

GET https://veenedge.volcengineapi.com/?Action=GetImage&Version=2021-04-30
&image_id=imagespnwnf****
&<其他公共参数>

返回示例

{
  "ResponseMetadata": {
    "RequestId": "202110222135390102250842170003****",
    "Action": "GetImage",
    "Version": "2021-04-30",
    "Service": "veenedge",
    "Region": "cn-north-1"
  },
  "Result": {
    "image": {
      "id": "imagespnwnf****",
      "name": "helloworld",
      "description": "test",
      "system_arch": "Linux",
      "system_bit": "64位",
      "system_type": "CentOS",
      "system_version": "8.3",
      "disk_size": 50,
      "property": "UrlImage",
      "status": "Online",
      "is_enable": false,
      "label": null,
      "create_time": "2021-05-26T06:15:50+08:00",
      "update_time": "2021-09-22T16:55:39+08:00",
      "boot_mode": "BIOS"
    }
  }
}

错误码

如果响应正文中包含 Error 字段,则表示 API 请求失败。关于错误码的更多信息,参见错误码

最近更新时间:2025.12.22 17:43:06
这个页面对您有帮助吗?
有用
有用
无用
无用