API Documentation - noduslabs/infranodus GitHub Wiki
To get a list of nodes in JSON format:
curl -i -H 'Accept: application/json' http://user:[email protected]:3000/api/user/nodes
In GEXF format:
curl -i -H 'Accept: application/xml' http://user:[email protected]:3000/api/user/nodes
To post something: curl --data "param1=value1¶m2=value2" http://example.com/resource.cgi