0

我已经使用其余 API 创建了一个 repo,现在我也想启动它。它已启用,所以我知道启动它是一个选项(通过 GUI 启动的选项是可见的。)

我已经尝试在浏览器中发布这个 - http://crucible:8060/rest/api/1.0/rest-service-fecru/admin/repositories/development_services.newtools/start

我也尝试过使用 Python 脚本。发送到服务器的请求的 JSON 如下所示:

{'Content-Length': '0', 'Accept-Encoding': 'gzip, deflate', 'Content-Type': 'application/json', 'Accept': 'application/json', 'User-Agent': 'python-requests/2.9.1', 'Connection': 'keep-alive', 'type': 'PUT', 'Authorization': 'Basic ZasdfasdfvczpHb2VzVXAyABC='}

这是回应:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 405 Method Not Allowed</title>
</head>
<body><h2>HTTP ERROR 405</h2>
<p>Problem accessing /rest/api/1.0/rest-service-fecru/admin/repositories/development_services.newtools/start. Reason:
<pre> Method Not Allowed</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
<br/>
</body>
</html>
4

1 回答 1

0

您使用了错误的 URL 和 HTTP 方法。您应该向

/rest-service-fecru/admin/repositories-v1/

于 2016-04-21T08:39:35.447 回答