Returns list of tape locks filtered by specified query parameters.
| name | type | description |
|---|---|---|
| tape | query | |
| tape-drive | query | |
| task | query |
| media type | data type | description |
|---|---|---|
| application/json | array of TapeLockDetails (JSON) | list of tape locks filtered by specified query parameters |
GET /tape-lock
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
[ { } ]
Remove tape lock.
| name | type | description |
|---|---|---|
| guid | path | specify local unique identifier for tape lock (use by vProtect) |
DELETE /tape-lock/{guid}
Content-Type: */*
...
HTTP/1.1 204 No Content
Get a single tape lock.
| name | type | description |
|---|---|---|
| guid | path | specify local unique identifier for tape lock (use by vProtect) |
| media type | data type | description |
|---|---|---|
| application/json | TapeLockDetails (JSON) | tape lock details |
GET /tape-lock/{guid}
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }