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 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.

Classes

Advisor.ApplicationRun Model Advisor across model hierarchy
ModelAdvisor.SystemResultAccess system-level Model Advisor results
ModelAdvisor.CheckResultAccess Model Advisor check results
Advisor.ManagerManage applications

Functions

ModelAdvisor.lookupCheckIDLook up Model Advisor check ID
ModelAdvisor.runRun Model Advisor checks on systems
ModelAdvisor.summaryReportOpen Model Advisor Command-Line Summary report
viewView Model Advisor run results for checks
viewReportView Model Advisor run results for systems

Topics

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.

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.