Sha256: b4c2491871cce742fda382f6ba6bd8f3d84d2eecf21476cf021b535ec93bc053

Contents?: true

Size: 1.24 KB

Versions: 4

Compression:

Stored size: 1.24 KB

Contents

# BandwidthSnapshot

## Example BandwidthSnapshot Object

```
{
  "id": 1,
  "bytes_received": 1.0,
  "bytes_sent": 1.0,
  "requests_get": 1.0,
  "requests_put": 1.0,
  "requests_other": 1.0,
  "logged_at": "2000-01-01T01:00:00Z",
  "created_at": "2000-01-01T01:00:00Z",
  "updated_at": "2000-01-01T01:00:00Z"
}
```

* `id` (int64): Site bandwidth ID
* `bytes_received` (double): Site bandwidth report bytes received
* `bytes_sent` (double): Site bandwidth report bytes sent
* `requests_get` (double): Site bandwidth report get requests
* `requests_put` (double): Site bandwidth report put requests
* `requests_other` (double): Site bandwidth report other requests
* `logged_at` (date-time): Time the site bandwidth report was logged
* `created_at` (date-time): Site bandwidth report created at date/time
* `updated_at` (date-time): The last time this site bandwidth report was updated


---

## List Bandwidth Snapshots

```
Files::BandwidthSnapshot.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.103 docs/bandwidth_snapshot.md
files.com-1.0.102 docs/bandwidth_snapshot.md
files.com-1.0.101 docs/bandwidth_snapshot.md
files.com-1.0.100 docs/bandwidth_snapshot.md