tencent cloud

Feedback

GetRunMetadataFile

Last updated: 2024-07-26 15:26:05

1. API Description

Domain name for API request: omics.tencentcloudapi.com.

This API is used to get the run details file.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: GetRunMetadataFile.
Version Yes String Common Params. The value used for this API: 2022-11-28.
Region No String Common Params. This parameter is not required for this API.
RunUuid Yes String Run UUID
ProjectId No String Project ID
(If you leave it blank, the default item in the specified region will be used.)
Key No String File names to be get

The following files are supported by default:
- nextflow.log

When report is specified as true in NFOption during submission, the following files are additionally supported:
- execution_report.html
- execution_timeline.html
- execution_trace.txt
- pipeline_dag.html
Keys.N No Array of String File names to be get in batch

The following files are supported by default:
- nextflow.log

When report is specified as true in NFOption during submission, the following files are additionally supported:
- execution_report.html
- execution_timeline.html
- execution_trace.txt
- pipeline_dag.html

3. Output Parameters

Parameter Name Type Description
CosSignedUrl String Document pre-signed link that works in a minute
CosSignedUrls Array of String Batch document pre-signed link that works in a minute
Note: This field may return null, indicating that no valid values can be obtained.
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Getting the Run Details File

Input Example

POST / HTTP/1.1
Host: omics.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: GetRunMetadataFile
<Common request parameters>

{
    "RunUuid": "fe92382a-9028-4e0f-8d12-fb11d9ad058c",
    "Key": "nextflow.log",
    "ProjectId": "prj-wise-blue-platypus-172468"
}

Output Example

{
    "Response": {
        "CosSignedUrl": "https://bucket-10000.cos.ap-guangzhou.myqcloud.com/omics/fe92382a-9028-4e0f-8d12-fb11d9ad058c/nextflow.log",
        "RequestId": "b6bc5888-9276-4865-a3dc-bcc11d762300"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
AuthFailure CAM signature/authentication error.
InternalError Internal error.
InvalidParameter Parameter error.
InvalidParameterValue Parameter value error.
InvalidParameterValue.InvalidCosKey Incorrect COS path.
OperationDenied Operation rejected.
ResourceNotFound The resource does not exist.
ResourceNotFound.CosObjectNotExist The storage object does not exist.
ResourceNotFound.EnvironmentNotExist The environment does not exist.
ResourceNotFound.RunNotExist The run does not exist.