NCAR / rda-globus

Utilities for managing NCAR RDA Globus shares and collecting transfer metrics.
MIT License
1 stars 0 forks source link

Query lisiting of actives shares from dsglobus #8

Open tcram opened 5 years ago

tcram commented 5 years ago

Currently, the command line utility 'dsglobus' performs three tasks:

  1. Create new Globus shares requested by RDA users (via the command line flag -ap)
  2. Delete Globus shares assigned to RDA users (via the flag -rp)
  3. Submit Globus transfers on behalf of users for delayed mode subset requests (via the flag -st)

As an enhancement, dsglobus should include the ability to query both the Globus Transfer API and the RDADB to return a listing of active shares assigned to RDA users. This functionality should also be able to filter by user e-mail address, RDA shared endpoint, RDA dataset number, request index, and/or date limits.

tcram commented 5 years ago

The relevant code here is dsglobus.py, located under src/python/dsglobus.py