Symantec Endpoint Protection Manager API
Project description
This is a wrapper around the Symantec Endpoint Protection Manager REST API.
This includes some undocumented endpoints, that may not work as expected.
All the information for the various endpoints were pulled from https://apidocs.securitycloud.symantec.com/.
If you find any bugs please open an issue or a pull request.
NOTE: The Python wrapper API is work in progress and should be treated as a software in beta, especially regarding the “undocumented” API endpoints.
Usage
Refer to the examples folder.
Installation
>>>pip install sepm-api
Requirements
Python :: 3.7+
Environment Variables:
API_USERNAME API_PASSWORD API_DOMAIN API_BASE_URL [default: https://localhost:8446/sepm/api/v1]
Compatibility
Symantec Endpoint Protection Manager API 14.3
License
This software code is license under MIT.
Disclaimers
I am in no way affiliated with Broadcom. Symantec is a registered trademark by Broadcom.
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
sepm-api-0.0.9.tar.gz
(21.4 kB
view hashes)
Built Distribution
sepm_api-0.0.9-py3-none-any.whl
(32.0 kB
view hashes)