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

lock a tape model

Path parameters:
name -

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

Method Detail

PUT /administration/tapemodel/{name}/lock

lock a tape model

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

DELETE /administration/tapemodel/{name}/lock

unlock a tape model

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