8c2e8dbdaf0c25d63b485b7a959f99b0281a4cbc
[cli.git] /
1 onap_cli_sample_version: 1.0
2
3 name: customer-show
4 version: onap-1.1
5 samples:
6     sample1:
7         name: Show complete details of a customer
8         input: -h https://locahost:8443 -u AAI -p AAI -x example-global-customer-id-val-8741 --long
9         output: |
10             +--------------------------------------+----------------------------------+------------------+------------------------------------+
11             |name                                  |subscriber-name                   |resource-version  |subscriber-type                     |
12             +--------------------------------------+----------------------------------+------------------+------------------------------------+
13             |example-global-customer-id-val-8741   |example-subscriber-name-val-2447  |1504017436899     |example-subscriber-type-val-24368   |
14             +--------------------------------------+----------------------------------+------------------+------------------------------------+
15     sample2:
16         name: Show basic details of a customer
17         input: -h https://locahost:8443 -u AAI -p AAI -x example-global-customer-id-val-8741
18         output: |
19             +--------------------------------------+----------------------------------+
20             |name                                  |subscriber-name                   |
21             +--------------------------------------+----------------------------------+
22             |example-global-customer-id-val-8741   |example-subscriber-name-val-2447  |
23             +--------------------------------------+----------------------------------+