aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-amsterdam/features/msb/src/test/resources/open-cli-sample/microservice-create-schema-sample.yaml
blob: 3216ff7e5710a85bf101cabcfe9a2a56e859fc45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
open_cli_sample_version: 1.0
name: microservice-create
version: onap-amsterdam
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             |
      +----------+--------------+