Mengkueri detail data deret waktu add-on tertentu.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
Yes |
Nama add-on. |
mysql |
| AddonVersion |
string |
No |
Versi add-on. |
0.0.1 |
| AliyunLang |
string |
No |
Lingkungan bahasa, default adalah bahasa Mandarin zh | en. |
zh |
| EnvironmentType |
string |
No |
Lingkungan. |
CS |
| RegionId |
string |
No |
ID Wilayah. |
cn-hangzhou |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Tanggapan. |
||
| RequestId |
string |
ID permintaan. |
B6A00968-82A8-4F14-9D1B-B53827DB**** |
| Code |
integer |
Kode status. 200 menunjukkan keberhasilan, lainnya menunjukkan kegagalan. |
200 |
| Message |
string |
Paket prompt. |
success |
| Success |
boolean |
Apakah operasi bisnis berhasil. |
true |
| Data |
array<object> |
Daftar informasi data deret waktu. |
|
|
array<object> |
Daftar informasi data deret waktu. |
||
| Group |
string |
Kelompok data deret waktu. |
Common |
| Labels |
array<object> |
Label data deret waktu. |
|
|
object |
Label data deret waktu. |
||
| Description |
string |
The description of the tag. |
大小为PAGE_SIZE的B树页面被成功压缩的次数。 |
| Key |
string |
The tag key. |
page_size |
| Source |
string |
The source of the tag. |
db |
| Metrics |
array<object> |
Daftar data deret waktu. |
|
|
array<object> |
Daftar data deret waktu. |
||
| Description |
string |
The description of the metric. |
大小为PAGE_SIZE的B树页面被成功压缩的次数。 |
| Labels |
array<object> |
The tags. |
|
|
object |
The tags. |
||
| Description |
string |
The description of the tag. |
PAGE_SIZE |
| Key |
string |
The tag key. |
page_size |
| Source |
string |
The source of the tag. |
db |
| Type |
string |
The type of the metric. |
GAUGE |
| Unit |
string |
The unit of the metric. |
bytes |
| Metric |
string |
The metric name. |
mysql_exporter_collector_duration_seconds |
Contoh
Respons sukses
JSONformat
{
"RequestId": "B6A00968-82A8-4F14-9D1B-B53827DB****",
"Code": 200,
"Message": "success",
"Success": true,
"Data": [
{
"Group": "Common",
"Labels": [
{
"Description": "大小为PAGE_SIZE的B树页面被成功压缩的次数。\n",
"Key": "page_size",
"Source": "db"
}
],
"Metrics": [
{
"Description": "大小为PAGE_SIZE的B树页面被成功压缩的次数。\n",
"Labels": [
{
"Description": "PAGE_SIZE",
"Key": "page_size",
"Source": "db"
}
],
"Type": "GAUGE",
"Unit": "bytes",
"Metric": "mysql_exporter_collector_duration_seconds"
}
]
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.