Streamline tasks with automatic policy assignment and condition-based automation
Automations are used to streamline certain tasks. This includes automatically applying specific policies to devices based on their tenant, location, or group name. In the future, you will also be able to automate database tasks here.
Automatically apply policies based on device attributes like tenant, location, or group
Define conditions to determine when and where automation rules should apply
In the navigation panel, click on Automations.
Give your automation rule a descriptive name
Choose Policy as the automation category
Determine what kind of data should match to decide whether the policy will be assigned or not
For example, select the 'if' condition Tenant and enter the tenant's name your devices are in
Choose the policy you wish to assign automatically
Save the automation configuration
When multiple automation rules exist, the system checks them in the following order. The first matching rule is applied, and all remaining conditions are skipped.
| Priority | Compared Value | Description | Notes |
|---|---|---|---|
| 1 | Device Name | Matches the rule if the automation's expected result equals the device's name. | Highest priority. Applied immediately when matched. |
| 2 | Tenant Name | Matches if the automation applies to the device's tenant. | Checked only if no device name rule matched. |
| 3 | Location Name | Matches if the automation applies to the device's location. | Checked after tenant-level rules. |
| 4 | Group Name | Matches if the automation applies to a specific device group. | Useful for organizing devices into logical groups. |
| 5 | Internal IP Address | Matches based on the device's internal network IP. | Used for network- or subnet-based automations. |
| 6 | External IP Address | Matches based on the device's external (public) IP. | Helps apply rules per site or shared internet connection. |
| 7 | Domain | Matches the rule if the device belongs to the specified domain. | Lowest priority; used as a fallback condition. |
The priority follows this hierarchy:
Device → Tenant → Location → Group → Internal IP → External IP → Domain
This ensures that the most specific rules (e.g., device-level) override more general ones (e.g., domain-level).