To retrieve the acount information, call the account
method, as specified in the following example:
Code Sample
account = cloud.account()
storage_used = account.usage.quota_used
storage_allowed = account.usage.quota
user_id = account.id
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.