Skip to main content

Fetch DB2 Storage groups

Select

SaaS
Customer Managed

This operation is used to fetch all backed up DB2 storage groups of a DB2 Backupset.

Path Parameters
  • BackupsetID integer required

    ID of the backupset

Responses

OK


Schema
  • groupInfo object
  • storageGroup object[]
  • groupName string

    Storage group name

  • stoPaths string[]

    path of the storage group

  • error object
  • errorMessage string
  • errorCode integer
GET /backupset/:backupsetid/db2storagegroups    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
BackupsetID — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Backupset/:BackupsetID/DB2StorageGroups' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'