Skip to main content

List of Spare Group Details

Select

Customer Managed

API to fetch information of Spare Groups of a particular type for a Storage

Path Parameters
  • libraryId int32 required

    Library ID of the Tape Storage

Query Parameters
  • SpareGroupType required

    Possible values: [REGULAR_SPARE_GROUP, DEFAULT_SPARE_GROUP, UNIDENTIFIED_GROUP, DEPRECATED_GROUP, FOREIGN_GROUP, CLEANING_GROUP, OVERWRITE_PROTECT_GROUP, CATALOG_GROUP, REGULAR_AND_DEFAULT_SPARE_GROUP]

    Get all spare groups of given SpareGroupType

Responses

OK


Schema
  • spareGroupDetailsList object[]
  • id int32
  • name string
  • typeId int32
GET /v4/storage/tape/:libraryid/sparegroups    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
libraryId — path required
SpareGroupType — query required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Storage/Tape/:libraryId/SpareGroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'