Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/auditor/10.8/api/activityrecordreference.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Records.
| Who | Yes | nvarchar 255 | A specific user who made the change (e.g., _Enterprise\ Administrator_, _Admin@enterprise.onmicrosoft.com_). |
Comment thread
konstantin-melnikov-docs marked this conversation as resolved.
Comment thread
konstantin-melnikov-docs marked this conversation as resolved.
Comment thread
konstantin-melnikov-docs marked this conversation as resolved.
Comment thread
konstantin-melnikov-docs marked this conversation as resolved.
| Action | Yes | — | Activity captured by Auditor (varies depending on the data source). |
| What | Yes | nvarchar max | A specific object that was changed (e.g., _NewPolicy_). |
| When | Yes | dateTime | The moment when the change occurred. When supports the following datetime formats. |
| Where | Yes | nvarchar 255 | A resource where the change was made (e.g., _Enterprise-SQL_, _FileStorage.enterprise.local_). The resource name can be a FQDN or NETBIOS server name, Active Directory domain or container, SQL Server instance, SharePoint farm, VMware host, etc. |
| ObjectType | Yes | nvarchar 255 | A type of affected object or its class (e.g., user, mailbox). |
| When | Yes | dateTime | The moment when the change occurred. This field supports the following datetime formats: YYYY-MM-DDTHH:mm:ssZ (UTC), YYYY-MM-DDTHH:mm:ss+HH:mm (positive UTC offset), and YYYY-MM-DDTHH:mm:ss-HH:mm (negative UTC offset). |
Comment thread
konstantin-melnikov-docs marked this conversation as resolved.
Outdated
| Where | Yes | nvarchar 255 | A resource where the change was made (e.g., _Enterprise-SQL_, _FileStorage.enterprise.local_). The resource name can be a FQDN or NetBIOS server name, Active Directory domain or container, SQL Server instance, SharePoint farm, VMware host, etc. |
| ObjectType | Yes | nvarchar 255 | A type of affected object or its class (e.g., _user_, _mailbox_). |
| Monitoring Plan | No | nvarchar 255 | The Auditor object that is responsible for monitoring a given data source and item. Sub-elements: Name and ID. If you provide a monitoring plan name for input Activity Records, ensure the plan is created in Auditor, the Netwrix API data source is added to the plan, and enabled for monitoring. This ensures data is written to the database associated with this plan. |
| DataSource | No | nvarchar max | IT infrastructure monitored with Auditor (e.g., _Active Directory_). For input Activity Records, the data source is automatically set to Netwrix API. |
| Item | No | nvarchar max | The exact object that is monitored (e.g., a domain name, SharePoint farm name) or integration name. Sub-element: Name. The item type is added inside the name value in brackets (e.g., _enterprise.local (Domain)_). For input Activity Records, the type is automatically set to Integration, you do not need to provide it. The output Activity Records may contain various item types depending on the monitoring plan configuration: <ul><li>AD container</li><li>NetApp</li><li>Computer</li><li>Office 365 tenant</li><li>Domain</li><li>Oracle Database instance</li><li>EMC Isilon</li><li>SharePoint farm</li><li>Dell VNX/VNXe</li><li>SQL Server instance</li><li>Integration</li><li>VMware ESX/ESXi/vCenter</li><li>IP range</li><li>Windows file share. If you provide an item name for input Activity Records, ensure this item is included in the monitoring plan within the Netwrix API data source. If you specify an item that does not exist, data will be written to the plan's database anyway but will not be available for search using the Item filter.</li></ul> |
Comment thread
konstantin-melnikov-docs marked this conversation as resolved.
Comment thread
konstantin-melnikov-docs marked this conversation as resolved.
Expand Down
Loading