GET – Task プロパティー
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” | ||||||
フィードバックを送る