Skip to main content

Get RecoveryPoint StoreList

Select

SaaS
Customer Managed

Get the list of recovery point stores.

Responses

OK


Schema
  • stores object[]
  • library object
  • id int32
  • name string
  • status string

    Possible values: [READY, OFFLINE, DECONFIGURED]

    Status of recovery point store library.

  • model string

    Possible values: [DISK, CLOUD]

    Model of recovery point store library.

GET /v4/recoverypointstores    

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/RecoveryPointStores' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'