aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/onap-1.1/features/msb/src/test/resources/open-cli-sample/msb-show-service-sample-1.1.yaml
blob: abf1f11031f6b9af31e68c65c2eebedc1888e56f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
onap_cli_sample_version: 1.0

name: microservice-show
version: onap-1.1
samples:
    sample1:
        name: Show a service
        input: --service-name test-service --service-version v1 --host-url http://192.168.17.23:80
        output: |
          +--------------+----------+------------------------------------+--------+------------------+
          |name          |version   |url                                 |status  |nodes             |
          +--------------+----------+------------------------------------+--------+------------------+
          |test-service  |v1        |/C:/Program Files/Git/api/test/v1   |1       |23.14.15.156:80   |
          +--------------+----------+------------------------------------+--------+------------------+