aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/infra/cloud/cloud-list-schema-casablanca-moco.json
blob: dade3411216811df83c8f5d58109508e8a1c4dbd (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
[ {
  "request" : {
    "method" : "get",
    "uri" : "/aai/v13/cloud-infrastructure/cloud-regions",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-8465f051-c389-40ff-9a5c-8c7e1ac01b7c",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "cloud-region" : [ {
        "cloud-owner" : "huawei-cloud",
        "cloud-region-id" : "bangalore",
        "sriov-automation" : "false",
        "resource-version" : "1538643783460"
      } ]
    }
  }
} ]