AccountClient
add_account
Sends the request to create a new account.
Arguments: |
|
Raises: |
|
Returns: | True if account was created successfully else False. |
delete_account
Sends the request to disable an account.
Arguments: |
|
Raises: |
|
Returns: | True is account was disabled successfully. False otherwise. |
get_account
Sends the request to get information about a given account.
Arguments: |
|
Raises: |
|
Returns: | a list of attributes for the account. None if failure. |
update_account
Update a property of an account.
Arguments: |
|
list_accounts
Sends the request to list all rucio accounts.
Arguments: |
|
Raises: |
|
Returns: | a list containing account info dictionary for all rucio accounts. |
whoami
Get information about account whose token is used
Raises: |
|
Returns: | a list of attributes for the account. None if failure. |
add_identity
Adds a membership association between identity and account.
Arguments: |
|
del_identity
Delete an identity's membership association with an account.
Arguments: |
|
list_identities
List all identities on an account.
Arguments: |
|
list_account_rules
List the associated rules of an account.
Arguments: |
|
get_account_limits
Return the correct account limits for the given locality.
Arguments: |
|
get_global_account_limit
List the account limit for the specific RSE expression.
Arguments: |
|
get_global_account_limits
List all RSE expression limits of this account.
Arguments: |
|
get_local_account_limits
List the account rse limits of this account.
Arguments: |
|
get_local_account_limit
List the account rse limits of this account for the specific rse.
Arguments: |
|
get_local_account_usage
List the account usage for one or all rses of this account.
Arguments: |
|
get_global_account_usage
List the account usage for one or all RSE expressions of this account.
Arguments: |
|
get_account_usage_history
List the account usage history of this account on rse.
Arguments: |
|
list_account_attributes
List the attributes for an account.
Arguments: |
|
add_account_attribute
Adds an attribute to an account.
Arguments: |
|
delete_account_attribute
Delete an attribute for an account.
Arguments: |
|