Skip to main content

EnableBackupSubclient

Select

SaaS
Customer Managed

Used to enable backup property for an subclient

Path Parameters
  • subclientId int32 required

    Id of the subclient to modify

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
PUT /v4/subclient/:subclientid/backup/action/enable    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
subclientId — path required
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/V4/Subclient/:subclientId/Backup/Action/Enable' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'