Branch events
Branch Created Event​
Type: infrahub.branch.created Description: Event generated when a branch has been created
Uses node_kind filter for webhooks: false
| Key | Description |
|---|---|
| meta.branch | The branch on which originate this event |
| meta.request_id | N/A |
| meta.account_id | The ID of the account triggering this event |
| meta.initiator_id | The worker identity of the initial sender of this message |
| meta.context | The context used when originating this event |
| meta.level | N/A |
| meta.has_children | Indicates if this event might potentially have child events under it. |
| meta.id | UUID of the event |
| meta.parent | The UUID of the parent event if applicable |
| meta.ancestors | Any event used to trigger this event |
| branch_name | The name of the branch |
| branch_id | The ID of the branch |
| sync_with_git | Indicates if the branch was extended to Git |
Branch Deleted Event​
Type: infrahub.branch.deleted Description: Event generated when a branch has been deleted
Uses node_kind filter for webhooks: false
| Key | Description |
|---|---|
| meta.branch | The branch on which originate this event |
| meta.request_id | N/A |
| meta.account_id | The ID of the account triggering this event |
| meta.initiator_id | The worker identity of the initial sender of this message |
| meta.context | The context used when originating this event |
| meta.level | N/A |
| meta.has_children | Indicates if this event might potentially have child events under it. |
| meta.id | UUID of the event |
| meta.parent | The UUID of the parent event if applicable |
| meta.ancestors | Any event used to trigger this event |
| branch_name | The name of the branch |
| branch_id | The ID of the mutated node |
| sync_with_git | Indicates if the branch was extended to Git |
| proposed_change_id | Proposed change ID if available |
Branch Merged Event​
Type: infrahub.branch.merged Description: Event generated when a branch has been merged
Uses node_kind filter for webhooks: false
| Key | Description |
|---|---|
| meta.branch | The branch on which originate this event |
| meta.request_id | N/A |
| meta.account_id | The ID of the account triggering this event |
| meta.initiator_id | The worker identity of the initial sender of this message |
| meta.context | The context used when originating this event |
| meta.level | N/A |
| meta.has_children | Indicates if this event might potentially have child events under it. |
| meta.id | UUID of the event |
| meta.parent | The UUID of the parent event if applicable |
| meta.ancestors | Any event used to trigger this event |
| branch_name | The name of the branch |
| branch_id | The ID of the branch |
| proposed_change_id | The ID of the proposed change that merged this branch if applicable |
Branch Migrated Event​
Type: infrahub.branch.migrated Description: Event generated when a branch has been migrated
Uses node_kind filter for webhooks: false
| Key | Description |
|---|---|
| meta.branch | The branch on which originate this event |
| meta.request_id | N/A |
| meta.account_id | The ID of the account triggering this event |
| meta.initiator_id | The worker identity of the initial sender of this message |
| meta.context | The context used when originating this event |
| meta.level | N/A |
| meta.has_children | Indicates if this event might potentially have child events under it. |
| meta.id | UUID of the event |
| meta.parent | The UUID of the parent event if applicable |
| meta.ancestors | Any event used to trigger this event |
| branch_id | The ID of the branch |
| branch_name | The name of the branch |
Branch Rebased Event​
Type: infrahub.branch.rebased Description: Event generated when a branch has been rebased
Uses node_kind filter for webhooks: false
| Key | Description |
|---|---|
| meta.branch | The branch on which originate this event |
| meta.request_id | N/A |
| meta.account_id | The ID of the account triggering this event |
| meta.initiator_id | The worker identity of the initial sender of this message |
| meta.context | The context used when originating this event |
| meta.level | N/A |
| meta.has_children | Indicates if this event might potentially have child events under it. |
| meta.id | UUID of the event |
| meta.parent | The UUID of the parent event if applicable |
| meta.ancestors | Any event used to trigger this event |
| branch_id | The ID of the branch |
| branch_name | The name of the branch |