aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/infra/complex/complex-create-schema-dublin-moco.json
blob: 350a02e09f2ed6664311e193aa685631ac5f0026 (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//aai/v14/cloud-infrastructure/complexes/complex/clli3",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-f84bd111-614f-4f6e-9bea-f076a8b63810",
      "Content-Type" : "application/json"
    },
    "json" : {
      "physical-location-id" : "clli3",
      "data-center-code" : "code6",
      "complex-name" : "clli3",
      "identity-url" : "url",
      "physical-location-type" : "phy_type",
      "street1" : "street1",
      "street2" : "street2",
      "city" : "HIlls",
      "state" : "CA",
      "postal-code" : "88888",
      "country" : "usa",
      "region" : "region_val",
      "latitude" : "10.2",
      "longitude" : "30.8",
      "elevation" : "elev",
      "lata" : "lata"
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]