File tree Expand file tree Collapse file tree 3 files changed +26
-22
lines changed Expand file tree Collapse file tree 3 files changed +26
-22
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ endpoints:
107
107
can be as compressed as you want.
108
108
methods :
109
109
GET :
110
- response : ipv6pool
110
+ response : ipv6-address
111
111
oauth : ips:view
112
112
description : >
113
113
Return a single IPv6 Address.
Original file line number Diff line number Diff line change @@ -10,32 +10,32 @@ schema:
10
10
type : String
11
11
value : 97.107.143.1
12
12
description : The default gateway. Gateways for private IP's are always null.
13
- subnet_mask :
14
- type : String
15
- value : 255.255.255.0
16
- description : The subnet mask .
13
+ linode_id :
14
+ type : Integer
15
+ value : 42
16
+ description : The Linode this IP is associated with .
17
17
prefix :
18
18
type : String
19
19
value : 24
20
20
description : The network prefix.
21
- type :
22
- type : Enum
23
- subtype : IPAddressType
24
- value : public
25
- description : The type of IP Address, either public or private.
26
21
rdns :
27
22
editable : true
28
23
type : String
29
24
value : null
30
25
description : Reverse DNS address for this IP Address. Null to reset.
31
- linode_id :
32
- type : Integer
33
- description : The Linode this IP is associated with.
34
- value : 42
35
26
region :
36
27
type : String
37
28
value : us-east-1a
38
29
description : The region this IP is in.
30
+ subnet_mask :
31
+ type : String
32
+ value : 255.255.255.0
33
+ description : The subnet mask.
34
+ type :
35
+ type : Enum
36
+ subtype : IPAddressType
37
+ value : public
38
+ description : The type of IP Address, either public or private.
39
39
enums :
40
40
IPAddressType :
41
41
public : Public IP Address.
Original file line number Diff line number Diff line change @@ -10,18 +10,22 @@ schema:
10
10
type : String
11
11
value : " fe80::1"
12
12
description : The default gateway.
13
- range :
14
- type : String
15
- value : " 2600:3c01::2:5000"
16
- description : The IPv6 range.
17
- rdns :
18
- type : String
19
- value : " example.org"
20
- description : Optional reverse DNS address for this IPv6 Address.
13
+ linode_id :
14
+ type : Integer
15
+ value : 42
16
+ description : The Linode this IP is associated with.
21
17
prefix :
22
18
type : Integer
23
19
value : 116
24
20
description : The network prefix.
21
+ rdns :
22
+ type : String
23
+ value : " example.org"
24
+ description : Optional reverse DNS address for this IPv6 Address.
25
+ region :
26
+ type : String
27
+ value : us-east-1a
28
+ description : The region this IP is in.
25
29
subnet_mask :
26
30
type : String
27
31
value : " ffff:ffff:ffff:ffff:ffff:ffff:ffff:f000"
You can’t perform that action at this time.
0 commit comments