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


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" 
}