Skip to main content
CommunityCloudEnterprise

Branch Events

Branch lifecycle operations (provisioning, syncing, merging, etc.) are recorded as branch events. The list of events associated with a branch serves as its operational history.

Fields

Time

The time at which the event occurred.

Branch

The branch to which this event pertains.

User

The NetBox user responsible for triggering this event. This field may be null if the event was triggered by an internal process or by a user account that has since been deleted.

Type

The type of event. This must be one of the following:

TypeDescription
ProvisionedThe branch's schema was provisioned in the database
SyncedChanges from main were synchronized into the branch
MigratedDatabase migrations were applied to the branch schema
MergedChanges from the branch were merged into main
RevertedPreviously merged changes from the branch were reverted in main
ArchivedThe branch's schema was deprovisioned, but its event record was kept