summaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/ems/ems-list-schema-casablanca-moco.json
blob: dd3aeb565a8f5fc40357e684e4eb1ab7f9cef746 (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/v13/external-system/esr-ems-list",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-18c05764-8e44-4cb0-af47-7de4f5145159",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "esr-ems" : [ {
        "ems-id" : "bfae89e5-d4d4-46ed-a700-a0a90d961627",
        "resource-version" : "1538645515474"
      } ]
    }
  }
} ]