接口功能介绍
用户执行基线检测后,展示具体基线包含的检测项详情信息(检测项描述、修复建议、检查文件、检测项标题)。
接口约束
此功能为收费功能。确认已经购买系统配额,并且开启基线扫描配置。如果没有购买配额,可按照页面提示进行购买。如果没有开启防护,请在服务器列表页开启机器防护
URI
GET /v1/sca/event/checkDetail/*
路径参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
baseScaId | 是 | String | 检测项数据id(三级列表中id字段) | 61dd216db3aa31714094dfab |
Query参数
无
请求参数
请求头header参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
regionid | 是 | String | 资源池id | 100054c0416811e9a6690242ac110002 | |
urlType | 是 | String | 请求地址类型。CTAPI | CTAPI | |
Content-Type | 是 | String | Content-Type | application/json |
请求体body参数
无
响应参数
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
statusCode | String | 状态码 200-成功 | ||
error | String | 返回码 CTCSSCN_000000:成功 CTCSSCN_000001:失败 CTCSSCN_000003:用户未签署协议,安全卫士系统无法正常使用 CTCSSCN_000004:鉴权错误 CTCSSCN_000005:用户没有付费版配额,功能不可用 |
CTCSSCN_000000 | |
message | String | 返回信息 | 成功 | |
returnObj | Object | 返回对象 | Check |
表 Check
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
description | String | 检测项描述 | 1 | |
rationale | String | 检查提示 | 10 | |
remediation | String | 修复建议 | 2 | |
references | String | 引用信息 | 20 | |
file | Array of Strings | 检查文件 | index.txt | |
title | String | 检测项标题 | index | |
result | String | 检测结果 failed:失败 passed:通过 |
failed |
枚举参数
无
请求示例
请求url
无
请求头header
{"regionid": "100054c0416811e9a6690242ac110002","Content-Type":"application/json","urlType": "CTAPI"}
请求体body
无
响应示例
{"statusCode": "200","error": "CTCSSCN_000000","message": "查询成功!","returnObj":{"compliance": {"nist80053": "CM.1","pciDss": "2.2.4"},"description": "The option LoginGraceTime should be set to 60 or less.","file": ["/etc/ssh/sshd_config"],"id": "4007","rationale": "The option LoginGraceTime specifies how long in seconds after a connection request the server will wait before disconnecting if the user has not successfully logged in. 30 seconds is the recommended time for avoiding open connections without authenticate.","remediation": "Change the LoginGraceTime option value in the sshd_config file.","result": "failed","title": "SSH Hardening: Grace Time should be one minute or less."}}
状态码
请参考 状态码
错误码
请参考 错误码