ocket8888 opened a new issue #4438: ORT uses non-standard API endpoint
/update/{{host name}}
URL: https://github.com/apache/trafficcontrol/issues/4438
## I'm submitting a ...
- improvement request (usability, performance, tech debt, etc.)
## Traffic Control components affected ...
- CDN-in-a-Box (because of ORT.py)
- Traffic Ops ORT (and also the Python version used by CDN-in-a-Box)
## Current behavior:
To report that updates and/or revalidations were successfully applied on
cache servers, ORT calls the `/update/{{host name}}` endpoint, which is not
grounded in an API version nor documented anywhere, nor handled in Go.
## Expected / new behavior:
ORT should use only real, documented, supported, versioned, API endpoints.
I'm not personally very particular how that's done, though I prefer the
bottom-most option (unrealistic though that may be).
• The call could be forwarded to ATSTCCFG which could be updated to it using
standard API calls
• ORT itself could be changed to make the request using the standard API
• The endpoint could be rewritten in Go and added to the 2.0 API.
## Minimal reproduction of the problem with instructions:
Run ORT, observe the call to an unsupported, non-standard API
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services