You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

AAI Database is implemented using graph database. To interact with any node, user needs to know the path to the node. The definitions of all nodes are provided in aai_schema_v11.xsd document.

All paths supported by A&AI service are defined in the aai_swagger_v11.html  document that can be found on A&AI REST API Documentation wiki page. The general rule of using CRUD API of AAIService is described in the parent wiki.

Step-by-step guide to work with subnodes

All DG node transactions are focused on interacting with a node itself, meaning when user wants to perform a transaction for a specific type, it needs to use its type name as a resource, and in case of <save> or <update>, it needs to set the resource value using node's type.


  • No labels