Skip to main content

DescribeVirusInfo

Description

by uploading the MD5 value of the file, the cloud killing function is used to determine whether the file is a malicious program.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeVirusInfo

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
LangBODYstringNoNo sample value for this parameter.The language attribute of the file, such as zh.
versionBODYstringNo2016-01-01version of api
Md5BODYstringYesNo sample value for this parameter.file.

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.
Databooleanno demo valuejudgment result: True: Indicates that the file is a malicious file False: indicates that the file is not a malicious file

Example

Successful Response example

{
"RequestId":"no demo value",
"Data":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}