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: Get Information from Scenario

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"
}