Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dump of request URI and parameters to client in debug mode #4784

Closed
ericvaandering opened this issue Aug 16, 2021 · 0 comments
Closed

Add dump of request URI and parameters to client in debug mode #4784

ericvaandering opened this issue Aug 16, 2021 · 0 comments

Comments

@ericvaandering
Copy link
Contributor

Motivation

CMS has a couple of applications which directly use the REST interface to interact with Rucio. It's always a challenge to turn command line or python client code into the equivalent REST interface calls.

Modification

This modification would either use an existing debug parameter to dump out the method (GET/POST/etc), the URI, and any parameters passed to the Rucio server when executing a Rucio command so that the REST parameters can easily be inferred.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants