srijeet0406 commented on issue #5021: URL: https://github.com/apache/trafficcontrol/issues/5021#issuecomment-692330311
This is expected behavior. When you search by cachegroup name, you need to use `cachegroupName` as the query param. If you want to use cachegroup ID, use `cachegroup`. So the following two calls should work: `GET /api/3.0/asns?cachegroupName=<your cg name here>` and `GET /api/3.0/asns?cachegroup=<your cg ID here>`. I spoke to @dpham692 and he was ok with closing this issue. ---------------------------------------------------------------- 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]
