Compatibility Notice
Make sure to check your product version, and then review and update your add-ons and scripts leveraging Netwrix Auditor Integration API. Download the latest add-on version in the Add-on Store.
Property in 8.0 – 8.5 | New property in 9.0 and above |
---|---|
<AuditedSystem></AuditedSystem>
"AuditedSystem" |
<DataSource></DataSource>
"DataSource" |
<ManagedObject></ManagedObject>
"ManagedObject" |
<MonitoringPlan> <Name>Name</Name> <ID>Unique ID</ID> </MonitoringPlan>
"MonitoringPlan" : { "ID": "{Unique ID}", "Name": "Name" } NOTE: Now the MonitoringPlan contains two sub-entries: ID and Name. The ID property is optional and is assigned automatically by the product. |
— |
<Item> <Name>Item name</Name> </Item>
"Item": {"Name": "Item name"} |
To learn more about input and output Activity Record structure, refer to Activity Records.