All Products
Search
Document Center

CloudMonitor:DescribeSystemEventMetaList

Last Updated:Mar 01, 2024

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The HTTP status code.

Note The status code 200 indicates that the call was successful.
200
Messagestring

The returned message.

success
RequestIdstring

The ID of the request.

A6582C8B-E67C-4A19-BC15-EAEFEBDC7995
Successboolean

Indicates whether the call was successful. Valid values:

  • true: The call was successful.
  • false: The call failed.
true
Dataobject []

The detailed meta information.

Statusstring

The status of the system event.

failed
EventTypestring

The type of the system event. Valid values:

  • StatusNotification
  • Exception
  • Maintenance
Exception
Productstring

The abbreviation of the service name.

ADS
NameDescstring

The description of the system event, in Chinese.

High query failure rate
NameDesc.Enstring

The description of the system event.

High query failure rate.
Namestring

The name of the system event.

SelectFailureRate
StatusDescstring

The description of the event status.

Operation Failed
Levelstring

The level of the alert. Valid values:

  • CRITICAL
  • WARN
  • INFO
INFO

Examples

Sample success responses

JSONformat

{
  "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"
      }
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
400ParameterInvalidIllegal parameters.-
403AccessForbiddenUser not authorized to operate on the specified resource.-
404ResourceNotFoundThe specified resource is not found.The specified resource is not found.
500InternalErrorThe request processing has failed due to some unknown error.-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history