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

RFE: API route to query servercheck data by host name or ID #3577

Closed
guzzijason opened this issue May 15, 2019 · 1 comment · Fixed by #5545
Closed

RFE: API route to query servercheck data by host name or ID #3577

guzzijason opened this issue May 15, 2019 · 1 comment · Fixed by #5545
Assignees
Labels
new feature A new feature, capability or behavior Traffic Ops related to Traffic Ops

Comments

@guzzijason
Copy link
Contributor

Currently, this route is used to GET servercheck data:

/api/$version/servers/checks

This returns data for all servers. In order to better integrate with monitoring/alerting systems, I would like to have the option to request the same data for a specific host only, either by name or ID. Right now, its workable, but each individual monitoring check that uses this data would need to retrieve the large chunk of data and parse out the specific host the check cares about.

@mitchell852 mitchell852 added Traffic Ops related to Traffic Ops new feature A new feature, capability or behavior labels May 20, 2019
@rimashah25
Copy link
Contributor

I can take this one since it is a duplicate of #5463

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature A new feature, capability or behavior Traffic Ops related to Traffic Ops
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants