stillalex commented on PR #1332:
URL: https://github.com/apache/solr/pull/1332#issuecomment-1442333965

   > AFAICT GET /api/aliases/aliasName is a brand new API, so we have some 
freedom to make the response format whatever we would like here. Would you be 
amenable to adding the collection-list to this response, or was there a reason 
you avoided that on your initial pass?
   
   ouch, good catch! you are absolutely right, I missed this completely. for 
sure the collections list needs to be present. any preference on the format? 
what about 'collections' (similar to the name used when creating the alias)?
   
   ```
   "name": "alias1",
   "collections": "collection1",
   "properties": {}
   ```


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

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to