summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/load-balancers-single.json
blob: ee8a8588c5fe8fbfdcb61eafe57916cf8ad2e546 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "loadBalancers": [
    {
      "application": "application4",
      "changedAt": 123,
      "cluster": "id4",
      "dnsZone": "zone-id-1",
      "hostname": "lb-hosted-vespa.pre-provision-1",
      "id": "tenant4:application4:instance4:id4",
      "idSeed": ":hosted-vespa:pre-provision:default:1:",
      "instance": "instance4",
      "networks": [
        "10.2.3.0/24",
        "10.4.5.0/24"
      ],
      "ports": [
        4443
      ],
      "public": true,
      "reals": [
        {
          "hostname": "host13.yahoo.com",
          "ipAddress": "127.0.13.1",
          "port": 4443
        },
        {
          "hostname": "host14.yahoo.com",
          "ipAddress": "127.0.14.1",
          "port": 4443
        }
      ],
      "state": "active",
      "tenant": "tenant4"
    }
  ]
}