Skip to content

Commit b017cc6

Browse files
authored
Merge pull request #2090 from aziontech/fix-format-activity-history-table
[NO-ISSUE] fix: format activity history table
2 parents 108a917 + c026f7c commit b017cc6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/content/docs/en/pages/main-menu/reference/observe/data-stream/data-stream.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Each data source has a preset of *variables*, combined in a template, representi
109109
You can't associate domains if you use the **Activity History** data source.
110110
:::
111111

112-
The **Activity History** data source displays the data for [logs activity](en/documentation/products/accounts/activity-history/) regarding your account on Azion Console. The following variables are available for this option:
112+
The **Activity History** data source displays the data for [logs activity](/en/documentation/products/accounts/activity-history/) regarding your account on Azion Console. The following variables are available for this option:
113113

114114
| Variable | Description | Example |
115115
| --- | --- | --- |
@@ -123,7 +123,7 @@ The **Activity History** data source displays the data for [logs activity](en/do
123123
| $parent_resource_type | Identifier of the parent resource name, if any. | "Application" |
124124
| $referer_header | `Referer` header of the page from where the API was called. Returns when the API call is made from a UI. | "https://console.azion.com/applications/edit/1754317987/rules-engine" |
125125
| $remote_port | Source port that generated the request. | "80" |
126-
| $request_data | Data received in the payload of the request generated by the user. | `{"id": 460948, "name": "Debug rule", "active": true, "last_editor": "myemail@gmail.com", "last_modified": "2026-03-26T11:27:10.228491Z"}` |
126+
| $request_data | Data received in the payload of the request generated by the user. | "{"id": 460948, "name": "Debug rule", "active": true, "last_editor": "myemail@gmail.com", "last_modified": "2026-03-26T11:27:10.228491Z"}" |
127127
| $resource_id | Unique identifier of the resource that was created or modified. | "460948" |
128128
| $resource_name | Identifier of the resource name that was created or modified. | "Debug rule" |
129129
| $resource_type | Identifier of the resource type that was created or modified. | "Application Response Rule" |

src/content/docs/pt-br/pages/menu-principal/referencia/observe/data-streaming/data-streaming.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Não é possível associar domínios ao usar o data source **Activity History**.
114114
O data source **Activity History** exibe os dados referentes aos [registros de atividade](/pt-br/documentacao/produtos/gestao-de-contas/activity-history/) de sua conta no Azion Console. As seguintes variáveis estão disponíveis para essa opção:
115115

116116
| Variável | Descrição | Exemplo |
117-
| --- | --- |
117+
| --- | --- | --- |
118118
| $account_id | Identificador da conta Azion. | "8437" |
119119
| $author_email | Email do usuário do Azion Console que executou a atividade. | "myemail@gmail.com" |
120120
| $author_name | Nome do usuário do Azion Console que executou a atividade. | "Gabriel Alves" |
@@ -125,7 +125,7 @@ O data source **Activity History** exibe os dados referentes aos [registros de a
125125
| $parent_resource_type | Identificador do nome de recurso pai, se houver. | "Application" |
126126
| $referer_header | Cabeçalho `Referer` da página de onde a API foi chamada. Retorna quando a chamada da API é feita a partir de uma UI. | "https://console.azion.com/applications/edit/1754317987/rules-engine" |
127127
| $remote_port | Porta de origem que gerou a solicitação. | "80" |
128-
| $request_data | Dados recebidos no payload da solicitação gerada pelo usuário. | `{"id": 460948, "name": "Debug rule", "active": true, "last_editor": "myemail@gmail.com", "last_modified": "2026-03-26T11:27:10.228491Z"}` |
128+
| $request_data | Dados recebidos no payload da solicitação gerada pelo usuário. | "{"id": 460948, "name": "Debug rule", "active": true, "last_editor": "myemail@gmail.com", "last_modified": "2026-03-26T11:27:10.228491Z"}" |
129129
| $resource_id | Identificador único do recurso que foi criado ou modificado. | "460948" |
130130
| $resource_name | Identificador do nome de recurso que foi criado ou modificado. | "Debug rule" |
131131
| $resource_type | Identificador do tipo de recurso que foi criado ou modificado. | "Application Response Rule" |

0 commit comments

Comments
 (0)