summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/tenant-without-applications.json
blob: 3153c6e218adb7260b8ddebaffa5133d2042f3f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "tenant": "my-tenant",
  "type": "CLOUD",
  "creator": "administrator@tenant",
  "pemDeveloperKeys": [ ],
  "secretStores": [ ],
  "integrations": {
    "aws": {
      "tenantRole": "my-tenant-tenant-role",
      "accounts": [ ]
    }
  },
  "quota": {
    "budget": null,
    "budgetUsed": 0.0,
    "clusterSize": 5
  },
  "applications": [ ],
  "metaData": {
    "createdAtMillis": 1600000000000
  }
}