GraphQL mutations write changes to your Jamf Protect data. You can create, delete, or update available settings in Jamf Protect. When you write a mutation, you enter an input that defines new values for required fields, and you can specify which fields the mutation returns after it executes.
The following mutations are available:
|
Mutation |
Description |
|---|---|
|
createPreventList |
Create a new custom prevent list. |
|
createUnifiedLoggingFilter |
Create a new unified logging filter. |
|
deleteComputer |
Delete the record of a specific computer and associated logs and alerts. |
|
deletePreventList |
Delete a specific custom prevent list. |
|
deleteUnifiedLoggingFilter |
Delete a specific unified logging filter. |
deleteUser | Delete a specific user. |
|
setComputerPlan |
Assign a plan to a specific computer during the next agent check-in. |
updateAnalyticSet | Update analytic sets and all associated plans. |
updateAlerts |
Update the alert status for a list of alerts. |
updateComputer | Update the label and tags for a computer. |
|
updateUnifiedLoggingFilter |
Update an existing unified logging filter. |
updatePreventList | Update a specific custom prevent list |