Mengkueri informasi detail tentang EventBridge.
Deskripsi operasi
You can call this API operation to query the detailed information about an event bus.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eventbridge:GetEventBus |
get |
*EventBus
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| EventBusName |
string |
Yes |
Nama EventBridge. |
MyEventBus |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Message |
string |
The error message that is returned if the request failed. |
EventBusNotExist |
| RequestId |
string |
The request ID. |
d5bfc188-4452-4ba7-b73a-a9005e522439 |
| Data |
object |
The data returned. |
|
| EventBusARN |
string |
The Alibaba Cloud Resource Name (ARN) of the event bus. |
acs:eventbridge:cn-hangzhou:123456789098****:eventbus/MyEventBus |
| EventBusName |
string |
The name of the event bus. |
MyEventBus |
| Description |
string |
The description of the event bus. |
demo |
| CreateTimestamp |
integer |
The timestamp that indicates when the event bus was created. |
1641781825000 |
| Code |
string |
The response code. The value Success indicates that the request was successful. Other values indicate that the request failed. For more information about error codes, see Error codes. |
Success |
| Success |
boolean |
Indicates whether the operation was successful. If the operation was successful, the value true is returned. |
true |
Contoh
Respons sukses
JSONformat
{
"Message": "EventBusNotExist",
"RequestId": "d5bfc188-4452-4ba7-b73a-a9005e522439",
"Data": {
"EventBusARN": "acs:eventbridge:cn-hangzhou:123456789098****:eventbus/MyEventBus",
"EventBusName": "MyEventBus",
"Description": "demo",
"CreateTimestamp": 1641781825000
},
"Code": "Success",
"Success": true
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 403 | ServiceNotEnable | Service not enable |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.