aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/msb/src/main/resources/open-cli-sample/microservice-show-schema-sample.yaml
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-08-30 19:01:03 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-09-11 15:10:50 +0530
commit40cf0d56ab6ccc624b8a05e49d0216bbe318dbd4 (patch)
tree1ff939a9b18c9892c6d93a16224d094d8442ef66 /products/onap-casablanca/features/msb/src/main/resources/open-cli-sample/microservice-show-schema-sample.yaml
parentefb373af9a5e95f333eb85670810369bc3ad712e (diff)
Casablanca: MSB service show
Issue-ID: CLI-122 Change-Id: I7595753de8bd034a90f26c9d49b01f2a04ad015d Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'products/onap-casablanca/features/msb/src/main/resources/open-cli-sample/microservice-show-schema-sample.yaml')
-rw-r--r--products/onap-casablanca/features/msb/src/main/resources/open-cli-sample/microservice-show-schema-sample.yaml40
1 files changed, 40 insertions, 0 deletions
diff --git a/products/onap-casablanca/features/msb/src/main/resources/open-cli-sample/microservice-show-schema-sample.yaml b/products/onap-casablanca/features/msb/src/main/resources/open-cli-sample/microservice-show-schema-sample.yaml
new file mode 100644
index 00000000..22089571
--- /dev/null
+++ b/products/onap-casablanca/features/msb/src/main/resources/open-cli-sample/microservice-show-schema-sample.yaml
@@ -0,0 +1,40 @@
+# 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: microservice-show
+version: onap-casablanca
+samples:
+ sample1:
+ name: microservice-show
+ input: --service-name test --service-version v1 --long
+ moco: microservice-show-schema-moco.json
+ output: |
+ +------------+----------------+
+ |property |value |
+ +------------+----------------+
+ |name |test |
+ +------------+----------------+
+ |version |v1 |
+ +------------+----------------+
+ |url |/test |
+ +------------+----------------+
+ |status |1 |
+ +------------+----------------+
+ |nodes |10.0.0.1:8080 |
+ +------------+----------------+
+ |enable-ssl |false |
+ +------------+----------------+
+ |path |/test |
+ +------------+----------------+