48619c873beafe99c1b179319ebbc0e7adfcb85e
[cli.git] /
1 open_cli_schema_version: 1.0
2 name: vf-model-list
3 description: List the VF resource model in SDC
4
5 info:
6   product: onap-amsterdam
7   service: sdc
8   author: ONAP CLI Team onap-discuss@lists.onap.org
9
10
11 results:
12   direction: landscape
13   attributes:
14     - name: uuid
15       description: UUID
16       type: string
17       scope: short
18     - name: uniqueid
19       description: UUID
20       type: string
21       scope: short
22     - name: invariant-uuid
23       description: Invariant UUID
24       type: string
25       scope: short
26     - name: name
27       description: Name
28       type: string
29       scope: short
30     - name: version
31       description: version
32       type: string
33       scope: short
34     - name: status
35       description: status
36       type: string
37       scope: short
38     - name: description
39       description: description
40       type: string
41       scope: long
42     - name: vsp-uuid
43       description: VSP uuid
44       type: string
45       scope: long
46     - name: vsp-version
47       description: VSP version
48       type: string
49       scope: long
50 http:
51   service:
52     name: sdc
53     version: v1.0
54     auth: basic
55     mode: direct
56   request:
57     uri: /sdc2/rest/v1/followed
58     method: GET
59   success_codes:
60     - 200
61   result_map:
62     uuid: $b{resources.[*].uuid}
63     uniqueid: $b{resources.[*].uniqueId}
64     invariant-uuid: $b{resources.[*].invariantUUID}
65     version: $b{resources.[*].version}
66     name: $b{resources.[*].name}
67     status: $b{resources.[*].lifecycleState}
68     description: $b{resources.[*].description}
69     vsp-uuid: $b{resources.[*].csarUUID}
70     vsp-version: $b{resources.[*].csarVersion}