New Rule Status Parameter in the Validate Model REST API
A new ruleStatus parameter in the Validate Model REST API allows you to exclude rules from model validation based on their status.
The following options are available:
- All: (Default) Validate all the rules for the selected model
- Enabled: Validate all enabled rules
- Disabled: Validate all disabled rules
Business Benefit: The ruleStatus parameter allows you to exclude disabled rules when running a model validation. For example, if you have rules that are not yet complete, you can leave them disabled in the rule definition and exclude them when validating the model.
Steps to Enable
Review the REST service definition in the REST API guides to leverage (available from the Oracle Help Center > your apps service area of interest > APIs & Schema). If you are new to Oracle's REST services you may want to begin with the Quick Start section.
Tips And Considerations
Use these Implementation Best Practices to ensure success with your REST API projects.
Key Resources
- Validate Model in REST API for Oracle Enterprise Performance Management Cloud
Access Requirements
- Service Administrators