Code Monkey home page Code Monkey logo

rundeck_history_purge_tool's Introduction

GitHub Stats Card

rundeck_history_purge_tool's People

Contributors

soymsk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

rundeck_history_purge_tool's Issues

Client Error: Bad Request

Thanks for sharing your tool, but I am not able to run it. I am getting an exception as shown below. What version of Python are you using? Also you README shows an incorrect example usage with "-s 10" parameters, which are not available.

$ python --version
Python 2.7.12
$ python /var/lib/rundeck/rundeck_history_purge_tool/rd_purge_history.py -t mytoken myproject -m 100 -j myjob
Args:
max_delete_size: 100
dry_run: False
project: myproject
host: localhost
keep_history_size: 20
chunk_size: 20
job_filter: myjob
port: 4440
Traceback (most recent call last):
File "/var/lib/rundeck/rundeck_history_purge_tool/rd_purge_history.py", line 127, in
args.dry_run
File "/var/lib/rundeck/rundeck_history_purge_tool/rd_purge_history.py", line 51, in purge_history
total = get_history_total(client, project, job_filter)
File "/var/lib/rundeck/rundeck_history_purge_tool/rd_purge_history.py", line 38, in get_history_total
history = search_history(client, project, job_filter)
File "/var/lib/rundeck/rundeck_history_purge_tool/rd_purge_history.py", line 24, in search_history
res = client.get(request)
File "/var/lib/rundeck/rundeck_history_purge_tool/rd_purge_history.py", line 102, in get
res.raise_for_status()
File "/usr/lib/python2.7/dist-packages/requests/models.py", line 683, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.