Sorry, we didn't find any relevant articles for you.

Send us your queries using the form below and we will get back to you with a solution.

GMUS API: Run multiple Scenarios by Directory

Run multiple scenarios by Directory

A REST request is made to the GMUS to run all the scenarios present in a directory. When running multiple scenarios, the inMemory parameter is ignored.

URL: http://<ipAddress>:8070/rest/scenariosByDir

Method Type: POST

Parameters (with example values):

{  
  "clientAppId" : "XXXXXXXX-1e47-abcd-ba66-XXXXXXXXXXXX",   
  "clientUserId": "XXXXXXXX-abcd-4284-aa45-XXXXXXXXXXXX",   
  "username"    : "jane.doe@gmail.com",    
  "scenarioPath": "/home/jDoe/Downloads/output" 
}