镜像仓库详情
Method
GET
描述
获取镜像仓库详情
请求参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
RepositoryId | 镜像仓库Id | long | 是 | |
Action | DescribeRepository | string | 是 | |
Version | 2018-03-08 | string | 是 | |
返回参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
Repository | | object | 是 | 详细信息见下表 |
RequestId | | string | 是 | |
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
RepositoryId | 镜像仓库Id | long | 是 | |
Name | 镜像仓库名称 | string | 是 | |
Type | 访问权限,公开/私有 | string | 否 | |
CiSupported | 是否支持持续集成 | boolean | 否 | |
Label | 镜像类型:应用服务器/Linux/数据库等 | string | 否 | |
Description | 基本描述 | string | 否 | |
Detail | 详细描述 | string | 否 | |
Tags | 镜像版本数 | integer | 否 | |
Downloads | 下载次数 | integer | 否 | |
Favorites | 被收藏次数 | integer | 否 | |
Status | 仓库状态:正常/异常 | string | 否 | |
CreateAt | 镜像仓库更新时间,ISO8601 (yyyy-MM-dd'T'HH:mm:ss'Z') | string | 否 | |
UpdateAt | 镜像仓库更新时间,ISO8601 (yyyy-MM-dd'T'HH:mm:ss'Z') | string | 否 | |
UserName | 用户昵称 | string | 是 | |
URL | 最新tag下载URL | string | 否 | |
CiAvailable | 持续集成是否失效,0:失效,1:有效 | integer | 否 | |
CiMessage | 失效原因 | string | 否 | |
状态码
错误码(Code) | 错误提示(Message) | http status code | 说明 |
ResourceNotFound | %s is not found. | 404 | null |
Forbidden | You have no right to access. | 403 | null |
请求示例
GET https://open.cn-east-1.163yun.com/ccr?Version=2018-03-08&Action=DescribeRepository&RepositoryId=211
返回示例
{
"Repository": {
"CiAvailable": 1,
"CiSupported": false,
"CreateAt": "2018-04-23T07:12:09Z",
"Description": "",
"Detail": "",
"Downloads": 2571,
"Favorites": 1,
"Label": "Other",
"Name": "test-agent",
"RepositoryId": 211,
"Status": "Normal",
"Tags": 23,
"Type": "Public",
"URL": "hub.c.163.com/test1/test-agent:yanlian-1d5d8dd7b1fa9f908b1d4c00a5eee59f06aad708",
"UpdateAt": "2018-08-28T20:27:45Z",
"UserName": "test1"
},
"RequestId": "8a722cb1-a7f9-464b-8c2b-72ec8c19f3dad"
}