接口名

QueryUserAlarmThreshold

描述

查詢賬號信控預警閾值。

請求參數

名稱類型是否必填描述
UidLong虛商客戶的阿里云賬號uid
BidString用戶歸屬bid:

輕量級虛商客戶:26842;

BID虛商客戶:所屬bid

AlarmTypeString預警類型
AlarmThresholdsString查詢時,此參數無用

返回參數

名稱類型描述
ThresholdAmountString閾值數值情況,閾值
NumeratorInteger閾值百分比情況下,分子
DenominatorInteger閾值百分比情況下,分母
ThresholdTypeInteger閾值類型0為數值,1位百分比

錯誤碼

錯誤代碼描述HTTP狀態代碼語義
Missing_Must_Parametermissing the must parameter xx !-101輸入參數校驗未通過
Database_Inner_ErrorDatabase 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_policyQuota低額預警
quato_userup_policyQuota用盡預警
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國內站信控用戶月度高額消費預警策略