Domain name for API request: csip.intl.tencentcloudapi.com.
Exports host details of a CSIP scan task to Excel files. This API is used to query the download link through DescribeExportMachines after asynchronous generation.
A maximum of 20 requests can be initiated per second for this API.
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: ExportCSIPMalwareScanTaskDetail. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| TaskId | Yes | Integer | CSIP scan task ID. |
| MemberId.N | No | Array of String | Group account member id |
| Filters.N | No | Array of EDRFilter | Status - int - Required: No - status filteringQuuid - string - Required: No - host quuid filteringMachineName - string - Required: No - host name fuzzy searchInstanceID - string - Required: No - instance ID filtering (single-value fuzzy match, multi-value exact match)IP - string - Required: No - IP address filtering (bidirectional fuzzy match for private IP address + public IP address) |
| Parameter Name | Type | Description |
|---|---|---|
| TaskId | String | Export task ID, used for querying export results |
| 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. |
POST / HTTP/1.1
Host: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ExportCSIPMalwareScanTaskDetail
<Common request parameters>
{
"TaskId": 3077445
}
{
"Response": {
"TaskId": "1780466771",
"RequestId": "0f6b8cf2-3934-4ec9-99cc-19e32de10735"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
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 | Operation failed. |
| InternalError | Internal error. |
| InvalidParameter | Parameter error. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback