Service events payload

The following IBM® Verify service event attributes are available when generating reports.

The service event is the base event of all events. The following attributes are included in all events.

Table 1.
Name Data type Description
correlationid String Correlation-id of flow event was generated in
data KeyedData Key value data entries
day long Day the event was generated
event_type String Type of service event: authentication, SSO, management
id String Unique ID of the event record
month long Month the event was generated
segment SegmentTrackData Optional segment milestone data
servicename String Name of service that generated event
tenantid String Tenant ID that generated event
tenantname String Tenant name that generated event
time long Timestamp when the event was generated
year long Year the event was generated

Example

The following code is a sample payload. The following attributes are included in all events. Use the Events APIs to get the actual attributes. See https://docs.verify.ibm.com/verify/reference/getallevents and https://docs.verify.ibm.com/verify/docs/pulling-event-data.

{
   "data":{
      "<key>":"<value>"
   },
   "year":2019,
   "event_type":"service",
   "month":11,
   "indexed_at":1572979268427,
   "tenantid":"<tenant_id>",
   "tenantname":"<tenant_name>.ibmcloudsecurity.com",
   "correlationid":"CORR_ID-11a1aa11-111a-111-111-a11aaa88971111a1",
   "id":"<event_identifier>",
   "time":1572979268418,
   "day":5
}