Path: / administration / tape / {name} / lock

lock a tape

Path parameters:
name -

Resource Methods
Method Summary
NameDescription
PUT /administration/tape/{name}/locklock a tape
DELETE /administration/tape/{name}/lockunlock a tape

Method Detail

PUT /administration/tape/{name}/lock

lock a tape

HTTP Example:
PUT /administration/tape/{name}/lock
Output:
TreqsTape - the tape
Produces:
application/json
Consumes:
text/plain
HTTP return codes:
200 - if no error occurred
404 - if no tape exists with this name

DELETE /administration/tape/{name}/lock

unlock a tape

HTTP Example:
DELETE /administration/tape/{name}/lock
Output:
TreqsTape - the tape
Produces:
application/json
Consumes:
text/plain
HTTP return codes:
200 - if no error occurred
404 - if no tape exists with this name