You can use Model Advisor APIs to execute the Model Advisor in batch mode, create scripts and functions that executes Model Advisor checks one or more systems, specify the default configuration for the Model Advisor, and suppress the warning of missing Model Advisor checks.
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 |
ModelAdvisor.lookupCheckID | Look up Model Advisor check ID |
ModelAdvisor.run | Run Model Advisor checks on systems |
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 |
Checking Systems Programmatically
Use scripts and functions to run the Model Advisor programmatically.
Create a Function for Checking Multiple Systems
Create function to run multiple checks on a model.
Create a Function for Checking Multiple Systems in Parallel
To save processing time, create a function to check multiple systems in parallel.
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.