- Related Products
- AD360
- Log360
- ADManager Plus
- ADSelfService Plus
- EventLog Analyzer
- Exchange Reporter Plus
Click here to expand
https://<ip_address_of_nutanix_files>:9440/api/nutanix/v3/api_explorer/index.html#/
Replace <ip_address_of_nutanix_files> with the IP address of the Nutanix Files to be audited.
{
"spec": {
"name": "ADAudit Plus server",
"resources": {
"usage_type": "NOTIFICATION",
"vendor_name": "syslog",
"server_info": {
"address": {
"ip": "<PARTNER-SERVER-IP>",
"port": 1468
},
"server_type": "PRIMARY"
}
},
"description": "Audit-Syslog"
},
"api_version": "3.0",
"metadata": {
"kind": "partner_server"
}
}
Note: ADAudit Plus uses TCP port 1468 to read incoming data from Nutanix Files.
A notification policy needs to be configured to monitor files and folders on your Nutanix Files. To create a notification policy for the Nutanix Files via API:
https://<fileserver_ip>:9440/api/nutanix/v3/api_explorer/index.html#
Replace <fileserver_ip >with the IP address of the Nutanix Files to be audited.
Note: 9440 is the port used for accessing the REST API console in Nutanix. If you have configured a different port to access the REST API console, replace 9440 with the port number that you are using.
{
"spec": {
"name": "Audit-Notification",
"resources": {
"all_mount_targets": true,
"protocol_type_list": [
"SMB"
],
"partner_server_reference_list": [{
"kind": "partner_server",
"uuid": "<PARTNER-SERVER-UUID>"
}],
"file_operation_list": [
"FILE_CREATE",
"FILE_DELETE",
"FILE_READ",
"FILE_WRITE",
"DIRECTORY_CREATE",
"DIRECTORY_DELETE",
"RENAME",
"SECURITY"
],
"is_secure": false
},
"description": "SMB_policy"
},
"api_version": "3.0",
"metadata": {
"kind": "notification_policy"
}
}
To add your target Nutanix Files for auditing in ADAudit Plus:
Copyright © 2020, ZOHO Corp. All Rights Reserved.