Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


 

Table of Contents

Table of Contents
minLevel2

...

AAIService is an implementation of a REST API  client for SDNC-ADAPTORS feature.  It exposes its CRUD services through SvcLogicResource interface.

The most common utilization of AAIService is done in SLI DirectedGraph

 


Below are snippets of working directed graph code.

...

Before you start defining path identifiers in the key, you need to download the document listing all paths in AAI. Click this link to download the document . If you don't have access to this community you may need to request it.

...

  • the XSD document: {link is missing}
  • the AAI index document {link is missing}

 


The XSD document defines the AAI model.

...

The v10_aai_index.html document lists paths supported by AAI REST API.

 


The path may contain multiple nodes. Each node is identified by the node type and its primary id.

...

It is critical to follow this rule as <save> command will fail if the data entry with the same id already exists.