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
GET
operations, your API token must have theView Log Sources
permission.For
POST
,PUT
, andDELETE
operations, your API token must have theManage Log Sources
permission.
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
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
Last updated
Was this helpful?