All Products
Search
Document Center

Security Center:DescribeMatchedMaliciousNames

Last Updated:Dec 22, 2023

Get malicious file type list.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Debug

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
LevelsstringNo

The severity of the malicious image sample that you want to query. You can enter multiple severities. Separate the severities with commas (,). Valid values:

  • serious
  • suspicious
  • remind
serious
LangstringNo

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

C7CD1BE6-97A2-5524-A529-B55C63E55D59
Countinteger

The number of entries returned on the current page.

1
Dataobject []

The returned data.

Keystring

The key of the malicious file type.

key
DisplayNamestring

The display name of the malicious file type.

displayname

Examples

Sample success responses

JSONformat

{
  "RequestId": "C7CD1BE6-97A2-5524-A529-B55C63E55D59",
  "Count": 1,
  "Data": [
    {
      "Key": "key",
      "DisplayName": "displayname"
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.