Skip to main content

Artifact events

Artifact Created Event​

Type: infrahub.artifact.created Description: Event generated when an artifact has been created

Uses node_kind filter for webhooks: true

KeyDescription
meta.branchThe branch on which originate this event
meta.request_idN/A
meta.account_idThe ID of the account triggering this event
meta.initiator_idThe worker identity of the initial sender of this message
meta.contextThe context used when originating this event
meta.levelN/A
meta.has_childrenIndicates if this event might potentially have child events under it.
meta.idUUID of the event
meta.parentThe UUID of the parent event if applicable
meta.ancestorsAny event used to trigger this event
node_idThe ID of the artifact
artifact_definition_idThe ID of the artifact definition
artifact_definition_nameThe name of the artifact definition
target_idThe ID of the target of the artifact
target_kindThe kind of the target of the artifact
checksumThe current checksum of the artifact
checksum_previousThe previous checksum of the artifact
storage_idThe current storage id of the artifact
storage_id_previousThe previous storage id of the artifact

Artifact Updated Event​

Type: infrahub.artifact.updated Description: Event generated when an artifact has been updated

Uses node_kind filter for webhooks: true

KeyDescription
meta.branchThe branch on which originate this event
meta.request_idN/A
meta.account_idThe ID of the account triggering this event
meta.initiator_idThe worker identity of the initial sender of this message
meta.contextThe context used when originating this event
meta.levelN/A
meta.has_childrenIndicates if this event might potentially have child events under it.
meta.idUUID of the event
meta.parentThe UUID of the parent event if applicable
meta.ancestorsAny event used to trigger this event
node_idThe ID of the artifact
artifact_definition_idThe ID of the artifact definition
artifact_definition_nameThe name of the artifact definition
target_idThe ID of the target of the artifact
target_kindThe kind of the target of the artifact
checksumThe current checksum of the artifact
checksum_previousThe previous checksum of the artifact
storage_idThe current storage id of the artifact
storage_id_previousThe previous storage id of the artifact