Skip to main content

Get Plan Content

Select

SaaS
Customer Managed

This operation retrieves the backup content of a plan

Path Parameters
  • planId integer required

    Id of the plan

Query Parameters
  • idaType integer required

    Default value: 2

    iDataAgent type. 2 for FileSystem windows 3 for Unix Filesystem

Responses

OK


Schema
  • backupContent object[]
  • idatype integer
  • subClientPolicy object
  • content object[]
  • path string
  • excludePath string
GET /plan/:planid/content    

Authorization

type: apiKeyname: Authtokenin: header

Request

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