请求所有镜像信息
/api/v1/image
GET
参数名 | 风格 | 类型 | 是否必须 | 示例 | 描述 |
---|---|---|---|---|---|
accesskey | 参数 | String | 是 | t9xuit3pt202ou09 | 用户accessKey |
timestamp | 参数 | String | 是 | 18223784 | 当前时间戳(从1970.1.1到此刻的毫秒数) |
{ "code": "0", "message": "success", "data": [ { "id": 51, "imageName": "registry.acs.aliyun.com/1064511633913518/tomcat7", "imageTag": "latest", "imageAlias": "tomcat7", "imageDescription": "sadsdfdsfxxxxdasdas", "ImageModifyTime": "2016-02-04 17:09:57" }, { "id": 57, "imageName": "registry.acs.aliyun.com/1064511633913518/hello-test", "imageTag": "latest", "imageAlias": "hello-test", "imageDescription": "R U OK?", "ImageModifyTime": "2016-02-04 17:09:57" }, { "id": 58, "imageName": "registry.acs.aliyun.com/1064511633913518/wftomcat", "imageTag": "5.0", "imageAlias": "wftomcat", "imageDescription": "how many roads must a man walk down, before you call him a man.", "ImageModifyTime": "2016-05-05 14:47:58" } ] }
字段 | 类型 | 描述 |
---|---|---|
code | String | 响应状态码 |
message | String | 响应消息 |
data->id | Long | 镜像ID |
data->imageName | String | 镜像的名字 |
data->imageTag | String | 镜像的Tag |
data->imageAlias | String | 镜像的别名 |
data->imageDescription | String | 镜像的描述 |
data->ImageModifyTime | String | 镜像修改时间 |