Remote Bandwidth Snapshots
A RemoteBandwidthSnapshot is a remote bandwidth report for the given date.
List Remote Bandwidth Snapshots
SDK Method
remotebandwidthsnapshot.List()
Return Object
[]*RemoteBandwidthSnapshot
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 RemoteBandwidthSnapshot Object
Some of the methods above return a RemoteBandwidthSnapshot object. The attributes of this object are listed below.
| Attribute | Description |
|---|---|
| Id int64 | Site bandwidth ID |
| SyncBytesReceived int64 | Site sync bandwidth report bytes received |
| SyncBytesSent int64 | Site sync bandwidth report bytes sent |
| LoggedAt date-time | Time the site bandwidth report was logged |
| RemoteServerId int64 | ID of related Remote Server |