GET http://localhost:8080/mmc/api/servers/73d89173-290e-4cb3-a61c-e11deb74767d/files/conf/server.xml
Get a File
The resource /mmc/api/servers/files/<myServerId>/<myFile.xml>
, when invoked with the HTTP GET operation, returns the specified file on the specified server relative to the Mule installation directory. You substitute the URL to the server for <myServerId> and the path to the XML file for <myFile.xml>.
URLs are of the form http://localhost:8080/mmc/api/servers/73d89173-290e-4cb3-a61c-e11deb74767d/files/files/<path>
where <path>
is the path, including the name of the file, to the file you want to retrieve and 73d89173-290e-4cb3-a61c-e11deb74767d
is the server id.
Example Request
The following code illustrates invoking this request.