aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/msb/src/test/resources/onap-cli-sample/microservice-create-schema-sample.yaml
blob: 7d7c3d21a79f23074945560485c4ede6bb8fa01b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
onap_cli_sample_version: 1.0
name: microservice-create
version: onap-1.1
samples:
  sample1:
    name: microservice-create
    input: --service-name test --service-version v1 --service-url /test --path /test 10.0.0.1 8080
    moco: microservice-create-schema-moco.json
    output: |
      +----------+--------------+
      |property  |value         |
      +----------+--------------+
      |name      |test          |
      +----------+--------------+
      |version   |v1            |
      +----------+--------------+
      |url       |/test         |
      +----------+--------------+
      |status    |1             |
      +----------+--------------+