diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2020-06-02 11:50:08 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-06-02 13:50:18 +0000 |
commit | 9e75a25d449679590b774b4bb078e1a57a2a39dc (patch) | |
tree | 99c91ff624f837132bb7f1740dc63cadd0a610e7 /docs/consumedapis.rst | |
parent | d05d1c8b8f26dd1c104d8ef95d55663150e90b37 (diff) |
Update aai schema to v19
In order to use orchestration-type in "Browse SDC Service Models", newer schema version is needed.
Moreover v19 is recomended versino in Frankfurt releas https://wiki.onap.org/display/DW/AAI+REST+API+Documentation+-+Frankfurt.
Issue-ID: VID-602
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: Ib9bf098b19e62ed5868909c043cd7df0c1a4caf6
Diffstat (limited to 'docs/consumedapis.rst')
-rw-r--r-- | docs/consumedapis.rst | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/consumedapis.rst b/docs/consumedapis.rst index e9c219a70..e1a722798 100644 --- a/docs/consumedapis.rst +++ b/docs/consumedapis.rst @@ -66,33 +66,33 @@ A&AI +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | GET | Get all subscribers | -| aai/v16/business/customers?subscriber-type=INFRA&depth=2 | | +| aai/v19/business/customers?subscriber-type=INFRA&depth=2 | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| GET aai/v16/ | Get data for a specific subscriber including its available services | +| GET aai/v19/ | Get data for a specific subscriber including its available services | | business/customers/customer/<global_customer_id> | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | GET | Get all service types | -| aai/v16/service-design-and-creation/services | | +| aai/v19/service-design-and-creation/services | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | GET | Get services by owner entity id | -| aai/v16/business/owning-entities?<owning_entitiy_ids> | | +| aai/v19/business/owning-entities?<owning_entitiy_ids> | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | GET | Get services by project name | -| aai/v16/business/projects?<project-names> | | +| aai/v19/business/projects?<project-names> | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| GET aai/v16/network/zones | Get all AIC zones | +| GET aai/v19/network/zones | Get all AIC zones | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | POST search/named-query | Get data regarding an instance and the instance's related nodes | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| GET aai/v16/ | Get AIC zones for a specific service instance | +| GET aai/v19/ | Get AIC zones for a specific service instance | | business/customers/customer/<global_customer_id>/ | | | /service-subscriptions/service-subscription/<service_type>/service-instances/service-instance/<service_instance_id> | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| PUT aai/v16/query?format=simple(types: | This is a custom query and has multiple types(declared in the url line)| +| PUT aai/v19/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/v16/ | Get the human readable version by version id | +| aai/v19/ | Get the human readable version by version id | | service-design-and-creation/models?depth=2 | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | business/customers/customer/<global_customer_id>/service-subscriptions/service-subscription/<service_Subscription_Id>?depth=0 | Get all service subscriptions | |