文档中心 > openCountEventHistoryGroupByPeriod
openCountEventHistoryGroupByPeriod

最近更新时间:2022-11-08

请求方法:GET

接口描述:查询事件数量趋势。

请求参数

名称

数据类型

参数类型

是否必填

描述

Authorization

String

Header

Y

签名信息

Content-Type

String

Header

Y

application/json;   charset=utf-8

X-UNI-Timestamp

String

Header

Y

工具类生成的时间戳

Host

String

Header

Y

紫光云openapi host地址

Action

String

Query

Y

openCountEventHistoryGroupByPeriod

regionId

String

Query

Y

节点(地域)ID

startTime

Long

Query

Y

开始时间(毫秒级时间戳)

endTime

Long

Query

Y

结束时间(毫秒级时间戳)

category

String

Query

N

事件类型

返回参数

名称

类型

描述

auth

Boolean


code

String

接口调用返回码

msg

String

接口调用信息

res

Object

返回数据

data

Object


错误码

公共错误参见“公共错误码集合”。

示例

请求示例

http://10.0.45.193:30990/openMonitor?Action=openCountEventHistoryGroupByPeriod&regionId=cn-tianjin-yfb&startTime=1663220515956&endTime=1663224115956&resourceType=postgresql&AccessKeyId=AfAgoRP69cLbqnbO

 

Authorization:UNI3-HMAC-SHA256 Credential=AfAgoRP69cLbqnbO/2022-09-15/openMonitor/uni3_request, SignedHeaders=content-type;host;x-uni-timestamp, Signature=b9263604921acb0b7d221e3a8775f0898ccec7f6dd872783d452edcacc14f723

Content-Type:application/json; charset=utf-8

X-UNI-Timestamp:1663224358

Host:10.0.45.193:30990

返回示例

JSON格式

{

    "status": true,

    "code": "0",

    "res": {

        "1663222860956": 1,

        "1663221660956": 0,

        "1663220460956": 1,

        "1663223460956": 0,

        "1663222260956": 1,

        "1663221060956": 1

    },

    "msg": null,

    "auth": true

}