ruby-jss icon indicating copy to clipboard operation
ruby-jss copied to clipboard

ruby-jss provides native ruby access to the REST APIs of Jamf Pro, an enterprise/education tool for managing Apple devices, from jamf.com. The Jamf module provides access to both APIs. Jamf Pro object...

Results 13 ruby-jss issues
Sort by recently updated
recently updated
newest added

There are definitely problems with method arguments, and most likely others.

enhancement

There is "all" method present to get all the device objects but there are no pagination available. My one of client have 60K mobile devices and "all" method is getting...

Fixed a few YARD document parsing issues discovered which includes the `JSS::DirectoryBinding` and `JSS::DirectoryBindingType` and children objects.

This PR _should_ fix the bug outlined in #66 where the smart group wouldn't properly update and throw a 409. The changes made: - Provided empty computer payload to ensure...

While building some automation, it would be nice to be able to create the `JSS::LDAPServer` object(s). Right now it does not include the `JSS::Creatable` mix-in which prevents it from properly...

When changing a JSS::ComputerGroup site, if it is smart it throws a 409 Conflict through the API since it doesn't clear our the members section of the object. I will...

Some values in the `JSS::DirectoryBindingType` objects should accept nil values.

In the Web UI, there is a box under Self Service to feature a policy in the compliance section of Self Service. Was hoping this could be added to configure...

Found this bug where a self_service_category can have it's `display_in` to `false` but if it is in the array, it will default to true anyways when posted to the API....

Much like the #44 issue, I can ready the configuration(s), but would like to be able to make changes and updates if possible.