Skip to content

Commit f06e295

Browse files
author
Aleks Mashanski
committed
Fixed remained issues with JSON and XML
in the /api/ topics
1 parent 4f0d66a commit f06e295

File tree

2 files changed

+34
-17
lines changed

2 files changed

+34
-17
lines changed

docs/auditor/10.7/api/compatibility.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ sidebar_position: 130
99
Make sure to check your product version, and then review and update your add-ons and scripts
1010
leveraging Netwrix Auditor Integration API. Download the latest add-on version in the Add-on Store.
1111

12-
| Property in 8.0 – 8.5 | New property in 9.0 and above |
13-
| ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
14-
| <ul><li>XML: `<AuditedSystem></AuditedSystem>`</li><li>JSON: `"AuditedSystem"`</li></ul> | <ul><li>XML: `<DataSource></DataSource>`</li><li>JSON: `"DataSource"`</li></ul> |
15-
| <ul><li>XML: `<ManagedObject></ManagedObject>`</li><li>JSON: `"ManagedObject"`</li></ul> | <ul><li>XML: `<MonitoringPlan> `````` <Name>Name</Name> `````` <ID>Unique ID</ID> `````` </MonitoringPlan>`</li><li>JSON: `"MonitoringPlan" : { `````` "ID": "{Unique ID}", `````` "Name": "Name" `````` }` Now the MonitoringPlan contains two sub-entries: ID and Name. The ID property is optional and is assigned automatically by the product.</li></ul> |
16-
|| <ul><li>XML: `<Item> `````` <Name>Item name</Name> `````` </Item>`</li><li>JSON: `"Item": {"Name": "Item name"}`</li></ul> |
17-
18-
12+
| Property in 8.0 – 8.5 | New property in 9.0 and above |
13+
|--------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
14+
| XML: `<AuditedSystem></AuditedSystem>`<br>JSON: `"AuditedSystem"` | XML: `<DataSource></DataSource>`<br>JSON: `"DataSource"` |
15+
| XML: `<ManagedObject></ManagedObject>`<br>JSON: `"ManagedObject"` | XML: `<MonitoringPlan> <Name>Name</Name> <ID>Unique ID</ID> </MonitoringPlan>`<br>JSON: `"MonitoringPlan" : { "ID": "{Unique ID}", "Name": "Name" }`<br>Now the MonitoringPlan contains two sub-entries: ID and Name. The ID property is optional and is assigned automatically by the product. |
16+
|| XML: `<Item> <Name>Item name</Name> </Item>`<br>JSON: `"Item": {"Name": "Item name"}` |
1917
To learn more about input and output Activity Record structure, refer to
2018
[Activity Records](/docs/auditor/10.7/api/postdata/activityrecords.md).

0 commit comments

Comments
 (0)