From 06e46ca5f35c7dd5e2f9649082744a6f768ae107 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 29 May 2019 15:46:45 -0400 Subject: Fix typos and clean up docs Issue-ID: AAI-2461 Signed-off-by: Jimmy Forsyth Change-Id: I8ac06c9c6f15fea9edb33294d441cf4c8d07e4be --- docs/AAI REST API Documentation/genericQueries.rst | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'docs/AAI REST API Documentation/genericQueries.rst') diff --git a/docs/AAI REST API Documentation/genericQueries.rst b/docs/AAI REST API Documentation/genericQueries.rst index 887bce4b..e2f7e200 100644 --- a/docs/AAI REST API Documentation/genericQueries.rst +++ b/docs/AAI REST API Documentation/genericQueries.rst @@ -93,15 +93,15 @@ Search result: customer - https://mtinjvmsdn30.cip.att.com:8443/aai/v16/business/customers/customer/globalspanos/ + https://aai.onap:8443/aai/v16/business/customers/customer/globalexample/ service-subscription - https://mtinjvmsdn30.cip.att.com:8443/aai/v16/business/customers/customer/globalspanos/service-subscriptions/service-subscription/ptplgamma/ + https://aai.onap:8443/aai/v16/business/customers/customer/globalexample/service-subscriptions/service-subscription/ptplgamma/ service-instance - https://mtinjvmsdn30.cip.att.com:8443/aai/v16/business/customers/customer/globalspanos/service-subscriptions/service-subscription/ptplgamma/service-instances/service-instance/arnoldave/ + https://aai.onap:8443/aai/v16/business/customers/customer/globalexample/service-subscriptions/service-subscription/ptplgamma/service-instances/service-instance/arnoldave/ @@ -118,31 +118,31 @@ Search result: cvlan-tag - https://aai.onap:8443/aai/v16/network/vces/vce/spanosvce/port-groups/port-group/spanosifc2/cvlan-tags/cvlan-tag/333/ + https://aai.onap:8443/aai/v16/network/vces/vce/examplevce/port-groups/port-group/exampleifc2/cvlan-tags/cvlan-tag/333/ cvlan-tag - https://aai.onap:8443/aai/v16/network/vces/vce/spanosvce/port-groups/port-group/spanosifc1/cvlan-tags/cvlan-tag/333/ + https://aai.onap:8443/aai/v16/network/vces/vce/examplevce/port-groups/port-group/exampleifc1/cvlan-tags/cvlan-tag/333/ cvlan-tag - https://aai.onap:8443/aai/v16/network/vces/vce/spanosvce/port-groups/port-group/spanosifc1/cvlan-tags/cvlan-tag/111/ + https://aai.onap:8443/aai/v16/network/vces/vce/examplevce/port-groups/port-group/exampleifc1/cvlan-tags/cvlan-tag/111/ port-group - https://aai.onap:8443/aai/v16/network/vces/vce/spanosvce/port-groups/port-group/spanosifc1/ + https://aai.onap:8443/aai/v16/network/vces/vce/examplevce/port-groups/port-group/exampleifc1/ vce - https://aai.onap:8443/aai/v16/network/vces/vce/spanosvce/ + https://aai.onap:8443/aai/v16/network/vces/vce/examplevce/ cvlan-tag - https://aai.onap:8443/aai/v16/network/vces/vce/spanosvce/port-groups/port-group/spanosifc2/cvlan-tags/cvlan-tag/222/ + https://aai.onap:8443/aai/v16/network/vces/vce/examplevce/port-groups/port-group/exampleifc2/cvlan-tags/cvlan-tag/222/ port-group - https://aai.onap:8443/aai/v16/network/vces/vce/spanosvce/port-groups/port-group/spanosifc2/ + https://aai.onap:8443/aai/v16/network/vces/vce/examplevce/port-groups/port-group/exampleifc2/ @@ -152,7 +152,7 @@ Customer GET based on tenant id URL: - /aai/v16/search/generic-query?key=tenant.tenant-id:spanospizzatenant&start-node-type=tenant&include=tenant&include=customer&include=service-subscription&depth=2 + /aai/v16/search/generic-query?key=tenant.tenant-id:examplepizzatenant&start-node-type=tenant&include=tenant&include=customer&include=service-subscription&depth=2 Search Result: @@ -192,7 +192,7 @@ Search Result: tenant - https://aai.onap:8443/aai/v16/cloud-infrastructure/tenants/tenant/spanospizzatenant/ + https://aai.onap:8443/aai/v16/cloud-infrastructure/tenants/tenant/examplepizzatenant/ @@ -208,7 +208,7 @@ Search Result: .. code-block:: xml - + service-instance https://aai.onap:8443/aai/v16/business/customers/customer/examplecustomer/service-subscriptions/service-subscription/ptplgamma/service-instances/service-instance/arnoldave/ @@ -220,7 +220,7 @@ Get service-instance and service-subscription from vce .. code-block:: URL: - /aai/v16/search/generic-query?key=vce.vnf-id:spanosvce&start-node-type=vce&include=service-instance&include=service-subscription&depth=2 + /aai/v16/search/generic-query?key=vce.vnf-id:examplevce&start-node-type=vce&include=service-instance&include=service-subscription&depth=2 Search Result: @@ -312,7 +312,7 @@ Search Result: image - https://aai.onap:8443/aai/v1/cloud-infrastructure/images/image/valueOfImageId/ + https://aai.onap:8443/aai/v16/cloud-infrastructure/images/image/valueOfImageId/ cvlan-tag -- cgit 1.2.3-korg