From 7e09ab34db41db06c1ef03f2982f648808a36eff Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 19 Mar 2018 15:45:43 +0530 Subject: CLI: ems-list beijing Issue-ID: CLI-100 Change-Id: I3fa95b06839e3e5db34c98fb6e192483b8da9ffb Signed-off-by: Kanagaraj Manickam k00365106 --- .../esr/ems/ems-list-schema-beijing-moco.json | 23 ++++++++++ .../esr/ems/ems-list-schema-beijing-sample.yaml | 28 ++++++++++++ .../esr/ems/ems-list-schema-beijing.yaml | 52 ++++++++++++++++++++++ 3 files changed, 103 insertions(+) create mode 100644 products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-list-schema-beijing-moco.json create mode 100644 products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-list-schema-beijing-sample.yaml create mode 100644 products/onap-beijing/features/aai/src/main/resources/open-cli-schema/esr/ems/ems-list-schema-beijing.yaml (limited to 'products/onap-beijing/features/aai/src') diff --git a/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-list-schema-beijing-moco.json b/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-list-schema-beijing-moco.json new file mode 100644 index 00000000..b3b4738c --- /dev/null +++ b/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-list-schema-beijing-moco.json @@ -0,0 +1,23 @@ +[ { + "request" : { + "method" : "get", + "uri" : "/aai/v11/external-system/esr-ems-list", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "onap-cli", + "Accept" : "application/json", + "X-TransactionId" : "req-ed3e792b-9436-4ddd-ba76-3684dca3e4cf", + "Content-Type" : "application/json" + }, + "json" : null + }, + "response" : { + "status" : 200, + "json" : { + "esr-ems" : [ { + "ems-id" : "51a480ed-649c-4c47-a84b-f966dc4f9554", + "resource-version" : "1509095358658" + } ] + } + } +} ] \ No newline at end of file diff --git a/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-list-schema-beijing-sample.yaml b/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-list-schema-beijing-sample.yaml new file mode 100644 index 00000000..64d98541 --- /dev/null +++ b/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-list-schema-beijing-sample.yaml @@ -0,0 +1,28 @@ +# 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: ems-list +version: onap-beijing +samples: + sample1: + name: ems-list + input: + moco: ems-list-schema-1.1-moco.json + output: | + +--------------------------------------+------------------+ + |ems-id |resource-version | + +--------------------------------------+------------------+ + |51a480ed-649c-4c47-a84b-f966dc4f9554 |1509095358658 | + +--------------------------------------+------------------+ diff --git a/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/esr/ems/ems-list-schema-beijing.yaml b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/esr/ems/ems-list-schema-beijing.yaml new file mode 100644 index 00000000..7c0a3716 --- /dev/null +++ b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/esr/ems/ems-list-schema-beijing.yaml @@ -0,0 +1,52 @@ +# 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: ems-list + +description: List the configured ems + +info: + product: onap-beijing + service: aai + author: ONAP CLI Team onap-discuss@lists.onap.org + +results: + direction: landscape + attributes: + - name: ems-id + description: Onap ems id + scope: short + type: string + - name: resource-version + description: Onap ems resource version + scope: short + type: string + +http: + service: + auth: basic + mode: direct + request: + uri: /aai/v11/external-system/esr-ems-list + method: GET + success_codes: + - 200 + result_map: + ems-id: $b{$.esr-ems.[*].ems-id} + resource-version: $b{$.esr-ems.[*].resource-version} + + sample_response: + body: '{"esr-ems":[{"ems-id":"example-ems-id-val-36878","passive":true,"remote-path":"example-remotepath-val-80493","esr-system-info-list":{"esr-system-info":[{"esr-system-info-id":"example-esr-system-info-id-val-44791","system-name":"example-system-name-val-48687","type":"example-type-val-95885","vendor":"example-vendor-val-41061","version":"example-version-val-38559","service-url":"example-service-url-val-2663","user-name":"example-user-name-val-26126","password":"example-password-val-33838","system-type":"ems","protocal":"","ssl-cacert":"","ssl-insecure":false,"ip-address":"","port":"","cloud-domain":"","default-tenant":""}]}}]}' -- cgit 1.2.3-korg