From 6b52cfb2dcf3dd496a82cbe2a5322911d5ba1e6a Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 19 Mar 2018 15:49:37 +0530 Subject: CLI: ems-show beijing Change-Id: I4e820d8dd93a450f62437d1c87fd7f53033c7672 Issue-ID: CLI-100 Signed-off-by: Kanagaraj Manickam k00365106 --- .../esr/ems/ems-show-schema-beijing-moco.json | 35 ++++++++++ .../esr/ems/ems-show-schema-beijing-sample.yaml | 28 ++++++++ .../esr/ems/ems-show-schema-beijing.yaml | 81 ++++++++++++++++++++++ 3 files changed, 144 insertions(+) create mode 100644 products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-show-schema-beijing-moco.json create mode 100644 products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-show-schema-beijing-sample.yaml create mode 100644 products/onap-beijing/features/aai/src/main/resources/open-cli-schema/esr/ems/ems-show-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-show-schema-beijing-moco.json b/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-show-schema-beijing-moco.json new file mode 100644 index 00000000..b6ac827d --- /dev/null +++ b/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-show-schema-beijing-moco.json @@ -0,0 +1,35 @@ +[ { + "request" : { + "method" : "get", + "uri" : "/aai/v11/external-system/esr-ems-list/esr-ems/51a480ed-649c-4c47-a84b-f966dc4f9554/esr-system-info-list/esr-system-info/51a480ed-649c-4c47-a84b-f966dc4f9554", + "headers" : { + "Authorization" : "Basic QUFJOkFBSQ==", + "X-FromAppId" : "onap-cli", + "Accept" : "application/json", + "X-TransactionId" : "req-369be4d7-7a6f-4e44-996e-1e65d8129cb4", + "Content-Type" : "application/json" + }, + "json" : null + }, + "response" : { + "status" : 200, + "json" : { + "esr-system-info-id" : "51a480ed-649c-4c47-a84b-f966dc4f9554", + "system-name" : "ems1", + "type" : "ems", + "vendor" : "boco", + "version" : "1.0", + "service-url" : "http://10.0.0.1", + "user-name" : "admin", + "password" : "password", + "system-type" : "ems", + "ssl-cacert" : "", + "ssl-insecure" : false, + "ip-address" : "", + "port" : "", + "cloud-domain" : "", + "default-tenant" : "", + "resource-version" : "1509095358847" + } + } +} ] \ No newline at end of file diff --git a/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-show-schema-beijing-sample.yaml b/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-show-schema-beijing-sample.yaml new file mode 100644 index 00000000..a5e40aa2 --- /dev/null +++ b/products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-show-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-show +version: onap-beijing +samples: + sample1: + name: ems-show + input: --ems-id 51a480ed-649c-4c47-a84b-f966dc4f9554 + moco: ems-show-schema-1.1-moco.json + output: | + +------+------+--------+----------+------------------+ + |name |type |vendor |version |url | + +------+------+--------+----------+------------------+ + |ems1 |ems |boco |1.0 |http://10.0.0.1 | + +------+------+--------+----------+------------------+ diff --git a/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/esr/ems/ems-show-schema-beijing.yaml b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/esr/ems/ems-show-schema-beijing.yaml new file mode 100644 index 00000000..1508a1d6 --- /dev/null +++ b/products/onap-beijing/features/aai/src/main/resources/open-cli-schema/esr/ems/ems-show-schema-beijing.yaml @@ -0,0 +1,81 @@ +# 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-show + +description: Show the details of configured ems + + +info: + product: onap-beijing + service: aai + author: ONAP CLI Team onap-discuss@lists.onap.org + +parameters: + - name: ems-id + description: Onap EMS unique id + type: uuid + short_option: x + long_option: ems-id + is_optional: false + +results: + direction: landscape + attributes: + - name: name + description: Onap ems name + scope: short + type: string + - name: type + description: Onap ems type + scope: short + type: string + - name: vendor + description: Onap ems vendor + scope: short + type: string + - name: version + description: Onap ems version + scope: short + type: string + - name: url + description: Onap ems url + scope: short + type: string + - name: username + description: Onap ems username + scope: long + type: string + +http: + service: + auth: basic + mode: direct + request: + uri: /aai/v11/external-system/esr-ems-list/esr-ems/${ems-id}/esr-system-info-list/esr-system-info/${ems-id} + method: GET + success_codes: + - 200 + result_map: + name: $b{$.system-name} + type: $b{$.type} + vendor: $b{$.vendor} + version: $b{$.version} + url: $b{$.service-url} + username: $b{$.user-name} + + sample_response: + body: '{"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