Skip to content

Commit 4f8b377

Browse files
authored
Merge pull request #2136 from aziontech/EDU-6953-update-activity-history-docs
EDU-6953 update Activity History changes on docs
2 parents 0da48d5 + 00e9675 commit 4f8b377

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/content/docs/en/pages/devtools/api-graphql/features/events-fields.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ See each available field and their descriptions below.
2525
| accountId | Account's identifier on Azion. Example: `8437` |
2626
| authorEmail | Email address of the Azion Console user who performed the action. Example: `myemail@gmail.com` |
2727
| authorName | Name of the Azion Console user who performed the action. Example: `Hannah` |
28+
| clientId | Unique Azion client identifier. Example: `8437r` |
2829
| comment | Editable space available for users to add comments when performing changes. Example: `Action performed during investigation` |
2930
| parentResourceId | Unique identifier of the parent resource, if it exists. Example: `8190` |
3031
| parentResourceType | Identifier of the parent resource type, if it exists. Example: `Application` |
@@ -129,8 +130,9 @@ See each available field and their descriptions below.
129130
| streamName | ID set through virtual host configuration based on location directive. Set on virtual host configuration file. Example: `company_sector.sdp` |
130131
| 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` |
131132
| ts | Timestamp of when the event was created. Example: `2022-10-20T10:10:10` |
132-
| upstreamAddr | Clients 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/). |
133134
| 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` |
134136
| upstreamBytesReceived | Number of bytes received by the origin’s edge if the content isn’t cached. Example: `8304` |
135137
| upstreamBytesReceivedStr | List with all `upstreamBytesReceived` responses. |
136138
| upstreamBytesSent | Number of bytes sent to the origin. Example: `2733` |

src/content/docs/pt-br/pages/devtools/api-graphql/recursos/events-campos.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Veja cada campo disponível e suas descrições abaixo.
2424
| accountId | Identificador da conta Azion. Exemplo: `8437` |
2525
| authorEmail | Email do usuário do Azion Console que executou a ação. Exemplo: `myemail@gmail.com` |
2626
| authorName | Nome do usuário do Azion Console que executou a ação. Exemplo: `Hannah` |
27+
| clientId | Identificador único de cliente Azion. Exemplo: `8437r` |
2728
| 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` |
2829
| parentResourceId | Identificador único do recurso pai, se houver. Exemplo: `8190` |
2930
| 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.
134135
| ts | Data e hora de quando o evento foi criado. Exemplo: `2022-10-20T10:10:10` |
135136
| 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/). |
136137
| 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` |
137139
| upstreamBytesReceived | Número de bytes recebidos pelo edge da origem, se o conteúdo não estiver em cache. Exemplo: `8304` |
138140
| upstreamBytesReceivedStr | Lista com todas as respostas `upstreamBytesReceived`. |
139141
| upstreamBytesSent | Número de bytes enviados para a origem. Exemplo: `2733` |

0 commit comments

Comments
 (0)