Create Default Monte Carlo Settings for a Project

post

/api/restapi/monteCarloSettings/createDefault/{projectId}

Send a request to this endpoint to create default Monte Carlo settings for a project that meet the following requirements:
  • The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityMonteCarloSettings
Type: object
Title: ApiEntityMonteCarloSettings
This entity represents a MonteCarloSettings object, a unique MonteCarloSettings object can be identified by the following combinations of the fields.
  • monteCarloSettingsId
  • projectId
  • projectCode,workspaceCode
Show Source
  • Allowed Values: [ "PROJECT_ONLY", "MILESTONE_LOE", "ALL" ]
    Determines the activities that are included in the risk analysis results. Selecting all the activities will increase the risk analysis time.
  • The number of iterations for which the mean plan finish date must remain constant to be considered converged.
  • The maximum percentage deviation at which analysis results are considered converged.
  • Controls whether the risk analysis includes risks with a status of Proposed.
  • The number of iterations run during the risk analysis.
  • The unique identifier of a set of Monte Carlo settings.
  • The value (0% to 100%) to be used to calculate optimistic percentiles.
  • The value (0% to 100%) to be used to calculate pessimistic percentiles.
  • Minimum Length: 1
    Maximum Length: 60
    The unique identifier for a project set by the user who created the project.
  • The unique identifier of a project.
  • Defines the number to be used to set the starting point for the random number generator.
  • Deprecated. As of 23.6, replaced by 'scheduleCost'.
    Select this option to run a risk analysis where activity costs vary for each iteration. This will increase the risk analysis time. If this option is not selected, the activity costs will remain fixed for each iteration.
  • Allowed Values: [ "PRE_MITIGATED", "POST_MITIGATED", "BOTH" ]
    The type of risk analysis run on a project.
    • PRE_MITIGATED : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.
    • POST_MITIGATED : A quantitative risk analysis that takes into account the impact of defined risk response plans.
    • BOTH : A quantitative risk analysis that uses both pre and post mitigated contexts.
  • Deprecated. As of 23.10.
    Setting to tell the monte carlo job to run mean impacts.
  • Select this option to run a risk removal impact analysis on the project. A risk removal impact analysis measures and ranks the potential impact of each risk on the cost and completion date of the entire project.
  • Allowed Values: [ "UNIFORM", "TRIANGLE", "SINGLE_POINT" ]
    Deprecated. As of 23.10.
    Acts as a placeholder for type of distribution , Triangle , Uniform etc in case the schedule or cost impacts don't have their own distribution defined.
  • Select this option to run a risk analysis where activity costs vary for each iteration. This will increase the risk analysis time. If this option is not selected, the activity costs will remain fixed for each iteration.
  • Date when the record was last updated.
  • Controls whether convergence is used to automatically determine when enough iterations have been run during the risk analysis. As a risk analysis is performed, the results begin to converge to such an extent that there is no point running the analysis any further because the results are only changing by a small percentage. At this point, the analysis has converged and is automatically stopped. If this option is selected, the analysis is run until the convergence criteria that have been set up are met.
  • Minimum Length: 0
    Maximum Length: 60
    The user-specified identifier of a workspace.

400 Response

Invalid input for the Monte Carlo Settings service. Verify the request contains valid data, then resubmit the request.
Back to Top