getPerformanceMonitorDetails
Retrieve performance monitor details for a network device by providing device name, policy name, graph name, and numeric check flag.
Instructions
getPerformanceMonitorDetails
Category: Manage and query network devices
Key parameters:
name*: Name of the device
policyName*: Policy name of the performance monitor
graphName*: Graph name of the performance monitor.
checkNumeric*: true (or) false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | OpManager host address (e.g., 'opmanager.example.com' or 'opmanager.example.com:8061'). Default port is 8061 (HTTPS). | |
| name | Yes | Name of the device | |
| apiKey | Yes | OpManager API key for authentication | |
| graphName | Yes | Graph name of the performance monitor. | |
| policyName | Yes | Policy name of the performance monitor | |
| checkNumeric | Yes | true (or) false. |