Discovery types
Depending on the value of the type property the /discoveryRules/{ID} resource can have additional properties.
Networks
If the type property has value NetworkBased the /discoveryRules/{ID} resource has the /discoveryRules/{ID}/networks sub-resource with the following properties:
Property | Type | Description |
---|---|---|
name | string | Name of a network configured in Veeam Availability Console. |
firstIp | string | First IP-address in the range set for discovery. |
lastIp | string | Last IP-address in the range set for discovery. |
Active Directory
If the type property has value AD the /discoveryRules/{ID} resource has the following properties:
Property | Type | Description |
---|---|---|
adType | string | Type of Active Directory discovery method. Possible values:
|
command | string | LDAP query that returns a list of computers to discover. Only present if the adType property has value CustomQuery. |
ignoreOfflineComputers | boolean | Indicates whether computers that are offline for more than 30 days should be ignored. |
CSV-file
If the type property has value CSVFile, the /discoveryRules/{ID} resource has the following properties:
Property | Type | Description |
---|---|---|
fileName | string | Name of a CSV file with the list of computers to discover. |