API to fetch model information

vipul_kumarvipul_kumar Member Posts: 20 Contributor I
edited November 2018 in Help

Hi.

 

I have a rapidminer studio and server instances running. Post configuring a process on Studio, I store the processes on RM server. 
I want to know if there are API's available to fetch list of all processes stored on server or to fetch information about a process on the server.

 

Regards

Tagged:

Answers

  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn

    That's an interesting question indeed. If you add decscriptions to the top level of the process, the XML generates a <description>this is text</description> field. I wonder if a seperate process could be built with a Read XML operator that iterates using a Loop over a repository where those processes are stored, and then extracts the descriptions and names of the processes via the REST API.

     

    I would try something like and would be interested to know if you met with success.

Sign In or Register to comment.