Changelog
Keep track of every change to the Kolide / XAM API.
This changelog lists additions and updates to the Kolide API, in chronological order.
November 19th, 2024
- Add updatable
options
field to thechecks/{check_id}/configurations/
endpoint.
November 14th, 2024
- Add update support to the
checks/{check_id}/configurations/
endpoint.
October 21st, 2024
- Add
checks/{check_id}/configurations/
endpoint.
October 3rd, 2024
- Add
checks/{check_id}/results/
endpoint.
September 11th, 2024
- Add support for
device_trust.status_changed
webhooks. This event is sent when a device’s authentication status changes.
September 6th, 2024
- Add searchable
check_slug
field in thechecks
endpoint.
July 24th, 2024
- Add
osquery_sql_template
,issue_title
,fix_instructions_template
, andrationale_template
fields toGET /checks
andGET /checks/{checkId}
endpoints.
July 2nd, 2024
- Add support for deleting Live Query campaigns
June 27th, 2024
June 21st, 2024
- Add support for
admin_users.created
webhook events. This event is sent when a new admin user is created.
June 17th, 2024
Bug fix: This makes the responses match the documented types.
- Ensure
identifier
onregistered_owner_info
is a string forGET /devices
andGET /devices/{id}
. - Ensure
identifier
onregistered_owner_info
anddevice_info
are a string forDELETE /devices/{deviceId}/registration
. - Ensure
identifier
onrequester_information
,device_information
, andissues
are a string forGET /exemption_requests
,GET /exemption_requests/{id}
,PATCH /exemption_requests/{id}
, andPUT /exemption_requests/{id}
. - Ensure
identifier
ondevice_information
andcheck_information
are a string forGET /issues
andGET /issues/{id}
- Ensure
identifier
ondevice_information
is a string forGET /live_query_campaigns/{liveQueryCampgainId}/query_results
- Ensure
identifier
onrequester_information
anddevice_information
are a string forGET /registration_requests
,GET /registration_requests/{id}
,PATCH /registration_requests/{id}
, andPUT /registration_requests/{id}
June 15th, 2024
- Deprecate
internal_denial_reason
in favor ofinternal_message
forPATCH /registration_requests/{id}
to support adding a note when approving requests. More details.
June 3rd, 2024
- Add create support to
/live_query_campaigns
endpoint. - Add update support to
/live_query_campaigns
endpoint.
March 28th, 2024
- Add
people/{person_id}/open_issues/
endpoint.
March 21st, 2024
- Add support for
auth_logs.failure
webhooks. This event is sent when an end-user attempts to authenticate through Kolide but never successfully finishes the authentication attempt.
March 12th, 2024
- Add
will_block_at
filtering to/devices
endpoint.
March 11th, 2024
- Add support for
auth_logs.success
webhooks. This event is sent when an end-user successfully completes an SSO authentication through Kolide.
March 5th, 2024
- Add searchable
last_rechecked_at
field in theissues
endpoint.
January 22nd, 2024
- Add
/packages
and/packages/{id}
endpoints for information about agent installation packages.