aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/esr/vim/vim-create-schema-beijing-moco.json
blob: e950bdcc887166069601dd89af106e8cd0aec3cb (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" : "put",
    "uri" : "/aai/v13/cloud-infrastructure/cloud-regions/cloud-region/huawei-cloud/bangalore/esr-system-info-list/esr-system-info/6a47cd3d-a24c-4d71-b47d-bfe729acce7b",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-73d3c542-567c-4ad1-be40-a0baf85bdfde",
      "Content-Type" : "application/json"
    },
    "json" : {
      "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",
      "protocal" : "",
      "ssl-cacert" : "",
      "ssl-insecure" : "false",
      "ip-address" : "",
      "port" : "",
      "cloud-domain" : "default",
      "default-tenant" : "onap"
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]