PushMonitor - API集成

业务监控数据推送,业务监控数据保存。

调试

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

授权信息

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

请求语法

POST /api/monitor/push/{apiKey} HTTP/1.1

请求参数

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

集成接入的 API 密钥。

dfb2e51a58e64152a0eef7a232308006
bodystring

推送的数据内容。

2022-12-16 09:52:34.164 ConsumeMessageThread_13 INFO LOGGER_SPM 订单创建|Y|10

返回参数

名称类型描述示例值
object

返回结果。

dataany

返回结果,正常返回 null。

null
requestIdstring

每个请求的唯一 ID。

5A30D240-1821-0246-B580-AB1468657AC2

示例

正常返回示例

JSON格式

{
  "data": "null",
  "requestId": "5A30D240-1821-0246-B580-AB1468657AC2"
}

错误码

HTTP status code错误码错误信息
400InvalidTag.MismatchThe specified Tag.n.Key and Tag.n.Value are not match.
400InvalidTagCountThe specified tags are beyond the permitted range.
404InvalidInstanceChargeType.NotFoundThe InstanceChargeType does not exist in our records
404InvalidInternetChargeType.ValueNotSupportedThe specified InternetChargeType is not valid

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

只发布国内站