aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/aai/src/test/resources/onap-cli-sample/esr/ems/ems-delete-schema-1.1-moco.json
blob: c5d128637b1a38e85814ad2e695c012666a75914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[ {
  "request" : {
    "method" : "delete",
    "uri" : "/aai/v11/external-system/esr-ems-list/esr-ems/51a480ed-649c-4c47-a84b-f966dc4f9554",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "onap-cli",
      "Accept" : "application/json",
      "X-TransactionId" : "req-d9a77e12-34be-4d8f-b7da-c749dbc3fc8a",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 204,
    "json" : null
  }
} ]