getLinodeTransfer | SELECT | linodeId | Returns a Linode's network transfer pool statistics for the current month.
|
getLinodeTransferByYearMonth | SELECT | linodeId, month, year | Returns a Linode's network transfer statistics for a specific month. The year/month values must be either a date in the past, or the current month.
|
_getLinodeTransfer | EXEC | linodeId | Returns a Linode's network transfer pool statistics for the current month.
|
_getLinodeTransferByYearMonth | EXEC | linodeId, month, year | Returns a Linode's network transfer statistics for a specific month. The year/month values must be either a date in the past, or the current month.
|