日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

QueryResellerUserAlarmThreshold - 查詢Quota額度低額預警規則

更新時間:

接口說明

查詢 Quota 額度低額預警規則

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
AlarmTypestring

預警類型[必填,quota_low_balance:Quota 低額預警]

quota_low_balance

返回參數

名稱類型描述示例值
object

ListResult

Dataarray<object>

返回數據。

object

返回數據。

ThresholdTypeinteger

報警類型:0(數值)、1(比例)

0
ThresholdAmountstring

預警額度(預警類型為 0 時有效)

100
Numeratorinteger

預警百分比,代表分子數值(預警類型為 1 時有效)

10
Denominatorinteger

預警百分比,代表分母數值(預警類型為 1 時有效)

100
Countinteger

總數量

1
Successboolean

標識本次調用是否返回

true
Codestring

本次調用返回 code,一般為錯誤代碼

200
Messagestring

本次調用返回的消息,一般為錯誤消息

success
RequestIdstring

請求 Id

EAE08A27-386C-579E-966D-8853EC3C5D0E

示例

正常返回示例

JSON格式

{
  "Data": [
    {
      "ThresholdType": 0,
      "ThresholdAmount": "100",
      "Numerator": 10,
      "Denominator": 100
    }
  ],
  "Count": 1,
  "Success": true,
  "Code": "200",
  "Message": "success",
  "RequestId": "EAE08A27-386C-579E-966D-8853EC3C5D0E"
}

錯誤碼

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

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2024-04-29OpenAPI 錯誤碼發生變更查看變更詳情
2023-03-10OpenAPI 錯誤碼發生變更查看變更詳情