Audit Logs: Administration Events

Prev Next

Payload schemas for environment and service administration audit log events. Each table lists the attributes returned in the object.attributes field of the event payload for the given eventAction. For module event schemas, see Audit Logs: Module Events. For the full list of eventAction values, see Audit Logs.

Client Tracker Administration

add-clienttracker-datadog-rum

Attribute Description Type
clientTokenSet Whether the Datadog RUM client token was set at creation. Boolean
tracingOrigins The Datadog RUM tracing origins at creation. String
trackInteractions Whether Track Interactions was enabled at creation. Boolean
recordSessionPlays Whether Record Session Replays was enabled at creation. Boolean
isEnabled Whether the tracker was enabled at creation. Boolean

modify-clienttracker-datadog-rum

Attribute Description Type
clientTokenSet Whether the Datadog RUM client token is set. Boolean
tracingOrigins The Datadog RUM tracing origins after changes were made. String
trackInteractions Whether Track Interactions is enabled. Boolean
recordSessionPlays Whether Record Session Replays is enabled. Boolean
isEnabled Whether the tracker is enabled. Boolean

add-clienttracker-logrocket

Attribute Description Type
captureIP Whether Capture was enabled at creation. Boolean
captureUser Whether Capture User was enabled at creation. Boolean
isEnabled Whether the tracker was enabled at creation. Boolean
ingestServer The LogRocket ingest server at creation. String

modify-clienttracker-logrocket

Attribute Description Type
captureIP Whether Capture IP is enabled. Boolean
captureUser Whether Capture User is enabled. Boolean
isEnabled Whether the tracker is enabled. Boolean
ingestServer The LogRocket ingest server after changes were made. String

add-clienttracker-newrelic

Attribute Description Type
agentId The agent ID at creation. String
applicationId The application ID at creation. String
trustKey The trust key at creation. String
isEnabled Whether the tracker was enabled at creation. Boolean

modify-clienttracker-newrelic

Attribute Description Type
agentId The agent ID after changes were made. String
applicationId The application ID after changes were made. String
trustKey The trust key after changes were made. String
isEnabled Whether the tracker is enabled. Boolean

Email Templates

modify-email-template

Attribute Description Type
templateName The name of the email template that was changed. String
subject The email template's subject line after changes were made. String

Environment Administration

modify-disable-safe-html-filters (was modify-disable-safeHTMLfilters)

Attribute Description Type
value The updated safe HTML filter setting. String

modify-api-ratelimiting

Attribute Description Type
value The new API rate limit value. String

modify-password-requirements

Attribute Description Type
minLength The minimum password length after changes were made. Integer
requireUppercase Whether uppercase characters are required. Boolean
requireLowercase Whether lowercase characters are required. Boolean
requireNumbers Whether numbers are required. Boolean
requireSpecialCharacters Whether special characters are required. Boolean

modify-express-useraccountlockout

Attribute Description Type
maxAttempts The maximum number of failed login attempts before lockout. Integer
lockoutDuration The lockout duration in minutes. Integer

modify-express-csp

Attribute Description Type
value The updated Content Security Policy value. String

modify-site-name

Attribute Description Type
siteName The environment site name after changes were made. String

modify-serverside-execution-logs

Attribute Description Type
enabled Whether server-side execution logs are enabled. Boolean

modify-daystotrack-trackerrecord

Attribute Description Type
value The number of days tracker records are retained. Integer

enable-custom-login

Attribute Description Type
loginModule The module configured as the custom login module. String
logoutModule The module configured as the custom logout module. String

delete-superuser-access

Attribute Description Type
userId The unique identifier of the Creator whose super-user access was removed. String

Excel Fill Template Administration

upload-excelfill-template

Attribute Description Type
templateName The name of the Excel fill template that was uploaded. String

download-excelfill-template

Attribute Description Type
templateName The name of the Excel fill template that was downloaded. String

delete-excelfill-template

Attribute Description Type
templateName The name of the Excel fill template that was deleted. String
deletedSuccess Whether the template was deleted successfully. Boolean

Global Variables

add-global-variable

Attribute Description Type
variableName The name of the that was created. String
variableType The type of the global variable. String

modify-global-variable

Attribute Description Type
variableName The name of the global variable after changes were made. String
variableType The type of the global variable. String

delete-global-variable

Attribute Description Type
variableName The name of the global variable that was deleted. String
deletedSuccess Whether the global variable was deleted successfully. Boolean

promote-global-variable

Attribute Description Type
variableName The name of the global variable that was promoted. String
targetEnvironment The environment where the global variable was promoted. String

Managed Assets

upload-managed-assets

Attribute Description Type
assetName The name of the asset that was uploaded. String
assetFolder The folder where the asset was uploaded. String

download-managed-assets

Attribute Description Type
assetName The name of the asset that was downloaded. String

delete-managed-assets

Attribute Description Type
assetName The name of the asset that was deleted. String
deletedSuccess Whether the asset was deleted successfully. Boolean

createfolder-managed-assets

Attribute Description Type
folderName The name of the asset folder that was created. String

PDF Template Administration

upload-pdf-template

Attribute Description Type
templateName The name of the PDF template that was uploaded. String

download-pdf-template

Attribute Description Type
templateName The name of the PDF template that was downloaded. String

delete-pdf-template

Attribute Description Type
templateName The name of the PDF template that was deleted. String
deletedSuccess Whether the template was deleted successfully. Boolean

Service Administration

add-service-administration / modify-service-administration / delete-service-administration

Attribute Description Type
serviceName The name of the service configuration that was changed. String
serviceType The type of the service (for example, LLM Credentials, Integration Gateway). String

These events apply to all service-level configurations, including LLM Credentials and Integration Gateway services. Filter by serviceType in the event payload to isolate events for a specific service type.

Start Node Administration

start-workflow-node / stop-workflow-node

Attribute Description Type
nodeId The unique identifier of the workflow start node. String
nodeName The name of the workflow start node. String

Style Administration

modify-style-details

Attribute Description Type
styleName The name of the style after changes were made. String

set-style-default

Attribute Description Type
styleName The name of the style that was set as the default. String

delete-style-default

Attribute Description Type
styleName The name of the style whose default setting was removed. String

promote-style-details

Attribute Description Type
styleName The name of the style that was promoted. String
targetEnvironment The environment where the style was promoted. String

Changelog

Date Change
2026-09-11 Initial publication (EN-8100).