Filters
The /discoveryRules/{ID} has the /discoveryRules/{ID}/filters sub-resource with properties representing discovery filters.
Property | Type | Description |
---|---|---|
status | String | Status of a discovery filter. Possible values:
|
type | String | Type of a discovery filter. Possible values:
|
backupServers | Boolean | Indicates whether server operation systems should be discovered. |
backupWorkstations | Boolean | Indicates whether client operation systems should be discovered. |
backupExchange | Boolean | Indicates whether Microsoft Exchange Server should be discovered on a remote computer. |
backupSql | Boolean | Indicates whether Microsoft SQL Server should be discovered on a remote computer. |
backupAD | Boolean | Indicates whether Microsoft Active Directory should be discovered on a remote computer. |
backupSharepoint | Boolean | Indicates whether Microsoft SharePoint should be discovered on a remote computer. |
backupOracle | Boolean | Indicates whether Oracle Database should be discovered on a remote computer. |
backupOtherapp | Boolean | Indicates whether other applications should be discovered on a remote computer. |
backupVirtualMachine | Boolean | Indicates whether computers that run on VMware vSphere and Microsoft Hyper-V should be discovered. |
backupPhysicalMachine | Boolean | Indicates whether physical computers should be discovered. |
backupOtherMachine | Boolean | Indicates whether computers that run on other platforms should be discovered. |
backupAzureMachine | Boolean | Indicates whether computers that run on Microsoft Azure should be discovered. |
backupAWSmachine | Boolean | Indicates whether computers that run on Amazon Web Services should be discovered. |
Example
[ { "backupExchange": false, "backupSql": true, "backupAD": true, "backupSharepoint": true, "backupOracle": false, "backupOtherapp": true, "status": "Enabled", "type": "Application" }, { "backupServers": true, "backupWorkstations": true, "status": "Disabled", "type": "Os" }, { "backupVirtualMachine": true, "backupPhysicalMachine": true, "backupOtherMachine": false, "backupAzureMachine": true, "backupAWSmachine": true, "status": "Enabled", "type": "Platform" } ] |