zstackio / doc-ch

ZStack Chinese user manual
Apache License 2.0
12 stars 21 forks source link

[Image]org.zstack.header.image.APIGetImageQgaEnableMsg #103

Open mingjian2049 opened 7 years ago

mingjian2049 commented 7 years ago

描述

查询Image是否包含qemu-guest-agent属性

API

org.zstack.header.image.APIGetImageQgaEnableMsg

举例(Example)

用户可以查询image是否包含qemu-guest-agent属性,例如

GetImageQgaEnable uuid=f995b4e3593c45fabeabd92185d33f91

返回结果:

{
    "uuid": "f995b4e3593c45fabeabd92185d33f91"
    "enable": true
    "success": true
}

参数(Parameters)

名字 描述 可选的参数 起始支持版本
uuid 镜像的uuid

备注

Feature_link