You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
This Bug Report affects these Traffic Control components:
Current behavior:
/servers/detailsrequires one of the query string parametershostNameorphysLocationIDbe specified, but if neither are, the error message says:{ "alerts": [ { "text": "Missing required fields: 'hostname' or 'physLocationID'", "level": "error" } ] }Expected behavior:
The error message should name the actual required query string parameter:
hostNamenothostname.Steps to reproduce:
toget -kp '/servers/details?hostname=anything'