All Products
Search
Document Center

Apsara File Storage NAS:CancelLifecycleRetrieveJob

Last Updated:Mar 14, 2024

Cancels a running data retrieval task.

Operation description

Only General-purpose NAS file systems support this operation.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
JobIdstringYes

The ID of the data retrieval task.

lrj-nfstest-ia-160****853-hshvw

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

BC7C825C-5F65-4B56-BEF6-98C56C7C****

Examples

Sample success responses

JSONformat

{
  "RequestId": "BC7C825C-5F65-4B56-BEF6-98C56C7C****"
}

Error codes

HTTP status codeError codeError messageDescription
400OperationDenied.LifecycleRetrieveJobEndedThe specified LifecycleRetrieveJob has already ended.The specified LifecycleRetrieveJob has already ended.
404InvalidFileSystem.NotFoundThe specified file system does not exist.The specified file system does not exist.
404InvalidLifecycleRetrieveJob.NotFoundThe specified LifecycleRetrieveJob does not exist.The specified LifecycleRetrieveJob does not exist.

For a list of error codes, visit the Service error codes.