1
+ {
2
+ "interfaces" : [
3
+ {
4
+ "created" : " 2025-01-01T00:01:01" ,
5
+ "default_route" : {
6
+ "ipv4" : true ,
7
+ "ipv6" : true
8
+ },
9
+ "id" : 123 ,
10
+ "mac_address" : " 22:00:AB:CD:EF:01" ,
11
+ "public" : {
12
+ "ipv4" : {
13
+ "addresses" : [
14
+ {
15
+ "address" : " 172.30.0.50" ,
16
+ "primary" : true
17
+ }
18
+ ],
19
+ "shared" : [
20
+ {
21
+ "address" : " 172.30.0.51" ,
22
+ "linode_id" : 125
23
+ }
24
+ ]
25
+ },
26
+ "ipv6" : {
27
+ "ranges" : [
28
+ {
29
+ "range" : " 2600:3cO9:e001:59::/64" ,
30
+ "route_target" : " 2600:3cO9::ff:feab:cdef"
31
+ },
32
+ {
33
+ "range" : " 2600:3cO9:e001:5a::/64" ,
34
+ "route_target" : " 2600:3cO9::ff:feab:cdef"
35
+ }
36
+ ],
37
+ "shared" : [
38
+ {
39
+ "range" : " 2600:3cO9:e001:2a::/64" ,
40
+ "route_target" : null
41
+ }
42
+ ],
43
+ "slaac" : [
44
+ {
45
+ "address" : " 2600:3cO9::ff:feab:cdef" ,
46
+ "prefix" : 64
47
+ }
48
+ ]
49
+ }
50
+ },
51
+ "updated" : " 2025-01-01T00:01:01" ,
52
+ "version" : 1 ,
53
+ "vlan" : null ,
54
+ "vpc" : null
55
+ },
56
+ {
57
+ "id" : 456 ,
58
+ "mac_address" : " 22:00:AB:CD:EF:01" ,
59
+ "created" : " 2024-01-01T00:01:01" ,
60
+ "updated" : " 2024-01-01T00:01:01" ,
61
+ "default_route" : {
62
+ "ipv4" : true
63
+ },
64
+ "version" : 1 ,
65
+ "vpc" : {
66
+ "vpc_id" : 123456 ,
67
+ "subnet_id" : 789 ,
68
+ "ipv4" : {
69
+ "addresses" : [
70
+ {
71
+ "address" : " 192.168.22.3" ,
72
+ "primary" : true
73
+ }
74
+ ],
75
+ "ranges" : [
76
+ {
77
+ "range" : " 192.168.22.16/28"
78
+ },
79
+ {
80
+ "range" : " 192.168.22.32/28"
81
+ }
82
+ ]
83
+ }
84
+ },
85
+ "public" : null ,
86
+ "vlan" : null
87
+ },
88
+ {
89
+ "id" : 789 ,
90
+ "mac_address" : " 22:00:AB:CD:EF:01" ,
91
+ "created" : " 2024-01-01T00:01:01" ,
92
+ "updated" : " 2024-01-01T00:01:01" ,
93
+ "default_route" : {},
94
+ "version" : 1 ,
95
+ "vpc" : null ,
96
+ "public" : null ,
97
+ "vlan" : {
98
+ "vlan_label" : " my_vlan" ,
99
+ "ipam_address" : " 10.0.0.1/24"
100
+ }
101
+ }
102
+ ]
103
+ }
0 commit comments