ocket8888 opened a new issue #2938: /api/1.x/cdns/configs doesn't appear to 
work properly
URL: https://github.com/apache/trafficcontrol/issues/2938
 
 
   This endpoint just outputs a list of cdns as name/id pairs like e.g.
   
   ```json
   {
     "response": [
       {
         "name": "ALL",
         "id": 1
       },
       {
         "name": "CDN-in-a-Box",
         "id": 2
       },
       {
         "name": "foo",
         "id": 7
       }
     ]
   }
   ```
   
   Which, based on the name, doesn't seem like the desired behaviour. Even if 
it is, the `api/1.x/cdns` endpoint already provides the same information, so 
maybe we should just get rid of this instead of fixing it?

----------------------------------------------------------------
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

Reply via email to