Skip to main content

List of cloud config jobs for the given subclientId

Select

SaaS
Customer Managed

List of cloud config jobs for the given subclientId

Path Parameters
  • subclientId int64 required

    Cloud Config Subclient ID

Query Parameters
  • startTime int64 required

    Backup jobs started from or after this time

  • endTime int64 required

    Backup jobs until this time

Responses

OK


Schema
  • jobs object[]
  • jobStartTime int64
  • jobEndTime int64
  • jobId int64
GET /v4/cloud/cloudconfig/subclient/:subclientid/calendar    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
subclientId — path required
startTime — query required
endTime — query required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v4/Cloud/CloudConfig/Subclient/:subclientId/Calendar' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'