You can use these default queries (via the LocalSystemIndexer) to index your local
Additionally, you can use the default queries (via the NiagaraSystemIndexExport/Import) to push/pull entity data from an individual
station into the
station:|slot:/|bql:{asComponent}Pulls in the root component of the station, which is required in scoped queries.
station:|slot:/|bql:select * from driver:DeviceNetwork where type !=niagaraDriver:NiagaraNetwork Pulls in all driver networks (excluding NiagaraNetwork) to index entities in other device networks.
station:|slot:/|bql:select * from driver:DeviceFolder where type != niagaraDriver:NiagaraStationFolderPulls in all driver device folders (excluding NiagaraDriver device folders) to index device folders in other networks.
station:|slot:/|bql:select * from driver:Device where type !=niagaraDriver:NiagaraStation and type !=niagaraDriver:NiagaraEdgeStationPulls in all devices (excluding NiagaraStations and NiagaraEdgeStations) to index devices in other networks.
station:|slot:/|bql:select * from driver:PointFolder where type !=niagaraDriver:NiagaraPointFolderPulls in all driver Point folders (excluding NiagaraDriver point folders) to index point folders in other networks.
station:|slot:/|bql:select * from control:ControlPoint where proxyExt.type !=niagaraDriver:NiagaraProxyExtPulls in all control points (excluding
station:|slot:/|bql:select * from schedule:AbstractSchedule where type !=niagaraDriver:NiagaraAbstractSchedulePulls in all schedules (excluding