diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-05-29 15:46:45 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-05-29 15:46:49 -0400 |
commit | 06e46ca5f35c7dd5e2f9649082744a6f768ae107 (patch) | |
tree | 4de02c80698b6f692037bf67cd0228c84c46a379 /docs/AAI REST API Documentation/nodesQuery.rst | |
parent | b0a32518159592219decbd34de1b51ee1e7a9bb6 (diff) |
Fix typos and clean up docs
Issue-ID: AAI-2461
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I8ac06c9c6f15fea9edb33294d441cf4c8d07e4be
Diffstat (limited to 'docs/AAI REST API Documentation/nodesQuery.rst')
-rw-r--r-- | docs/AAI REST API Documentation/nodesQuery.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/AAI REST API Documentation/nodesQuery.rst b/docs/AAI REST API Documentation/nodesQuery.rst index 3c2ae554..4b0a61f4 100644 --- a/docs/AAI REST API Documentation/nodesQuery.rst +++ b/docs/AAI REST API Documentation/nodesQuery.rst @@ -98,7 +98,7 @@ Supported queries .. code:: URL: - /aai/v4/search/nodes-query?search-node-type=pserver&filter=ipv4-oam-address:DOES-NOT-EXIST: + /aai/v16/search/nodes-query?search-node-type=pserver&filter=ipv4-oam-address:DOES-NOT-EXIST: Search result @@ -107,18 +107,18 @@ Search result <search-results xmlns="http://org.onap.aai.inventory/v16"> <result-data> <resource-type>pserver</resource-type> - <resource-link>https://aai.onap:8443/aai/v4/cloud-infrastructure/pservers/pserver/mygreatpserver</resource-link> + <resource-link>https://aai.onap:8443/aai/v16/cloud-infrastructure/pservers/pserver/mygreatpserver</resource-link> </result-data> <result-data> <resource-type>pserver</resource-type> - <resource-link>https://aai.onap:8443/aai/v4/cloud-infrastructure/pservers/pserver/myothergreatpserver/</resource-link> + <resource-link>https://aai.onap:8443/aai/v16/cloud-infrastructure/pservers/pserver/myothergreatpserver/</resource-link> </result-data> <result-data> <resource-type>pserver</resource-type> - <resource-link>https://aai.onap:8443/aai/v4/cloud-infrastructure/pservers/pserver/stillanothergreatpserver</resource-link> + <resource-link>https://aai.onap:8443/aai/v16/cloud-infrastructure/pservers/pserver/stillanothergreatpserver</resource-link> </result-data> <result-data> <resource-type>pserver</resource-type> - <resource-link>https://aai.onap:8443/aai/v4/cloud-infrastructure/pservers/pserver/testbestestpserver</resource-link> + <resource-link>https://aai.onap:8443/aai/v16/cloud-infrastructure/pservers/pserver/testbestestpserver</resource-link> </result-data> </search-results> |