Queries the fingerprints of ports on a specified server.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Remark | string | No | The name or IP address of the server. | 192.168.XX.XX |
Port | string | No | The listening port of the server. | 22 |
ProcName | string | No | The name of the server process. | sshd |
Uuid | string | No | The UUID of the server. | 50d213b4-3a35-427a-b8a5-04b0c7e1**** |
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: 10. | 10 |
BindIp | string | No | The IP address bound to the port. | 0.0.XX.XX |
Extend | string | No | Specifies whether fuzzy search by port number is supported. If you want to use fuzzy search, set the parameter to 1. If you set the parameter to a different value or leave the parameter empty, fuzzy search is not supported. | 1 |
ResourceDirectoryAccountId | long | No | The Alibaba Cloud account ID of the member in the resource directory. Note
You can call the DescribeMonitorAccounts operation to obtain the IDs.
| 127608589417**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0FA7F1F4-488D-52CA-9BFC-3E47793B49D1",
"PageInfo": {
"CurrentPage": 1,
"PageSize": 10,
"TotalCount": 1,
"Count": 1
},
"Propertys": [
{
"InternetIp": "192.168.XX.XX",
"Pid": 522,
"BindIp": "0.0.X.X",
"Ip": "192.168.XX.XX",
"ProcName": "sshd",
"InstanceId": "i-hp35tftuh52wbp1g****",
"Port": 22,
"IntranetIp": "100.104.XX.XX",
"Uuid": "162eb349-c2d9-4f8b-805c-75b43d4c****",
"InstanceName": "hc-host-****",
"Proto": "tcp",
"CreateTimestamp": 1649149566000
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | IllegalParam | Illegal param | - |
400 | RdCheckNoPermission | Resource directory account verification has no permission. | - |
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | RdCheckInnerError | Resource directory account service internal error. | - |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-11-14 | The Error code has changed. The request parameters of the API has changed | View Change Details |
2022-01-05 | The Error code has changed. The request parameters of the API has changed | View Change Details |