GET – Task Collection
Request
GET https://{{ip}}/redfish/v1/TaskService/Tasks
Content-Type: application/json
Response
Please refer to the Redfish Collection for the JSON response properties.
Behavior
It displays the collection of links to each task.
If the HTTPS POST creates operations or actions that required additional time to be completed, this will map into the async task and creating task.
The POST response header "Location" will have the created task URI in the task collection for the task monitor.
The task will not be created for each Event sent to Destination.
The following service URI will create a task to handle the job and add a member into URI /redfish/v1/TaskService/Tasks that makes user can monitor the state of the task.
Actions | URI |
---|---|
Reset | https://{{ip}}/redfish/v1/Chassis/Self/Actions/Chassis.Reset |
https://{{ip}}/redfish/v1/Managers/Self/Actions/Manager.Reset | |
https://{{ip}}/redfish/v1/Systems/Self/Actions/ComputerSystem.Reset | |
Logservice | https://{{ip}}/redfish/v1/Managers/Self/LogServices/SEL/Actions/LogService.ClearLog |
https://{{ip}}/redfish/v1/Managers/Self/LogServices/AuditLog/Actions/LogService.ClearLog | |
https://{{ip}}/redfish/v1/Managers/Self/LogServices/EventLog/Actions/LogService.ClearLog | |
https://{{ip}}/redfish/v1/Chassis/Self/LogServices/Logs/Actions/LogService.ClearLog | |
https://{{ip}}/redfish/v1/Systems/Self/LogServices/BIOS/Actions/LogService.ClearLog | |
Simple Update | https://{{ip}}/redfish/v1/UpdateService/Actions/SimpleUpdate |
Submit Test | https://{{ip}}/redfish/v1/EventService/Actions/EventService.SubmitTestEvent |
https://{{ip}}/redfish/v1/TelemetryService/Actions/TelemetryService.SubmitTestMetricReport | |
RedisDB Reset | https://{{ip}}/redfish/v1/Managers/Self/Actions/Oem/AMIManager.RedfishDBReset |
CSR Creation | https://{{ip}}/redfish/v1/CertificateService/Actions/CertificateService.GenerateCSR |
Certification | https://{{ip}}/redfish/v1/AccountService/Accounts/Accounts_instance/Certificates/Certificates_instance/Actions/Certificate.Rekey |
https://{{ip}}/redfish/v1/AccountService/Accounts/Accounts_instance/Certificates/Certificates_instance/Actions/Certificate.Renew | |
Update Service | https://{{ip}}/redfish/v1/UpdateService/upload |