tencent cloud

Cloud Security Center

Product Introduction
Product Overview
Purchase Guide
Billing Overview
Purchase Methods
Renewal Policies
Overdue Payment ‍Policies
Refund Policies
Getting Started
Operation Guide
Access Permissions Management
Multi-Cloud Multi-Account Management
Vulnerability and Risk Center
Alarm Center
Log Shipping
Managing Assets
Health Checks
Cloud API Exception Monitoring
User Behavior Analytics (UEBA)
Report Download
API Documentation
History
Introduction
API Category
Making API Requests
Multi-account management related APIs
Scan Task APIs
Risk Center APIs
Asset Center APIs
Cloud Boundary Analysis APIs
Cloud API Anomaly Detection APIs
Report Download APIs
Solid Protection APIs
Cloud Security Center Overview APIs
Data Types
Error Codes
Related Protocol,
Service Level Agreement
Terms Of Service
FAQs
Glossary

DescribeTaskLogList

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2025-10-30 21:37:20

1. API Description

Domain name for API request: csip.intl.tencentcloudapi.com.

This API is used to get the list of scan task reports.

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: DescribeTaskLogList.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.
Filter No Filter Filter conditions

3. Output Parameters

Parameter Name Type Description
TotalCount Integer Total number of entries
Note: This field may return null, indicating that no valid values can be obtained.
Data Array of TaskLogInfo List of reports
Note: This field may return·null, indicating that no valid values can be obtained.
NotViewNumber Integer Number of reports pending viewed
Note: This field may return·null, indicating that no valid values can be obtained.
ReportTemplateNumber Integer Number of report templates
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 Obtaining the Task Scanning Report List

This example shows you how to obtain the task scanning report list.

Input Example

POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeTaskLogList
<common request parameters>

{
    "Filter": {
        "Limit": 1
    }
}

Output Example

{
    "Response": {
        "Data": [
            {
                "AppId": "130*****",
                "AssetsNumber": 33,
                "ReportType": 1,
                "RiskNumber": 45,
                "StartTime": "2024-07-01 00:00:15",
                "Status": 2,
                "TaskCenterTaskId": "rmis-************",
                "TaskLogId": "rpt-*********",
                "TaskLogName": "Standard physical examination_*********",
                "TaskName": "Standard physical examination_***********",
                "TemplateId": 2,
                "Time": "2024-07-01 00:19:17",
                "UIN": "1000******",
                "UserName": "Day******"
            }
        ],
        "NotViewNumber": 42,
        "ReportTemplateNumber": 1,
        "RequestId": "04355839-***********",
        "TotalCount": 51
    }
}

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.
DryRunOperation The request would have succeeded, but the DryRun parameter was used.
FailedOperation Operation failed.
InternalError An internal error occurs.
InvalidParameter The parameter is incorrect.
InvalidParameterValue Invalid parameter value.
LimitExceeded The quota limit is reached.
MissingParameter Missing parameters.
OperationDenied Operation denied.
RequestLimitExceeded Too many requests.
ResourceInUse Occupied resource
ResourceInsufficient Resources are insufficient.
ResourceNotFound The resource doesn't exist.
ResourceUnavailable The resource is unavailable
ResourcesSoldOut The resources have been sold out.
UnauthorizedOperation The operation is unauthorized.
UnknownParameter The parameter is unknown.
UnsupportedOperation The operation is not supported.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백