查詢異常警示通用配置模組中配置項的列表。
介面說明
使用說明
本介面一般用於查看異常警示通用配置項,便於建立、恢複異常警示通用配置項。
QPS 限制
本介面的單使用者 QPS 限制為 10 次/秒。超過限制,API 呼叫將會被限流,這可能影響您的業務,請合理調用。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
yundun-sddp:DescribeConfigs |
none |
*全部資源
|
|
無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| Lang |
string |
否 |
請求和接收訊息的語言類型。取值:
|
zh_cn |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| RequestId |
string |
結果的請求 ID。 |
769FB3C1-F4C9-42DF-9B72-7077A8989C13 |
| ConfigList |
array<object> |
異常警示通用配置項詳情列表。 |
|
|
object |
|||
| Code |
string |
異常警示通用配置項的編碼。 |
abnormal_download_file |
| Value |
string |
異常警示通用配置項的參數值。 |
10000 |
| DefaultValue |
string |
異常警示通用配置項參數的預設值。 |
10000 |
| Description |
string |
異常警示通用配置項的描述。 |
Unauthorized resource multiple access attempts: current threshold is defined as 10 attempts |
| Id |
integer |
異常警示通用配置項的唯一標識 ID。 |
50 |
樣本
正常返回樣本
JSON格式
{
"RequestId": "769FB3C1-F4C9-42DF-9B72-7077A8989C13",
"ConfigList": [
{
"Code": "abnormal_download_file",
"Value": "10000",
"DefaultValue": "10000",
"Description": "Unauthorized resource multiple access attempts: current threshold is defined as 10 attempts\n\n",
"Id": 50
}
]
}
錯誤碼
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。