tencent cloud

DescribeInspectionTaskResult
Last updated: 2025-11-13 20:49:05
DescribeInspectionTaskResult
Last updated: 2025-11-13 20:49:05

1. API Description

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

This API is used to obtain the inspection task result list.

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: DescribeInspectionTaskResult.
Version Yes String Common Params. The value used for this API: 2019-01-03.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.
InstanceId Yes String Instance ID.
Type No String Type.
StartTime No Integer Start time.
EndTime No Integer End time.
Limit No Integer Page size.
Offset No Integer Pagination offset.

3. Output Parameters

Parameter Name Type Description
InspectionResultInfo String Inspection task record, encoded in Base64 format.
Total Integer The total number of records.
TypeInfo String Category information encoded in Base64 format, which includes {"FixedTime": "Fixed time", "RealTime": "Real time"}.
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 [Monitoring] Obtaining the Inspection Task Result List

Input Example

https://emr.intl.tencentcloudapi.com/?Action=DescribeInspectionTaskResult
&InstanceId=emr-nwb7sg2o
&StartTime=1589900474
&EndTime=1589910630
&<Common request parameters>

Output Example

{
    "Response": {
        "InspectionResultInfo": "W3siSWQiOiI5MDciLCJUaW1lIjoiMjAyNS0wNC0xNSAxNTozNzo1NyIsIk5hbWUiOiJlbXItbXd5aXh3eHBfMjAyNTA0MTVfMTUzNzU3LnBkZiIsIlR5cGUiOiLljbPml7YiLCJTdGF0dXMiOiLmiqXlkYrnlJ/miJDkuK0iLCJMaW5rIjoiLSIsIk9uTGluZVN0YXR1cyI6MX0seyJJZCI6IjkwNiIsIlRpbWUiOiIyMDI1LTA0LTE1IDE1OjAzOjU0IiwiTmFtZSI6ImVtci1td3lpeHd4cF8yMDI1MDQxNV8xNTAzNTQucGRmIiwiVHlwZSI6IuWNs+aXtiIsIlN0YXR1cyI6IuW3sueUn+aIkCIsIkxpbmsiOiJodHRwczovL2Vtcy1pbnNwZWN0aW9uLXJlcG9ydC1jcS0xMjU5MzUzMzQzLmNvcy5hcC1jaG9uZ3FpbmcubXlxY2xvdWQuY29tL2NxL2Vtci1td3lpeHd4cC9lbXItbXd5aXh3eHBfMjAyNTA0MTVfMTUwMzU0LnBkZj9xLXNpZ24tYWxnb3JpdGhtPXNoYTFcdTAwMjZxLWFrPUFLSUR5bEliamJDWGJPdFk5Wm9mSmwxM3JVd0FOQ3FIWGxuWlx1MDAyNnEtc2lnbi10aW1lPTE3NDQ3MDA3MDMlM0IxNzYwNzcxMTAzXHUwMDI2cS1rZXktdGltZT0xNzQ0NzAwNzAzJTNCMTc2MDc3MTEwM1x1MDAyNnEtaGVhZGVyLWxpc3Q9aG9zdFx1MDAyNnEtdXJsLXBhcmFtLWxpc3Q9XHUwMDI2cS1zaWduYXR1cmU9NDcwZGQyNzlmYjg1OTE3MzliYTdkYmYzNDhjOTZlNWZlOWRmMzM0NSIsIk9uTGluZVN0YXR1cyI6Mn1d",
        "RequestId": "fd0ea005-5d84-4d21-ac87-8e02f7910795",
        "Total": 2,
        "TypeInfo": "eyJGaXhlZFRpbWUiOiLlrprml7YiLCJSZWFsVGltZSI6IuWNs+aXtiJ9"
    }
}

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
InternalError Internal error.
ResourceNotFound.ClusterNotFound The instance was not found.
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback