summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/tenant1-deleted.json
blob: b3eabe5db9651deecc5f803ce99ddfe9ca7afe89 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "tenant": "tenant1",
  "type": "DELETED",
  "applications": [ ],
  "metaData": {
    "createdAtMillis": 1600000000000,
    "deletedAtMillis": 1600000000000
  }
}