Run a Scenario Chain 

A REST request is made to the GMUS to run a Scenario Chain.  When running a Scenario Chain, the inMemory parameter is ignored.


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


Parameters (with example values):

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