You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/2025.1/Guides/user-guides/user-interfaces/gateway/Admin/packages/package-version-editor.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,26 +117,26 @@ See the [Create a Schedule on a Package Version][Create a Schedule on a Package
117
117
118
118
### Triggers
119
119
120
-
A trigger allows flow executions to occur on receipt of an SNMP Trap event, passing values to the flow’s [input variables][Input Variables], and if required, the SNMP Trap PDU can be stored in a selected input variable as an object. Multiple triggers can be configured; a trigger can execute a single flow, and a flow can be executed by multiple triggers.
120
+
A trigger allows flow executions to occur on receipt of an SNMP Trap, passing values to the flow’s [input variables][Input Variables], and if required, the SNMP Trap PDU can be stored in a selected input variable as an object. Multiple triggers can be configured; a trigger can execute a single flow, and a flow can be executed by multiple triggers.
121
121
122
-
Each trigger definition consists of a `Name`, which is used to easily identify the trigger, and an optional `Description` to provide additional information. The definition also specifies the `Flow` to be executed as well as a set of conditions thatreceipt of an SNMP Trap will execute the flow.
122
+
Each trigger definition consists of a `Name`, which is used to easily identify the trigger, and an optional `Description` to provide additional information. The definition also specifies the `Flow` to be executed as well as a set of conditions that, on receipt of a matching SNMP Trap, will execute the flow.
123
123
124
124
The conditions that must be set are:
125
125
126
-
* The `Device Address` of device sending the SNMP Trap.
126
+
* The `Device Address` of the device sending the SNMP Trap.
127
127
128
-
This can be a single IPv4 address, a list of comma-separated IPv4 addresses, a range of IPv4 addresses, CIDR subnets, or the * symbol to represent any source address.
128
+
This can be a single IPv4 address, a list of comma-separated IPv4 addresses, a range of IPv4 addresses, CIDR subnets, or the * symbol to represent any address.
129
129
* The `Device Port` of the device sending the SNMP Trap.
130
130
131
-
This can be a single port, a list of comma-separated ports, a range of ports, or the * symbol to represent any source port.
131
+
This can be a single port, a list of comma-separated ports, a range of ports, or the * symbol to represent any port.
132
132
* The `Trap OID`.
133
133
134
134
This can be a single OID, a list of comma-separated OIDs, a range of OIDs, or the * symbol to represent any OID.
135
135
136
136
* The `SNMP Version`; either: *SNMPv1*, *SNMPv2c*, or *SNMPv3*.
137
137
* If *SNMPv1* is selected, a `Community` and `Agent Address` must be configured.
138
138
*`Community` can be any value, a list of comma-separated values, or the * symbol to represent any community.
139
-
*`Agent Address` matches with the source address contained in the SNMP PDU, and can be a single IPv4 address, a list of comma-separated IPv4 addresses, a range of IPv4 addresses, CIDR subnets, or the * symbol to represent any source address.
139
+
*`Agent Address` matches with the device address contained in the SNMP PDU, and can be a single IPv4 address, a list of comma-separated IPv4 addresses, a range of IPv4 addresses, CIDR subnets, or the * symbol to represent any address.
140
140
* If *SNMPv2c* is selected, a `Community` must be configured.
141
141
*`Community` can be any value, a list of comma-separated values, or the * symbol to represent any community.
142
142
* If *SNMPv3* is selected, it is necessary to setup one or more authentication users from the `Configure SNMPv3 Users` hyperlink, above the list of existing SNMP Triggers.
@@ -159,10 +159,10 @@ See the [View and Abort Running Flow Executions][View and Abort Running Flow Exe
159
159
160
160
### Known Limitations
161
161
162
-
*Flow versions other than those inherited from the source package version, or the Master Versions stored in the Master Repository, cannot be included in a new package version.
162
+
*Only flow versions inherited from the source package version, or the Master Versions stored in the Master Repository, can be included in a new package version.
163
163
* New package versions do not retain any of the configured schedules or triggers set on the source version.
164
-
* To set the default package, it is necessary to select a published package version; it is not possible to set the default package by selecting a version that is not published even if other versions of the same package are published.
165
164
* Exported package versions do not retain any of the configured schedules, triggers or authorisation set on the package version being exported.
165
+
* To set the default package, it is necessary to select a published package version; it is not possible to set the default package by selecting a version that is not published even if other versions of the same package are published.
166
166
* Currently, a schedule cannot be edited; new schedules can be created, and existing schedules deleted.
Copy file name to clipboardExpand all lines: content/en/docs/2025.1/Reference/Concepts/fundamentals/packages/what-is-a-package.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ A {{% ctx %}} Package contains a set of independent or related flows that togeth
15
15
Users with the Admin role can use the [{{% ctx %}} Package Management][] feature to manage packages, including [creating][CreatePackage] and [publishing][Publish] them.
@@ -36,7 +36,7 @@ Executions of flows contained within published packages can be triggered via a R
36
36
37
37
A published package may be set as the [Default Package][], which will be used if the Package Name is not explicitly identified in a REST Request to execute a flow. Additionally, within each package, a published Package Version may be set as the [Default Package Version][]; this will be used if the Package Version is not explicitly identified in a REST Request to execute a flow.
0 commit comments