aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-list-schema-dublin-moco.json
blob: 134e1ae0ce0ce48bec7fd22f027222ccc1ce4256 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[ {
  "request" : {
    "method" : "get",
    "uri" : "/aai/v14/cloud-infrastructure/complexes/",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-6d8eccd5-8542-47b5-8f88-a6542e88a3ac",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "complex" : [ {
        "physical-location-id" : "clli2",
        "data-center-code" : "example-data-center-code-val-6667",
        "complex-name" : "clli2",
        "identity-url" : "example-identity-url-val-28399",
        "resource-version" : "1564454689109",
        "physical-location-type" : "example-physical-location-type-val-28399",
        "street1" : "example-street1-val-28399",
        "street2" : "example-street2-val-28399",
        "city" : "example-city-val-28399",
        "state" : "example-state-val-28399",
        "postal-code" : "example-postal-code-val-28399",
        "country" : "example-country-val-28399",
        "region" : "RegionOne",
        "latitude" : "1111",
        "longitude" : "2222",
        "elevation" : "example-elevation-val-28399",
        "lata" : "example-lata-val-28399",
        "relationship-list" : {
          "relationship" : [ {
            "related-to" : "cloud-region",
            "relationship-label" : "org.onap.relationships.inventory.LocatedIn",
            "related-link" : "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/RegionOne",
            "relationship-data" : [ {
              "relationship-key" : "cloud-region.cloud-owner",
              "relationship-value" : "CloudOwner"
            }, {
              "relationship-key" : "cloud-region.cloud-region-id",
              "relationship-value" : "RegionOne"
            } ],
            "related-to-property" : [ {
              "property-key" : "cloud-region.owner-defined-type",
              "property-value" : "OwnerType"
            } ]
          } ]
        }
      }, {
        "physical-location-id" : "ocomp-region",
        "data-center-code" : "ocomp",
        "complex-name" : "ocomp-region",
        "identity-url" : "http://10.12.11.1:5000/v3",
        "resource-version" : "1567068618154",
        "physical-location-type" : "phy_type",
        "street1" : "ocomp-street1",
        "street2" : "ocomp-street2",
        "city" : "ocomp-city",
        "state" : "ocomp-state",
        "postal-code" : "001481",
        "country" : "abc",
        "region" : "onap",
        "latitude" : "1.0",
        "longitude" : "1.0",
        "elevation" : "ocomp-elelation",
        "lata" : "ocomp-lata"
      } ]
    }
  }
} ]