You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| comment | Editable space available for users to add comments when performing changes. Example: `Action performed during investigation`|
29
30
| parentResourceId | Unique identifier of the parent resource, if it exists. Example: `8190`|
30
31
| parentResourceType | Identifier of the parent resource type, if it exists. Example: `Application`|
@@ -129,8 +130,9 @@ See each available field and their descriptions below.
129
130
| streamName | ID set through virtual host configuration based on location directive. Set on virtual host configuration file. Example: `company_sector.sdp`|
130
131
| tcpinfoRtt | Round-Trip Time (RTT) in microseconds measured by the edge for the user. Available on systems that support the TCP_INFO socket option. Example: `72052`|
131
132
| ts | Timestamp of when the event was created. Example: `2022-10-20T10:10:10`|
132
-
| upstreamAddr | Client’s IP address and port. Can also store multiple servers or server groups. Example: `192.168.1.1:80`. When the response is `127.0.0.1:1666`, the upstream is [Azion Cells Runtime](/en/documentation/runtime/overview/). |
133
+
| upstreamAddr | Client's IP address and port. Can also store multiple servers or server groups. Example: `192.168.1.1:80`. When the response is `127.0.0.1:1666`, the upstream is [Azion Cells Runtime](/en/documentation/runtime/overview/). |
133
134
| upstreamAddrStr | List with all `upstreamAddr` responses. |
135
+
| upstreamLocalAddr | Local IP address used by the edge to establish the connection with the origin server. It represents the outgoing (source) IP used when communicating with the upstream. Example: `10.0.12.34`|
134
136
| upstreamBytesReceived | Number of bytes received by the origin’s edge if the content isn’t cached. Example: `8304`|
135
137
| upstreamBytesReceivedStr | List with all `upstreamBytesReceived` responses. |
136
138
| upstreamBytesSent | Number of bytes sent to the origin. Example: `2733`|
Copy file name to clipboardExpand all lines: src/content/docs/pt-br/pages/devtools/api-graphql/recursos/events-campos.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Veja cada campo disponível e suas descrições abaixo.
24
24
| accountId | Identificador da conta Azion. Exemplo: `8437`|
25
25
| authorEmail | Email do usuário do Azion Console que executou a ação. Exemplo: `myemail@gmail.com`|
26
26
| authorName | Nome do usuário do Azion Console que executou a ação. Exemplo: `Hannah`|
27
+
| clientId | Identificador único de cliente Azion. Exemplo: `8437r`|
27
28
| comment | Campo editável disponível para que usuários possam adicionar comentários ao realizarem mudanças. Exemplo: `Ação realizada durante investigação`|
28
29
| parentResourceId | Identificador único do recurso pai, se houver. Exemplo: `8190`|
29
30
| parentResourceType | Identificador do tipo de recurso pai, se houver. Exemplo: `Application`|
@@ -134,6 +135,7 @@ Veja cada campo disponível e suas descrições abaixo.
134
135
| ts | Data e hora de quando o evento foi criado. Exemplo: `2022-10-20T10:10:10`|
135
136
| upstreamAddr | Endereço IP e porta do cliente. Também pode armazenar múltiplos servidores ou grupos de servidores. Exemplo: `192.168.1.1:80`. Quando a resposta é `127.0.0.1:1666`, o upstream é o [Azion Cells Runtime](/pt-br/documentacao/runtime/visao-geral/). |
136
137
| upstreamAddrStr | Lista com todas as respostas `upstreamAddr`. |
138
+
| upstreamLocalAddr | Endereço IP local utilizado pelo edge para estabelecer a conexão com o servidor de origem. Representa o IP de saída (source IP) usado na comunicação com o upstream. Exemplo: `10.0.12.34`|
137
139
| upstreamBytesReceived | Número de bytes recebidos pelo edge da origem, se o conteúdo não estiver em cache. Exemplo: `8304`|
138
140
| upstreamBytesReceivedStr | Lista com todas as respostas `upstreamBytesReceived`. |
139
141
| upstreamBytesSent | Número de bytes enviados para a origem. Exemplo: `2733`|
0 commit comments