接口功能介绍
查询异常登录列表,统计异常登录的告警类型、状态、登录源IP、服务器名、公网IP、私网IP、主机ID、最后登录时间、登录地区、登录账号。
接口约束
无
URI
POST /v1/ssh/exception/listOfPage
路径参数
无
Query参数
无
请求参数
请求头header参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
regionid | 是 | String | 资源池id | 100054c0416811e9a6690242ac110002 | |
urlType | 是 | String | 请求地址类型。CTAPI | CTAPI | |
Content-Type | 是 | String | Content-Type | application/json |
请求体body参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
currentPage | 是 | Integer | 当前页 | 1 | |
pageSize | 是 | Integer | 页大小 | 10 | |
status | 否 | Integer | 状态 0:未处理,1:已处理,不传查全部。 | 0 | |
srcIp | 否 | String | 登录源IP | 100.100.100.100 | |
type | 否 | Integer | 告警类型 7:异常登录,8:爆破登录,不传查全部。 | 7 | |
param | 否 | String | paramType不为空时,param不能为null!!! | 199 | |
loginUser | 否 | String | 登录用户 | root | |
timeRange | 否 | Integer | 时间范围 | 1 | |
agentGuid | 否 | String | 服务器ID | 756259FA-8473-49B7-941F-5845D7E0384E | |
paramType | 否 | Integer | 参数类型 1: 服务器名称,2:服务器ip。 |
响应参数
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
statusCode | String | 状态码 200-成功 | ||
error | String | 返回码 CTCSSCN_000000:成功 CTCSSCN_000001:失败 CTCSSCN_000003:用户未签署协议,安全卫士系统无法正常使用 CTCSSCN_000004:鉴权错误 CTCSSCN_000005:用户没有付费版配额,功能不可用 |
CTCSSCN_000000 | |
message | String | 返回信息 | 成功 | |
returnObj | Object | 返回对象 | data |
表 data
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
id | String | id | 61f35756b3aa3132cde15199 | |
type | Integer | 告警类型 | 9 | |
status | Integer | 状态 | 0 | |
srcIp | String | 登录源IP | 172.16.100.5 | |
custName | String | 服务器名 | agent_199 | |
publicIp | String | 公网IP | 0.0.0.0 | |
privateIp | String | 私网IP | 172.18.208.199 | |
agentGuid | String | 主机ID | 756259FA-8473-49B7-941F-5845D7E0384E | |
timestamp | String | 最后登录时间 | 2022-01-28 10:39:55 | |
province | String | 登录地区 | null | |
loginUser | String | 登录账号 | root |
枚举参数
无
请求示例
请求url
无
请求头header
{"regionid": "100054c0416811e9a6690242ac110002","Content-Type":"application/json","urlType": "CTAPI"}
请求体body
{"pageSize":10,"currentPage":1,"srcIp":"","loginUser":"","timeRange":1}
响应示例
{"statusCode": "200","error": "CTCSSCN_000000","message": "查询成功!","returnObj":{"total": 167,"list": [{"id": "61f35756b3aa3132cde15199","type": "9","status": 0,"srcIp": "172.16.100.5","custName": "agent_199","agentGuid": "756259FA-8473-49B7-941F-5845D7E0384E","timestamp": "2022-01-28 10:39:55","province": null,"country": null,"city": null,"loginUser": "root","publicIp": "0.0.0.0","privateIp": "172.18.208.199"},{"id": "61f0b81ab3aa3132cde086cc","type": "9","status": 0,"srcIp": "172.16.100.5","custName": "agent_199","agentGuid": "756259FA-8473-49B7-941F-5845D7E0384E","timestamp": "2022-01-26 10:56:02","province": null,"country": null,"city": null,"loginUser": "root","publicIp": "0.0.0.0","privateIp": "172.18.208.199"}]}}
状态码
请参考 状态码
错误码
请参考 错误码