-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathnodebalancers.json
More file actions
33 lines (33 loc) · 880 Bytes
/
nodebalancers.json
File metadata and controls
33 lines (33 loc) · 880 Bytes
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
{
"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"]
},
{
"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": []
}
],
"results": 2,
"page": 1,
"pages": 1
}