aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/opsdb-tenant-with-new-id-without-applications.json
blob: 3f4b6017971069d6b8df9ac6a303be5abe2b7bcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "type": "OPSDB",
  "property": "property2",
  "propertyId": "4321",
  "userGroup": "group1",
  "applications": [

  ],
  "propertyUrl": "www.properties.tld/4321",
  "contactsUrl": "www.contacts.tld/4321",
  "issueCreationUrl": "www.issues.tld/4321",
  "contacts": [

  ]
}