Limits
1. limits()
Get the limits of the service
Parameters: None
Return value: Dict
Return value example:
Dict
{u'rate': [], u'absolute': {u'totalSnapshotsUsed': 10, u'maxTotalBackups': 10, u'maxTotalVolumeGigabytes': 1000, u'maxTotalSnapshots': 10, u'maxTotalBackupGigabytes': 1000, u'totalBackupGigabytesUsed': 20, u'maxTotalVolumes': 10, u'totalVolumesUsed': 6, u'totalBackupsUsed': 2, u'totalGigabytesUsed': 171}}