Path: / administration / tapemodel / {name}

Get a tape model by name

Path parameters:
name -

Sub-Resources
Resources
NameDescription
locklock a tape model
{attribute}
{attribute}/{value}
Modify attributes of a tape model

Resource Methods
Method Summary
NameDescription
GET /administration/tapemodel/{name}Get a tape model by name
DELETE /administration/tapemodel/{name}Delete a tape model and all tapes of this model

Method Detail

GET /administration/tapemodel/{name}

Get a tape model by name

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

DELETE /administration/tapemodel/{name}

Delete a tape model and all tapes of this model

HTTP Example:
DELETE /administration/tapemodel/{name}
Output:
Response
Produces:
application/json
Consumes:
text/plain
HTTP return codes:
204 - if no error occurred
404 - if no model exists with this name
405 - if at least 1 of the tapes of this model is still referenced by a TreqsFile
500 - in case of other error