Scenario REST Endpoints
Scenario
The operations from the Scenario category.
- Create a Scenario
- Method: postPath:
/runtime/scenario - Delete Scenario by ID
- Method: deletePath:
/runtime/scenario/{id} - Get Scenario by ID
- Method: getPath:
/runtime/scenario/{id} - Get Scenario List
- Method: getPath:
/runtime/scenario