241e4b14948f53dd4f6b2e1f718d4d9df2ea34ad
[cli.git] /
1 open_cli_schema_version: 1.0
2
3 name: vnfm-show
4
5 description: Show the VNFM in Onap
6
7
8 info:
9   product: onap-amsterdam
10   service: aai
11   author: ONAP CLI Team onap-discuss@lists.onap.org
12
13 parameters:
14   - name: vnfm-id
15     description: Onap VNFM unique id
16     type: uuid
17     short_option: x
18     long_option:  vnfm-id
19     is_optional: false
20
21 results:
22   direction: portrait
23   attributes:
24     - name: name
25       description: Onap vnfm name
26       scope: short
27       type: string
28     - name: type
29       description: Onap vnfm type
30       scope: short
31       type: string
32     - name: vendor
33       description: Onap vnfm vendor
34       scope: short
35       type: string
36     - name: version
37       description: Onap vnfm version
38       scope: short
39       type: string
40     - name: url
41       description: Onap vnfm url
42       scope: short
43       type: string
44     - name: username
45       description: Onap vnfm username
46       scope: long
47       type: string
48
49 http:
50   service:
51     auth: basic
52     mode: direct
53   request:
54     uri: /aai/v11/external-system/esr-vnfm-list/esr-vnfm/${vnfm-id}/esr-system-info-list/esr-system-info/${vnfm-id}
55     method: GET
56
57   success_codes:
58     - 200
59   result_map:
60     name: $b{$.system-name}
61     type: $b{$.type}
62     vendor: $b{$.vendor}
63     version: $b{$.version}
64     url: $b{$.service-url}
65     username: $b{$.user-name}
66
67   sample_response:
68     body: ''