Path: / staging / file / {filename}

Get information about a file (including all requests related to it)

Path parameters:
filename ( .+) -

Resource Methods
Method Summary
NameDescription
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.

Method Detail

GET /staging/file/{filename}

Get information about a file (including all requests related to it)

HTTP Example:
GET /staging/file/{filename}
Output:
TreqsFile - the file
Produces:
application/json
Consumes:
text/plain
HTTP return codes:
200 - if no error occurred
404 - if this file was not requested by any user

DELETE /staging/file/{filename}

Cancel the staging of a file and terminates all related requests.

HTTP Example:
DELETE /staging/file/{filename}
Output:
TreqsFile - the cancelled file
Produces:
application/json
Consumes:
text/plain
HTTP return codes:
202 - if no error occurred
404 - if this file was not requested by any user
405 - if the file is currently being staged or already in final state