General
The following properties are present in all resources from the /discoveryRules collection:
Property | Type | Description |
---|---|---|
id | integer | System ID assigned to a discovery rule in Veeam Availability Console RESTful API. |
name | string | Name of a discovery rule configured in Veeam Availability Console. |
companyId | integer | System ID of a company for which discovery rule was configured. |
locationId | integer | System ID of a company location for which discovery rule was configured. |
accountName | string | Account under which Veeam Availability Console connects to discovered computers. |
instanceCount | integer | Number of discovered computers. |
onlineInstanceCount | integer | Number of discovered computers currently online. |
offlineInstanceCount | integer | Number of discovered computers currently offline. |
state | string | Current status of a discovery rule. Possible values:
|
lastRun | string | Date and time when a discovery was last run. Date and time string is formatted in accordance with ISO 8601. |
type | string | Discovery method used. Possible values:
|
exclusionMask | string | Mask for excluding computers from discovery scope. Only present if the type property has value NetworkBased or AD. |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |