System Created
The System Created event is fired when a new system is created or added to the data inventory. Note: this does not include new systems detected in the Radar.
Payload Schema
In addition to the standard fields every event has, the event has the following fields in its payload:
Field Name | Description |
---|---|
systemId | The ID of the system that was added. |
estimatedEmployeeCount | The estimated number of employees connected to this system. |
An example event:
{
"systemId": "google-bigquery",
"estimatedEmployeeCount": 100,
"eventId": "123456789abcdefghijklm",
"eventType": "SystemCreated",
"isTest": true
}
Updated 10 months ago