Skip to main content
Answer

API endpoint to view Disk Encryption on a Computer ID

  • April 20, 2020
  • 2 replies
  • 28 views

Forum|alt.badge.img+2

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"

Best answer by stevewood

@zhatsisinst

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

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

2 replies

stevewood
Forum|alt.badge.img+35
  • Hall of Fame
  • Answer
  • April 20, 2020

@zhatsisinst

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

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


Forum|alt.badge.img+2
  • Author
  • New Contributor
  • April 21, 2020

Thanks @stevewood !!