Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Configure the connection to Kandji by going to OnLink (Manage your apps) - Connections. Then click on Add System and select Asset Source (1)“IdM/Device Assets Sources”. Here you can set the API URL and API Key from Kandji. See this document for reference: Kandji API Overview

...

Key or Map

Description

key:device_id=id

The keyword “key” refers to using device_id as a unique identifier. This allows OnLink to update the record. “id” is a text attribute.

map:user.email=userId

Maps user.email to userId text attribute

config:filterKey=platform

config:filterValue=Mac

Set filter key/value pair. This example filters devices that match a specific platform. Possible filter values: Mac, iPad, iPhone, AppleTV

Any other field returned by the API can be used in the mapping. See this link for a full list of available API fields: Kandji List Devices API

...