Creates a data retrieval task.
使用上の注意
Alibaba Cloudアカウント内の1つのリージョンで最大20個のデータ取得タスクを実行できます。
デバッグ
リクエストパラメーター
パラメーター | データ型 | 必須/任意 | 例 | 説明 |
---|---|---|---|---|
操作 | String | 必須 | CreateLifecycleRetrieveJob |
実行する操作です。 値をCreateLifecycleRetrieveJobに設定します。 |
FileSystemId | String | 必須 | 31a8e4 **** |
ファイルシステムの ID。
|
パスN | String | 必須 | ["/pathway/doc1","/pathway/doc2"] |
データを取得するディレクトリまたはファイルを指定します。 パスはスラッシュ (/) で始まる必要があります。 マウントターゲットに存在するパスである必要があります。 N represents the number of directories or files. Nの有効値: 1〜10。 |
レスポンスパラメーター
パラメーター | データ型 | 例 | 説明 |
---|---|---|---|
RequestId | String | BC7C825C-5F65-4B56-BEF6-98C56C7C **** |
リクエストの ID です。 |
JobId | String | lrj-nfstest-ia-160 **** 853-hshvw |
データ取得タスクのID。 |
例
リクエストの例
http(s)://[Endpoint]/?Action=CreateLifecycleRetrieveJob
&FileSystemId=31a8e4 ****
&パス=["/pathway/doc1","/pathway/doc2"]
&共通リクエストパラメータ
正常に処理された場合のレスポンス例
XML
形式
HTTP/1.1 200 OK
Content-Type:application/xml
<CreateLifecycleRetrieveJobResponse>
<RequestId>BC7C825C-5F65-4B56-BEF6-98C56C7C ****</RequestId>
<JobId>lrj-nfstest-ia-160****853-hshvw</JobId>
</CreateLifecycleRetrieveJobResponse>
JSON
形式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "BC7C825C-5F65-4B56-BEF6-98C56C7C****",
"JobId" : "lrj-nfstest-ia-160 **** 853-hshvw"
}
エラーコード
HttpCode | エラーコード | エラーメッセージ | 説明 |
---|---|---|---|
400 | OperationDenied.FileSystemNotSupportedForLifecycle | The file system does not support lifecycle. | The error message returned because the specified file system does not support lifecycle management. |
400 | OperationDenied.EncryptedFileSystemNotSupportedForLifecycle | The encrypted file system does not support lifecycle. | The error message returned because an encrypted file system does not support lifecycle management. |
400 | OperationDenied.LifecycleRetrieveJobCountLimitExceeded | The maximum number of LifecycleRetrieveJobs is exceeded. | The error message returned because the maximum number of data retrieval tasks is reached. |
404 | InvalidFileSystem.NotFound | 指定されたファイルシステムが存在しません。 | The error message returned because the specified file system does not exist. |
404 | InvalidParameter.PathNotExist | 指定されたパスは存在しません。 | 指定されたパスが存在しない場合に返されるエラーメッセージ。 |
エラーコードリストについては、「API エラーセンター」をご参照ください。