mitchell852 opened a new issue, #7076: URL: https://github.com/apache/trafficcontrol/issues/7076
<!-- Do not submit security vulnerabilities or support requests here - see above --> ## This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components: - Traffic Ops - Traffic Portal ## Current behavior: ALL servers, caches and non-caches are stored in the servers table and fetched via GET /api/servers. There is no real way to discern between caches and non-caches in the response. You can however use GET /api/servers?type=EDGE or GET /api/servers?type=MID but types can be added (and have been in our environment) to satisfy different use cases so you could have an EDGE_FOO type ifyou want. ## New behavior: Add an indicator to a server object to indicate if it is a cache or not so you can do something like GET /api/servers?cache=true -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
