getDeviceInfo
Retrieve detailed information about a network device by providing its name, IP address, or DNS name for monitoring and management.
Instructions
getDeviceInfo
Category: Manage and query network devices
Key parameters:
deviceName/ipAddress/dnsName*: Either one of these three parameters can be used to retrieve
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 | |
| deviceName/ipAddress/dnsName | Yes | Either one of these three parameters can be used to retrieve the device details. These parameters are the managed Entity name as seen in the URL of the device snapshot page (OR 'deviceName' property value in the listDevices API response), or the IP address of the device, or the DNS name of the device. |