Hey Everyone,
I have never used any sort of REST API before, but would like to use the Pentaho Rest API to upload Mondrian xml files to the server. According to http://anonymousbi.wordpress.com/201...-web-services/ and several other sites I can accomplish this by using the following request.
http://localhost:8080/pentaho/plugin...n/postAnalysis
Multipart POST request with post params:
uploadAnalysis – Mondrian schema
catalogName – name of the catalog (optional?)
parameters – parameter list
However, for someone like me who is new to this, this is not quite enough for me to start using this. How exactly would I go about running this, what would the url be to put a local file up onto the server? Any help would be appreciated
I have never used any sort of REST API before, but would like to use the Pentaho Rest API to upload Mondrian xml files to the server. According to http://anonymousbi.wordpress.com/201...-web-services/ and several other sites I can accomplish this by using the following request.
http://localhost:8080/pentaho/plugin...n/postAnalysis
Multipart POST request with post params:
uploadAnalysis – Mondrian schema
catalogName – name of the catalog (optional?)
parameters – parameter list
However, for someone like me who is new to this, this is not quite enough for me to start using this. How exactly would I go about running this, what would the url be to put a local file up onto the server? Any help would be appreciated