SetResellerUserAlarmThreshold - 设置Quota额度低额预警规则

更新时间:

接口说明

设置 Quota 额度低额预警规则。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
AlarmTypestring

预警类型:quota_low_balance(代表 Quota 低额预警)

quota_low_balance
AlarmThresholdsstring

该预警类型下的用户预警规则列表,不传代表没有预警阈值

[{\"denominator\":100,\"numerator\":30,\"thresholdType\":1}]

返回参数

名称类型描述示例值
object
Codestring

调用失败时,返回的错误码。更多信息,请参见错误码。

200
Messagestring

调用结果的附加信息。

Successful!
Databoolean

是否成功

true
RequestIdstring

请求 ID。

79EE7556-0CFD-44EB-9CD6-B3B526E3A85F
Successboolean

success=true 代表调用执行完成。success=false 代表执行出现错误。

true

示例

正常返回示例

JSON格式

{
  "Code": "200",
  "Message": "Successful!",
  "Data": true,
  "RequestId": "79EE7556-0CFD-44EB-9CD6-B3B526E3A85F",
  "Success": true
}

错误码

HTTP status code错误码错误信息
400NotApplicableThis API is not applicable for caller.
400NotAuthorizedThis API is not authorized for caller.
400InternalErrorThe request processing has failed due to some unknown error, exception or failure.
400ParameterErrorMissing the must parameter
500CreditInnerErrorThis interface has some error. Please try again.
500UndefinedErrorThe request processing has failed due to some unknown error.

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
暂无变更历史