Instance Scan properties
On the properties form, you can set parameters that control how the instance executes.
| Property | Description |
|---|---|
| glide.scan.inactive\_records | - Controls whether instance scan considers inactive records, where active=false - The default value is false. Instance Scan scans only the active records - When enabled, scans will include inactive records in the health check evaluation |
| glide.scan.max\_parallel\_scans | - Defines the maximum number of instance scans that can run concurrently - The default value is 5 - Used by the scan queue system to limit parallel scan execution |
| glide.scan.parallel\_scan\_enabled | - Enables or disables the parallel scan feature - The default value is true - When enabled, it allows multiple scans to run simultaneously based on the max\_parallel\_scans limit |
| glide.scan.queue.enabled | - Enables or disables the instance scan queue system - The default value is true - When enabled, scan requests are queued and processed based on available capacity |
| glide.scan.base\_system\_records |
Note: The Base system records are determined by checking if they would be replaced during an upgrade using the CollisionAPI.
|
| glide.scan.sn\_non\_standard\_scopes\_list | - Comma-separated list of ServiceNow scopes that shouldn't be treated as third-party scopes - The default value is "" - Used to exclude specific non-standard ServiceNow scopes from being classified as ISV/third-party applications during scan classification |
Parent Topic:Instance Scan references
Related topics