From ddf953affc477a77f9b68583f8ba0d6d5705882a Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 5 Dec 2018 16:00:42 -0500 Subject: Add nodesQuery document Issue-ID: AAI-1993 Change-Id: Ic18ed4be11ce654214cffd7f2e0180f078eee9ed Signed-off-by: Jimmy Forsyth --- docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/AAI REST API Documentation/AAIRESTAPI_CASABLANCA.rst') 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 `_ 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 `_ for more information. -- cgit 1.2.3-korg