tencent cloud

ExportFileTamperEvents
마지막 업데이트 시간:2024-12-06 15:42:23
ExportFileTamperEvents
마지막 업데이트 시간: 2024-12-06 15:42:23

1. API Description

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

This API is used to export core file events.

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: ExportFileTamperEvents.
Version Yes String Common Params. The value used for this API: 2018-02-28.
Region No String Common Params. This parameter is not required.
Filters.N No Array of Filters Filtering criteria
  • Status - String - required: no - processing status: 0: pending; 1: added to allowlist; 2: deleted; 3: ignored
  • ModifyTime - string - required: no - last occurrence time
  • Uuid - String - required: no - host UUID for querying
  • RuleCategory - string - required: no - rule category: 0: system rule; 1: custom rule
  • Fields No String Fields to be exported

    3. Output Parameters

    Parameter Name Type Description
    TaskId String The export task ID can be downloaded through the ExportTasks API.
    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 Exporting Core File Events

    This example shows you how to export core file events.

    Input Example

    POST / HTTP/1.1
    Host: cwp.intl.tencentcloudapi.com
    Content-Type: application/json
    X-TC-Action: ExportFileTamperEvents
    <Common request parameters>
    
    {
        "Filters": [
            {
                "Values": [
                    "0"
                ],
                "Name": "Level",
                "ExactMatch": true
            }
        ]
    }
    

    Output Example

    {
        "Response": {
            "RequestId": "354f4ac3-8546-4516-8c8a-69e3ab73aa8a",
            "TaskId": "1596595610"
        }
    }
    

    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
    FailedOperation.Export Failed to export the file.
    InternalError Internal error
    InvalidParameter Incorrect parameter.
    InvalidParameterValue Invalid parameter value.
    MissingParameter Missing parameter error.
    ResourceNotFound The resource does not exist.
    문제 해결에 도움이 되었나요?
    더 자세한 내용은 문의하기 또는 티켓 제출 을 통해 문의할 수 있습니다.
    아니오

    피드백