功能介绍
查询当前区域弹性 云服务器 的OS兼容性列表。
调试
您可以在API Explorer中调试该接口。
URI
GET /v1/cloudimages/os_version
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
tag |
否 |
String |
OS的标签。 根据标签值可以过滤查询指定特性的OS信息。取值范围:
不带tag查询条件则默认查询当前region支持的所有的OS列表。 |
请求示例
- 查询当前region支持的OS列表
GET https://{Endpoint}/v1/cloudimages/os_version
- 根据过滤条件查询OS列表
GET https://{Endpoint}/v1/cloudimages/os_version?tag=kvm&tag=uefi
响应消息
- 响应参数
- 响应样例
STATUS CODE 200
[ { "platform": "SUSE", "version_list": [ { "platform": "SUSE", "os_version_key": "SUSE Linux Ent erp rise Server 15 64bit", "os_version": "SUSE Linux Enterprise Server 15 64bit", "os_bit": 64, "os_type": "Linux" }, { "platform": "SUSE", "os_version_key": "SUSE Linux Enterprise Server 12 SP3 64bit", "os_version": "SUSE Linux Enterprise Server 12 SP3 64bit", "os_bit": 64, "os_type": "Linux" } ] }, { "platform": "Other", "version_list": [ { "platform": "Other", "os_version_key": "Other(32 bit)", "os_version": "Other(32 bit)", "os_bit": 32, "os_type": "Linux" } ] } ]
返回值
- 正常
- 异常
返回值
说明
400 Bad Request
请求错误,具体返回错误码请参见错误码。
401 Unauthorized
鉴权失败。
403 Forbidden
没有操作权限。
404 Not Found
找不到资源。
500 Internal Server Error
服务内部错误。
503 Service Unavailable
服务不可用。