aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/msb/src/test/resources/onap-cli-sample/msb-create-service-sample-1.1.yaml
blob: d316f388e21b16421e2647a7bd9703fc59cd4f8b (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: Create a service
        input: --service-name test-service --service-version v1 --service-url /api/test/v1 --host-url http://192.168.17.23:80 23.14.15.156 80
        output: |
          +----------+------------------------------------+
          |property  |value                               |
          +----------+------------------------------------+
          |name      |test-service                        |
          +----------+------------------------------------+
          |version   |v1                                  |
          +----------+------------------------------------+
          |url       |/api/test/v1                        |
          +----------+------------------------------------+
          |status    |1                                   |
          +----------+------------------------------------+