summaryrefslogtreecommitdiffstats
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:09:16 +0000
commitddf953affc477a77f9b68583f8ba0d6d5705882a (patch)
treeafa956fe1a5b703d475b0e9144db70e6c04edaf7 /docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst
parent8fb7aa6480d4d7becbbab5fcfabd6af3f57e7d74 (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.