clc.account
index
/Users//clc_git/src/clc/account.py

Account related functions.  
 
These account related functions generally align one-for-one with published API calls categorized in the account category
 
API v1 - https://t3n.zendesk.com/forums/21509857-Account
API v2 - https://t3n.zendesk.com/forums/21645944-Account

 
Modules
       
clc

 
Classes
       
Account

 
class Account
     Static methods defined here:
GetAccountDetails(alias=None)
Return account details dict associated with the provided alias.
GetAccounts(alias=None)
Return account inventory dict containing all subaccounts for the given alias.  If None search from default alias.
GetAlias()
Return specified alias or if none the alias associated with the provided credentials.
GetLocation()
Return specified location or if none the default location associated with the provided credentials and alias.
GetLocations()
Return all cloud locations available to the calling alias.

Data and other attributes defined here:
account_status_itos = {1: 'Action', 2: 'Disabled', 3: 'Deleted', 4: 'Demo'}