Automate Model Advisor Check Execution
Model Advisor batch model execution
You can use Model Advisor APIs to execute the Model Advisor in batch mode, create scripts and functions that execute Model Advisor checks on one or more systems, specify the default configuration for the Model Advisor, and suppress the warning of missing Model Advisor checks.
Classes
Advisor.Application | Run Model Advisor across model hierarchy |
ModelAdvisor.SystemResult | Access system-level Model Advisor results |
ModelAdvisor.CheckResult | Access Model Advisor check results |
Advisor.Manager | Manage applications |
Functions
getReportFileName | Get report file name for ModelAdvisor.run system result
object |
ModelAdvisor.lookupCheckID | Look up current Model Advisor check ID for legacy Model Advisor check ID |
ModelAdvisor.run | Use Model Advisor to run checks on systems |
ModelAdvisor.getModelConfiguration | Get Model Advisor configuration associated with model |
ModelAdvisor.setDefaultConfiguration | Set the Model Advisor configuration |
ModelAdvisor.setModelConfiguration | Set Model Advisor configuration associated with model |
ModelAdvisor.summaryReport | Open Model Advisor Command-Line Summary report |
view | View Model Advisor run results for checks |
viewReport | View Model Advisor run results for systems |
Topics
- Checking Systems Programmatically
Use scripts and functions to run the Model Advisor programmatically.
- Create a Function to Check Multiple Systems
Create a function to run checks on multiple systems, either sequentially or in parallel.
- Archive and View Results
After running the Model Advisor programmatically, you can archive and view the results.
- Archive and View Model Advisor Run Results
This example shows how to archive and view Model Advisor run results.