aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-create-schema-dublin-moco.json
blob: 6e679b4ca14a5fec97a53102e5d56abf9cf21ffb (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/CloudOwner/ONAP-POD-01-Rail-07",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-a0eb1dc2-626d-4b89-8c46-a6cb341d2810",
      "Content-Type" : "application/json"
    },
    "json" : {
      "cloud-owner" : "CloudOwner",
      "cloud-region-id" : "ONAP-POD-01-Rail-07",
      "cloud-type" : "openstack",
      "owner-defined-type" : "t1",
      "cloud-region-version" : "titanium_cloud",
      "complex-name" : "clli3",
      "cloud-zone" : "CloudZone",
      "sriov-automation" : "false",
      "identity-url" : "url",
      "cloud-extra-info" : "{\"openstack-region-id\":\"ONAP-POD-01-Rail-07\"}",
      "esr-system-info-list" : {
        "esr-system-info" : [ {
          "esr-system-info-id" : "5c85ce1f-aa78-4ebf-8d6f-4b62773e9bce",
          "service-url" : "http://10.12.11.1:5000/v3",
          "user-name" : "cloud_username",
          "password" : "cloud_password",
          "system-type" : "VIM",
          "ssl-insecure" : "true",
          "cloud-domain" : "Default",
          "default-tenant" : "Integration-HPA",
          "system-status" : "active"
        } ]
      }
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]