Skip to main content

Endpoint to get schedules based on filters

Select

SaaS
Customer Managed

API to get non plan schedules based on various filters

Request Body

Filter options for the result set

  • filter object
  • schedules boolean

    Set this to true for only schedules

  • policy boolean

    Set this to true for all schedule policies

  • operationTypes string[]

    Possible values: [NONE, BACKUP, RESTORE, DRBACKUP, AUX_COPY, REPORT, DATA_AGING, DOWNLOAD_UPDATES, INSTALL_UPDATES, SNAP_TO_TAPE]

    List of operation filters

  • entity object

    select one of below option for filtering

  • subclientId int32
  • storagePolicyId int32
  • copyId int32
  • clientId int32
  • clientGroupId int32
  • applicationId int32
  • libraryId int32
  • backupsetId int32
  • instanceId int32
  • workflowId int32
  • trackingPolicyId int32
Responses

OK


Schema
  • taskDetail object[]
  • associations object[]
  • subclientId int32
  • storagePolicyId int32
  • copyId int32
  • clientId int32
  • clientGroupId int32
  • applicationId int32
  • libraryId int32
  • backupsetId int32
  • instanceId int32
  • workflowId int32
  • trackingPolicyId int32
  • task object
  • taskType int32
  • policyType int32
  • taskName string
  • taskId int32
  • subTasks object[]
  • subTask object
  • subTaskName string
  • subTaskType int32
  • operationType int32
  • options object
  • backupOpts object
  • backupLevel int32
  • taskOptions object
  • backupOpts object
  • backupLevel int32
Loading...