Mengkueri jejak peristiwa.
Deskripsi operasi
You can call this API operation to query event traces.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eventbridge:QueryEventTraces |
get |
*EventBus
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| EventBusName |
string |
Yes |
Nama EventBridge. |
MyEventBus |
| EventId |
string |
Yes |
ID event. |
1935debf-ddac-49dc-a090-d4f2857a046d |
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. |
BB934571-1F5A-5E17-91DD-E2BC3E1BFBFF |
| Data |
array<object> |
The name of the event source. |
|
|
object |
|||
| Action |
string |
The type of the event trace. Valid values: PutEvent, FilterEvent, and PushEvent. The value PutEvent indicates that the event was delivered. The value FilterEvent indicates that the event was filtered. The value PushEvent indicates that the event was pushed. |
PutEvent |
| ReceivedTime |
integer |
The time when the event was delivered to the event bus. This parameter is returned only if Action is set to PutEvent. |
1659495343896 |
| RuleMatchingTime |
string |
The time when the event rule was matched. This parameter is returned only if Action is set to FilterEvent. |
1659495343896 |
| ActionTime |
integer |
The execution time of the event trace. |
1659495343896 |
| NotifyStatus |
string |
The delivery status. |
[200]Ok |
| RuleName |
string |
The name of the event rule. |
ramrolechange-mns |
| EventId |
string |
The event ID. |
a5747e4f-2af2-40b6-b262-d0140e995bf7 |
| EventBusName |
string |
The name of the event bus. |
demo |
| Endpoint |
string |
The endpoint of the event target. This parameter is returned only if Action is set to PushEvent. |
acs:mns:cn-zhangjiakou:123456789098****:queues/testQueue |
| NotifyLatency |
string |
The delay period for which the event was delivered to the event target. This parameter is returned only if Action is set to PushEvent. |
80 |
| NotifyTime |
integer |
The time when the event was delivered to the event target. This parameter is returned only if Action is set to PushEvent. |
1659495343896 |
| EventSource |
string |
The name of the event source. |
cert-api |
| Code |
string |
The response code. Valid values: 200: The request was successful. Other codes: The request failed. For information about error codes, see Error codes. |
200 |
| Success |
boolean |
Indicates whether the request is successful. Valid values: true and false. |
true |
Contoh
Respons sukses
JSONformat
{
"Message": "EventBusNotExist",
"RequestId": "BB934571-1F5A-5E17-91DD-E2BC3E1BFBFF",
"Data": [
{
"Action": "PutEvent",
"ReceivedTime": 1659495343896,
"RuleMatchingTime": "1659495343896",
"ActionTime": 1659495343896,
"NotifyStatus": "[200]Ok",
"RuleName": "ramrolechange-mns",
"EventId": "a5747e4f-2af2-40b6-b262-d0140e995bf7",
"EventBusName": "demo",
"Endpoint": "acs:mns:cn-zhangjiakou:123456789098****:queues/testQueue",
"NotifyLatency": "80",
"NotifyTime": 1659495343896,
"EventSource": "cert-api"
}
],
"Code": "200",
"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.