aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-amsterdam/features/msb/src/test/resources/open-cli-sample/microservice-show-schema-sample.yaml
blob: b75cb8bc41da52f94645610e999dd7a25788c63f (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
open_cli_sample_version: 1.0
name: microservice-show
version: onap-amsterdam
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           |
      +------------+----------------+