{ "loadBalancers": [ { "id": "tenant1:application1:instance1:id1", "state": "active", "changedAt": 123, "application": "application1", "tenant": "tenant1", "instance": "instance1", "cluster": "id1", "hostname": "lb-tenant1.application1.instance1-id1", "dnsZone": "zone-id-1", "networks": [ "10.2.3.0/24", "10.4.5.0/24" ], "ports": [ 4443 ], "reals": [ { "hostname": "host1.yahoo.com", "ipAddress": "127.0.1.1", "port": 4443 }, { "hostname": "host10.yahoo.com", "ipAddress": "127.0.10.1", "port": 4443 } ], "settings": { "allowedUrns": [ { "type": "aws-private-link", "urn": "arne" } ] }, "serviceId": "service", "public": false }, { "id": "hosted-vespa:zone-config-servers:default:zone-config-servers", "state": "active", "changedAt": 123, "application": "zone-config-servers", "tenant": "hosted-vespa", "instance": "default", "cluster": "zone-config-servers", "hostname": "lb-hosted-vespa.zone-config-servers-zone-config-servers", "dnsZone": "zone-id-1", "networks": [ "10.2.3.0/24", "10.4.5.0/24" ], "ports": [ 4443 ], "reals": [ { "hostname": "cfg1.yahoo.com", "ipAddress": "127.0.201.1", "port": 4443 }, { "hostname": "cfg2.yahoo.com", "ipAddress": "127.0.202.1", "port": 4443 } ], "public": true }, { "id": "tenant4:application4:instance4:id4", "state": "active", "changedAt": 123, "application": "application4", "tenant": "tenant4", "instance": "instance4", "cluster": "id4", "hostname": "lb-tenant4.application4.instance4-id4", "dnsZone": "zone-id-1", "networks": [ "10.2.3.0/24", "10.4.5.0/24" ], "ports": [ 4443 ], "reals": [ { "hostname": "host13.yahoo.com", "ipAddress": "127.0.13.1", "port": 4443 }, { "hostname": "host14.yahoo.com", "ipAddress": "127.0.14.1", "port": 4443 } ], "public": true } ] }