Harbor: how to get tag list while using harbor v1.1.1?

Created on 2 Aug 2017  路  2Comments  路  Source: goharbor/harbor

I want to get tags according to this page, I can get repos like

curl -X GET https://myhub.com/api/repositories?project_id=5

[
"my-repo/nginx",
"my-repo/php"
]

but if I want to get tag list, it return 404 like

curl -X GET https://myhub.com/api/repositories/tags?repo_name=my-repo/nginx

404 Page Not Found

how can I get the tag list?

kinquestion

Most helpful comment

it works when using curl -X GET https://myhub.com/api/repositories/my-repo%2Fnginx/tags, thanks

All 2 comments

it works when using curl -X GET https://myhub.com/api/repositories/my-repo%2Fnginx/tags, thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Hotege picture Hotege  路  3Comments

pingcrosby picture pingcrosby  路  3Comments

cten picture cten  路  3Comments

xiaosadexiaohai picture xiaosadexiaohai  路  3Comments

mramanathan picture mramanathan  路  3Comments