From 03658e97c41cce22f20ac04d69038103089b4f05 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Wed, 4 Mar 2020 12:20:33 +0200 Subject: Upgrade AAI API version to v16 v16 is the recommended Dublin version: https://wiki.onap.org/display/DW/AAI+REST+API+Documentation+-+Dublin Issue-ID: VID-365 Change-Id: I3c84525382477d453dcdc0e5c1e061dc41526dc0 Signed-off-by: Ittay Stern --- docs/consumedapis.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/consumedapis.rst') diff --git a/docs/consumedapis.rst b/docs/consumedapis.rst index 14c49af71..e9c219a70 100644 --- a/docs/consumedapis.rst +++ b/docs/consumedapis.rst @@ -66,33 +66,33 @@ A&AI +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | GET | Get all subscribers | -| aai/v13/business/customers?subscriber-type=INFRA&depth=2 | | +| aai/v16/business/customers?subscriber-type=INFRA&depth=2 | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| GET aai/v13/ | Get data for a specific subscriber including its available services | +| GET aai/v16/ | Get data for a specific subscriber including its available services | | business/customers/customer/ | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | GET | Get all service types | -| aai/v13/service-design-and-creation/services | | +| aai/v16/service-design-and-creation/services | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | GET | Get services by owner entity id | -| aai/v13/business/owning-entities? | | +| aai/v16/business/owning-entities? | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | GET | Get services by project name | -| aai/v13/business/projects? | | +| aai/v16/business/projects? | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| GET aai/v13/network/zones | Get all AIC zones | +| GET aai/v16/network/zones | Get all AIC zones | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | POST search/named-query | Get data regarding an instance and the instance's related nodes | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| GET aai/v13/ | Get AIC zones for a specific service instance | +| GET aai/v16/ | Get AIC zones for a specific service instance | | business/customers/customer// | | | /service-subscriptions/service-subscription//service-instances/service-instance/ | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| PUT Aai/v13/query?format=simple(types: | This is a custom query and has multiple types(declared in the url line)| +| PUT aai/v16/query?format=simple(types: | This is a custom query and has multiple types(declared in the url line)| | “query/vnfFromModelbyRegion?cloudRegionId”,” | | | vnf-topology-fromServiceInstance”) | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| Aai/v13/ | Get the human readable version by version id | +| aai/v16/ | Get the human readable version by version id | | service-design-and-creation/models?depth=2 | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | business/customers/customer//service-subscriptions/service-subscription/?depth=0 | Get all service subscriptions | -- cgit 1.2.3-korg