laceworksdk.api.base_endpoint

Lacework API wrapper.

Module Contents

Classes

BaseEndpoint

A class used to implement base functionality for Lacework API Endpoints.

class laceworksdk.api.base_endpoint.BaseEndpoint(session, object_type, endpoint_root='/api/v2')[source]

A class used to implement base functionality for Lacework API Endpoints.

property session

Get the HttpSession instance the object is using.