onap_cli_sample_version: 1.0

name: subscription-list
version: onap-1.1
samples:
    sample1:
        name: List the configured subscription in onap for a given customer
        input: -h https://locahost:8443 -u AAI -p AAI -x customer-4
        output: |
            +--------------+------------------+
            |service-type  |resource-version  |
            +--------------+------------------+
            |vTest         |1504258356743     |
            +--------------+------------------+


    sample2:
        name: List the configured subscription in onap for a given customer with complete details
        input: -h https://locahost:8443 -u AAI -p AAI -x customer-4 --long
        output: |
            +--------------+------------------+--------------------------------------+----------+----------+
            |service-type  |resource-version  |tenant                                |region    |cloud     |
            +--------------+------------------+--------------------------------------+----------+----------+
            |vTest         |1505276255854     |3853ca3c-3bc3-4500-9ddf-08e8cca5493f  |region-1  |cloud-1   |
            +--------------+------------------+--------------------------------------+----------+----------+