调用DescribeSystemEventHistogram接口查询系统事件的时段数量分布图(柱状图)。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Product | string | 否 | 产品的名称缩写。
关于产品名称缩写的取值,请参见 DescribeSystemEventMetaList 。
| OSS |
EventType | string | 否 | 事件类型。
关于事件类型的取值,请参见 DescribeSystemEventMetaList 。
| Exception |
Name | string | 否 | 事件名称。
关于事件名称的取值,请参见 DescribeSystemEventMetaList 。
| BucketIngressBandwidth |
Level | string | 否 | 事件级别,取值:
| CRITICAL |
Status | string | 否 | 事件状态。
关于事件状态的取值,请参见 DescribeSystemEventMetaList 。
| normal |
GroupId | string | 否 | 应用分组 ID。 | 12345 |
SearchKeywords | string | 否 | 搜索事件内容包含的关键字。取值:
| cms |
StartTime | string | 否 | 开始时间。 格式为 Unix 时间戳,即从 1970 年 1 月 1 日开始所经过的毫秒数。 | 1552209685596 |
EndTime | string | 否 | 结束时间。 格式为 Unix 时间戳,即从 1970 年 1 月 1 日开始所经过的毫秒数。 | 1552220485596 |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": "200",
"Message": "The Request is not authorization.",
"RequestId": "486029C9-53E1-44B4-85A8-16A571A043FD",
"Success": "true",
"SystemEventHistograms": {
"SystemEventHistogram": [
{
"EndTime": 1552225753000,
"StartTime": 1552225770000,
"Count": 2
}
]
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | ParameterInvalid | Illegal parameters. | - |
403 | AccessForbidden | User not authorized to operate on the specified resource. | - |
404 | ResourceNotFound | The specified resource is not found. | 未找到指定资源。 |
500 | InternalError | The request processing has failed due to some unknown error. | - |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
变更时间 | 变更内容概要 | 操作 |
---|