fdc2529cc4666562ce92d8cfe6121674e2a08d30
[cli.git] /
1 open_cli_schema_version: 1.0
2 name: service-model-list
3 description: List the service model in SDC
4
5 info:
6   product: onap-1.1
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: invariant-uuid
19       description: Invariant UUID
20       type: string
21       scope: short
22     - name: name
23       description: Name
24       type: string
25       scope: short
26     - name: version
27       description: version
28       type: string
29       scope: short
30     - name: status
31       description: status
32       type: string
33       scope: short
34     - name: distribution-status
35       description: status
36       type: string
37       scope: short
38     - name: description
39       description: description
40       type: string
41       scope: long
42
43 http:
44   service:
45     name: sdc
46     version: v1.0
47     auth: basic
48     mode: direct
49   request:
50     uri: /sdc2/rest/v1/followed
51     method: GET
52   success_codes:
53     - 200
54   result_map:
55     uuid: $b{services.[*].uniqueId}
56     invariant-uuid: $b{services.[*].invariantUUID}
57     version: $b{services.[*].version}
58     name: $b{services.[*].name}
59     status: $b{services.[*].lifecycleState}
60     description: $b{services.[*].description}
61     distribution-status: $b{services.[*].distributionStatus}
62