aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/onap-1.1/features/aai/src/test/resources/open-cli-sample/customer/customer-list-sample-1.1.yaml
blob: feb4d7cedc50f48283b2489592578650c7f77c2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
onap_cli_sample_version: 1.0

name: customer-list
version: onap-1.1
samples:
    sample1:
        name: List the configured customers in onap
        input: -h https://locahost:8443 -u AAI -p AAI
        output: |
            +--------------------------------------+------------------+
            |name                                  |resource-version  |
            +--------------------------------------+------------------+
            |example-global-customer-id-val-8741   |1504017436899     |
            +--------------------------------------+------------------+
            |example-global-customer-id-val-87416  |1504017249493     |
            +--------------------------------------+------------------+
            |customer-1                            |1504085129922     |
            +--------------------------------------+------------------+