Skip to main content

Discover DB2 Instances

This operation is used to discover all DB2 instances and the DB2 Backupsets inside a DB2 instance of a Client.

Path Parameters
  • ClientID integer required

    ID of the Client

Query Parameters
  • instanceId integer

    Add ID of the instance to discover all backupset present inside a DB2 instance

  • instanceName string

    Add Name of the instance if instance Id is given

Responses

OK


Schema
  • error object
  • errorString string
  • errorCode integer
GET /client/:clientid/discoverdb2instances    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
ClientID — path required
instanceId — query
instanceName — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:ClientID/DiscoverDB2Instances' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'