Skip to content
Chris Lasell edited this page Jul 5, 2021 · 21 revisions

Hands On, Real-time Classic API Using ruby-jss

Jamf Nation User Conference 2019, Hyatt Regency Minneapolis

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.


Before the Lab

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.


During The Lab

Here's the full lab session. Have this open during the lab to copy & paste code, rather than type it


After the Lab

Clone this wiki locally