Bases: rucio.client.baseclient.BaseClient
Scope client class for working with rucio scopes
Sends the request to add a new scope.
| Parameters: |
|
|---|---|
| Returns: | True if scope was created successfully. |
| Raises: |
|
Sends the request to list all scopes.
| Returns: | a list containing the names of all scopes. |
|---|
Sends the request to list all scopes for a rucio account.
| Parameters: | account – the rucio account to list scopes for. |
|---|---|
| Returns: | a list containing the names of all scopes for a rucio account. |
| Raises: |
|