98880aad052c07fde68566efe1219222f5d55763
[cli.git] /
1 onap_cli_sample_version: 1.0
2
3 name: subscription-list
4 version: onap-1.1
5 samples:
6     sample1:
7         name: List the configured subscription in onap for a given customer
8         input: -h https://locahost:8443 -u AAI -p AAI -x customer-4
9         output: |
10             +--------------+------------------+
11             |service-type  |resource-version  |
12             +--------------+------------------+
13             |vTest         |1504258356743     |
14             +--------------+------------------+
15
16
17     sample2:
18         name: List the configured subscription in onap for a given customer with complete details
19         input: -h https://locahost:8443 -u AAI -p AAI -x customer-4 --long
20         output: |
21             +--------------+------------------+--------------------------------------+----------+----------+
22             |service-type  |resource-version  |tenant                                |region    |cloud     |
23             +--------------+------------------+--------------------------------------+----------+----------+
24             |vTest         |1505276255854     |3853ca3c-3bc3-4500-9ddf-08e8cca5493f  |region-1  |cloud-1   |
25             +--------------+------------------+--------------------------------------+----------+----------+