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
To open a model to retrieve model information:
http://localhost:8888/MbtSvr/app=websvc&action=statSvc&cmd=openModel&model=Demo_TestGenToFile
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
To retrieve a list of batch executions of models:
http://localhost:8888/MbtSvr/app=websvc&action=statSvc&cmd=batchList
Batch Execution Details - http://localhost:8888/MbtSvr/app=websvc&action=statSvc&cmd=batchExec&batchID=22