/administration/ping | Ping the system. | GET |
/administration/system | Get system info | GET |
/administration/tape | get all tapes | GET |
/administration/tape/{name} | get a tape by name | GET |
/administration/tape/{name}/lock | lock a tape | PUT, DELETE |
/administration/tapemodel | get the list of tape models | GET, POST |
/administration/tapemodel/{name} | Get a tape model by name | GET, DELETE |
/administration/tapemodel/{name}/lock | lock a tape model | PUT, DELETE |
/administration/tapemodel/{name}/{attribute}/{value} | Modify attributes of a tape model | PUT |
/administration/trigger/enabled | to start (enable) the event scheduler and and immediately trigger a staging
(several successive start are allowed) | PUT, DELETE |
/security/authentication/user | get a list of users | POST, GET |
/security/authentication/user/{username} | Get a user | GET, DELETE |
/security/authentication/user/{username}/grant | grant a user | PUT, DELETE |
/security/authentication/user/{username}/password/{password} | change password | PUT |
/staging/file | Get a list of files possibly filtered by status (main status or sub status) | GET |
/staging/file/{filename} | Get information about a file (including all requests related to it) | GET, DELETE |
/staging/queue | Get the list of queues | GET |
/staging/request | Get a list of requests possibly filtered by status (main status or sub status) | POST, GET |
/staging/request/{id} | Get a request by Id | GET, DELETE |
/staging/tape/{tape} | Get the list of files requested by users and located on a particular tape. | GET, DELETE |