getLastCollectedValues
Retrieve the most recently collected monitoring values for network devices by providing their MOIDs. Enables quick access to current device metrics without full data set polling.
Instructions
getLastCollectedValues
Category: Manage and query network devices
Key parameters:
deviceMOIDList*: MOID is the value of the 'moid' property in the listDevices
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). | |
| apiKey | Yes | OpManager API key for authentication | |
| deviceMOIDList | Yes | MOID is the value of the 'moid' property in the listDevices API response. For multiple MOIDs, use comma-separated values. It is recommended to pass up to 500 device MOIDs. |