WLCG Tape REST API discussion

Europe/Zurich
Cedric Caffy (CERN), Mihai Patrascoiu (CERN)
Description

This meeting is held to trigger discussions about the workflows of our common API

We will first define the workflows for each functionality our common API will provide:

  • Submit bulk "stage"request: POST api/v1/bulk-requests Activity=STAGE
  • Cancel "stage" request: PATCH api/v1/bulk-requests/id
  • Evict disk copies from the cache: POST api/v1/bulk-requests Activity=UNPIN
  • Get informations about files known by the system: POST api/v1/bulk-requests Activity=FILEINFO
  • Delete bulk requests (cancel + clear): DELETE api/v1/bulk-requests/id

Then we can define the workflows that is triggered when a user wants to get informations about the bulk-requests that are in the system:

  • Get all the requests that are known by the system and their status: GET api/v1/bulk-requests
  • Get the result/progress of one request: GET api/v1/bulk-requests/id

As a kickstart for our discussions, I have created a codimd document where I have put kind of draft workflow diagrams for each functionality we have. Please keep in mind that I have created these diagrams to have base materials on which we can discuss about, not to impose any ideas. In order to anticipate some discussions, please have a look at this codimd document ahead of the meeting and fill in the appropriate sections if you have remarks/questions. You are also free to create your own diagrams  (I did them with drawio) and upload them to the codimd document by drag'n'drop :)

    • 15:00 15:05
      Q & A about our previous meeting 5m

      Link to our previous meeting https://indico.cern.ch/event/1033942/

    • 15:05 15:10
      Workflow Submit bulk "stage"request: POST api/v1/bulk-requests Activity=STAGE 5m
    • 15:10 15:15
      Workflow Cancel "stage" request: PATCH api/v1/bulk-requests/id 5m
    • 15:15 15:20
      Workflow Evict disk copies from the cache: POST api/v1/bulk-requests Activity=UNPIN 5m
    • 15:20 15:25
      Workflow Get informations about files known by the system: POST api/v1/bulk-requests Activity=FILEINFO 5m
    • 15:25 15:30
      Workflow Delete bulk requests (cancel + clear): DELETE api/v1/bulk-requests/id 5m
    • 15:30 15:35
      Workflow Get all the requests that are known by the system and their status: GET api/v1/bulk-requests 5m
    • 15:35 15:40
      Workflow Get the result/progress of one request: GET api/v1/bulk-requests/id 5m