Query detailed information of asset fingerprints
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:
- For mandatory resource types, indicate with a prefix of * .
- If the permissions cannot be granted at the resource level,
All Resourcesis 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:GetAssetsPropertyDetail | get | *All Resources * |
| none |
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Lang | string | No | The language type for the request and response. Values:
| en |
| Biz | string | Yes | The type of asset fingerprint to be queried, with a default value of sca. Values:
| lkm |
| ItemName | string | No | The aggregated item name of the asset fingerprint to be queried. Note
Call the GetAssetsPropertyItem API to obtain this parameter.
| virtio |
| SearchCriteriaList | array<object> | No | A set of conditions for querying asset fingerprint details. | |
| object | No | Details of the conditions for querying asset fingerprint details. | ||
| Name | string | No | The name of the condition to be queried. Values are as follows:
Note
| remarkItemName |
| Value | string | No | The value of the condition to be queried. | virtio |
| Remark | string | No | Server name or IP. | 1.2.XX.XX |
| Uuid | string | No | The UUID of the asset to be queried. Note
Call the DescribeCloudCenterInstances API to obtain this parameter.
| 38f72ea4-4c9f-4df1-bc6c-0f267614**** |
| CurrentPage | integer | No | Set the page number from which to start displaying the query results. The default value is 1, indicating that the display starts from the first page. | 1 |
| PageSize | integer | No | Specify the maximum number of data entries per page in a paginated query. The default number of data entries per page is 20. If the PageSize parameter is empty, 20 data entries will be returned by default. Note
It is recommended that the PageSize value is not empty.
| 20 |
| UseNextToken | boolean | No | Whether to use the NextToken method to fetch the list of vulnerabilities. If this parameter is used, TotalCount will not be returned. Values:
| true |
| NextToken | string | No | Used to mark the current read position. Leave it empty to start from the beginning. Note
Do not fill in for the first call; the response will include the NextToken for the second call. Each subsequent call's response will contain the NextToken for the next call.
| 71640f04f6e7b49764c8d08ae170xxxx |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "4C1AE3F3-18FA-4108-BBB9-AFA1A032****",
"PageInfo": {
"CurrentPage": 1,
"PageSize": 20,
"TotalCount": 23,
"Count": 20,
"NextToken": "AAAAAV3MpHK1AP0pfERHZN5pu6k+AtdhNE3kgQEK36GujZ5on+tWdc+4WoaoMP/kUNxxxx"
},
"Propertys": [
{
"ModuleName": "alihids",
"Size": 10,
"Filepath": "/lib/modules/4****",
"UsedByCount": 0,
"Path": "/lib/systemd/system****",
"ServerType": "nginx",
"Port": 80,
"Pid": 813,
"ListenProtocol": "tcp",
"ProcessStarted": 1671186801000,
"WebPath": "/usr/share/nginx/html",
"Domain": "localhost",
"User": "root",
"PathMode": 755,
"InstanceId": "i-hp35tftuh52wbp1g****",
"IntranetIp": "100.104.XX.XX",
"InternetIp": "47.42.XX.XX",
"Ip": "47.42.XX.XX",
"Uuid": "162eb349-c2d9-4f8b-805c-75b43d4c****",
"InstanceName": "hc-host-****",
"RegionId": "cn-hangzhou",
"CreateTimestamp": 1649149566000,
"ImageName": "registry-vpc.cn-beijing.aliyuncs.com/acs/aliyun-ingress-controller****",
"ContainerName": "5-rce_web_1",
"ModelName": "OpenAI",
"EndPoint": "dashscope.aliyuncs.com",
"File": "/root/llm.py",
"MiddlewareName": "vllm",
"MiddlewareVersion": "1.0.1",
"InstallationPath": "/etc/pip3/env/vllm"
}
]
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | IllegalParam | Illegal param | - |
| 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 |
|---|---|---|
| 2025-12-12 | The Error code has changed. The request parameters of the API has changed. The response structure of the API has changed | View Change Details |
