Sha256: 7ff6afc7c5beb5fe9d70db8aec244bf27a40f2ab930894e5b5ecfada8cfe3001
Contents?: true
Size: 800 Bytes
Versions: 4
Compression:
Stored size: 800 Bytes
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.
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
files.com-1.0.87 | docs/ip_address.md |
files.com-1.0.86 | docs/ip_address.md |
files.com-1.0.85 | docs/ip_address.md |
files.com-1.0.84 | docs/ip_address.md |