DiscoveryRule
Property | Type | Attributes | Description |
---|---|---|---|
instanceUid | String (uuid) | Read-only | UID assigned to a discovery rule. |
name | String | — | Name of a discovery rule |
masterAgentUid | String (uuid) | — | UID assigned to a master agent. |
locationUid | String (uuid) | Read-only | UID assigned to a location for which a discovery rule is configured. |
companyUid | String (uuid) | Read-only | UID assigned to a company for which a discovery rule is configured. |
status | String | — | Current status of a discovery rule. Possible values:
|
lastRun | String (date-time) | Read-only, nullable | Date and time of the latest discovery session. Date and time string is formatted in accordance with RFC 3339. |
filter | Subschema (DiscoveryRuleFilter) | — | Discovery filter. |
notificationSettings | Subschema (DiscoveryRuleNotificationSettings) | — | Settings configured for email notifications about discovery results. |
Property | Type | Attributes | Description |
---|---|---|---|
exclusionMask | Array of strings | — | Array of applied exclusion masks. |
ignoreInaccessibleMachine | Boolean | — | Indicates whether discovery is performed among accessible computers only. |
osTypes | Array of strings | Nullable | OS types. Possible values:
|
applications | Array of strings | Nullable | Applications that must run on discovered computers. Possible values:
|
platforms | Array of strings | Nullable | Platforms on which discovered computers must run. Possible values:
|
DiscoveryRuleNotificationSettings
Property | Type | Attributes | Description |
---|---|---|---|
isEnabled | Boolean | — | Indicates whether notifications about discovery results are enabled. |
scheduleType | String | Nullable | Notification frequency. Possible values:
|
scheduleTime | String (time) | — | Time at which notifications must are sent. |
scheduleDay | String | Nullable | Day at which notifications must are sent. Possible values:
|
to | String | — | Email address at which notifications must be sent. |
subject | String | — | Subject of a notification message. |