Create a New Instance
Create a new instance
POST /cloud/createInstance
note
Create an instance of the different models available. You can classify, cluster, recommend and discover. Also, with this resource you can create a grid by setting the flag EXECUTE_GRID to 'true' in the parameters and sending a list of values to each parameter separated by ';'. For now the grid functionality is only available in simClassify and simClassify+.
Parameters
Parameters
params (form variable)
Instance's parameters. A string as a list of parameters separated by '\_@\_@\_'. Each parameter is in the format param\_name=param\_value. Example 'a=1\_@\_@\_b=2'
instanceName (form variable)
Name of the instance. Alphanumeric string: [A-Za-z0-9-_]+.
folderName (form variable)
Name of the folder. Alphanumeric string: [A-Za-z0-9-_]+
modelType (form variable)
Type of the model. One of the following values: simSearch, simClassify, simClassify%2B, simCluster, or simRecommend.
specsFileName (form variable)
Name of the specs file. Alphanumeric string: [A-Za-z0-9-_]+
user (header (authorization) variable)
user's authentication