aboutsummaryrefslogtreecommitdiffstats
path: root/docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2018-12-05 16:00:42 -0500
committerJames Forsyth <jf2512@att.com>2018-12-05 21:08:53 +0000
commitf225586ee8d05ef4714deb506c2de7f3393d4059 (patch)
treebb09a56e910a7b239073c6a6e56102ae4c62f626 /docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst
parente417b7556278e471e4575caf29b2335ac0d9027c (diff)
Add nodesQuery document
Issue-ID: AAI-1993 Change-Id: Ic18ed4be11ce654214cffd7f2e0180f078eee9ed Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst')
-rw-r--r--docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst b/docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst
index 49dc1077..cb23ae50 100644
--- a/docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst
+++ b/docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst
@@ -1715,3 +1715,13 @@ List of Queries and Payloads
For a full list of available custom queries, please refer to our
`Custom Queries <customQueries.html>`_ document
+Nodes Query
+-----------
+
+In working with AAI's standard REST API, you may have noticed that
+certain API paths have a hierarchy to them and require a client to
+know multiple object keys to preform GETs. The nodes API allows for
+more freedom in querying AAI, allowing clients to circumvent the need
+to know every key in the hierarchy.
+
+See `Nodes Query <nodesQuery.html>`_ for more information.