aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/aai/src/test/resources/onap-cli-sample/esr/ems/ems-list-schema-1.1-moco.json
blob: 4a2f1674bab44c456cdebcfc60f4d64b214ea698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[ {
  "request" : {
    "method" : "get",
    "uri" : "/aai/v11/external-system/esr-ems-list",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "onap-cli",
      "Accept" : "application/json",
      "X-TransactionId" : "req-ed3e792b-9436-4ddd-ba76-3684dca3e4cf",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "esr-ems" : [ {
        "ems-id" : "51a480ed-649c-4c47-a84b-f966dc4f9554",
        "resource-version" : "1509095358658"
      } ]
    }
  }
} ]