接口名
QueryUserAlarmThreshold
描述
查詢賬號信控預警閾值。
請求參數
名稱 | 類型 | 是否必填 | 描述 |
---|---|---|---|
Uid | Long | 是 | 虛商客戶的阿里云賬號uid |
Bid | String | 是 | 用戶歸屬bid: 輕量級虛商客戶:26842; BID虛商客戶:所屬bid |
AlarmType | String | 是 | 預警類型 |
AlarmThresholds | String | 否 | 查詢時,此參數無用 |
返回參數
名稱 | 類型 | 描述 |
---|---|---|
ThresholdAmount | String | 閾值數值情況,閾值 |
Numerator | Integer | 閾值百分比情況下,分子 |
Denominator | Integer | 閾值百分比情況下,分母 |
ThresholdType | Integer | 閾值類型0為數值,1位百分比 |
錯誤碼
錯誤代碼 | 描述 | HTTP狀態代碼 | 語義 |
---|---|---|---|
Missing_Must_Parameter | missing the must parameter xx ! | -101 | 輸入參數校驗未通過 |
Database_Inner_Error | Database inner error xx! | -310 | 數據庫操作發生內部異常 |
請求示例
&Action=QueryUserAlarmThreshold
&Uid=22227
&Bid=22222
&AlarmType=quato_userup_policy
返回示例
{
Code:200,
RequestId: "22222",
Message: "successful",
Success:true,
Count:1
"Datas": {
"Data": [
{
"ThresholdAmount": "1",
"Numerator": "89",
"Denominator": "100 ",
"ThresholdType": “1”
}
]
}
}
數據字典
commodity_code | 中文名稱 |
---|---|
can_use_quota_not_enough_policy | Quota低額預警 |
quato_userup_policy | Quota用盡預警 |
month_consum_too_big_policy | 月消費高額預警 |
creditpay_low_balance_policy | 可用信用付低余額預警 |
creditpay_userup_policy | 可用信用付低超額預警 |
creditpay_month_consump_high_warn_policy | 信用付用戶月消費高額預警 |
credit_userup | 可用信用度用盡預警 |
intl_credit_user_month_high_warn_policy | 國際信控用戶月度高額消費預警策略 |
intl_user_low_balance_warn_policy | 國際信控用戶余額低額預警策略 |
warn_virtual_policy | 國內站信控用戶余額低額預警策略 |
internal_user_month_high_warn_policy | 國內站信控用戶月度高額消費預警策略 |