Membuat integrasi alert.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| IntegrationName |
string |
Yes |
Nama integrasi. |
云监控集成 |
| IntegrationProductType |
string |
Yes |
Tipe produk integrasi:
|
CLOUD_MONITOR |
| Description |
string |
No |
Deskripsi integrasi. |
测试 |
| AutoRecover |
boolean |
No |
Apakah event alert dipulihkan secara otomatis:
|
true |
| RecoverTime |
integer |
No |
Pengatur waktu pemulihan otomatis event alert. Nilai default: 300 detik. |
300 |
| RegionId |
string |
No |
ID wilayah. |
cn-hangzhou |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Respons. |
||
| RequestId |
string |
ID permintaan. |
34ED024E-9E31-434A-9E4E-D9D15C3**** |
| Integration |
object |
Informasi yang dikembalikan tentang integrasi alert. |
|
| IntegrationId |
integer |
ID integrasi alert. |
1234 |
| IntegrationName |
string |
Nama integrasi alert. |
云监控集成 |
| IntegrationProductType |
string |
Tipe produk integrasi:
|
CLOUD_MONITOR |
| Description |
string |
Deskripsi integrasi alert. |
测试 |
| AutoRecover |
boolean |
Apakah event alert dipulihkan secara otomatis:
|
true |
| RecoverTime |
integer |
Pengatur waktu pemulihan otomatis event alert. Nilai default: 300 detik. |
300 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "34ED024E-9E31-434A-9E4E-D9D15C3****",
"Integration": {
"IntegrationId": 1234,
"IntegrationName": "云监控集成",
"IntegrationProductType": "CLOUD_MONITOR",
"Description": "测试",
"AutoRecover": true,
"RecoverTime": 300
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.