aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/msb/src/test/resources/onap-cli-sample/microservice-show-schema-sample.yaml
blob: 602e39a8eb39bc9598fbe80c68f799dbb9a94b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
onap_cli_sample_version: 1.0
name: microservice-show
version: onap-1.1
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           |
      +------------+----------------+