更新时间:2024-11-08 GMT+08:00
分享

获取镜像模板列表

功能介绍

获取镜像模板列表

调用方法

请参见如何调用API

URI

GET /v1/image/templates

请求参数

响应参数

状态码: 200

表1 响应Body参数

参数

参数类型

描述

result

result object

返回结果

error

String

返回错误信息

status

String

返回状态信息

表2 result

参数

参数类型

描述

image_templates

Array of image_templates objects

镜像模版列表

表3 image_templates

参数

参数类型

描述

image_id

String

镜像模版ID

organization

String

swr镜像组织

image_name

String

镜像名

image_label

String

镜像label

base_image

String

操作系统

title

String

镜像标题

description

String

镜像描述

create_time

String

镜像创建日期

请求示例

GET https://{endpoint}/v1/image/templates

响应示例

状态码: 200

返回信息

{
  "result" : {
    "image_templates" : [ {
      "image_id" : "e1579739-cd2e-11e9-b7c2-286ed489051f",
      "organization" : "codeci",
      "image_name" : "special_base_image",
      "image_label" : "arm-centos7-base-1.0.1",
      "base_image" : "centos",
      "title" : "CentOS 7-based arm Base Image",
      "description" : "This base image is based on CentOS 7 and is used for ARM builds. It has the following tools installed: OpenJDK 1.8.0_40, Maven 3.5.3, Ant 1.10.3, Git, Wget, zip, unzip, bzip2, GCC, Make, and CMake.",
      "create_time" : "2021-08-17T00:00:00.000Z"
    } ]
  },
  "error" : "error_message",
  "status" : "success"
}

状态码

状态码

描述

200

返回信息

错误码

请参见错误码

相关文档