Sha256: 9c5cdc77247494835188c5c6905b91f3773855727818f96dca1bb35824eab55a

Contents?: true

Size: 1.79 KB

Versions: 25

Compression:

Stored size: 1.79 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 ExaVault IP addresses

```
Files::IpAddress.get_exavault_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).


---

## 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

25 entries across 25 versions & 1 rubygems

Version Path
files.com-1.0.327 docs/ip_address.md
files.com-1.0.326 docs/ip_address.md
files.com-1.0.325 docs/ip_address.md
files.com-1.0.324 docs/ip_address.md
files.com-1.0.323 docs/ip_address.md
files.com-1.0.322 docs/ip_address.md
files.com-1.0.321 docs/ip_address.md
files.com-1.0.320 docs/ip_address.md
files.com-1.0.319 docs/ip_address.md
files.com-1.0.318 docs/ip_address.md
files.com-1.0.317 docs/ip_address.md
files.com-1.0.316 docs/ip_address.md
files.com-1.0.315 docs/ip_address.md
files.com-1.0.314 docs/ip_address.md
files.com-1.0.313 docs/ip_address.md
files.com-1.0.312 docs/ip_address.md
files.com-1.0.311 docs/ip_address.md
files.com-1.0.310 docs/ip_address.md
files.com-1.0.309 docs/ip_address.md
files.com-1.0.308 docs/ip_address.md