Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
http_stats_service [2017/12/19 00:19] – [Batch Executions] adminhttp_stats_service [2017/12/19 00:44] (current) – removed admin
Line 1: Line 1:
-===== Stats Web Services (http) ===== 
- 
-==== List Models ==== 
-To retrieve a list of models and their latest //ExecID// and execution date: 
- 
-[[ batch details | http://localhost:8888/MbtSvr/app=websvc&action=statSvc&cmd=modelList]] 
- 
----- 
-==== Open Model ==== 
-To open a model to retrieve model information: 
- 
-[[model info | 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: 
- 
-[[model exec list | http://localhost:8888/MbtSvr/app=websvc&action=statSvc&cmd=modelExecList&model=Demo_TestGenToFile]] 
- 
- 
-To retrieve details of a specific model execution: 
- 
-* By //execID// - [[model exec stats | http://localhost:8888/MbtSvr/app=websvc&action=statSvc&cmd=modelExec&execID=679&model=Demo_TestGenToFile]] 
- 
-* By //statDesc// - [[model exec stats | http://localhost:8888/MbtSvr/app=websvc&action=statSvc&cmd=modelExec&model=Demo_TestGenToFile&statDesc=Exec Sat Sep 20 20:01:20 CDT 2014]] 
- 
----- 
- 
-==== Batch Executions ==== 
- 
-To retrieve a list of batch executions of models: 
-[[ batch exec list | http://localhost:8888/MbtSvr/app=websvc&action=statSvc&cmd=batchList]] 
- 
- 
-Batch Execution Details: 
-[[ batch execution | http://localhost:8888/MbtSvr/app=websvc&action=statSvc&cmd=batchExec&batchID=22]] 
- 
-