X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2FMultiCloud-APIv0-Specification.rst;h=244fcd844a52f62d89e836c065dd350ed833820f;hb=35111a07986a76e53e8e331067a129237ceb5962;hp=a2f0d98a392235eced1542db47cc7afdc0275171;hpb=cd65ac58bf09b45144f6de2709279a549da4cb4a;p=multicloud%2Fframework.git diff --git a/docs/MultiCloud-APIv0-Specification.rst b/docs/MultiCloud-APIv0-Specification.rst index a2f0d98..244fcd8 100644 --- a/docs/MultiCloud-APIv0-Specification.rst +++ b/docs/MultiCloud-APIv0-Specification.rst @@ -2656,7 +2656,36 @@ NA 400: failed -13.2. **Unregistry VIM** +13.2. **Get registry status** +------------------------- + ++---------------------+----------------------------------------------------------------------------------------------+ +| **IF Definition** | **Description** | ++=====================+==============================================================================================+ +| URI | http://msb.onap.org:80/api/multicloud/v0/{cloud-owner}_{cloud-region}/registry | ++---------------------+----------------------------------------------------------------------------------------------+ +| Operation | GET | ++---------------------+----------------------------------------------------------------------------------------------+ +| Direction | ESR-> MULTICLOUD | ++---------------------+----------------------------------------------------------------------------------------------+ + +13.2.1. **Request** +>>>>>>>>>>>>>>>>>>> + +NA + +13.2.2. **Response** +>>>>>>>>>>>>>>>>>>>> + +NA + +200: OK + +404: failed + +500: failed + +13.3. **Unregistry VIM** ------------------------ +---------------------+-----------------------------------------------------------------------------------------------+ @@ -2692,43 +2721,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