Query asset fingerprint user details
Debugging
Authorization information
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 |
| User | string | No | The account name of the server to be queried. | bin |
| IsRoot | string | No | Whether the queried account has ROOT privileges. Possible values include:
| 0 |
| Uuid | string | No | The UUID of the server to be queried. | 50d213b4-3a35-427a-b8a5-04b0c7e1**** |
| 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 account asset fingerprint information items to display per page during pagination. The default value is 10, indicating that 10 items of account asset fingerprint information are displayed per page. | 10 |
| LastLoginTimeStart | long | No | The start timestamp for the last login retrieval. The unit is milliseconds. | 164922523600 |
| LastLoginTimeEnd | long | No | The end timestamp for the last login retrieval. The unit is milliseconds. | 1651298836000 |
| Extend | string | No | Whether the account name supports fuzzy search. To enable fuzzy search, set this parameter's value 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 fetch vulnerability list data. If this parameter is used, TotalCount will no longer be returned. Possible values:
| false |
| NextToken | string | No | Used to mark the starting position for reading. Leave it empty to start from the beginning. Note
For the first call, you do not need to fill in this field. The response will include the NextToken for the second call, and each subsequent call will include the NextToken for the next call.
| E17B501887A2D3AA5E8360A6EFA3B*** |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "33A71BE3-2CC2-14CB-B460-33A1DD82953A",
"PageInfo": {
"CurrentPage": 1,
"PageSize": 10,
"TotalCount": 1,
"Count": 1,
"NextToken": "B604532DEF982B875E8360A6EFA3B***"
},
"Propertys": [
{
"Status": "**",
"LastLoginIp": "192.168.XX.XX",
"InternetIp": "192.168.XX.XX",
"LastLoginTime": "2022-04-04 18:07:06",
"IsRoot": 0,
"Ip": "192.168.XX.XX",
"User": "bin",
"InstanceId": "i-hp35tftuh52wbp1g****",
"IntranetIp": "100.104.XX.XX",
"PasswordExpirationDate": "never",
"Uuid": "162eb349-c2d9-4f8b-805c-75b43d4c****",
"LastLoginTimestamp": 1649066826000,
"InstanceName": "hc-host-****",
"AccountsExpirationDate": "never",
"CreateTimestamp": 1649149566000,
"GroupNames": [
[
"bin"
]
],
"LastLoginTimeDt": 1649066826000,
"IsPasswdExpired": 1,
"IsPasswdLocked": 1,
"IsUserExpired": 1,
"IsCouldLogin": 0,
"IsSudoer": 0
}
]
}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 |
