BillingStatistics - 计费展示

计费展示

调试

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

授权信息

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

请求语法

POST /charging/details HTTP/1.1

请求参数

名称类型必填描述示例值
当前API无需请求参数

返回参数

名称类型描述示例值
object

响应结构。

dataobject

返回结果。

ruleCountlong

流转规则总数。

ruleCountFreelong

流转规则免费数量。

subscriptionNotifyCountlong

通知订阅数量。

subscriptionNotifyCountFreelong

通知订阅免费数量。

escalationPlanCountlong

升级策略数量。

escalationPlanCountFreelong

升级策略免费数量。

hasScheduleServiceGroupCountlong

服务排班数量。

hasScheduleServiceGroupCountFreelong

服务排班免费数量。

appUserCountlong

云钉协同数量。

appUserCountFreelong

云钉协同免费数量。

eventReportApilong

告警上报。

eventReportApiFreelong

告警上报免费数量。

smsSendlong

短信条数。

smsSendFreelong

短信免费条数。

voiceSendlong

电话数量。

voiceSendFreelong

电话免费数量。

emailSendlong

邮件数量。

emailSendFreelong

邮件免费数量。

imMsgSendlong

即时通讯数量。

imMsgSendFreelong

即时通讯免费数量。

typeboolean

系统控制下的查询状态:

  • true:开启查数据库。
  • false:关闭不查数据库。
true
RequestIdstring

请求 ID。

4A83AF20-B471-5646-A2CA-2DC688A13013

示例

正常返回示例

JSON格式

{
  "data": {
    "ruleCount": 0,
    "ruleCountFree": 0,
    "subscriptionNotifyCount": 0,
    "subscriptionNotifyCountFree": 0,
    "escalationPlanCount": 0,
    "escalationPlanCountFree": 0,
    "hasScheduleServiceGroupCount": 0,
    "hasScheduleServiceGroupCountFree": 0,
    "appUserCount": 0,
    "appUserCountFree": 0,
    "eventReportApi": 0,
    "eventReportApiFree": 0,
    "smsSend": 0,
    "smsSendFree": 0,
    "voiceSend": 0,
    "voiceSendFree": 0,
    "emailSend": 0,
    "emailSendFree": 0,
    "imMsgSend": 0,
    "imMsgSendFree": 0,
    "type": true
  },
  "RequestId": "4A83AF20-B471-5646-A2CA-2DC688A13013"
}

错误码

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

变更历史

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