Skip to main content

Enable Tape Library

Select

Customer Managed

This operation enables a tape library.

More Details

Request Body
  • tapeProperties object
  • attribute integer
  • status integer
  • libraryEntity object
  • libraryId integer
Responses

OK

POST /tapelibraryproperties    

Authorization

type: apiKeyname: Authtokenin: header

Request

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

{
"tapeProperties": {
"attribute": 0,
"status": 0,
"libraryEntity": {
"libraryId": 0
}
}
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/TapeLibraryProperties' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"tapeProperties": {
"attribute": 0,
"status": 0,
"libraryEntity": {
"libraryId": 0
}
}
}'