Queries a list of malicious image samples.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
yundun-sas:DescribeGroupedMaliciousFiles | get |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Lang | string | No | The language of the content within the request and response. Default value: zh. Valid values:
| zh |
Levels | string | No | 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 |
FuzzyMaliciousName | string | No | The name of the malicious image sample that you want to query. Note
Fuzzy match is supported.
| Mining |
CurrentPage | integer | Yes | The number of the page to return. Pages start from page 1. Default value: 1. | 1 |
PageSize | string | Yes | The number of entries to return on each page. Default value: 20. | 20 |
RepoRegionId | string | No | The region ID of the image repository. Valid values:
| cn-shanghai |
RepoInstanceId | string | No | The ID of the container image. Note
You can call the ListRepository operation to query the IDs of container images from the value of the InstanceId response parameter.
| cri-datvailb**** |
RepoId | string | No | The ID of the image repository. Note
You can call the ListRepository operation to query the IDs of image repositories from the value of the RepoId response parameter.
| crr-vridcl4**** |
RepoName | string | No | The name of the image repository. Note
Fuzzy match is supported.
| centos |
RepoNamespace | string | No | The namespace to which the image repository belongs. Note
Fuzzy match is supported.
| hanghai-namespace |
ImageTag | string | No | The image tag. | 0.2 |
ImageDigest | string | No | The image digest. | 6a5e103187b31a94592a47a5858617f7**** |
ImageLayer | string | No | The image layer. | 27213ad375b53628dd152a5ca**** |
ClusterId | string | No | The cluster ID of the container on which the malicious image sample is detected. | c556c8133b5ad4378b7fc533ddbda**** |
ScanRange | array | No | The types of the assets that you want to scan. | |
string | No | The type of the asset that you want to scan. Valid values:
| container | |
MaliciousMd5 | string | No | The MD5 hash value of the malicious image sample. | d836968041f7683b5459**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "8045E03E-6D91-4C53-9F22-5A1B84BB29D9",
"PageInfo": {
"CurrentPage": 1,
"PageSize": 20,
"TotalCount": 2,
"Count": 2
},
"GroupedMaliciousFileResponse": [
{
"Status": 0,
"ImageCount": 3,
"LatestScanTimestamp": 1596533942000,
"MaliciousName": "testFile",
"MaliciousMd5": "d836968041f7683b5459****",
"FirstScanTimestamp": 1594907349000,
"Level": "serious",
"MaliciousKey": "WEBSHELL_IMG"
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-10-17 | The response structure of the API has changed | View Change Details |
2022-09-16 | The request parameters of the API has changed | View Change Details |
2022-09-16 | The request parameters of the API has changed | View Change Details |