File tree Expand file tree Collapse file tree 1 file changed +37
-9
lines changed Expand file tree Collapse file tree 1 file changed +37
-9
lines changed Original file line number Diff line number Diff line change @@ -4002,12 +4002,36 @@ paths:
4002
4002
readOnly : true
4003
4003
shared :
4004
4004
type : array
4005
- items :
4006
- type : object
4007
- description : >
4008
- A list of IP Address objects that are shared with this Linode
4009
- (this Linode may bring up the address, but does not own it).
4010
4005
readOnly : true
4006
+ items :
4007
+ properties :
4008
+ subnet_mask :
4009
+ type : string
4010
+ example : 255.255.255.0
4011
+ linode_id :
4012
+ type : string
4013
+ example : 123
4014
+ public :
4015
+ type : boolean
4016
+ example : true
4017
+ gateway :
4018
+ type : string
4019
+ example : 45.79.148.1
4020
+ prefix :
4021
+ type : integer
4022
+ example : 24
4023
+ region :
4024
+ type : string
4025
+ example : us-east
4026
+ type :
4027
+ type : string
4028
+ example : ipv4
4029
+ rdns :
4030
+ type : string
4031
+ example : li1247-191.members.linode.com
4032
+ address :
4033
+ type : string
4034
+ example : 45.79.148.191
4011
4035
ipv6 :
4012
4036
type : object
4013
4037
description : >
@@ -4020,11 +4044,15 @@ paths:
4020
4044
$ref : ' #/components/schemas/IPAddressV6Slaac'
4021
4045
global :
4022
4046
type : array
4023
- items :
4024
- type : string
4025
- description : >
4026
- A list of global pools or ranges this Linode may bring up.
4027
4047
readOnly : true
4048
+ items :
4049
+ properties :
4050
+ range :
4051
+ type : string
4052
+ example : ' 2600:3c03:e000:0201::'
4053
+ region :
4054
+ type : string
4055
+ example : us-east
4028
4056
default :
4029
4057
$ref : ' #/components/responses/ErrorResponse'
4030
4058
x-code-samples :
You can’t perform that action at this time.
0 commit comments