Fileclient
FileClient(rucio_host=None, auth_host=None, account=None, ca_cert=None, auth_type=None, creds=None, timeout=600, user_agent='rucio-clients', vo=None, logger=LOG)
¶
Dataset client class for working with dataset
list_file_replicas(scope, lfn)
¶
List file replicas.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
scope
|
str
|
the scope. |
required |
lfn
|
str
|
the lfn. |
required |
Returns:
Type | Description |
---|---|
list[dict[str, Any]]
|
List of replicas. |