Skip to main content

Get Recovery Target List

Select

SaaS
Customer Managed

Get the list of recovery targets

Responses

OK


Schema
  • recoveryTargets object[]
  • id int32

    Recovery Target Id

  • name string

    Recovery Target name

  • policyType string

    Recovery target policy type name

  • applicationType string

    Possible values: [REPLICATION, REGULAR, AUTO_SCALE_MANAGEMENT]

    Recovery target application type

  • destinationHypervisor object
  • id int32
  • name string
GET /v4/recoverytargets    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/RecoveryTargets' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'