hortonworks data platform - Apache Atlas Rest Api -


im trying read atlas entitiy via rest api, tried command :

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

although can see table in apache ui says not found :

<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 jetty://</small></i><hr/>  </body> </html> 

im using atlas v 0.7 , following doc

the rest url should :

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

reference here


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -