-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathnodebalancers.json
More file actions
46 lines (46 loc) · 1.24 KB
/
Copy pathnodebalancers.json
File metadata and controls
46 lines (46 loc) · 1.24 KB
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
{
"data": [
{
"created": "2018-01-01T00:01:01",
"ipv6": "c001:d00d:b01::1:abcd:1234",
"region": "us-east-1a",
"ipv4": "12.34.56.789",
"hostname": "nb-12-34-56-789.newark.nodebalancer.linode.com",
"id": 123456,
"updated": "2018-01-01T00:01:01",
"label": "balancer123456",
"client_conn_throttle": 0,
"tags": ["something"],
"locks": ["cannot_delete_with_subresources"],
"type": "common",
"lke_cluster": {
"id": 1234,
"type": "lkecluster",
"label": "test-cluster",
"url": "/v4/lke/clusters/1234"
},
"frontend_address_type": "vpc",
"frontend_vpc_subnet_id": 5555
},
{
"created": "2018-01-01T00:01:01",
"ipv6": "c001:d00d:b01::1:abcd:1256",
"region": "us-east-1a",
"ipv4": "12.34.56.890",
"hostname": "nb-12-34-56-890.newark.nodebalancer.linode.com",
"id": 123457,
"updated": "2018-01-01T00:01:01",
"label": "balancer123457",
"client_conn_throttle": 0,
"tags": [],
"locks": [],
"type": "premium_40gb",
"lke_cluster": null,
"frontend_address_type": "vpc",
"frontend_vpc_subnet_id": 6666
}
],
"results": 2,
"page": 1,
"pages": 1
}