Report

any: Report (catch-all)

#

Description

Matches any report event.

Fields #

NameDescription
uuidUnique event identifier.
timestampTime the event occurred.
actor_uuidActor identifier.
actor_details.uuidActor identifier.
actor_details.nameActor's full name.
actor_details.emailActor's email address.
actor_typeType of actor.
actor_account_uuid1Password account identifier of the actor.
account_uuid1Password account identifier.
actionAction performed.
object_typeType of affected object.
object_uuidIdentifier of the affected object.
object_details.uuidAffected user identifier, when applicable.
object_details.nameAffected user's full name, when applicable.
object_details.emailAffected user's email address, when applicable.
aux_idNumeric identifier for related event data.
aux_uuidIdentifier for related event data.
aux_details.uuidRelated user identifier, when applicable.
aux_details.nameRelated user's full name, when applicable.
aux_details.emailRelated user's email address, when applicable.
aux_infoAdditional event information.
session.uuidSession identifier.
session.login_timeTime the session started.
session.device_uuidIdentifier of the session device.
session.ipIP address used for the session.
location.countryClient country inferred from IP address.
location.regionClient region inferred from IP address.
location.cityClient city inferred from IP address.
location.longitudeClient longitude inferred from IP address.
location.latitudeClient latitude inferred from IP address.

References #

report-export: Export Report

#

Description

A user exported a report.

Fields #

NameDescription
uuidUnique event identifier.
timestampTime the event occurred.
actor_uuidActor identifier.
actor_details.uuidActor identifier.
actor_details.nameActor's full name.
actor_details.emailActor's email address.
actor_typeType of actor.
actor_account_uuid1Password account identifier of the actor.
account_uuid1Password account identifier.
actionAction performed.
object_typeType of affected object.
object_uuidIdentifier of the affected object.
object_details.uuidAffected user identifier, when applicable.
object_details.nameAffected user's full name, when applicable.
object_details.emailAffected user's email address, when applicable.
aux_idNumeric identifier for related event data.
aux_uuidIdentifier for related event data.
aux_details.uuidRelated user identifier, when applicable.
aux_details.nameRelated user's full name, when applicable.
aux_details.emailRelated user's email address, when applicable.
aux_infoAdditional event information.
session.uuidSession identifier.
session.login_timeTime the session started.
session.device_uuidIdentifier of the session device.
session.ipIP address used for the session.
location.countryClient country inferred from IP address.
location.regionClient region inferred from IP address.
location.cityClient city inferred from IP address.
location.longitudeClient longitude inferred from IP address.
location.latitudeClient latitude inferred from IP address.

Example Event #

{
  "uuid": "LVFT7EOS26V4MFTK2CHZUON3XO",
  "timestamp": "1/8/2024, 6:16:58.027 PM",
  "location": {
    "country": "Portugal",
    "region": "Faro",
    "city": "Olh�o",
    "latitude": 37.0272,
    "longitude": -7.8338
  },
  "actor_uuid": "2C4RSXPRI5BVFOS3TCJFYDZYXY",
  "actor_details": {
    "uuid": "2C4RSXPRI5BVFOS3TCJFYDZYXY",
    "name": "Tommy Shelby",
    "email": "tommy.shelby@securehats.nl"
  },
  "action": "export",
  "object_type": "report",
  "aux_uuid": "54SFBG7JOJEQRKEY5TQ7JXRFVA",
  "aux_info": "user-usage-report",
  "session": {
    "uuid": "X4FWG32AEJEMLDS5LWQZQC4QZQ",
    "login_time": "2024-01-08T17:58:41.2889308Z",
    "device_uuid": "wnxznnlchyi4cpqratg6dzigjq",
    "ip": "95.93.92.51"
  }
}

References #

report-view: View Report

#

Description

A user viewed a report.

Fields #

NameDescription
uuidUnique event identifier.
timestampTime the event occurred.
actor_uuidActor identifier.
actor_details.uuidActor identifier.
actor_details.nameActor's full name.
actor_details.emailActor's email address.
actor_typeType of actor.
actor_account_uuid1Password account identifier of the actor.
account_uuid1Password account identifier.
actionAction performed.
object_typeType of affected object.
object_uuidIdentifier of the affected object.
object_details.uuidAffected user identifier, when applicable.
object_details.nameAffected user's full name, when applicable.
object_details.emailAffected user's email address, when applicable.
aux_idNumeric identifier for related event data.
aux_uuidIdentifier for related event data.
aux_details.uuidRelated user identifier, when applicable.
aux_details.nameRelated user's full name, when applicable.
aux_details.emailRelated user's email address, when applicable.
aux_infoAdditional event information.
session.uuidSession identifier.
session.login_timeTime the session started.
session.device_uuidIdentifier of the session device.
session.ipIP address used for the session.
location.countryClient country inferred from IP address.
location.regionClient region inferred from IP address.
location.cityClient city inferred from IP address.
location.longitudeClient longitude inferred from IP address.
location.latitudeClient latitude inferred from IP address.

Example Event #

{
  "uuid": "5OLE3I6U7BIIEACXIFX4WM3RD7",
  "timestamp": "12/15/2023, 10:09:32.586 AM",
  "location": {
    "country": "The Netherlands",
    "region": "North Holland",
    "city": "Amsterdam",
    "latitude": 52.3759,
    "longitude": 4.8975
  },
  "actor_uuid": "2C4RSXPRI5BVFOS3TCJFYDZYXY",
  "actor_details": {
    "uuid": "2C4RSXPRI5BVFOS3TCJFYDZYXY",
    "name": "Tommy Shelby",
    "email": "tommy.shelby@securehats.nl"
  },
  "action": "view",
  "object_type": "report",
  "aux_info": "activity-log",
  "session": {
    "uuid": "LYLWMPH245GGLEE5T5GULX7FRU",
    "login_time": "2023-12-15T10:08:15.5397096Z",
    "device_uuid": "wnxznnlchyi4cpqratg6dzigjq",
    "ip": "193.187.128.72"
  }
}

References #