-
Notifications
You must be signed in to change notification settings - Fork 344
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
servers/details endpoint #5611
servers/details endpoint #5611
Conversation
What does this pull request do? |
This will add servers/details endpoint to Python client. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works, but note that it only works if you pass the name
parameter; it can't call servers/details
, it can only do it by passing the hostName
query parameter. So getting details for all servers is an N+1 problem for this method.
Which is still better than nothing at all
What does this PR (Pull Request) do?
This will add servers/details endpoint to Python client.
Which Traffic Control components are affected by this PR?
What is the best way to verify this PR?
The following criteria are ALL met by this PR