Melihat riwayat modifikasi parameter kluster atau penyewa.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
oceanbase:DescribeParametersHistory |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID kluster OceanBase. |
ob317v4uif**** |
| Dimension |
string |
Yes |
Tipe parameter. |
TENANT |
| DimensionValue |
string |
No |
Pengenal resource tipe parameter. |
t4qx8**** |
| StartTime |
string |
Yes |
Pengatur waktu mulai untuk Tampilan riwayat parameter. |
2021-06-13 15:40:43 |
| EndTime |
string |
Yes |
Pengatur waktu selesai untuk Tampilan riwayat parameter. |
2021-09-13 15:40:43 |
| PageSize |
integer |
Yes |
Jumlah baris per halaman untuk kueri terpaginasi.
|
10 |
| PageNumber |
integer |
Yes |
Nomor halaman untuk kueri terpaginasi.
|
1 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Hasil respons permintaan. |
||
| RequestId |
string |
ID permintaan. |
EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C |
| Respond |
object |
Daftar riwayat modifikasi parameter. |
|
| TotalCount |
integer |
Jumlah total, berlaku saat kueri terpaginasi. |
5 |
| PageNumber |
integer |
Nomor halaman untuk kueri terpaginasi.
|
1 |
| Parameters |
array<object> |
Informasi deskripsi parameter. |
|
|
object |
Informasi deskripsi parameter. |
||
| Status |
string |
The modification status of the parameter. Valid values:
|
APPLIED |
| OldValue |
string |
The value of the parameter before the modification. |
10 |
| UpdateTime |
string |
The time when the parameter modification took effect. |
2024-11-26T08:03:34Z |
| CreateTime |
string |
The time when the parameter modification was initiated. |
2024-11-26T08:03:34Z |
| DimensionValue |
string |
The resource ID of the parameter type. When you called this operation to query the modification history of cluster parameters, the value is DEFAULT_DIMENSION_VALUE. When you called this operation to query the modification history of tenant parameters, the value is the tenant ID. |
t69uo******** |
| Name |
string |
The name of the parameter. |
connect_timeout |
| NewValue |
string |
The value of the parameter after the modification. |
30 |
Contoh
Respons sukses
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"
}
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | The request processing has failed due to some unknown error. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.