Platform O&M/Backup Management/Backup Service (Plus)/Backup Service Operations
GETBackup Service OperationsSince 3.9.0SynchronousAuth Required
GetSchedulerExecutionReport
GetSchedulerExecutionReport
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
startTimelongRequiredThe start time when the report ws generated.
intervalTimeUnitStringRequiredThe unit of the interval.
rangeintRequiredThe time range of the report.
schedulerJobTypesListRequiredThe type of the scheduled job.
systemTagsListOptional. The system tags.
Responses
Endpoint
GET/zstack/v1/scheduler/report
/zstack/v1/scheduler/report
Request Example
curl -X GET 'http://{host}/zstack/v1/scheduler/report?startTime=1&intervalTimeUnit=<intervalTimeUnit>&range=1&schedulerJobTypes=<schedulerJobTypes>&systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "successRecords": [ 100.0, 99.0, 50.0, 0.0 ], "failureRecords": [ 0.0, 1.0, 34.0, 0.0 ], "partialSuccessRecords": [ 0.0, 0.0, 16.0, 0.0 ], "waitingRecords": [ 0.0, 0.0, 0.0, 100.0 ] }Change History
This API has no change history records yet.
