From c026f7c231d90e43f645a634ef5d42b6dd89f69a Mon Sep 17 00:00:00 2001 From: Rodrigo Maria Date: Wed, 1 Apr 2026 14:44:32 -0300 Subject: [PATCH] fix: format activity history table --- .../main-menu/reference/observe/data-stream/data-stream.mdx | 4 ++-- .../referencia/observe/data-streaming/data-streaming.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/docs/en/pages/main-menu/reference/observe/data-stream/data-stream.mdx b/src/content/docs/en/pages/main-menu/reference/observe/data-stream/data-stream.mdx index ca46c9562c..4208f48261 100644 --- a/src/content/docs/en/pages/main-menu/reference/observe/data-stream/data-stream.mdx +++ b/src/content/docs/en/pages/main-menu/reference/observe/data-stream/data-stream.mdx @@ -109,7 +109,7 @@ Each data source has a preset of *variables*, combined in a template, representi You can't associate domains if you use the **Activity History** data source. ::: -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: +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: | Variable | Description | Example | | --- | --- | --- | @@ -123,7 +123,7 @@ The **Activity History** data source displays the data for [logs activity](en/do | $parent_resource_type | Identifier of the parent resource name, if any. | "Application" | | $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" | | $remote_port | Source port that generated the request. | "80" | -| $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"}` | +| $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"}" | | $resource_id | Unique identifier of the resource that was created or modified. | "460948" | | $resource_name | Identifier of the resource name that was created or modified. | "Debug rule" | | $resource_type | Identifier of the resource type that was created or modified. | "Application Response Rule" | diff --git a/src/content/docs/pt-br/pages/menu-principal/referencia/observe/data-streaming/data-streaming.mdx b/src/content/docs/pt-br/pages/menu-principal/referencia/observe/data-streaming/data-streaming.mdx index 9339b4280d..76872c78c5 100644 --- a/src/content/docs/pt-br/pages/menu-principal/referencia/observe/data-streaming/data-streaming.mdx +++ b/src/content/docs/pt-br/pages/menu-principal/referencia/observe/data-streaming/data-streaming.mdx @@ -114,7 +114,7 @@ Não é possível associar domínios ao usar o data source **Activity History**. 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: | Variável | Descrição | Exemplo | -| --- | --- | +| --- | --- | --- | | $account_id | Identificador da conta Azion. | "8437" | | $author_email | Email do usuário do Azion Console que executou a atividade. | "myemail@gmail.com" | | $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 | $parent_resource_type | Identificador do nome de recurso pai, se houver. | "Application" | | $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" | | $remote_port | Porta de origem que gerou a solicitação. | "80" | -| $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"}` | +| $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"}" | | $resource_id | Identificador único do recurso que foi criado ou modificado. | "460948" | | $resource_name | Identificador do nome de recurso que foi criado ou modificado. | "Debug rule" | | $resource_type | Identificador do tipo de recurso que foi criado ou modificado. | "Application Response Rule" |