DescribeDomainSecureSuggests - 查询网站安全报告的安全建议

查询网站安全报告的安全建议。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
SourceIpstring

访问源的 ip 地址。

218.249.*.*
Langstring

设置请求和接收消息的语言类型,默认为 zh。取值:

  • zh:中文
  • en:英文
zh

返回参数

名称类型描述示例值
object
RiskSuggeststring

安全加固的整体建议。

Use the security center, such as security alerts, vulnerability scanning, and vulnerability fixes, to resolve security risks as soon as possible.
WebLockSuggeststring

网站防篡改的建议。

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.
RequestIdstring

本次调用请求的 ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。

7BC55C8F-226E-5AF5-9A2C-2EC43864****
VulSuggestlong

漏洞修复的建议。

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.
TotalCountinteger

安全建议的总数。

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错误码错误信息描述
403NoPermissioncaller has no permission当前操作未被授权,请联系主账号在RAM控制台进行授权后再执行操作。
500ServerErrorServerError服务故障,请稍后重试!

访问错误中心查看更多错误码。