Sha256: bb96d6058daf8cf6c2b90387079876bd9b41fe3d4ed78fd05888cdea24b91bcc

Contents?: true

Size: 1.5 KB

Versions: 17

Compression:

Stored size: 1.5 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(
  page: 1, 
  per_page: 1
)
```

### Parameters

* `page` (int64): Current page number.
* `per_page` (int64): Number of records to show per page.  (Max: 10,000, 1,000 or less is recommended).
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
* `cursor` (string): Send cursor 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.


---

## List all possible public IP addresses

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

### Parameters

* `page` (int64): Current page number.
* `per_page` (int64): Number of records to show per page.  (Max: 10,000, 1,000 or less is recommended).
* `action` (string): Deprecated: If set to `count` returns a count of matching records rather than the records themselves.
* `cursor` (string): Send cursor 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.

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
files.com-1.0.121 docs/ip_address.md
files.com-1.0.120 docs/ip_address.md
files.com-1.0.119 docs/ip_address.md
files.com-1.0.118 docs/ip_address.md
files.com-1.0.117 docs/ip_address.md
files.com-1.0.116 docs/ip_address.md
files.com-1.0.115 docs/ip_address.md
files.com-1.0.114 docs/ip_address.md
files.com-1.0.113 docs/ip_address.md
files.com-1.0.112 docs/ip_address.md
files.com-1.0.111 docs/ip_address.md
files.com-1.0.110 docs/ip_address.md
files.com-1.0.109 docs/ip_address.md
files.com-1.0.108 docs/ip_address.md
files.com-1.0.107 docs/ip_address.md
files.com-1.0.106 docs/ip_address.md
files.com-1.0.105 docs/ip_address.md