Skip to main content

VSA Subclient Preview

Select

SaaS
Customer Managed

This operation is used to preview the subclient content.

Header Parameters
  • Accept string required
Request Body
  • appId object
  • subclientId integer
  • clientId integer
  • instanceId integer
  • backupsetId integer
  • apptypeId integer
Responses

OK

POST /subclient/content/preview    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Accept — header required
Body

{
"appId": {
"subclientId": 0,
"clientId": 0,
"instanceId": 0,
"backupsetId": 0,
"apptypeId": 0
}
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Subclient/Content/Preview' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"appId": {
"subclientId": 0,
"clientId": 0,
"instanceId": 0,
"backupsetId": 0,
"apptypeId": 0
}
}'