Data Models
REST API operations for data models
Overview
Use these API operations to interact with Data Models in Panther.
To call the API, see the How to use the Panther REST API instructions—including directions for how to invoke it directly from this documentation page.
Required permissions
For
GEToperations, your API token must have theView Log Sourcespermission.For
POST,PUT, andDELETEoperations, your API token must have theManage Log Sourcespermission.
Operations
The python body of the data model
The description of the data model
The name used for the data model
enables/disables a data model
The id of the data model
The log type this data model should associate to. NOTE: only one data model can be assigned to a log type
OK response.
bad_request: Bad Request response.
exists: Conflict response.
put creates or updates a data model
the id of the data model
The python body of the data model
The description of the data model
The name used for the data model
enables/disables a data model
The id of the data model
The log type this data model should associate to. NOTE: only one data model can be assigned to a log type
200 returned if the item already existed
201 returned if the item was created
bad_request: Bad Request response.
Last updated
Was this helpful?

