Apache Atlas 休息 Api

Apache Atlas Rest Api

我正在尝试通过 rest api 读取 Atlas 实体,我试过这个命令:

curl -v -i -s -X GET user:pwd@something.confidential.here:21000/v1/entities/branch_intersect

虽然我可以在 Apache UI 中看到 table,但它说找不到:

<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 v 0.7 并遵循此 doc

剩下的url应该是这样的:

curl -v -i -s -X GET user:pwd@something.confidential.here:21000/api/atlas/

引用here