Run Scenario with Test Data Query

A REST request is made to the GMUS to run a Scenario with a Test Data Query (G-Query).


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


JSON Payloads to execute Test Data Query using GMUS API.


Test Data Query

{
  "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": "testDataQueriesAdd",
      "parameters": {
        "pathAndFileName": "/home/joe/Downloads/GMUSQueries.gtdq"
      }
    }
  ]
}