Skip to main content

Reset Tape Library

This operation resets tape libraries.

More Details

Request Body required
  • LibraryId int32 required
  • libraryOperationType int32 required
Responses

OK

POST /libraryoperations    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body required

{
"LibraryId": 184,
"libraryOperationType": 22
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/LibraryOperations' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"LibraryId": 184,
"libraryOperationType": 22
}'