You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/05/15 15:18:52 UTC

[GitHub] [trafficcontrol] guzzijason opened a new issue #3577: RFE: API route to query servercheck data by host name or ID

guzzijason opened a new issue #3577: RFE: API route to query servercheck data by host name or ID
URL: https://github.com/apache/trafficcontrol/issues/3577
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services