Endpoint to get schedules based on filters
Select
SaaS
Customer Managed
API to get non plan schedules based on various filters
- application/json
Request Body
Filter options for the result set
filter object
schedules booleanSet this to true for only schedules
policy booleanSet 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 int32storagePolicyId int32copyId int32clientId int32clientGroupId int32applicationId int32libraryId int32backupsetId int32instanceId int32workflowId int32trackingPolicyId int32
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
taskDetail object[]
associations object[]
subclientId int32storagePolicyId int32copyId int32clientId int32clientGroupId int32applicationId int32libraryId int32backupsetId int32instanceId int32workflowId int32trackingPolicyId int32task object
taskType int32policyType int32taskName stringtaskId int32subTasks object[]
subTask object
subTaskName stringsubTaskType int32operationType int32options object
backupOpts object
backupLevel int32taskOptions object
backupOpts object
backupLevel int32
{
"taskDetail": [
{
"associations": [
{
"subclientId": 0,
"storagePolicyId": 0,
"copyId": 0,
"clientId": 0,
"clientGroupId": 0,
"applicationId": 0,
"libraryId": 0,
"backupsetId": 0,
"instanceId": 0,
"workflowId": 0,
"trackingPolicyId": 0
}
],
"task": {
"taskType": 0,
"policyType": 0,
"taskName": "string",
"taskId": 0
},
"subTasks": [
{
"subTask": {
"subTaskName": "string",
"subTaskType": 0,
"operationType": 0,
"options": {
"backupOpts": {
"backupLevel": 0
}
}
},
"taskOptions": {
"backupOpts": {
"backupLevel": 0
}
}
}
]
}
]
}
Loading...