Announcing the release of a simple SecOps API Wrapper SDK: https://pypi.org/project/secops/
from secops import SecOpsClient
client = SecOpsClient()
chronicle = client.chronicle(
customer_id="your-chronicle-instance-id",
project_id="your-project-id",
region="us"
)Please let us know your feedback, and which other use cases you'd like to see supported.
