File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 2626 "summary" : """
2727 REST API for simulation scenario management.
2828 """ ,
29- "description" : """
30- OpenSPP Simulation API
31- ======================
32-
33- Extends OpenSPP API V2 with simulation-specific endpoints for managing targeting scenarios,
34- runs, and comparisons, plus aggregation endpoints for population analytics.
35-
36- Endpoints
37- ---------
38- - ``CRUD /simulation/scenarios`` - Manage simulation scenarios
39- - ``CRUD /simulation/runs`` - Execute and retrieve simulation runs
40- - ``CRUD /simulation/comparisons`` - Compare different scenarios
41- - ``GET /simulation/scenarios/{id}/execute`` - Execute a scenario
42- - ``GET /simulation/runs/{id}/results`` - Get run results with metrics
43- - ``POST /aggregation/compute`` - Population counts with demographic breakdowns
44- - ``GET /aggregation/dimensions`` - Available group-by dimensions
45-
46- Design Principles
47- -----------------
48- - RESTful design for scenario lifecycle management
49- - Batch execution support for large-scale simulations
50- - Metric aggregation for analysis and comparison
51- - Requires authentication via OAuth 2.0
52- - Privacy protection via unified aggregation service (k-anonymity)
53- """ ,
5429}
You can’t perform that action at this time.
0 commit comments