Mengkueri informasi integrasi notifikasi EventBridge.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
arms:ListEventBridgeIntegrations |
none |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Page |
integer |
Yes |
Nomor halaman untuk kueri. |
1 |
| Size |
integer |
Yes |
Jumlah entri yang dikembalikan pada setiap halaman. |
15 |
| Name |
string |
No |
Nama integrasi notifikasi EventBridge. |
EventBridge_Test |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema Respons. |
||
| RequestId |
string |
ID permintaan. |
2B289756-E791-5842-BCBD-AD414C****** |
| PageBean |
object |
Informasi integrasi notifikasi EventBridge pada setiap halaman. |
|
| Total |
integer |
Jumlah total integrasi notifikasi EventBridge yang dikembalikan. |
1 |
| Page |
integer |
Nomor halaman yang dikembalikan. |
1 |
| Size |
integer |
Jumlah entri yang dikembalikan per halaman. |
15 |
| EventBridgeIntegrations |
array<object> |
Daftar objek integrasi notifikasi EventBridge. |
|
|
object |
Informasi objek integrasi notifikasi EventBridge. |
||
| Id |
integer |
The ID of the EventBridge integration. |
123 |
| Name |
string |
The name of the EventBridge integration. |
EventBridge_Test |
| Description |
string |
The description of the EventBridge integration. |
test |
Contoh
Respons sukses
JSONformat
{
"RequestId": "2B289756-E791-5842-BCBD-AD414C******",
"PageBean": {
"Total": 1,
"Page": 1,
"Size": 15,
"EventBridgeIntegrations": [
{
"Id": 123,
"Name": "EventBridge_Test",
"Description": "test"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.