feb4d7cedc50f48283b2489592578650c7f77c2d
[cli.git] /
1 onap_cli_sample_version: 1.0
2
3 name: customer-list
4 version: onap-1.1
5 samples:
6     sample1:
7         name: List the configured customers in onap
8         input: -h https://locahost:8443 -u AAI -p AAI
9         output: |
10             +--------------------------------------+------------------+
11             |name                                  |resource-version  |
12             +--------------------------------------+------------------+
13             |example-global-customer-id-val-8741   |1504017436899     |
14             +--------------------------------------+------------------+
15             |example-global-customer-id-val-87416  |1504017249493     |
16             +--------------------------------------+------------------+
17             |customer-1                            |1504085129922     |
18             +--------------------------------------+------------------+