aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/onap-1.1/features/aai/src/test/resources/open-cli-sample/cloud-region/cloud-create-schema-1.1-moco.json
blob: 223ebd26bf596a041ab8fc685553d259e2d53f76 (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
[ {
  "request" : {
    "method" : "put",
    "uri" : "/aai/v11/cloud-infrastructure/cloud-regions/cloud-region/huawei-cloud/bangalore",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "onap-cli",
      "Accept" : "application/json",
      "X-TransactionId" : "req-63eebfa7-ebdb-4707-9208-a159d2f53c6e",
      "Content-Type" : "application/json"
    },
    "json" : {
      "sriov-automation" : false,
      "cloud-region-id" : "bangalore",
      "cloud-owner" : "huawei-cloud",
      "new-attribute-for-demo" : "blah",
      "number-attribute-for-demo" : 1
    }
  },
  "response" : {
    "status" : 201,
    "json" : null
  }
} ]