Sha256: c769571dd3794918b5175080f6e03eb55d3e31170daa6003b5e9976159c2e3a2

Contents?: true

Size: 1.32 KB

Versions: 74

Compression:

Stored size: 1.32 KB

Contents

# IpAddress

## Example IpAddress Object

```
{
  "id": "Site",
  "associated_with": "Site",
  "group_id": 1,
  "ip_addresses": [
    "127.0.0.1"
  ]
}
```

* `id` (string): Unique label for list; used by Zapier and other integrations.
* `associated_with` (string): The object that this public IP address list is associated with.
* `group_id` (int64): Group ID
* `ip_addresses` (array): A list of IP addresses.


---

## List IP Addresses associated with the current site

```
Files::IpAddress.list(
  per_page: 1
)
```

### Parameters

* `cursor` (string): Used for pagination.  Send a cursor value to resume an existing list from the point at which you left off.  Get a cursor from an existing list via either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
* `per_page` (int64): Number of records to show per page.  (Max: 10,000, 1,000 or less is recommended).


---

## List all possible public IP addresses

```
Files::IpAddress.get_reserved(
  per_page: 1
)
```

### Parameters

* `cursor` (string): Used for pagination.  Send a cursor value to resume an existing list from the point at which you left off.  Get a cursor from an existing list via either the X-Files-Cursor-Next header or the X-Files-Cursor-Prev header.
* `per_page` (int64): Number of records to show per page.  (Max: 10,000, 1,000 or less is recommended).

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
files.com-1.0.282 docs/ip_address.md
files.com-1.0.281 docs/ip_address.md
files.com-1.0.280 docs/ip_address.md
files.com-1.0.279 docs/ip_address.md
files.com-1.0.278 docs/ip_address.md
files.com-1.0.277 docs/ip_address.md
files.com-1.0.276 docs/ip_address.md
files.com-1.0.275 docs/ip_address.md
files.com-1.0.274 docs/ip_address.md
files.com-1.0.273 docs/ip_address.md
files.com-1.0.272 docs/ip_address.md
files.com-1.0.271 docs/ip_address.md
files.com-1.0.270 docs/ip_address.md
files.com-1.0.269 docs/ip_address.md
files.com-1.0.268 docs/ip_address.md
files.com-1.0.267 docs/ip_address.md
files.com-1.0.266 docs/ip_address.md
files.com-1.0.265 docs/ip_address.md
files.com-1.0.264 docs/ip_address.md
files.com-1.0.263 docs/ip_address.md