調用 SetResellerUserAlarmThreshold 設置 Quota 額度低額預警規則。
調試
前往 API Explorer 在線調試,API Explorer 提供在線調用 API、動態生成 SDK Example 代碼和快速檢索接口等能力,能顯著降低使用云 API 的難度,推薦使用。
請求參數
參數名稱 | 參數類型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
OwnerId | Long | 是 | 234****550 | 阿里云 UID |
AlarmType | String | 是 | quota_low_balance | 預警類型 |
AlarmThresholds | String | 是 | - | 預警數據 |
參數名稱 | 參數類型 | 示例值 | 描述 |
---|---|---|---|
denominator | Integer | 100 | 分母
說明 當預警類型設置為按比例預警時該參數有效。
|
numerator | Integer | 80 | 分子
說明 當預警類型為按比例預警時該參數有效。
|
thresholdAmount | Double | 100 | 預警額度值。當 Quota 額度小于該參數值時將會預警。
說明 當預警類型設置為按金額預警時該參數有效。
|
thresholdType | Integer | 0 | 預警類型,取值:
|
返回參數
名稱 | 類型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 323232 | 請求標識 |
Code | String | 200 | 返回碼 |
Message | String | successful | 返回信息 |
Success | Boolean | true | 請求是否成功,取值:
|
Data | Boolean | true | 設置是否成功,取值:
|
請求示例
https://business.aliyuncs.com/?Action=SetResellerUserAlarmThreshold
&OwnerId=1111
&AlarmType=quota_low_balance
&AlarmThresholds=[{"denominator":0,"numerator":0,"thresholdAmount":100,"thresholdType":1}]
返回示例
{
"RequestId":"323232",
"Code":"200",
"Message":"successful",
"Success":true,
"Data": true
}
錯誤碼
HttpCode | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
500 | CreditInnerError | This interface has some error. Please try again. | 界面錯誤,請重試 |
400 | NotApplicable | This API is not applicable for caller. | 該接口不適用 |
400 | NotAuthorized | This API is not authorized for caller. | 調用者未授權 |
400 | InternalError | The request processing has failed due to some unknown error, exception or failure. | 由于某些未知的錯誤或異常,請求處理失敗。 |
400 | ParameterError | Missing the must parameter. | 缺少重要參數 |
500 | UndefinedError | The request processing has failed due to some unknown error. | 由于某些未知錯誤,請求處理失敗 |