void tsmPutPyramid ( TsmHandle *tsmh, Pyramid *pyramid, const char *baseUrl ) Write a pyramid's tspec information
Write a pyramid's tspec information.tsmPutPyramid writes pyramid tspec to the location specified by baseUrl. The new single-file tspec format will be used to write the data. The baseUrl should be NULL, "", "stdout", or the URL of the pyramid.
N.B. this function is part of the old style server-centric interface to tsmApi. You should really start using the new leaner, cleaner, and sexier connection-based interface (see tsmConnect). This function is now just an emulation layer on top of the relevant connection-based function(s).