1. 裸金属服务器镜像列表

1.1. 描述

获取裸金属服务器镜像列表

1.2. 请求地址

请求地址的格式如下:

https://<区域服务地址>/v1/bm/image/list

1.3. 请求参数

Name Type Description Required
name String 镜像名称
curPage Integer 当前页码,默认值1
perPage Integer 每页显示条数,默认值10

1.4. 请求示例

1.4.1. 请求地址

POST https://cn-east-1.api.yovole.com/v1/bm/image/list HTTP/1.1
  x-ycs-timestamp: 2019-06-19T14:26:26Z
  x-ycs-requestid: 2a49cfa2-925b-11e9-bb3a-6c96cfdcd6b9
  x-ycs-security-authorization: Authorization: YCS1-HMAC-SHA1 Credential=08e206fb-7b41-45b7-8076-8d43e8aeea89,SignedHeaders=content-type;x-ycs-requestid;x-ycs-timestamp,Signature=2RFjU7C9gICCrQfpAIfAJHqRRlQ=

1.4.2. 接口请求参数

{
  "curPage":1,
  "perPage":10
}

1.5. 返回结果

1.5.1. 返回正确结果示例

{
    "success":true,
    "code":0,
    "pager":{
        "curPage":1,
        "perPage":10,
        "totalRecords":22,
        "totalPages":3,
        "pageData":[
            {
                "id":"ironic-test-001",
                "name":"CentOS 7.4 64位",
                "regionSn":"CN-EAST-1",
                "category":"BM",
                "type":"SYSTEM",
                "osPlatformName":"Linux",
                "osVersion":"7.4",
                "bit":64,
                "minCpu":28,
                "minRam":256,
                "minDisk":800
            },
            {
                "id":"ironic-005",
                "name":"Windows-10 Pro-64-中文版",
                "regionSn":"CN-EAST-1",
                "category":"BM",
                "type":"SYSTEM",
                "osPlatformName":"Windows",
                "osVersion":"2012",
                "bit":64,
                "minCpu":28,
                "minRam":256,
                "minDisk":800
            }
        ]
    }
}

1.5.2. 返回错误结果示例

{
  "requestId": "2a49cfa2-925b-11e9-bb3a-6c96cfdcd6b9",
  "success": false,
  "code": 400,
  "message": "Required attribute 'xxxx' not specified",
  "errorCode": "Invalid argument"
}

1.6. 错误码

可以通过错误返回结果中的code、errorCode和message字段了解错误分类和具体的错误原因。

该接口没有特殊错误码,错误码信息和简单的错误分析方法可以参考公共错误码

results matching ""

    No results matching ""