Proofpoint ITM API client library
Project description
proofpoint_itm
Proofpoint ITM API client library for python
Installation
python -m pip install proofpoint_itm
Usage
Create a front end script to import the ITMClient class and create a new ITMClient object by passing in the tenant ID (first part of the admin console url), API Client ID, and client secret as a dict.
from proofpoint_itm import ITMClient
itm_client = ITMClient(
{
'tenant_id': <tenant id>,
'client_id': <api client id>,
'client_secret': <api client secret>
}
)
Important changes:
v0.8.0 - activity_search() now uses a different backend API call that requires a different search query format. Any previous searches will need to be recreated in the new format. Generate a new exploration and view the query to see the new format.
Documentation
General documentation can be found here: proofpoint_itm documentation
Detailed API reference documentation here: API Reference
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
Built Distribution
Hashes for proofpoint_itm-0.8.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2acd867cacfbeccf34ed9b45f8859fe5199737ae4eee4e47a7b9f0fc05552c5 |
|
MD5 | 7bd6fffe7f6c437f834c06b8b3119ffa |
|
BLAKE2b-256 | db5e7f34ce93a69a9372e6e2f73bbdda4636851c5fed377e662bb42ad8de3760 |