Skip to main content

Get Device Parameters

This request returns the parameters and their statuses for a specified Device ID

This endpoint is only applicable to macOS clients.

The parameters will be returned as a list of IDs. These IDs can be correlated with the parameter names available here: https://github.com/kandji-inc/support/wiki/Devices-API---Parameter-Correlations.

Parameters

ParameterDescription
Device ID-

Example Output

{
"device_id": "77883d40-5656-4a24-9d70-49b6e751a923",
"parameters": [
{
"category": "User Accounts \u0026 Authentication",
"item_id": "1e4be748-e072-4c1f-b1ff-a98f076b8e8e",
"name": "Disable the \"root\" user",
"status": "PASS",
"subcategory": "User Accounts"
}
]
}

Workflow Library Example

Get Device Parameters with Kandji and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop