pyrundeck icon indicating copy to clipboard operation
pyrundeck copied to clipboard

Python REST API client for Rundeck 2.6+

Results 13 pyrundeck issues
Sort by recently updated
recently updated
newest added

This is to allow a logging level to be passed when calling methods for the rundeck API to change the level on API calls. Not providing a log level when...

needs-rebase

## Summary - https://github.com/pschmitt/pyrundeck/issues/49 - Fix some pylint issues - Add some docstrings to facilitate

enhancement

Hi, Github won't let me open a MR, so here is the code snippet to get all the key/value pairs for a project's configuration : ``` def get_project_config(self, project_name, format="xml"):...

enhancement

Looks like this: https://tristanlatr.github.io/pyrundeck/

Add the ability to fetch jobs that match any of a given list of tags

enhancement

https://github.com/rundeck/rundeck/issues/8013 Session cookies no longer work with 4.8.0 due to fixation attack changes.

There are some cases where end-users of the library want to override the headers sent to Rundeck (ex. not every response is going to be application/json). Per https://docs.rundeck.com/docs/api/rundeck-api.html#execution-query, we can...

needs-rebase

From rundeck/rundeck#1923: > I've traced the issue down to the Content-Type header that messes up the whole request (It's not needed for a GET anyway, was there from a previous...

needs-rebase

## Summary - Add capability to run a job in a specific time

enhancement

Hello. I'm using the module in order to read the configured jobs in Rundeck, but there is a need to get the job's definition in order to validate some dynamic...