summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/flags1.json
blob: 33bf1e1cf423a28cc310890f3b90560871cc9428 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "flags": [
    {
      "id": "exclusive-load-balancer",
      "enabled": false,
      "enabledHostnames": [],
      "enabledApplications": ["zoneapp:zoneapp:zoneapp"]
    },
    {
      "id": "new-cache-counting",
      "enabled": false,
      "enabledHostnames": [],
      "enabledApplications": []
    }

  ]
}