Skip to main content

Attain a List of Packages From Your JCDS Using the GET Command With Jamf Pro API

Updated over 3 weeks ago

Description

The following instructions provide the needed steps to attain a list of packages that currently reside in the Jamf Content Distribution Server (JCDS). This can be a helpful troubleshooting step when addressing cases that are concerning package deployment issues and/or missing packages.

Getting Your Package List in JCDS

Navigate to your API portal: https://YOUR_INSTANCE.jamfcloud.com/api

  1. Choose Jamf Pro API.

  2. Add your Username and Password to authorize.

  3. Find the "jamf-content-distribution-server" section.

  4. Choose: GET /v1/jcds/files

  5. Click Try it out and click Execute.

  6. In the "Response Body" section, it should provide us a list of the current packages on your JCDS.

  7. Click DOWNLOAD button in the Server Response section. This will list all the available packages currently within your JCDS.

Did this answer your question?