Log Stream Activity Logs

Last modified on September 16, 2024

FieldTypeDescriptionExample
activityStringActivity that was performed"admin token created"
actorAccountIDStringUnique identifier of the account that performed the activity"a-0abcdabcdab00000"
actorEmailStringEmail of the account that performed the activity, at the time the activity was executed"alice.glick@example.com"
actorExternalIDStringExternal ID of the account that performed the activity, at the time the activity was executed"e-bca5454"
actorFirstNameStringGiven name of the account that performed the activity, at the time the activity was executed"Alice"
actorLastNameStringFamily name of the account that performed the activity, at the time the activity was executed"Glick"
actorNameStringFull name of the account that performed the activity, at the time the activity was executed"Alice Glick"
descriptionStringHuman-readable description of the activityAlice Glick (alice.glick@example.com) created admin token super-token
entitiesArrayList of entities involved in the activity[ "a-0abcdabcdab00000" ]
formatVersionStringVersion of the log format"v1.0.0"
idStringUnique identifier of the activity"0CEGCEGCEGCEGCEGCEGCE1234ceg"
ipAddressStringIP address from which the activity was performed"1.11.222.333"
logTypeStringType of log, always “activities” for activity logs"activities"
timestampStringTime at which the activity took place, formatted as datetime"2024-08-01T13:13:20.895597162Z"
userAgentStringUser agent present when this activity was performed"strongdm-sdk-python/8.3.0"
Top