接口说明
设置 Quota 额度低额预警规则。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
AlarmType | string | 是 | 预警类型:quota_low_balance(代表 Quota 低额预警) | quota_low_balance |
AlarmThresholds | string | 否 | 该预警类型下的用户预警规则列表,不传代表没有预警阈值 | [{\"denominator\":100,\"numerator\":30,\"thresholdType\":1}] |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": "200",
"Message": "Successful!",
"Data": true,
"RequestId": "79EE7556-0CFD-44EB-9CD6-B3B526E3A85F",
"Success": true
}
错误码
HTTP status code | 错误码 | 错误信息 |
---|---|---|
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 | CreditInnerError | This interface has some error. Please try again. |
500 | UndefinedError | The request processing has failed due to some unknown error. |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史