From 129029584597941bb7603dd7440b7d37f823ef96 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Tue, 4 Jul 2023 13:43:14 +0200 Subject: fix doc config files and doc files + top-level tox.ini Issue-ID: DOC-811 Signed-off-by: thmsdt Change-Id: I67dd9f27a851c4a12f078f28c4f9904959c42393 --- docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/platform/APIs/VNFLCM_API') diff --git a/docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst b/docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst index cebc637e..9f4ab5f0 100644 --- a/docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst +++ b/docs/platform/APIs/VNFLCM_API/VNFLCM_API.rst @@ -47,7 +47,7 @@ Table 2-1 abbreviations +---------------------+--------------------------------------------------------------+ | If Definition | Description | +=====================+==============================================================+ -| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf\_instances | +| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf\_instances | +---------------------+--------------------------------------------------------------+ | Operation | POST | +---------------------+--------------------------------------------------------------+ @@ -102,7 +102,7 @@ Table 2-1 abbreviations +---------------------+------------------------------------------------------------------------------+ | If Definition | Description | +=====================+==============================================================================+ -| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf\_instances/{vnfInstanceId} | +| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf\_instances/{vnfInstanceId} | +---------------------+------------------------------------------------------------------------------+ | Operation | DELETE | +---------------------+------------------------------------------------------------------------------+ @@ -143,7 +143,7 @@ Table 2-1 abbreviations +---------------------+-------------------------------------------------------------------------------------------+ | If Definition | Description | +=====================+===========================================================================================+ -| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf_instances/{vnfInstanceId}/instantiate | +| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf_instances/{vnfInstanceId}/instantiate | +---------------------+-------------------------------------------------------------------------------------------+ | Operation | POST | +---------------------+-------------------------------------------------------------------------------------------+ @@ -216,13 +216,13 @@ Table 2-1 abbreviations +-----------------+-----------+-------------+--------------+------------------------------------------------------------------------------------------------------------------------------------------+ | vimId | M | 1 | Identifier | The identifier of the VIM. | +-----------------+-----------+-------------+--------------+------------------------------------------------------------------------------------------------------------------------------------------+ -| interfaceInfo | M | 0..N | KeyValuePair | Information about the interface to the VIM, including VIM provider type, API version and protocol type. | +| interfaceInfo | M | 0..N | KeyValuePair | Information about the interface to the VIM, including VIM provider type, API version and protocol type. | +-----------------+-----------+-------------+--------------+------------------------------------------------------------------------------------------------------------------------------------------+ | accessInfo | M | 0..N | KeyValuePair | Authentication credentials for accessing the VIM. Examples may include those to support different authentication schemes, e.g., OAuth, | -| | | | | Token etc. | +| | | | | Token etc. | +-----------------+-----------+-------------+--------------+------------------------------------------------------------------------------------------------------------------------------------------+ | interface | M | 1 | String | Information about the interface endpoint. An example is a URL. | -| Endpoint | | | | Token etc. | +| Endpoint | | | | Token etc. | +-----------------+-----------+-------------+--------------+------------------------------------------------------------------------------------------------------------------------------------------+ **interfaceInfo:** @@ -402,7 +402,7 @@ Table 2-1 abbreviations +---------------------+-----------------------------------------------------------------------------------------+ | If Definition | Description | +=====================+=========================================================================================+ -| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf\_instances/{vnfInstanceId}/term inate | +| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf\_instances/{vnfInstanceId}/term inate | +---------------------+-----------------------------------------------------------------------------------------+ | Operation | POST | +---------------------+-----------------------------------------------------------------------------------------+ @@ -485,7 +485,7 @@ Table 2-1 abbreviations +---------------------+--------------------------------------------------------------+ | If Definition | Description | +=====================+==============================================================+ -| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf\_instances | +| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf\_instances | +---------------------+--------------------------------------------------------------+ | Operation | GET | +---------------------+--------------------------------------------------------------+ @@ -933,7 +933,7 @@ Table 2-1 abbreviations +---------------------+------------------------------------------------------------------------------+ | If Definition | Description | +=====================+==============================================================================+ -| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf_instances/{vnfInstanceId} | +| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf_instances/{vnfInstanceId} | +---------------------+------------------------------------------------------------------------------+ | Operation | GET | +---------------------+------------------------------------------------------------------------------+ @@ -1143,7 +1143,7 @@ Table 2-1 abbreviations +---------------------+-------------------------------------------------------------------------------------------------+ | If Definition | Description | +=====================+=================================================================================================+ -| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf\_lc\_ops/{vnfLcOpId}&response Id={responseId} | +| URI | http(s)://[hostname][:port]/api/vnflcm/v1/vnf\_lc\_ops/{vnfLcOpId}&response Id={responseId} | +---------------------+-------------------------------------------------------------------------------------------------+ | Operation | GET | +---------------------+-------------------------------------------------------------------------------------------------+ -- cgit 1.2.3-korg