summaryrefslogtreecommitdiffstats
path: root/products/onap-beijing/features/aai/src/main/resources/open-cli-sample
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-03-19 15:49:37 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-03-19 15:49:37 +0530
commit6b52cfb2dcf3dd496a82cbe2a5322911d5ba1e6a (patch)
tree3716c76e92258a0a4b2a6a301815abca275b4b82 /products/onap-beijing/features/aai/src/main/resources/open-cli-sample
parent7e09ab34db41db06c1ef03f2982f648808a36eff (diff)
CLI: ems-show beijing
Change-Id: I4e820d8dd93a450f62437d1c87fd7f53033c7672 Issue-ID: CLI-100 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-beijing/features/aai/src/main/resources/open-cli-sample')
-rw-r--r--products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-show-schema-beijing-moco.json35
-rw-r--r--products/onap-beijing/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-show-schema-beijing-sample.yaml28
2 files changed, 63 insertions, 0 deletions
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 |
+ +------+------+--------+----------+------------------+