首页 GetSkillFileDetectResult

GetSkillFileDetectResult

更新时间: 2026-07-07 15:05:10

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.

阿里云首页 计算巢服务 相关技术圈