Endpoint API update

We have added support for reporting as well as searching by the following new fields:

  • Date and time (UTC) when the endpoint last applied an operating system update
  • The hardware/BIOS serial number of the endpoint (please note that initially, only Mac endpoints report their serial number)
  • Whether tamper protection is supported
  • The overall status for encryption
  • Whether the endpoint has been cloned by another endpoint

We have removed the 10-character limitation when searching by hostname.

The server lockdown status values have been simplified and therefore the following values have been removed:

  • creatingWhitelist, installing, registering, and starting are now being reported as locking
  • stopping is now being reported as locked
  • uninstalled is now being reported as unlocked

We have removed support for the updateStatus field in server lockdown; please use the status field instead.

We have temporarily stopped support for the associatedPersonContains, assignedToGroup and groupNameContains query parameters until further notice. The APIs return a bad request (HTTP code 400) error if a user attempts to use these parameters.

We have temporarily stopped support for the groupName and associatedPersonName fields in the searchFields query parameter until further notice. The APIs return a bad request (HTTP code 400) error if a user attempts to search exclusively by these fields.

The APIs return a bad request (HTTP code 400) error if a user attempts to sort by associatedPerson or groupName.

See more details in the API reference documentation.