GraphQL queries search your Jamf Protect data and return a result in JSON.
The following queries are available:
|
Query |
Description |
|---|---|
|
getAlert |
Get a specific alert. |
|
getAnalytic |
Get a specific analytic. |
|
getComputer |
Get information about a specific computer. |
|
getPlan |
Get a specific plan. |
|
getPreventList |
Get a specific custom prevent List. |
|
getUnifiedLoggingFilter |
Get a specific unified logging filter. |
|
listAuditLogsByDate |
List audit log records filtered by date range. |
|
listAuditLogsByOp |
List audit log records filtered by API operation. |
|
listAuditLogsByUser |
List audit log records filtered by user. |
|
listAlerts |
List alerts with optional filtering criteria. |
|
listAnalytics |
List analytics. |
|
listComputers |
List computers with optional filtering criteria. |
listBaselineRules | List compliance baseline rule information. |
|
listPlans |
List plans with optional filtering criteria. |
|
listPreventLists |
List custom prevent lists with optional filtering criteria. |
|
listThreatPreventionVersions |
List threat prevention database versions. |
|
listUnifiedLoggingFilters |
List unified logging filters with optional filtering criteria. |
listUsers | List users. |