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 NetwrixAPI
filter_data = {
"what": {"Contains": "GroupTest"},
"datasource": "Active Directory",
"objecttype": {"Contains": "Group"}
}
netwrix_host = "netwrixsv01.contoso.com"
username = "Username"
passwd = "ENTERPASSOWRD"
api = NetwrixAPI(netwrix_host, username, passwd)
results = api.queryDB(filter_data)
Project details
Release history Release notifications | RSS feed
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.7.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file netwrix-api-0.0.7.tar.gz
.
File metadata
- Download URL: netwrix-api-0.0.7.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.5.4.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
67b4189bfd35a417e84aecf9c351d253fbb87cbbabe46122c4d117f73a3c927d
|
|
MD5 |
14767724c082a66f8a8831b7bddeb717
|
|
BLAKE2b-256 |
8cdb6b25ff67e9087b82f98c22a58d9a45021af42f01ba831f7fbbac554d491b
|
File details
Details for the file netwrix_api-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: netwrix_api-0.0.7-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.5.4.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5a054daad878c8b22dc379bff3282ae48d3e6d52c54da88204232d4490d6d718
|
|
MD5 |
d33ceb80fa6c9da0d8a57aa324ff7311
|
|
BLAKE2b-256 |
a19aa4a40fa311e39f1f3874046d8ca7862a44094c56b45d25696e8c24d91e31
|