查询网站安全报告的安全建议。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
yundun-sas:DescribeDomainSecureSuggests |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| SourceIp |
string |
否 |
访问源的 ip 地址。 |
218.249.*.* |
| Lang |
string |
否 |
设置请求和接收消息的语言类型,默认为 zh。取值:
|
zh |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RiskSuggest |
string |
安全加固的整体建议。 |
Use the security center, such as security alerts, vulnerability scanning, and vulnerability fixes, to resolve security risks as soon as possible. |
| WebLockSuggest |
string |
网站防篡改的建议。 |
The website tamper-proofing feature is recommended to prevent the website from being maliciously injected into external links, and being tampered with as malicious information, causing serious negative social impact to the enterprise. |
| RequestId |
string |
本次调用请求的 ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。 |
7BC55C8F-226E-5AF5-9A2C-2EC43864**** |
| VulSuggest |
integer |
漏洞修复的建议。 |
If your business cannot promptly fix vulnerabilities in high-risk applications, we recommend that you enable the cloud firewall IPS feature to intercept malicious attacks on the network side. |
| TotalCount |
integer |
安全建议的总数。 |
4 |
示例
正常返回示例
JSON格式
{
"RiskSuggest": "Use the security center, such as security alerts, vulnerability scanning, and vulnerability fixes, to resolve security risks as soon as possible.",
"WebLockSuggest": "The website tamper-proofing feature is recommended to prevent the website from being maliciously injected into external links, and being tampered with as malicious information, causing serious negative social impact to the enterprise.",
"RequestId": "7BC55C8F-226E-5AF5-9A2C-2EC43864****",
"VulSuggest": 0,
"TotalCount": 4
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。