Queries the meta information about system events.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|
The current API does not require request parameters
Response parameters
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 code | Error code | Error message | Description |
|---|---|---|---|
| 400 | ParameterInvalid | Illegal parameters. | - |
| 403 | AccessForbidden | User not authorized to operate on the specified resource. | - |
| 404 | ResourceNotFound | The specified resource is not found. | The specified resource is not found. |
| 500 | InternalError | The request processing has failed due to some unknown error. | - |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|
No change history
