API endpoint to view Disk Encryption on a Computer ID

zhatsisinst
New Contributor

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"

1 ACCEPTED SOLUTION

stevewood
Honored Contributor II
Honored Contributor II

@zhatsisinst

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

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

View solution in original post

2 REPLIES 2

stevewood
Honored Contributor II
Honored Contributor II

@zhatsisinst

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

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

zhatsisinst
New Contributor

Thanks @stevewood !!