You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12147,9 +12147,10 @@ paths:
12147
12147
tags:
12148
12148
- Networking
12149
12149
summary: IP Addresses List
12150
-
description: >
12151
-
Returns a paginated list of IP Addresses on your Account, excluding
12152
-
private addresses.
12150
+
description: |
12151
+
Returns a paginated list of IP Addresses on your Account, excluding private addresses.
12152
+
12153
+
We recommend utilizing the "skip_ipv6_rdns" option to improve performance if your application frequently accesses this command and does not require IPv6 RDNS data.
12153
12154
operationId: getIPs
12154
12155
x-linode-cli-action: ips-list
12155
12156
security:
@@ -12168,11 +12169,9 @@ paths:
12168
12169
type: boolean
12169
12170
default: false
12170
12171
description: |
12171
-
This option provides the ability to exclude IPv6 RDNS data from the response.
12172
+
When `true`, the "rdns" property for any "ipv6" type addresses always returns `null` regardless of whether RDNS data exists for the address.
12172
12173
12173
12174
The default value is `false`.
12174
-
12175
-
When `true`, the "rdns" property for any "ipv6" type addresses always returns `null` regardless of whether RDNS data exists for the address.
0 commit comments