Created
September 20, 2018 18:05
-
-
Save tomas-wood/81a9164fac330d459d7a6c17bcf74fd1 to your computer and use it in GitHub Desktop.
API call to GES
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -H "Content-Type:application/json" -X POST --data '{"command":"graph=EywaGraph.open(\"ges_abfe\");g=graph.traversal();g.V().limit(10)"}' http://49.4.88.7/graph/ges/v1.0/1111/1/graphs/222/execute-gremlin-query | |
| {"errorMessage":"Resource not allowed!","errorCode":"GES.8006"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment