Exportclient
ExportClient(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)
¶
RSE client class for exporting data from Rucio
export_data(distance=True)
¶
Export RSE data (RSE, settings, attributes and distance).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
distance
|
bool
|
To include the distance. |
True
|
Returns:
Type | Description |
---|---|
dict[str, Any]
|
A dict containing data |