Bandwidth Snapshots
A BandwidthSnapshot is information about site bandwidth usage for the given date.
List Bandwidth Snapshots
SDK Method
bandwidthsnapshot.List()
Return Object
[]*BandwidthSnapshot
Authorization Requirement
Requires either a Site-Wide API key or User API key or session from a User with Site Admin permissions.
Additional Arguments
The BandwidthSnapshot Object
Some of the methods above return a BandwidthSnapshot object. The attributes of this object are listed below.
| Attribute | Description |
|---|---|
| Id int64 | Site bandwidth ID |
| BytesReceived int64 | Site bandwidth report bytes received |
| BytesSent int64 | Site bandwidth report bytes sent |
| SyncBytesReceived int64 | Site sync bandwidth report bytes received |
| SyncBytesSent int64 | Site sync bandwidth report bytes sent |
| RequestsGet int64 | Site bandwidth report get requests |
| RequestsPut int64 | Site bandwidth report put requests |
| RequestsOther int64 | Site bandwidth report other requests |
| LoggedAt date-time | Time the site bandwidth report was logged |