全部產品
Search
文件中心

Cloud Monitor:DescribeSystemEventMetaList

更新時間:Jun 13, 2026

呼叫 DescribeSystemEventMetaList 介面查詢系統事件的 Meta 資訊。

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

當前API暫無授權資訊透出。

請求參數

名稱

類型

必填

描述

樣本值

當前API無需請求參數

返回參數

名稱

類型

描述

樣本值

object

Code

integer

狀態碼。

說明

200 表示成功。

200

Message

string

返回資訊。

success

RequestId

string

請求 ID。

A6582C8B-E67C-4A19-BC15-EAEFEBDC7995

Success

boolean

操作是否成功。取值:

  • true:成功。

  • false:失敗。

true

Data

object

Resource

array<object>

Meta 返回資訊。

object

Status

string

事件狀態。

failed

EventType

string

事件類型。取值:

  • StatusNotification:故障通知。

  • Exception:異常。

  • Maintenance:營運。

Exception

Product

string

產品名稱縮寫。

ADS

NameDesc

string

事件名稱的描述資訊。

High query failure rate

NameDesc.En

string

英文事件名稱的描述資訊。

High query failure rate.

Name

string

事件名稱。

SelectFailureRate

StatusDesc

string

事件狀態原因。

Operation Failed

Level

string

警示層級。取值:

  • CRITICAL:緊急。

  • WARN:警告。

  • INFO:資訊。

INFO

樣本

正常返回樣本

JSON格式

{
  "Code": 200,
  "Message": "success",
  "RequestId": "A6582C8B-E67C-4A19-BC15-EAEFEBDC7995",
  "Success": true,
  "Data": {
    "Resource": [
      {
        "Status": "failed",
        "EventType": "Exception",
        "Product": "ADS",
        "NameDesc": "High query failure rate",
        "NameDesc.En": "High query failure rate.",
        "Name": "SelectFailureRate",
        "StatusDesc": "Operation Failed",
        "Level": "INFO"
      }
    ]
  }
}

錯誤碼

HTTP status code

錯誤碼

錯誤資訊

描述

400 ParameterInvalid Illegal parameters.
500 InternalError The request processing has failed due to some unknown error.
403 AccessForbidden User not authorized to operate on the specified resource.
404 ResourceNotFound The specified resource is not found.

訪問錯誤中心查看更多錯誤碼。

變更歷史

更多資訊,參考變更詳情