aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-amsterdam/features/aai/src/test/resources/open-cli-sample/esr/vim/vim-list-schema-1.1-moco.json
blob: c9d425b3a3bf2fe7a210cd48dd0d2ba5617b90d5 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[ {
  "request" : {
    "method" : "get",
    "uri" : "/aai/v11/cloud-infrastructure/cloud-regions/cloud-region/huawei-cloud/bangalore/esr-system-info-list",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "onap-cli",
      "Accept" : "application/json",
      "X-TransactionId" : "req-170cf86a-e3df-4940-b361-973aa698e015",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "esr-system-info" : [ {
        "esr-system-info-id" : "acc5e14e-1320-4ab5-97fe-b7cc82ad03f2",
        "system-name" : "RegionOne",
        "type" : "OpenStack",
        "vendor" : "Devstack",
        "version" : "newton",
        "service-url" : "http://192.168.16.149/identity",
        "user-name" : "onap",
        "password" : "onap",
        "system-type" : "vim",
        "ssl-cacert" : "",
        "ssl-insecure" : false,
        "ip-address" : "",
        "port" : "",
        "cloud-domain" : "default",
        "default-tenant" : "onap",
        "resource-version" : "1509093477505"
      }, {
        "esr-system-info-id" : "810edb5a-42e9-462d-9587-96bc9272ac27",
        "system-name" : "vim1",
        "type" : "OpenStack",
        "vendor" : "Devstack",
        "version" : "newton",
        "service-url" : "http://192.168.16.149/identity",
        "user-name" : "onap",
        "password" : "onap",
        "system-type" : "vim",
        "ssl-cacert" : "",
        "ssl-insecure" : false,
        "ip-address" : "",
        "port" : "",
        "cloud-domain" : "default",
        "default-tenant" : "onap",
        "resource-version" : "1509093590932"
      } ]
    }
  }
} ]