Get Information from Scenario
A REST request is made to the GMUS to get information from the Scenario. Click here to see the list of method names. This API applies to only methods that have a return type.
URL: http://<ipAddress>:8070/rest/scenarioInfo
Method Type: POST
Parameters (with method Parameters):
{
"scenario" : "AllScenarioChain.grs",
"scenarioPath" : "/home/jDoe/Downloads/output",
"methodName" : "attributes",
"parameters" : { "domainName": "User" }
}Parameters (without method Parameters):
{
"scenario" : "AllScenarioChain.grs",
"scenarioPath" : "/home/jDoe/Downloads/output",
"methodName" : "receivers"
}