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

Run Multiple Scenarios

A REST request is made to the GMUS to run multiple scenarios. The inMemory parameter is ignored when running multiple scenarios.

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

Method Type: POST

Parameters (with example values):

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