-
Notifications
You must be signed in to change notification settings - Fork 30
JNUC 2019
Chris Lasell edited this page Jul 5, 2021
·
21 revisions
Interactive Lab, Thursday, Nov. 14, 10:15am, Regency Room
This lab will give participants hands-on experiance interacting with the Jamf Pro Classic API using ruby-jss, a framework that greatly simplifies API access.
These pages are for folks attending the lab, but can be a useful tutorial for anyone, anytime.
IMPORTANT: Please install or update ruby-jss before arriving:
# install
sudo gem install ruby-jss --bindir /usr/local/bin
or
# update
sudo gem update ruby-jss --bindir /usr/local/bin
See the Lab Preparation page for more info.
Here's the full lab session. Have this open during the lab to copy & paste code, rather than type it