Skip to main content

A library to interact with Netwrix Search API

Project description

Netwrix Search API Module

This is a python3 library to interact with Netwrix Auditor

Example:

from netwrix-api import Netwrix


filter_data = {
    "what": {"Contains": "GroupTest"},
    "datasource": "Active Directory",
    "objecttype": {"Contains": "Group"}
}
netwrix_host = "netwrixsv01.contoso.com"
username = "Username"
passwd = "ENTERPASSOWRD"
api = Netwrix.NetwrixAPI(netwrix_host, username, passwd)
results = api.queryDB(filter_data)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netwrix-api-0.0.3.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

netwrix_api-0.0.3-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page