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 2018/12/21 16:33:47 UTC

[GitHub] mitchell852 opened a new issue #3154: GET api/1.4/cdns/name/:name/dnsseckeys returns a 200 with no response key

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:
users@infra.apache.org


With regards,
Apache Git Services