449a2f5da8907a3e97747a91694896f6c7980f00
[cli.git] /
1 open_cli_schema_version: 1.0
2
3 name: vnfm-unregister
4
5 description: Un-register a 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   - name: resource-version
21     description: Onap vim resource version
22     type: string
23     short_option: y
24     long_option: resource-version
25     is_optional: true
26 http:
27   service:
28     auth: basic
29     mode: direct
30   request:
31     uri: /aai/v11/external-system/esr-vnfm-list/esr-vnfm/${vnfm-id}?resource-version=${resource-version}
32     method: DELETE
33
34   success_codes:
35     - 204
36     - 404
37
38   sample_response:
39     body: ''