0

I'm basically trying to make a REST call to the artifactory to get json response about the repositories.
My URL is something like this "http://127.0.0.1:8081/artifactory/api/storage/deploy/" where deploy is my repository.
Now i want to get the information about all the repositories whose name starts with - deploy .

How to modify the url in-order to get the info about the repositories with name starts with deploy??

Is it possible to do this, without getting all repositories name and then filtering?

Thanks.

4

1 に答える 1

1

これはJavaの質問ではなく、そのような動作をサポートしている残りのサービスの問題だと思います。つまり、残りの API は、すべてのリポジトリのリストを正規表現で取得する方法を提供する必要があります。
これは、ブルートフォースリンク以外の方法でJavaを使用して解決できるとは思いません。

于 2012-09-11T06:48:11.997 に答える