Skip to main content

Fetches properties of a Spare group

Select

Customer Managed

API to fetch properties of a Spare Group

Path Parameters
  • spareGroupId int32 required

    Id of the Spare group whose properties need to be fetched. spareGroupId can be fetched from GET V4/Storage/Tape/{libraryId}/MediaType

  • libraryId int32 required

    Library ID of the Tape Storage

Responses

OK


Schema
  • name string

    Name of the spare group

  • typeId int32

    Spare group type Id

  • lowWaterMark int32

    Low watermark value set for the spare group

  • highWaterMark int32

    High watermark value set for the spare group

  • defaultMediaTypeId int32

    Id of default media type selected for spare group

  • defaultMediaTypeName string

    Name of default media type selected for spare group

GET /v4/storage/tape/:libraryid/sparegroup/:sparegroupid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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