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/AAIRESTAPI_DUBLIN.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/AAIRESTAPI_DUBLIN.rst')
-rw-r--r-- | docs/AAI REST API Documentation/AAIRESTAPI_DUBLIN.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/AAI REST API Documentation/AAIRESTAPI_DUBLIN.rst b/docs/AAI REST API Documentation/AAIRESTAPI_DUBLIN.rst index 0b4f9a3c..8c4e43cf 100644 --- a/docs/AAI REST API Documentation/AAIRESTAPI_DUBLIN.rst +++ b/docs/AAI REST API Documentation/AAIRESTAPI_DUBLIN.rst @@ -611,7 +611,7 @@ XML .. code-block:: xml <relationship xmlns="http://org.onap.aai.inventory/vX"> - <related-link>*/aai/v10/network/logical-links/logical-link/logical-link-123456789-01*</related-link> + <related-link>*/aai/v16/network/logical-links/logical-link/logical-link-123456789-01*</related-link> <related-to>logical-link</related-to> <relationship-data> <relationship-key>logical-link.link-name</relationship-key> @@ -624,7 +624,7 @@ JSON .. code-block:: json { - "related-link": " /aai/v10/network/logical-links/logical-link/logical-link-123456789-01", + "related-link": " /aai/v16/network/logical-links/logical-link/logical-link-123456789-01", "related-to": "logical-link", "relationship-data": [ { @@ -801,7 +801,7 @@ Imagine this is the existing resource: "relationship-list": { "relationship": [ { - "related-link": " /aai/v16network/generic-vnfs/generic-vnf/generic-vnf-20160902a", + "related-link": " /aai/v16/network/generic-vnfs/generic-vnf/generic-vnf-20160902a", "related-to": "generic-vnf", "relationship-data": [ { @@ -1438,7 +1438,7 @@ Example Response "street1": "100 Main St", "street2": "C3-3W03" }, - "url": "/aai/v161/cloud-infrastructure/complexes/complex/complextest1" + "url": "/aai/v16/cloud-infrastructure/complexes/complex/complextest1" } ] } @@ -1704,7 +1704,7 @@ children/grandchildren to return. The default depth is 1. .. code:: - PUT /aai/v$/query?format={}&depth=0 + PUT /aai/v$/query?format={format}&depth=0 nodesOnly ^^^^^^^^^ |