Skip to main content

Get Client Hierarchy Available backup

This request returns subclients that have backup jobs available to restore.

More Details

Query Parameters
  • backedUp boolean
Responses

OK


Schema
  • entity object[]
  • subclientId integer
  • applicationId integer
  • clientName string
  • backupsetId integer
  • instanceId integer
  • clientId integer
  • subclientName string
  • backupsetName string
  • instanceName string
  • appName string
GET /client/2/hierarchy    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
backedUp — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/2/Hierarchy' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'