1 onap_cli_sample_version: 1.0
 
   3 name: subscription-list
 
   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
 
  10             +--------------+------------------+
 
  11             |service-type  |resource-version  |
 
  12             +--------------+------------------+
 
  13             |vTest         |1504258356743     |
 
  14             +--------------+------------------+
 
  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
 
  21             +--------------+------------------+--------------------------------------+----------+----------+
 
  22             |service-type  |resource-version  |tenant                                |region    |cloud     |
 
  23             +--------------+------------------+--------------------------------------+----------+----------+
 
  24             |vTest         |1505276255854     |3853ca3c-3bc3-4500-9ddf-08e8cca5493f  |region-1  |cloud-1   |
 
  25             +--------------+------------------+--------------------------------------+----------+----------+