From 0e1e6a925e99446cdd653b606b04c2fc43fb28c0 Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Wed, 8 Nov 2017 11:31:34 +0200 Subject: Update ReadTheDocs docs folder Change-Id: Ia95169494404548706371f608b4e53ac8ffa6ad2 Issue-ID: VID-71 Signed-off-by: Ofir Sonsino --- docs/docs-consumedapis.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/docs-consumedapis.rst') diff --git a/docs/docs-consumedapis.rst b/docs/docs-consumedapis.rst index 189b80a1..4326aeec 100644 --- a/docs/docs-consumedapis.rst +++ b/docs/docs-consumedapis.rst @@ -9,9 +9,9 @@ SDC ---- +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| /sdc/v1/catalog/services/meta | Get services general. | +| /sdc/v1/catalog/services/meta | Get available services | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| /sdc/v1/catalog/services/toscaModel | Download csar by UUID | +| /sdc/v1/catalog/services/toscaModel | Download CSAR by UUID | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ SO @@ -38,7 +38,7 @@ SO | POST | Create Volume group | | /serviceInstances/v5//vnfs//volumeGroups | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| DELETE | Delete Volume Group | +| DELETE | Delete Volume group | | /serviceInstances/v5//vnfs//volumeGroups | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | POST | Create configuration | @@ -55,7 +55,7 @@ SO +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | GET /orchestrationRequests/v5 | Get orchestration status | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| GET /tasks/v1 | Get available Manual tasks by request id | +| GET /tasks/v1 | Get available manual tasks by request id | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ @@ -66,13 +66,13 @@ A&AI | GET | Get all subscribers | | aai/v11/business/customers?subscriber-type=INFRA&depth=2 | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| GET aai/v11/ | Get data for specific subscriber including its available services | +| GET aai/v11/ | 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 | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| GET | Get services by owning entity id | +| GET | Get services by owner entity id | | aai/v11/business/owning-entities? | | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | GET | Get services by project name | @@ -80,17 +80,17 @@ A&AI +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | GET aai/v11/network/zones | Get all AIC zones | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| POST search/named-query | Get the data regarding instance and it’s related nodes | +| POST search/named-query | Get data regarding an instance and the instance's related nodes | +-------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+ -| GET aai/v11/ | Get AIC zones for specific service instance | +| GET aai/v11/ | 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 custom query and has multiple types (declared in the url line) | +| PUT Aai/v11/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 human readable version by version id | +| Aai/v11/ | 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