Run Scenario with Test Data Rule
A REST request is made to the GMUS to run a Scenario with a Test Data Rule (G-Rule).
URL: http://<ipAddress>:8070/rest/scenario
Method Type: POST
JSON Payloads to execute Test Data Rule using GMUS API.
Test Data Rule
{ "clientAppId": "XXXXXXX-2560-487b-bfc9-XXXXXXXXXX", "clientUserId": "XXXXXXX-86f7-4e23-b3df-XXXXXXXXXX", "username": "email@example.com", "scenario": "DepartmentScenario.grs", "scenarioPath": "/home/joe/Downloads", "inMemory": false, "api": [ { "methodName": "testDataRulesAdd", "parameters": { "pathAndFileName": "/home/joe/Downloads/GMUSRules.gtdr" } } ] }