gpt4 book ai didi

rest - Apache Atlas 休息 API

转载 作者:可可西里 更新时间:2023-11-01 15:26:25 26 4
gpt4 key购买 nike

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

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

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

<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

关于rest - Apache Atlas 休息 API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46178382/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com