[RESOLVED] Is it possible to use the Geoserver REST API to automatically create a layer on the basis of an existing coverage store (with the specified path to a file geotiff)? Will Geoserver automatically calculate the Bounding Boxes and Coordinate Reference Systems?
Please note: the coverage store is already created.

externalendpoints at the url. For example:curl -u admin:geoserver -v -XPUT -H "Content-type: text/plain" -d "file:usr/coverages/my_coverage.tif" http://localhost:8080/geoserver/rest/workspaces/agro/coveragestores/radar_sample/external.geotiff– winsent Oct 28 '11 at 13:39