Data Protection/Backup Management Interfaces
GETBackup Management InterfacesSince 3.5.0SynchronousAuth Required
Query Scheduler Job History
Query Scheduler Job History
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/zstack/v1/scheduler/job/history
/zstack/v1/scheduler/job/history
Request Example
curl -X GET 'http://{host}/zstack/v1/scheduler/job/history' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "id": 1.0, "triggerUuid": "add8c5eea85f41999baff295e47567bc", "schedulerJobUuid": "d7696913343040d8b98de04d59727711", "startTime": "Nov 14, 2017 10:20:57 PM", "executeTime": 900.0, "targetResourceUuid": "7cd923fa779044fd8510e8ee97aa579e", "requestDump": "{\"bsUuid\":\"716078c20a0047a69102174c6097a690\"}", "resultDump": "{\"apiId\":\"f8cf5b6281164e519c0575a73b1b0d9c\",\"success\":true,\"headers\":{},\"id\":\"d70a61ab1b20407c8df94ba7d90be081\",\"createdTime\":1557305707668}", "success": true } ] }Change History
This API has no change history records yet.
