Fixed bugs in CLI commands
[cli.git] / products / onap-dublin / features / aai / src / main / resources / open-cli-sample / so-components / service-instance-delete-schema-dublin-moco.json
1 [ {
2   "request" : {
3     "method" : "delete",
4     "uri" : "/aai/v14/nodes/service-instances/service-instance/27f8ce0d-5906-46d9-bfb6-3b5664d889bf",
5     "headers" : {
6       "Authorization" : "Basic QUFJOkFBSQ==",
7       "X-FromAppId" : "ONAP CLI",
8       "Accept" : "application/json",
9       "X-TransactionId" : "req-d7a8f93f-ee5c-40b9-bc5e-71dacc7843da",
10       "Content-Type" : "application/json"
11     },
12     "json" : null
13   },
14   "response" : {
15     "status" : 204,
16     "json" : null
17   }
18 } ]