Skip to content

Commit 0f7611e

Browse files
committed
Updated language for accuracy
1 parent b1b4b78 commit 0f7611e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

openapi.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12147,9 +12147,10 @@ paths:
1214712147
tags:
1214812148
- Networking
1214912149
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.
1215312154
operationId: getIPs
1215412155
x-linode-cli-action: ips-list
1215512156
security:
@@ -12168,11 +12169,9 @@ paths:
1216812169
type: boolean
1216912170
default: false
1217012171
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.
1217212173

1217312174
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.
1217612175
responses:
1217712176
'200':
1217812177
description: A paginated list of IP Addresses.

0 commit comments

Comments
 (0)