Queries the information about a specified task that exports invalid URLs.
- Invalid URLs are exported to a CSV file.
- The maximum number of times that each user can call this operation per second is 1.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeIllegalUrlExportTask |
The operation that you want to perform. Set the value to DescribeIllegalUrlExportTask. |
TaskId | String | Yes | tu_4b37ea97_a7fa_4d36_b363_061c1f**** |
The ID of the task. You can call the CreateIllegalUrlExportTask operation to query task IDs. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
DownloadUrl | String | example.com/example_task.csv |
The URL where you can download the file that contains invalid URLs. This parameter is valid only if the export task is successful. |
RequestId | String | 64D28B53-5902-409B-94F6-FD46680144FE |
The ID of the request. |
Status | String | complete |
The status of the export task. A value of complete indicates that the task is successful. |
Parameter |
Description |
---|---|
gmt_created |
The time when the URL is blocked. |
punish_domain |
The domain name for which the URL is blocked. |
punish_url |
The URL that is blocked. |
user_id |
The user ID (UID) of the Alibaba Cloud account to which the blocked URL belongs. |
reason |
The reason why the URL is blocked. Codes and reasons: PR001: The URL involves pornographic content. PR002: The URL involves gambling. PR003: The URL involves prohibited items. PR004: The URL involves prohibited items. PR005: The URL involves prohibited items. PR006: The URL involves illegal activities. PR007: The URL involves political content. PR008: The URL involves fraudulent or tort activities. PR009: The URL involves illicit content. PR100: The URL is under brute-force attack. PR101: The URL is under DDoS attack. PR102: The URL is under phishing attack. PR103: The URL is under DNS attack. PR104: The URL involves spam activities. PR107: The URL is attacked by crawlers. PR108: The URL is attacked by botnets. PR109: The URL initiates attacks on external systems. PR201: The URL involves malicious programs. PR300: You have not completed real-name verification for the domain name. |
Examples
Sample requests
http(s)://cdn.aliyuncs.com/? Action=DescribeIllegalUrlExportTask
&TaskId=tu_4b37ea97_a7fa_4d36_b363_061c1f****
&<common request parameters>
Sample responses
XML
format
<DescribeIllegalUrlExportTaskResponse>
<RequestId>64D28B53-5902-409B-94F6-FD46680144FE</RequestId>
<Status>complete</Status>
<DownloadUrl>example.com/example_task.csv</DownloadUrl>
</DescribeIllegalUrlExportTaskResponse>
JSON
format
{
"RequestId": "64D28B53-5902-409B-94F6-FD46680144FE",
"Status": "complete",
"DownloadUrl": "example.com/example_task.csv"
}
Error codes
For a list of error codes, visit the API Error Center.