aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-create-schema-dublin-moco.json
blob: 30569cd7ce3ad1e48b8b72eed1f6cbc05a96a0fc (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
[ {
  "request" : {
    "method" : "put",
    "uri" : "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/OCOMP/RegionOVP",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-0ebe379c-6ccd-4821-afaa-05e277ec3161",
      "Content-Type" : "application/json"
    },
    "json" : {
      "cloud-owner" : "OCOMP",
      "cloud-region-id" : "RegionOVP",
      "cloud-type" : "OpenStack",
      "owner-defined-type" : "ocomp",
      "cloud-region-version" : "ocata",
      "complex-name" : "ocomp-region",
      "cloud-zone" : "az1",
      "sriov-automation" : "false",
      "identity-url" : "http://10.12.11.1:5000/v3",
      "cloud-extra-info" : "{\"openstack-region-id\":\"RegionOVP\"}",
      "esr-system-info-list" : {
        "esr-system-info" : [ {
          "esr-system-info-id" : "OCOMP",
          "service-url" : "http://10.12.11.1:5000/v3",
          "user-name" : "admin",
          "password" : "password",
          "system-type" : "VIM",
          "ssl-insecure" : "true",
          "cloud-domain" : "Default",
          "default-tenant" : "ocomp",
          "system-status" : "active"
        } ]
      }
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]