d63e10b5a79ecc21719d6cacd73acce2d931dc98
[cli.git] /
1 open_cli_schema_version: 1.0
2
3 name: vnfm-list
4
5 description: List the configured vnfm
6
7
8 info:
9   product: onap-amsterdam
10   service: aai
11   author: ONAP CLI Team onap-discuss@lists.onap.org
12
13 results:
14   direction: landscape
15   attributes:
16     - name: vnfm-id
17       description: Onap vnfm id
18       scope: short
19       type: string
20     - name: vim-id
21       description: Onap vnfm id
22       scope: short
23       type: string
24     - name: certificate-url
25       description: Onap vnfm certificate-url
26       scope: short
27       type: string
28     - name: resource-version
29       description: Onap vnfm resource version
30       scope: short
31       type: string
32
33 http:
34   service:
35     auth: basic
36     mode: direct
37   request:
38     uri: /aai/v11/external-system/esr-vnfm-list
39     method: GET
40   success_codes:
41     - 200
42   result_map:
43     vnfm-id: $b{$.esr-vnfm.[*].vnfm-id}
44     vim-id: $b{$.esr-vnfm.[*].vim-id}
45     certificate-url: $b{$.esr-vnfm.[*].certificate-url}
46     resource-version: $b{$.esr-vnfm.[*].resource-version}
47
48   sample_response:
49     body: '{"esr-vnfm":[{"vnfm-id":"example-vnfm-id-val-36878","vim-id":"vim-id","certificate-url":"example-remotepath-val-80493","esr-system-info-list":{"esr-system-info":[{"esr-system-info-id":"example-esr-system-info-id-val-44791","system-name":"example-system-name-val-48687","type":"example-type-val-95885","vendor":"example-vendor-val-41061","version":"example-version-val-38559","service-url":"example-service-url-val-2663","user-name":"example-user-name-val-26126","password":"example-password-val-33838","system-type":"vnfm","protocal":"","ssl-cacert":"","ssl-insecure":false,"ip-address":"","port":"","cloud-domain":"","default-tenant":""}]}}]}'