跳到主要内容

GET – 任务属性

使用 GET 方法检索 Redfish 服务的 Task 资源中的属性。

请求 URL

Https://<SMM_IPADDR>/redfish/v1/TaskService/Tasks/{Id}

请求正文

响应正文

字段

类型

描述

Description

字符串

“任务”

EndTime

字符串

完成任务的日期和时间。

EstimateDuration

字符串

完成任务所需的估计总时间。

Id

字符串

“Tasks”

Name

字符串

“Tasks”

PercentComplete

整数

0~100,任务完成百分比。

StartTime

字符串

任务启动的日期和时间。

SubTasks

链接

此任务的子任务集合的链接。

TaskState

字符串

“New”, “Starting”, “Running”, “Suspended”, “Interrupted”, “Pending”, “Stopping”, “Completed”, “Killed”, “Exception”, “Service”, “Cancelling”, “Cancelled”

TaskStatus

字符串

“OK”, “Warning”, “Critical”