資産を Excel ファイルへエクスポートするタスクの進捗状況を照会します。
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
yundun-sas:DescribeExportInfo |
get |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| ExportId |
integer |
必須 |
エクスポートタスクの ID です。 説明
ExportRecord 操作を呼び出して、エクスポートタスクの ID を照会できます。 |
111 |
| ResourceDirectoryAccountId |
integer |
任意 |
リソースディレクトリ内のメンバーの Alibaba Cloud アカウント ID です。 説明
DescribeMonitorAccounts 操作を呼び出して、アカウント ID を取得できます。 |
16670360956***** |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| Link |
string |
エクスポートされた Excel ファイルをダウンロードできる URL です。 |
http://www.aliyun.com |
| Progress |
integer |
エクスポートタスクの進捗率(パーセント)です。 |
16 |
| RequestId |
string |
リクエスト ID です。問題の特定およびトラブルシューティングに使用されます。 |
CE500770-42D3-442E-9DDD-156E0F9F3B45 |
| CurrentCount |
integer |
エクスポート済みのエントリ数です。 |
20 |
| Message |
string |
タスク実行結果を示すメッセージです。「success」が固定値であり、タスクが完了したことを示します。 |
success |
| FileName |
string |
エクスポートされた Excel ファイルの名前です。 |
health_check_export_20171123 |
| TotalCount |
integer |
エクスポートされた Excel ファイル内のエントリ総数です。 |
100 |
| ExportStatus |
string |
エクスポートタスクのステータスです。 有効な値:
|
success |
| Id |
integer |
エクスポートタスクの ID です。 |
131231 |
例
成功レスポンス
JSONJSON
{
"Link": "http://www.aliyun.com",
"Progress": 16,
"RequestId": "CE500770-42D3-442E-9DDD-156E0F9F3B45",
"CurrentCount": 20,
"Message": "success",
"FileName": "health_check_export_20171123",
"TotalCount": 100,
"ExportStatus": "success",
"Id": 131231
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | RdCheckNoPermission | Resource directory account verification has no permission. | |
| 500 | ServerError | ServerError | |
| 500 | RdCheckInnerError | Resource directory account service internal error. | |
| 403 | NoPermission | caller has no permission |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。