You can call this operation to query the modification history of cluster or tenant parameters.
Debugging
Authorization information
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| InstanceId | string | Yes | The ID of the OceanBase cluster. | ob317v4uif**** |
| Dimension | string | Yes | The type of the parameter. | TENANT |
| DimensionValue | string | No | The resource ID of the parameter type. | t4qx8**** |
| StartTime | string | Yes | The start time of querying the slow query execution. The value must be UTC time in the format of YYYY-MM-DDThh:mm:ssZ. | 2021-06-13 15:40:43 |
| EndTime | string | Yes | The end time of the time range for querying the SQL execution history. | 2021-09-13 15:40:43 |
| PageSize | integer | Yes | The number of rows to return on each page.
| 10 |
| PageNumber | integer | Yes | The number of the page to return.
| 1 |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C",
"Respond": {
"TotalCount": 5,
"PageNumber": 1,
"Parameters": [
{
"Status": "APPLIED",
"OldValue": 10,
"UpdateTime": "2024-11-26T08:03:34Z",
"CreateTime": "2024-11-26T08:03:34Z",
"DimensionValue": "t69uo********",
"Name": "connect_timeout",
"NewValue": 30
}
]
}
}Error codes
| HTTP status code | Error code | Error message |
|---|---|---|
| 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 |
|---|---|---|
| 2024-10-29 | The Error code has changed. The response structure of the API has changed | View Change Details |
