MonteCarlo Settings REST Endpoints
MonteCarlo Settings
Use the Monte Carlo Settings service to create, view, and update Monte Carlo Settings.
- Batch Update Monte Carlo Settings
- Method: putPath:
/primeapi/restapi/monteCarloSettings/batch - Create Default Monte Carlo Settings for a Project
- Method: postPath:
/primeapi/restapi/monteCarloSettings/createDefault/{projectId} - Update Monte Carlo Settings
- Method: putPath:
/primeapi/restapi/monteCarloSettings - View Monte Carlo Settings
- Method: getPath:
/primeapi/restapi/monteCarloSettings/{id} - View Monte Carlo Settings by Project
- Method: getPath:
/primeapi/restapi/monteCarloSettings/project/{projectId}