Creates a data retrieval task.

使用上の注意

Alibaba Cloudアカウント内の1つのリージョンで最大20個のデータ取得タスクを実行できます。

デバッグ

OpenAPI Explorer は署名値を自動的に計算します。 この操作は、OpenAPI Explorer で呼び出すことを推奨します。 OpenAPI Explorer は、さまざまな SDK に対して操作のサンプルコードを動的に生成します。

リクエストパラメーター

パラメーター データ型 必須/任意 説明
操作 String 必須 CreateLifecycleRetrieveJob

実行する操作です。 値をCreateLifecycleRetrieveJobに設定します。

FileSystemId String 必須 31a8e4 ****

ファイルシステムの ID。

  • 汎用NASファイルシステムのサンプルID: 31a8e4 ****
  • Extreme NASファイルシステムのIDは、extreme- で始まる必要があります。 Example: extreme-0015****.
  • Cloud Paralleled File System (CPFS) のIDは、cpfs- で始める必要があります。 例: cpfs-125487 **** 。
パス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 エラーセンター」をご参照ください。