From cd6a3918edb188698f9921f5f68cf7a8a97c6e03 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 19 Mar 2018 16:11:35 +0530 Subject: CLI: service-type-list beijing Change-Id: Icf4dfb0863c0b1fae3968973f1a2ebd1f44f44c7 Issue-ID: CLI-100 Signed-off-by: Kanagaraj Manickam k00365106 --- .../service-type-list-schema-beijing-moco.json | 44 ++++++++++++++++++ .../service-type-list-schema-beijing-sample.yaml | 38 ++++++++++++++++ .../service-type-list-schema-beijing.yaml | 53 ++++++++++++++++++++++ 3 files changed, 135 insertions(+) create mode 100644 products/onap-beijing/features/aai/src/main/resources/open-cli-sample/service-type/service-type-list-schema-beijing-moco.json create mode 100644 products/onap-beijing/features/aai/src/main/resources/open-cli-sample/service-type/service-type-list-schema-beijing-sample.yaml create mode 100644 products/onap-beijing/features/aai/src/main/resources/open-cli-schema/service-type/service-type-list-schema-beijing.yaml (limited to 'products/onap-beijing/features/aai') diff --git a/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/service-type/service-type-list-schema-beijing-moco.json b/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/service-type/service-type-list-schema-beijing-moco.json new file mode 100644 index 00000000..337d445e --- /dev/null +++ b/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/service-type/service-type-list-schema-beijing-moco.json @@ -0,0 +1,44 @@ +[ { + "request" : { + "method" : "get", + "uri" : "/aai/v11/service-design-and-creation/services", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "onap-cli", + "Accept" : "application/json", + "X-TransactionId" : "req-aded3320-855c-46f6-8c28-1a14413c0585", + "Content-Type" : "application/json" + }, + "json" : null + }, + "response" : { + "status" : 200, + "json" : { + "service" : [ { + "service-id" : "2733fe6f-8725-48fa-8609-092a34106dba", + "service-description" : "vIMS", + "resource-version" : "1508827920395" + }, { + "service-id" : "bc549d9d-2335-4b07-9f03-3a85439c0bbb", + "service-description" : "vFW-kanag", + "resource-version" : "1509029699189" + }, { + "service-id" : "de1fa33f-f676-42e5-b79a-a39825c19b1d", + "service-description" : "test", + "resource-version" : "1509029708094" + }, { + "service-id" : "1482d2f2-b9e6-4421-a2f6-31959278db6f", + "service-description" : "vCPE", + "resource-version" : "1508827919819" + }, { + "service-id" : "4426c557-e012-47eb-85cc-6128fa4f55c1", + "service-description" : "vLB", + "resource-version" : "1508827918467" + }, { + "service-id" : "dd04cc4b-6283-480d-8c5a-2c7bba8497ea", + "service-description" : "vFW", + "resource-version" : "1508827917148" + } ] + } + } +} ] \ No newline at end of file diff --git a/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/service-type/service-type-list-schema-beijing-sample.yaml b/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/service-type/service-type-list-schema-beijing-sample.yaml new file mode 100644 index 00000000..2cc7136d --- /dev/null +++ b/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/service-type/service-type-list-schema-beijing-sample.yaml @@ -0,0 +1,38 @@ +# Copyright 2018 Huawei Technologies Co., Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +open_cli_sample_version: 1.0 +name: service-type-list +version: onap-beijing +samples: + sample1: + name: service-type-list + input: + moco: service-type-list-schema-1.1-moco.json + output: | + +--------------------------------------+--------------+------------------+ + |service-type-id |service-type |resource-version | + +--------------------------------------+--------------+------------------+ + |2733fe6f-8725-48fa-8609-092a34106dba |vIMS |1508827920395 | + +--------------------------------------+--------------+------------------+ + |bc549d9d-2335-4b07-9f03-3a85439c0bbb |vFW-kanag |1509029699189 | + +--------------------------------------+--------------+------------------+ + |de1fa33f-f676-42e5-b79a-a39825c19b1d |test |1509029708094 | + +--------------------------------------+--------------+------------------+ + |1482d2f2-b9e6-4421-a2f6-31959278db6f |vCPE |1508827919819 | + +--------------------------------------+--------------+------------------+ + |4426c557-e012-47eb-85cc-6128fa4f55c1 |vLB |1508827918467 | + +--------------------------------------+--------------+------------------+ + |dd04cc4b-6283-480d-8c5a-2c7bba8497ea |vFW |1508827917148 | + +--------------------------------------+--------------+------------------+ diff --git a/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/service-type/service-type-list-schema-beijing.yaml b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/service-type/service-type-list-schema-beijing.yaml new file mode 100644 index 00000000..2440c97d --- /dev/null +++ b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/service-type/service-type-list-schema-beijing.yaml @@ -0,0 +1,53 @@ +# Copyright 2018 Huawei Technologies Co., Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +open_cli_schema_version: 1.0 +name: service-type-list +description: List the service types configured in Onap + +info: + product: onap-beijing + service: aai + author: ONAP CLI Team onap-discuss@lists.onap.org + +results: + direction: landscape + attributes: + - name: service-type-id + description: Onap cloud service + scope: short + type: string + - name: service-type + description: Onap cloud service + scope: short + type: string + - name: resource-version + description: Onap cloud service resource version + scope: short + type: string +http: + service: + auth: basic + mode: direct + request: + uri: /aai/v11/service-design-and-creation/services + method: GET + success_codes: + - 200 + result_map: + service-type: $b{service.[*].service-description} + service-type-id: $b{service.[*].service-id} + resource-version: $b{service.[*].resource-version} + sample_response: + body: '{"service":[{"service-id":"db3403eb-5c94-4295-bb00-a9dba8964ab3","service-description":"vFW","resource-version":"1500729865"},{"service-id":"33737156-ff09-4b3d-884a-fe9a372afa4e","service-description":"vLB","resource-version":"1500729866"}]}' -- cgit 1.2.3-korg