summaryrefslogtreecommitdiffstats
path: root/products/onap-amsterdam/features/aai/src/test/resources/open-cli-sample/esr/ems/ems-show-schema-1.1-moco.json
blob: b6ac827ddeb595f086a2d03fb1804b037e795f92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[ {
  "request" : {
    "method" : "get",
    "uri" : "/aai/v11/external-system/esr-ems-list/esr-ems/51a480ed-649c-4c47-a84b-f966dc4f9554/esr-system-info-list/esr-system-info/51a480ed-649c-4c47-a84b-f966dc4f9554",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "onap-cli",
      "Accept" : "application/json",
      "X-TransactionId" : "req-369be4d7-7a6f-4e44-996e-1e65d8129cb4",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "esr-system-info-id" : "51a480ed-649c-4c47-a84b-f966dc4f9554",
      "system-name" : "ems1",
      "type" : "ems",
      "vendor" : "boco",
      "version" : "1.0",
      "service-url" : "http://10.0.0.1",
      "user-name" : "admin",
      "password" : "password",
      "system-type" : "ems",
      "ssl-cacert" : "",
      "ssl-insecure" : false,
      "ip-address" : "",
      "port" : "",
      "cloud-domain" : "",
      "default-tenant" : "",
      "resource-version" : "1509095358847"
    }
  }
} ]