140dfc9eb015d80e318491d8f2b8b093421e5af0
[cli.git] /
1 open_cli_schema_version: 1.0
2
3 name: ems-unregister
4
5 description: Un-register a EMS 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: ems-id
15     description: Onap EMS unique id
16     type: uuid
17     short_option: x
18     long_option:  ems-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-ems-list/esr-ems/${ems-id}?resource-version=${resource-version}
32     method: DELETE
33
34   success_codes:
35     - 204
36     - 404
37
38   sample_response:
39     body: ''