Skip to main content

Anyone know which Classic API endpoint will show whether disk encryption is enabled on a host ? I've been playing with the API for a few hours and I haven't figured out how to find the same data you would see by "computername -> Disk Encryption"

@zhatsisinst



Looks like it is on the Computers endpoint. I'm finding it in <general><hardware>.



https://{{url}}/JSSResource/computers/id/:id/subset/hardware


Thanks @stevewood !!