Queries the sensitive files in an image.
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:DescribeImageSensitiveFileByKey | get |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
SensitiveFileKey | string | No | The type of alerts for the sensitive files. Valid values:
| google_oauth_key |
ImageUuid | string | No | The UUID of the image. | 0083a31ccf7c10367a6e783e8601**** |
ScanRange | array | No | The type of the asset that you want to scan. Valid values:
| |
ScanRange | string | No | The type of the asset that you want to scan. Valid values:
| image |
Lang | string | No | The language of the content within the request and response. Default value: zh. Valid values:
| zh |
CurrentPage | integer | No | The number of the page to return. Default value: 1. | 1 |
PageSize | integer | No | The number of entries to return on each page. Default value: 20. | 20 |
Response parameters
Examples
Sample success responses
JSON
format
{
"SensitiveFileList": [
{
"FilePath": "/usr/lib/abc.txt",
"LayerDigest": "0083a31cc0083a31ccf7c10367a6e783e8601e290f7c10367a6e783e860****",
"Promt": "AKPIDteow289f9s************",
"Advice": "Assess risks based on business conditions, remove risky content, and rebuild image",
"RiskLevel": "low",
"SensitiveFileKey": "google_oauth_key",
"SensitiveFileName": "Google OAuth Key",
"FirstScanTime": 1663321552000,
"LastScanTime": 1663691592000,
"Description": "Verify the validity of the leaked AK.",
"Md5": "b484b0dff093f358897486b58266****"
}
],
"PageInfo": {
"CurrentPage": 1,
"PageSize": 20,
"TotalCount": 100,
"Count": 2,
"LastRowKey": "CAESGgoSChAKDGNvbXBsZXRlVGltZRABCgQiAggAGAAiQAoJAGYXFWIAAAAACjMDLgAAADFTNzMyZDMwMzAzMDM1Mzc3Njc4MzA2ODY5NmI2YTY1Nzg2NTcxNjE2NDc4NjE="
},
"Success": true,
"Code": "200",
"Message": "successful",
"RequestId": "CE500770-42D3-442E-9DDD-156E0F9F3B45",
"HttpStatusCode": 200
}
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 |
---|---|---|
2024-10-31 | The Error code has changed | View Change Details |
2023-10-17 | The Error code has changed. The response structure of the API has changed | View Change Details |