专有云计算

  • 专有云计算 > API 文档 > 镜像 > 创建镜像

    创建镜像

    最近更新时间: 2023-03-15 16:27:25

    请求路径

    POST /api/rio/v1/compute/image

    请求参数

    名称 类型 位置 必须 描述
    x-rio-zone-id string header 地域 ID
    server_id string body 云主机 ID
    image_name string body 镜像名称
    disk_format string body 镜像格式:
    • ami
    • ari
    • aki
    • vhd
    • vhdx
    • vmdk
    • raw
    • qcow2
    • vdi
    • ploop
    • iso
    client_token string body 保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。

    返回值

    名称 类型 描述
    request_id string 请求 ID
    data Image 镜像详情

    Image 镜像详情

    名称 类型 描述
    image_id string 镜像 ID
    snapshot_id string 快照 ID
    description string 镜像描述
    os_type string 操作系统类型:
    • linux
    • windows
    architecture string 镜像系统架构类型:
    • x86_64
    • arm
    • pcc64
    • i386
    os_name string 操作系统显示名称
    image_version string 镜像版本
    status string 镜像的状态:
    • UnAvailable:不可用
    • Available:可用
    • Creating:创建中
    • CreateFailed:创建失败
    • Waiting:排队中
    • Deprecated:已弃用
    image_name string 镜像名称
    image_owner_alias string 镜像来源:
    • system:公共镜像
    • self:私有镜像
    • others:共享镜像
    • marketplace:市场镜像
    platform string 操作系统平台:
    • Windows
    • CentOS
    • Redhat
    • Ubuntu
    • SUSE
    • Debian
    • Fedora
    • Neoshine
    • Oracle
    • 凝思Linux
    • 红旗Linux
    • Kylin
    • UOS
    • CirrOS
    • Other
    size integer 镜像大小,单位:Bytes
    is_support_cloud_init boolean 镜像是否支持cloud-init
    is_copied boolean 是否是拷贝的镜像
    created_at integer 镜像的创建时间:时间戳,毫秒

    请求值示例

    返回值示例

    {
        "request_id":"HtPfEo3oOPBmScsW",
        "data":{
            "zone_id":"",
            "image_id":"ce5fa8f9-0bf7-4ecc-919d-72b9c04e4ceb",
            "snapshot_id":"",
            "description":"",
            "os_type":"windows",
            "architecture":"",
            "os_name":"",
            "progress":"",
            "image_version":"",
            "status":"Available",
            "image_name":"Windows-io",
            "image_owner_alias":"system",
            "platform":"Windows",
            "size":540987392,
            "is_support_cloud_init":false,
            "is_copied":false,
            "created_at":1641959842000
        }
    }
    
    以上内容是否对您有帮助?
  • Qvm free helper
    Close