aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/vim/vim-list-schema-casablanca-moco.json
blob: a94cd71270343098e2290148f781e12c0c255b56 (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
[ {
  "request" : {
    "method" : "get",
    "uri" : "/aai/v13/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-7794bfc8-0fc6-4760-a1e2-c7f7234df42b",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "esr-system-info" : [ {
        "esr-system-info-id" : "6a47cd3d-a24c-4d71-b47d-bfe729acce7b",
        "system-name" : "vim-onap",
        "type" : "OpenStack",
        "vendor" : "Devstack",
        "version" : "ocata",
        "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" : "1538644383786"
      } ]
    }
  }
} ]