getAvailabilityGraphData
Retrieves availability graph data for a managed network device or interface. Specify the device name and set instance parameter to Interface for interface-level data.
Instructions
getAvailabilityGraphData
Category: Manage and query network devices
Key parameters:
name*: Name of the device or interface - Managed Entity name as see
instance: Set instance=Interface if the Availability graph is requeste
isFluidic*: Set value as TRUE by default (for internal purpose)
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 or interface - Managed Entity name as seen in the URL of device/interface snapshot page OR 'deviceName' property value of listDevices API or 'interfaceName' property value in the listInterfaces API response [Example: opmserver.mydomain.com or IF-xx.xx.24.223-115] | |
| apiKey | Yes | OpManager API key for authentication | |
| instance | No | Set instance=Interface if the Availability graph is requested for the interface. Mandatory field if the interface data is being fetched. This API can also be used to fetch availability of other monitors. [Example: Interface|URL|winService|service|process] | |
| isFluidic | Yes | Set value as TRUE by default (for internal purpose) |