aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-dublin-moco.json
blob: 3b4a94f5785d6bd34dbf8355a14ccd769403784e (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/v14/cloud-infrastructure/complexes/complex/ocomp-region",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-230ff595-12b3-480a-86c4-f5e3b1f8d5b0",
      "Content-Type" : "application/json"
    },
    "json" : {
      "physical-location-id" : "ocomp-region",
      "data-center-code" : "ocomp",
      "complex-name" : "ocomp-region",
      "identity-url" : "http://10.12.11.1:5000/v3",
      "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"
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]