aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/onap-1.1/features/aai/src/test/resources/open-cli-sample/subscription/subscription-list-sample-1.1.yaml
blob: 98880aad052c07fde68566efe1219222f5d55763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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   |
            +--------------+------------------+--------------------------------------+----------+----------+