Restrict to Ownership Scope
Check the Restrict to Ownership Scope? checkbox to determine if the scope impacts the inventory that matches with a filter. For example, in the following structure:
-
Tenant with query
VRF ID = 3
-
Scope within the tenant with the query
hostname contains db
-
Inventory filter with the following query that is attached to a scope.
Platform = Linux
Figure 1: Tenant, Scope, and Inventory Filter Structure -
If you do not choose Restrict to Ownership Scope, the filter will match all hosts within the tenant that also matches the filter. Enter the following query:
(VRF ID = 3) AND (Platform = Linux)
-
If you choose Restrict to Ownership Scope, the filter will match only those hosts within the tenant and the scope that also matches the filter. Enter the following query:
(VRF ID = 3) AND (hostname contains db) AND (Platform = Linux)
-