Exporting all information about a specific mac
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 11-10-2015 01:39 PM
Is there an easy way to export all information from the JSS db about a certain mac?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 11-10-2015 02:06 PM
The easy way would be to search for the computer and then export from the export button in the bottom right. The more complicated way would be to download the record as XML using the API curl -H "Accept: text/xml" -sfku apiusername:apipassword https://your.jss.server:8443/JSSResource/computers/name/{computername}
