Resources
ResourceDescriptionMethods
/administration/pingPing the system.GET
/administration/systemGet system infoGET
/administration/tapeget all tapesGET
/administration/tape/{name}get a tape by nameGET
/administration/tape/{name}/locklock a tapePUT, DELETE
/administration/tapemodelget the list of tape modelsGET, POST
/administration/tapemodel/{name}Get a tape model by nameGET, DELETE
/administration/tapemodel/{name}/locklock a tape modelPUT, DELETE
/administration/tapemodel/{name}/{attribute}/{value}Modify attributes of a tape modelPUT
/administration/trigger/enabledto start (enable) the event scheduler and and immediately trigger a staging (several successive start are allowed)PUT, DELETE
/security/authentication/userget a list of usersPOST, GET
/security/authentication/user/{username}Get a userGET, DELETE
/security/authentication/user/{username}/grantgrant a userPUT, DELETE
/security/authentication/user/{username}/password/{password}change passwordPUT
/staging/fileGet 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/queueGet the list of queuesGET
/staging/requestGet a list of requests possibly filtered by status (main status or sub status)POST, GET
/staging/request/{id}Get a request by IdGET, DELETE
/staging/tape/{tape}Get the list of files requested by users and located on a particular tape.GET, DELETE