raccli
ユーティリティのdescribe job
サブコマンドでは、長時間実行される操作の進捗およびステータスに関する情報を表示します。
raccli describe job job-id
このサブコマンドの出力は、指定されたジョブの種類によって異なります。
このサブコマンドのオプションは、次のとおりです。
オプション | 説明 |
---|---|
|
詳細を表示するジョブのID。 |
例
次は、describe job
サブコマンドの例です。 この例の出力では、raccli create backupの例のバックアップ・ジョブの詳細を示します。
opc@example1 ~]$ raccli describe job 7
{
"requestStatus" : "SUCCESS",
"jobStatus" : "SUCCESS",
"message" : null,
"response" : [ {
"startTime" : "Thu Oct 15 18:37:38 UTC 2015",
"endTime" : "Thu Oct 15 18:37:39 UTC 2015",
"status" : "SUCCESS",
"taskId" : "TaskZJsonRpcExt_6939",
"taskResult" : "Resource { id: 1444934258987, name: null, description: null }",
"taskName" : "DB Config files backup",
"taskDescription" : null
}, {
"startTime" : "Thu Oct 15 18:37:39 UTC 2015",
"endTime" : "Thu Oct 15 18:38:10 UTC 2015",
"status" : "SUCCESS",
"taskId" : "TaskZJsonRpcExt_6941",
"taskResult" : "Resource { id: 1444934260034, name: null, description: null }",
"taskName" : "Database Backup",
"taskDescription" : null
}, {
"startTime" : "Thu Oct 15 18:38:11 UTC 2015",
"endTime" : "Thu Oct 15 18:38:11 UTC 2015",
"status" : "SUCCESS",
"taskId" : "TaskZJsonRpcExt_6943",
"taskResult" : "Resource { id: 1444934291029, name: null, description: null }",
"taskName" : "Persisting Backup metadata",
"taskDescription" : null
} ]
}
[opc@example1 ~]$