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.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84c8637b1f85624c8af80c5afd886cd5a2e3b083e45ac40ac08b6b3bab989d51 |
|
MD5 | c4fbff88b3b7676d5fdb698aa31f38f2 |
|
BLAKE2b-256 | d36062316c8163539d83dcf20816e81a6f7e5465b48588dfc06064bbdfedfd1b |