Sha256: 14fa0f6b8dc79e113c1b370a287090e3dc247b1136fdc516d9de38d736bdece5

Contents?: true

Size: 1.22 KB

Versions: 6

Compression:

Stored size: 1.22 KB

Contents

# IpAddress

## Example IpAddress Object

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

  ]
}
```

* `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 the X-Files-Cursor-Next 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 the X-Files-Cursor-Next header.
* `per_page` (int64): Number of records to show per page.  (Max: 10,000, 1,000 or less is recommended).

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
files.com-1.0.127 docs/ip_address.md
files.com-1.0.126 docs/ip_address.md
files.com-1.0.125 docs/ip_address.md
files.com-1.0.124 docs/ip_address.md
files.com-1.0.123 docs/ip_address.md
files.com-1.0.122 docs/ip_address.md