Query details of asset fingerprint software collection
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:DescribePropertySoftwareDetail | get | *All Resources * |
| none |
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| Remark | string | No | The name or IP address of the server to be queried. | 192.168.XX.XX |
| Name | string | No | The name of the software to be queried. | kernel |
| Path | string | No | The installation path of the software. | /etc/test |
| SoftwareVersion | string | No | The version information of the software. | 3.10.0 |
| Uuid | string | No | The UUID of the server. | 50d213b4-3a35-427a-b8a5-**** |
| CurrentPage | integer | No | Set which page of the returned results to start displaying the query results. The default value is 1, indicating that the display starts from the first page. | 1 |
| PageSize | integer | No | Set the number of software asset fingerprint information items displayed per page during pagination. The default value is 10, indicating that 10 items of software asset fingerprint information are displayed per page. | 10 |
| InstallTimeStart | long | No | The timestamp when the software update started. Unit: milliseconds. | 1649321495000 |
| InstallTimeEnd | long | No | The timestamp when the software update ended. Unit: milliseconds. | 1650012695000 |
| Extend | string | No | Whether the software name supports fuzzy search. To enable fuzzy search, set the value of this parameter to 1; other values or an empty value indicate that fuzzy search is not supported. | 1 |
| UseNextToken | boolean | No | Whether to use the NextToken method to pull asset list data. If this parameter is used, TotalCount will no longer be returned. Values:
| true |
| NextToken | string | No | Used to mark the starting position for reading. Leave it blank to start from the beginning. Note
For the first call, you do not need to fill this in; the response will include the NextToken for the second call, and each subsequent call's response will contain the NextToken for the next call.
| E17B501887A2D3AA5E8360A6EFA3B*** |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "6AEE7412-0065-1135-B790-AE2C38BA68FB",
"PageInfo": {
"CurrentPage": 1,
"PageSize": 10,
"TotalCount": 1,
"Count": 1,
"NextToken": "B604532DEF982B875E8360A6EFA3B***"
},
"Propertys": [
{
"InternetIp": "192.168.XX.XX",
"Ip": "192.168.XX.XX",
"InstanceId": "i-hp35tftuh52wbp1g****",
"IntranetIp": "100.104.XX.XX",
"InstallTime": "2022-04-07 10:54:49",
"Uuid": "162eb349-c2d9-4f8b-805c-75b43d4c****",
"Version": "3.10.0",
"InstanceName": "hc-host-****",
"Path": "/etc/test",
"Name": "aaa_base",
"CreateTimestamp": 1649149566000,
"InstallTimeDt": 1649066826000
}
]
}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 |
|---|---|---|
| 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 |
| 2022-01-05 | The request parameters of the API has changed. The response structure of the API has changed | View Change Details |
