From e45452ea1c26fed92ae8883bd1916e0e071b29f4 Mon Sep 17 00:00:00 2001 From: "Sonsino, Ofir (os0695)" Date: Wed, 9 May 2018 13:56:55 +0300 Subject: Update ReadTheDocs Change-Id: Ie96572fd34e6ce4ac2a510a0ccd257321582c330 Issue-ID: VID-216 Signed-off-by: Sonsino, Ofir (os0695) --- docs/consumedapis.rst | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'docs') diff --git a/docs/consumedapis.rst b/docs/consumedapis.rst index 4326aeec6..14c49af71 100644 --- a/docs/consumedapis.rst +++ b/docs/consumedapis.rst @@ -18,42 +18,44 @@ SO --- +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| POST /serviceInstances/v5 | Create instance | +| POST /e2eServiceInstances/v3 | Create E2E instance | ++-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ +| POST /serviceInstances/v6 | Create instance | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | DELETE | Delete instance | -| /serviceInstances/v5/ | | +| /serviceInstances/v6/ | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | POST | Create VNF | -| /serviceInstances/v5//vnfs | | +| /serviceInstances/v6//vnfs | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | DELETE | Delete VNF | -| /serviceInstances/v5//vnfs/ | | +| /serviceInstances/v6//vnfs/ | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | POST | Create VF-Module | -| /serviceInstances/v5//vnfs//vfModules | | +| /serviceInstances/v6//vnfs//vfModules | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | DELETE | Delete VF-Module | -| /serviceInstances/v5//vnfs//vfModules | | +| /serviceInstances/v6//vnfs//vfModules | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | POST | Create Volume group | -| /serviceInstances/v5//vnfs//volumeGroups | | +| /serviceInstances/v6//vnfs//volumeGroups | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | DELETE | Delete Volume group | -| /serviceInstances/v5//vnfs//volumeGroups | | +| /serviceInstances/v6//vnfs//volumeGroups | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | POST | Create configuration | -| /serviceInstances/v5//configurations/ | | +| /serviceInstances/v6//configurations/ | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | DELETE | Delete configuration | -| serviceInstances/v5//configurations/ | | +| serviceInstances/v6//configurations/ | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | POST | Create network | -| /serviceInstances/v5//networks | | +| /serviceInstances/v6//networks | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | DELETE | Delete network (network instance id) | -| /serviceInstances/v5//networks/ | | +| /serviceInstances/v6//networks/ | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| GET /orchestrationRequests/v5 | Get orchestration status | +| GET /orchestrationRequests/v6 | Get orchestration status | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | GET /tasks/v1 | Get available manual tasks by request id | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ @@ -64,36 +66,34 @@ A&AI +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | GET | Get all subscribers | -| aai/v11/business/customers?subscriber-type=INFRA&depth=2 | | +| aai/v13/business/customers?subscriber-type=INFRA&depth=2 | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| GET aai/v11/ | Get data for a specific subscriber including its available services | +| GET aai/v13/ | Get data for a specific subscriber including its available services | | business/customers/customer/ | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | GET | Get all service types | -| aai/v11/service-design-and-creation/services | | +| aai/v13/service-design-and-creation/services | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | GET | Get services by owner entity id | -| aai/v11/business/owning-entities? | | +| aai/v13/business/owning-entities? | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | GET | Get services by project name | -| aai/v11/business/projects? | | +| aai/v13/business/projects? | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| GET aai/v11/network/zones | Get all AIC zones | +| GET aai/v13/network/zones | Get all AIC zones | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | POST search/named-query | Get data regarding an instance and the instance's related nodes | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| GET aai/v11/ | Get AIC zones for a specific service instance | +| GET aai/v13/ | Get AIC zones for a specific service instance | | business/customers/customer// | | | /service-subscriptions/service-subscription//service-instances/service-instance/ | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| PUT Aai/v11/query?format=simple(types: | This is a custom query and has multiple types(declared in the url line)| +| PUT Aai/v13/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/v11/ | Get the human readable version by version id | +| Aai/v13/ | 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 | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| | | -+-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ \ No newline at end of file -- cgit 1.2.3-korg