我试图通过rest读取一个Atlas实体,我尝试了以下命令:
curl -v -i -s -X GET user:pwd@something.confidential.here:21000/v1/entities/branch_intersect虽然我可以在Apache中看到表,但是它说找不到:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Error 404 Not Found</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing /v1/entities/branch_intersect. Reason:
<pre> Not Found</pre></p><hr><i><small>Powered by Jetty://</small></i><hr/>
</body>
</html>我使用Atlas v0.7并遵循此文档
发布于 2017-09-14 08:59:15
其余的网址应该是这样的:
curl -v -i -s -X GET user:pwd@something.confidential.here:21000/api/atlas/参考这里
https://stackoverflow.com/questions/46178382
复制相似问题