Skip to content

Instantly share code, notes, and snippets.

@tomas-wood
Created September 20, 2018 18:05
Show Gist options
  • Select an option

  • Save tomas-wood/81a9164fac330d459d7a6c17bcf74fd1 to your computer and use it in GitHub Desktop.

Select an option

Save tomas-wood/81a9164fac330d459d7a6c17bcf74fd1 to your computer and use it in GitHub Desktop.
API call to GES
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