查詢安全報告列表。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
yundun-sas:DescribeCustomizeReportList |
list |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| Lang |
string |
否 |
佈建要求和接收訊息的語言類型。預設值 zh。取值:
|
zh |
| ReportStatus |
integer |
否 |
報告狀態。取值:
|
1 |
| ReportType |
integer |
否 |
報告類型。取值:
|
0 |
| Title |
string |
否 |
報告名稱。 |
test |
| ReportVersion |
string |
否 |
安全報告版本。取值:
|
2.0.0 |
| Pinned |
boolean |
否 |
是否置頂標識。取值:
|
false |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
請求返回資料。 |
||
| RequestId |
string |
本次調用請求的 ID,是由阿里雲為該請求產生的唯一識別碼,可用於排查和定位問題。 |
9FBC6E47-7508-58C9-9E76-528E118CB1CC |
| ReportList |
array<object> |
安全報告資訊列表。 |
|
|
object |
安全報告資訊。 |
||
| ReportStatus |
string |
報告狀態。取值:
|
0 |
| IsDefault |
string |
是否為預設報告。取值:
|
1 |
| ReportType |
integer |
報告類型。取值:
|
0 |
| ReportId |
integer |
安全報告 ID。 |
1 |
| Title |
string |
報告名稱。 |
test |
| ReportVersion |
string |
安全報告版本。 |
2.0.0 |
| ReportStartDate |
integer |
報告發送開始時間戳。單位:毫秒。 |
1721836800000 |
| ReportEndDate |
integer |
報告發送結束時間戳記。單位:毫秒。 |
1721923199999 |
| PinnedTime |
integer |
置頂時間戳記。單位:毫秒。 |
1721836800000 |
| ReportDays |
integer |
報告統計的最近天數。 |
7 |
樣本
正常返回樣本
JSON格式
{
"RequestId": "9FBC6E47-7508-58C9-9E76-528E118CB1CC",
"ReportList": [
{
"ReportStatus": "0",
"IsDefault": "1",
"ReportType": 0,
"ReportId": 1,
"Title": "test",
"ReportVersion": "2.0.0",
"ReportStartDate": 1721836800000,
"ReportEndDate": 1721923199999,
"PinnedTime": 1721836800000,
"ReportDays": 7
}
]
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | IllegalParam | Illegal param | 無效參數 |
| 500 | ServerError | ServerError | 服務故障,請稍後重試! |
| 403 | NoPermission | caller has no permission | 當前操作未被授權,請聯絡主帳號在RAM控制台進行授權後再執行操作。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。