aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/aai/src/main/resources/open-cli-sample/infra/tenant/tenant-list-schema-casablanca-moco.json
blob: 6ae97193eb061f5392a30a8531cfc4756a2487f8 (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" : "get",
    "uri" : "/aai/v13/cloud-infrastructure/cloud-regions/cloud-region/huawei-cloud/bangalore/tenants",
    "headers" : {
      "Authorization" : "Basic QUFJOkFBSQ==",
      "X-FromAppId" : "ONAP CLI",
      "Accept" : "application/json",
      "X-TransactionId" : "req-bbfb7c9a-e638-42dd-bcdb-50df0740c1dc",
      "Content-Type" : "application/json"
    },
    "json" : null
  },
  "response" : {
    "status" : 200,
    "json" : {
      "tenant" : [ {
        "tenant-id" : "b00fc210-dd12-4b40-be2f-b9ef9153c00c",
        "tenant-name" : "onap",
        "resource-version" : "1538647781315"
      } ]
    }
  }
} ]