Skip to content

Commit be887c0

Browse files
author
Josh Sager
committed
Changed a few ipv6 pool examples to show shared and global
1 parent 785f88d commit be887c0

File tree

1 file changed

+37
-9
lines changed

1 file changed

+37
-9
lines changed

openapi.yaml

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4002,12 +4002,36 @@ paths:
40024002
readOnly: true
40034003
shared:
40044004
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).
40104005
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
40114035
ipv6:
40124036
type: object
40134037
description: >
@@ -4020,11 +4044,15 @@ paths:
40204044
$ref: '#/components/schemas/IPAddressV6Slaac'
40214045
global:
40224046
type: array
4023-
items:
4024-
type: string
4025-
description: >
4026-
A list of global pools or ranges this Linode may bring up.
40274047
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
40284056
default:
40294057
$ref: '#/components/responses/ErrorResponse'
40304058
x-code-samples:

0 commit comments

Comments
 (0)