2a3e9f8ddf4849a1e0c0cf55b55e153549f18955
[cli.git] /
1 open_cli_schema_version: 1.0
2
3 name: sdnc-unregister
4
5 description: Un-register a VNFM in Onap
6
7
8 info:
9   product: onap-1.1
10   service: aai
11   author: ONAP CLI Team onap-discuss@lists.onap.org
12
13 parameters:
14   - name: sdnc-id
15     description: Onap VNFM unique id
16     type: string
17     short_option: x
18     long_option:  sdnc-id
19     is_optional: false
20
21 http:
22   service:
23     auth: basic
24     mode: direct
25   request:
26     uri: /aai/v11/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/${sdnc-id}
27     method: DELETE
28
29   success_codes:
30     - 201
31     - 404
32
33   sample_response:
34     body: ''