Skip to main content

Get clients associated with BackupDestination

Select

SaaS
Customer Managed

Get the list of clients associated with the BackupDestination.

Path Parameters
  • backupDestinationId int32 required

    Id of the BackupDestination.

Responses

OK


Schema
  • clients object[]

    List of Client Id and Name.

  • id int32
  • name string
GET /v4/plan/backupdestination/:backupdestinationid/clients    

Authorization

type: apiKeyname: Authtokenin: header

Request

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