ListRepositories - 查看仓库信息

通过 OpenAPI 查看仓库信息。

适用版本

企业标准版

服务接入点与授权信息

请求语法

GET https://{domain}/oapi/v1/packages/organizations/{organizationId}/repositories

请求头

参数

类型

是否必填

描述

示例值

x-yunxiao-token

string

个人访问令牌。

pt-0fh3****0fbG_35af****0484

请求参数

参数

类型

位置

是否必填

描述

示例值

organizationId

string

path

企业 Id。

xxxxxxxx

repoTypes

string

query

仓库类型,可选值 GENERIC/DOCKER/MAVEN/NPM/NUGET,查询多个仓库类型可以以逗号分割。

MAVEN

repoCategories

string

query

仓库模式,可选值 Hybrid/Local/Proxy/Group,查询多个模式可以以逗号分割。

Group

perPage

integer

query

每页数据量,默认值8。

8

page

integer

query

当前页面。

请求示例

curl -X 'GET' \
  'https://test.rdc.aliyuncs.com/oapi/v1/packages/organizations/{organizationId}/repositories?repoTypes={repoTypes}&repoCategories={repoCategories}&perPage={perPage}&page={page}' \
  -H 'Content-Type: application/json' \
  -H 'x-yunxiao-token: pt-0fh3****0fbG_35af****0484'

返回参数

参数

类型

描述

示例值

-

array

-

object

制品仓库。

latestUpdate

string

最近更新时间。

1729064771000

repoCategory

string

仓库模式。

Hybrid

repoDesc

string

仓库描述。

流水线构建出的软件包制品

repoDescriptor

string

仓库描述文件。

{“enableMaxVersionPerArtifact”:false,“hybridDescriptor”:{“cacheExpireTime”:-1,“fuseTime”:180000,“metaCacheExpireTime”:1800,“proxies”:[]},“isOverwriteArtifact”:“N”,“maxVersionPerArtifact”:-1,“versionStrategy”:“CUSTOM”}

repoId

string

仓库 Id。

flow_generic_repo

repoName

string

仓库名称。

流水线软件包仓库

repoType

string

仓库类型。

GENERIC

star

boolean

是否收藏。

false

返回示例

[
    {
        "latestUpdate": "1729064771000",
        "repoCategory": "Hybrid",
        "repoDesc": "流水线构建出的软件包制品",
        "repoDescriptor": "{\"enableMaxVersionPerArtifact\":false,\"hybridDescriptor\":{\"cacheExpireTime\":-1,\"fuseTime\":180000,\"metaCacheExpireTime\":1800,\"proxies\":[]},\"isOverwriteArtifact\":\"N\",\"maxVersionPerArtifact\":-1,\"versionStrategy\":\"CUSTOM\"}",
        "repoId": "flow_generic_repo",
        "repoName": "流水线软件包仓库",
        "repoType": "GENERIC",
        "star": false
    }
]

错误码

访问错误码中心查看 API 相关错误码。