調用DescribeSystemEventAttribute接口查詢系統事件詳情。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
cms:DescribeSystemEventAttribute | get |
|
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Product | string | 否 | 產品名稱縮寫。 說明
關于產品名稱縮寫的取值,請參見 DescribeSystemEventMetaList 。
| oss |
EventType | string | 否 | 事件類型。 說明
關于事件類型的取值,請參見 DescribeSystemEventMetaList 。
| Exception |
Name | string | 否 | 事件名稱。 說明
關于事件名稱的取值,請參見 DescribeSystemEventMetaList 。
| BucketIngressBandwidth |
Level | string | 否 | 事件級別。取值:
| CRITICAL |
Status | string | 否 | 事件狀態。 說明
關于事件狀態的取值,請參見 DescribeSystemEventMetaList 。
| normal |
GroupId | string | 否 | 應用分組 ID。 | 12346 |
SearchKeywords | string | 否 | 搜索事件內容包含的關鍵字。取值:
| cms |
StartTime | string | 否 | 開始時間。 格式為 Unix 時間戳,即從 1970 年 1 月 1 日開始所經過的毫秒數。 | 1552199984949 |
EndTime | string | 否 | 結束時間。 格式為 Unix 時間戳,即從 1970 年 1 月 1 日開始所經過的毫秒數。 | 1552221584949 |
PageNumber | integer | 否 | 頁碼。 取值范圍:1~100000000。 默認值:1。 | 1 |
PageSize | integer | 否 | 每頁顯示記錄條數。 取值范圍:1~100。 默認值:10。 | 10 |
返回參數
示例
正常返回示例
JSON
格式
{
"Code": "200",
"Message": "success",
"RequestId": "60912C8D-B340-4253-ADE7-61ACDFD25CFC",
"Success": "true",
"SystemEvents": {
"SystemEvent": [
{
"Status": "normal",
"Time": 1552199984000,
"GroupId": "12345",
"Product": "CloudMonitor",
"InstanceName": "instanceId1",
"ResourceId": "xxxxx-1",
"Name": "Agent_Status_Stopped",
"Content": "[{\"product\":\"CloudMonitor\",\"content\":\"{\\\"ipGroup\\\":\\\"112.126.XX.XX,10.163.XX.XX\\\",\\\"tianjimonVersion\\\":\\\"1.2.22\\\"}\",\"groupId\":\"176,177,178,179,180,692,120812,1663836,96,2028302\",\"time\":\"1552209568000\",\"resourceId\":\"acs:ecs:cn-beijing:173651113438****:instance/i-25k35****\",\"level\":\"CRITICAL\",\"status\":\"stopped\",\"instanceName\":\"cmssiteprobebj-6\",\"name\":\"Agent_Status_Stopped\",\"regionId\":\"cn-beijing\"}]",
"Level": "WARN",
"RegionId": "cn-hangzhou",
"Id": "b936efc9-f621-4e8a-a6eb-076be40e****"
}
]
}
}
錯誤碼
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. | - |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2023-12-07 | OpenAPI 錯誤碼發生變更、OpenAPI 返回結構發生變更 | 查看變更詳情 |