Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| --- | --- | --- |
Expand All @@ -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" |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" |
Expand All @@ -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" |
Expand Down
Loading