mitchell852 opened a new issue #3154: GET api/1.4/cdns/name/:name/dnsseckeys returns a 200 with no response key URL: https://github.com/apache/trafficcontrol/issues/3154 If there are no dnssec keys for a cdn the following is returned from GET api/1.4/cdns/name/:name/dnsseckeys 200 OK { alerts: [ { text: " - Dnssec keys for r-sdc could not be found. ", level: "success" } ] } Not sure if the old Perl api acted the same way but I'd expect something more like: 200 OK response: null { alerts: [ { text: " - Dnssec keys for r-sdc could not be found. ", level: "success" } ] }
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
