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

cavemandaveman picture cavemandaveman  路  27Comments

reasonerjt picture reasonerjt  路  41Comments

mmpei picture mmpei  路  29Comments

AlexZeitler picture AlexZeitler  路  30Comments

annProg picture annProg  路  30Comments