Resources
MethodURLDescription
GET/administration/pingPing the system.
GET/administration/systemGet system info
GET/administration/tapeget all tapes
GET/administration/tape/{name}get a tape by name
PUT/administration/tape/{name}/locklock a tape
DELETE/administration/tape/{name}/lockunlock a tape
GET/administration/tapemodelget the list of tape models
POST/administration/tapemodelCreate a tape model
GET/administration/tapemodel/{name}Get a tape model by name
DELETE/administration/tapemodel/{name}Delete a tape model and all tapes of this model
PUT/administration/tapemodel/{name}/locklock a tape model
DELETE/administration/tapemodel/{name}/lockunlock a tape model
PUT/administration/tapemodel/{name}/{attribute}/{value}Modify attributes of a tape model
PUT/administration/trigger/enabledto start (enable) the event scheduler and and immediately trigger a staging (several successive start are allowed)
DELETE/administration/trigger/enabledto stop (disable) the event scheduler (several successive stop are allowed)
POST/security/authentication/userCreate a new user
GET/security/authentication/userget a list of users
GET/security/authentication/user/{username}Get a user
DELETE/security/authentication/user/{username}Delete a user
PUT/security/authentication/user/{username}/grantgrant a user
DELETE/security/authentication/user/{username}/grantdeny a user
PUT/security/authentication/user/{username}/password/{password}change password
GET/staging/file?status=…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)
DELETE/staging/file/{filename}Cancel the staging of a file and terminates all related requests.
GET/staging/queue?status=…Get the list of queues
POST/staging/requestSubmit a new request on a file
GET/staging/request?status=…Get a list of requests possibly filtered by status (main status or sub status)
GET/staging/request/{id}Get a request by Id
DELETE/staging/request/{id}Cancel a request (terminates the request with status ENDED/CANCELLED).
GET/staging/tape/{tape}Get the list of files requested by users and located on a particular tape.
DELETE/staging/tape/{tape}Cancel the staging of all files located on a tape and terminates all related requests.