This is an old revision of the document!


Stats Web Services (http)

List Models

To retrieve a list of models and their latest ExecID and execution date:

http://localhost:8888/MbtSvr/app=websvc&action=statSvc&cmd=modelList

Open Model

Model Executions

To retrieve a list of model executions for the specified model. If model parameter is not specified, return the model executions for the model currently open:

http://localhost:8888/MbtSvr/app=websvc&action=statSvc&cmd=modelExecList&model=Demo_TestGenToFile

To retrieve details of a specific model execution:

* By execID - http://localhost:8888/MbtSvr/app=websvc&action=statSvc&cmd=modelExec&execID=679

* By statDesc - http://localhost:8888/MbtSvr/app=websvc&action=statSvc&cmd=modelExec&statDesc=Exec Sat Sep 20 20:01:20 CDT 2014

Batch Executions