我需要使用REST API从旧工件手动清理Jfrog artifactor。
出于这些目的,首先,我必须识别在特定日期范围内创建的工件。
问题是当我使用
时curl -u user:password -X GET "http://artifactory:8081/artifactory/api/search"
我收到此错误
{
"errors" : [ {
"status" : 405,
"message" : "Method Not Allowed"
} ]
这是什么意思,不允许这种方法?我该如何处理?
完整命令是
curl -u user:password "http://artifactory:8081/artifactory/api/search?from=long&to=long&repos=currentrepo"
答案 0 :(得分:2)
你正在使用其余的api错误。
这是完整命令的样子: curl -u admin:密码" http://localhost:8081/artifactory/api/search/ 日期? dateFields =已创建& from = 1461052559000& to = 1492588559000& repos = libs-snapshot-本地"