Skip to main content

Backup a Cloud Config Subclient

Select

SaaS
Customer Managed

Backup a Cloud Config Subclient.

Path Parameters
  • subclientId string required

    Id of an cloud config subclient

Responses

OK


Schema
  • taskId int32
  • jobIds string[]

    JobIds for the immediate run request

POST /v4/cloud/cloudconfig/subclient/:subclientid/backup    

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 POST 'https://CommandCenterHostName/commandcenter/api/v4/Cloud/CloudConfig/Subclient/:subclientId/Backup' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'