GetSkillFileDetectResult
Retrieves the result of a Skill file detection task.
Operation description
Prerequisites
Ensure that the service provider has enabled the configuration change feature and configured the change parameters when creating the service.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| HashKey |
string |
Yes |
The unique identifier for the detection task. |
2aceb074-fa72-44d2-99d9-45b17cffe0e7 |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response schema |
||
| RequestId |
string |
The request ID. |
3F976EF8-C10A-57DC-917C-BB7BEB508FFB |
| HashKey |
string |
The unique identifier for the detection task. |
8cfb1102cc5f56fe752f6e9b8c6f7f3d |
| Result |
integer |
The file detection result. Valid values: 0: Safe file 1: Suspicious file 3: Detection in progress. Please wait. |
0 |
| Score |
integer |
The file detection score. The score ranges correspond to the following threat levels: 0–60: Safe 61–70: Risk 71–80: Suspicious 81–100: Malicious |
10 |
| Code |
string |
The result code. 200 indicates success; any other value indicates failure. |
200 |
| Message |
string |
The details of the error code. |
Successful |
Examples
Success response
JSON format
{
"RequestId": "3F976EF8-C10A-57DC-917C-BB7BEB508FFB",
"HashKey": "8cfb1102cc5f56fe752f6e9b8c6f7f3d",
"Result": 0,
"Score": 10,
"Code": "200",
"Message": "Successful"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.