查詢安全分相關的安全風險的處理建議詳情。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
yundun-sas:DescribeSecureSuggestion |
get |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| SourceIp |
string |
否 |
訪問源的 IP 位址。 |
192.168.XX.XX |
| Lang |
string |
否 |
請求和接收訊息的語言類型,預設為 zh。取值:
|
zh |
| CalType |
string |
否 |
選取查詢新版安全分或舊版安全分規則,當取值為home_security_score時,查詢新版安全分規則,否則預設查詢舊版安全分規則。 |
home_security_score |
| Source |
integer |
否 |
安全分來源,傳空預設為Security Center,枚舉值:
|
0 |
| ResourceDirectoryAccountId |
integer |
否 |
資來源目錄成員帳號 ID(阿里雲帳號)。 說明
調用 DescribeMonitorAccounts 介面可以擷取該參數。 |
1232428423234**** |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| RequestId |
string |
本次調用請求的 ID,是由阿里雲為該請求產生的唯一識別碼,可用於排查和定位問題。 |
676F80E3-4B3F-43DA-9CBB-5FF79F202AA2 |
| TotalCount |
integer |
待加固的安全風險的總條數。 |
15 |
| Score |
string |
安全分分數。 |
95 |
| CalTime |
integer |
安全分計算時間戳記。 |
1755744253000 |
| Suggestions |
array<object> |
安全風險處理列表。 |
|
|
array<object> |
安全風險處理列表。 |
||
| Points |
integer |
單個扣分項的扣分值。 |
40 |
| SuggestType |
string |
待處理的安全風險的類型。取值:
|
SS_ALARM |
| Detail |
array<object> |
安全風險處理建議的詳情。 |
|
|
object |
安全風險處理建議的詳情。 |
||
| Title |
string |
安全風險待處理項的名稱。 |
Website tamper-proofing capability not configured |
| Description |
string |
安全風險處理建議的描述。 |
Malicious tampering of Web pages will affect your normal access to web page content, and may also lead to serious economic losses, brand losses, and even political risks. The webpage tamper-proof service can monitor the website directory in real time and restore the tampered files or directories through backup, so as to ensure that the website information of important systems is not tampered with maliciously and prevent the occurrence of horse hanging, black chain, illegal implantation of terrorist threats, pornography and other content. |
| SubType |
string |
安全風險待處理項的類型。取值包含:
|
REINFORCE_WEB_LOCK |
樣本
正常返回樣本
JSON格式
{
"RequestId": "676F80E3-4B3F-43DA-9CBB-5FF79F202AA2",
"TotalCount": 15,
"Score": "95",
"CalTime": 1755744253000,
"Suggestions": [
{
"Points": 40,
"SuggestType": "SS_ALARM",
"Detail": [
{
"Title": "Website tamper-proofing capability not configured",
"Description": "Malicious tampering of Web pages will affect your normal access to web page content, and may also lead to serious economic losses, brand losses, and even political risks. The webpage tamper-proof service can monitor the website directory in real time and restore the tampered files or directories through backup, so as to ensure that the website information of important systems is not tampered with maliciously and prevent the occurrence of horse hanging, black chain, illegal implantation of terrorist threats, pornography and other content.",
"SubType": "REINFORCE_WEB_LOCK"
}
]
}
]
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | NoPermission | no permission | 無此服務的存取權限。 |
| 400 | RdCheckNoPermission | Resource directory account verification has no permission. | 資來源目錄帳號校正無許可權。 |
| 500 | ServerError | ServerError | 服務故障,請稍後重試! |
| 500 | RdCheckInnerError | Resource directory account service internal error. | 資來源目錄帳號服務內部錯誤。 |
| 403 | NoPermission | caller has no permission | 當前操作未被授權,請聯絡主帳號在RAM控制台進行授權後再執行操作。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。