From 392cfda87216b14b1cb4c6f9307fb5d531e6d3e0 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Thu, 16 May 2019 01:30:11 +0000 Subject: Fix rst format issue Change-Id: Ia912bed69d2eb853166caba3b9973f943d2b7c54 Issue-ID: MULTICLOUD-283 Signed-off-by: Bin Yang --- docs/MultiCloud-APIv0-Specification.rst | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'docs/MultiCloud-APIv0-Specification.rst') diff --git a/docs/MultiCloud-APIv0-Specification.rst b/docs/MultiCloud-APIv0-Specification.rst index a2f0d98..4042f70 100644 --- a/docs/MultiCloud-APIv0-Specification.rst +++ b/docs/MultiCloud-APIv0-Specification.rst @@ -2692,43 +2692,50 @@ NA 14.1. **Tokens** ------------------------- + +---------------------+----------------------------------------------------------------------------------------------+ -| **IF Definition** | **Description** | +| **IF Definition** | **Description** | +=====================+==============================================================================================+ -| URI | http://msb.onap.org:80/api/multicloud/v0/{cloud owner}_{region}/identity/v3/auth/tokens| +| URI | http://msb.onap.org:80/api/multicloud/v0/{cloud owner}_{region}/identity/v3/auth/tokens | +---------------------+----------------------------------------------------------------------------------------------+ | Operation | POST | +---------------------+----------------------------------------------------------------------------------------------+ | Direction | NSLCM-> MULTICLOUD | +---------------------+----------------------------------------------------------------------------------------------+ + 14.1.1. **Request** >>>>>>>>>>>>>>>>>>> + +-----------------+-----------------+-------------------+---------------+-----------------------+ | **Parameter** | **Qualifier** | **Cardinality** | **Content** | **Description** | +=================+=================+===================+===============+=======================+ -| auth | O | 1 | Object | Same as OpenStack Identity Tokens API | +| auth | O | 1 | Object | Same as OpenStack | +| | | | | Identity Tokens API | +-----------------+-----------------+-------------------+---------------+-----------------------+ + :: { } + 14.1.2. **Response** >>>>>>>>>>>>>>>>>>>> +-----------------+-----------------+-------------------+---------------------+--------------------------------------------------------------+ -| **Parameter** | **Qualifier** | **Cardinality** | **Content** | **Description** | +| **Parameter** | **Qualifier** | **Cardinality** | **Content** | **Description** | +=================+=================+===================+=====================+==============================================================+ | X-Subject-Token | M | 1 | String | The authentication token in Header | +-----------------+-----------------+-------------------+---------------------+--------------------------------------------------------------+ | token | O | 1 | Object | Token response, the same as OpenStack Identity Tokens API | +-----------------+-----------------+-------------------+---------------------+--------------------------------------------------------------+ + 201: Created 401: Unauthorized -- cgit 1.2.3-korg