The Event is the primitive, raw event type.
SHA of commit that led to this deployment. Applicable only if eventType is deployment, will stay empty otherwise.
eventType
deployment
Only for deployments.
Date of event.
Unix timestamp of event time.
The type of event that has happened. Can be change, deployment, or incident.
change
incident
The underlying ID taken from the main/head commit ID which is a 40-character SHA1 string.
`387aa161993865e33b2e687ce199c25dde76a805` Copy
`387aa161993865e33b2e687ce199c25dde76a805`
The input body serialized to a string.
The Git repository name, such as the name of the API or Git repository that we are measuring metrics for.
`SOMEORG/SOMEREPO` Copy
`SOMEORG/SOMEREPO`
Unix timestamp of creation of original event.
Unix timestamp when an incident is handled. Only applicable if eventType is incident. Will stay empty otherwise.
Used for incident titles.
Only for incidents.
Description
The Event is the primitive, raw event type.