aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/acl-tenant-node.json
blob: 98a7c5f903668dd956e5b1214fa06d617cc85016 (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
37
38
39
40
41
42
43
44
45
46
47
48
{
  "trustedNodes": [
    {
      "hostname": "cfg1.yahoo.com",
      "type": "config",
      "ipAddress": "::201:1",
      "trustedBy": "host5.yahoo.com"
    },
    {
      "hostname": "cfg1.yahoo.com",
      "type": "config",
      "ipAddress": "127.0.201.1",
      "trustedBy": "host5.yahoo.com"
    },
    {
      "hostname": "cfg2.yahoo.com",
      "type": "config",
      "ipAddress": "::202:1",
      "trustedBy": "host5.yahoo.com"
    },
    {
      "hostname": "cfg2.yahoo.com",
      "type": "config",
      "ipAddress": "127.0.202.1",
      "trustedBy": "host5.yahoo.com"
    },
    {
      "hostname": "dockerhost2.yahoo.com",
      "type": "host",
      "ipAddress": "::101:1",
      "trustedBy": "host5.yahoo.com"
    },
    {
      "hostname": "dockerhost2.yahoo.com",
      "type": "host",
      "ipAddress": "127.0.101.1",
      "trustedBy": "host5.yahoo.com"
    }
  ],
  "trustedNetworks": [],
  "trustedPorts": [
    {
      "port": 22,
      "trustedBy": "host5.yahoo.com"
    }
  ],
  "trustedUdpPorts": []
}