Device MO Name is a unique identifier assigned to a device in OpManager. It is required while invoking REST APIs that fetch device-level details such as monitors, metrics, availability, and performance data.
listDevices API call triggered while loading the Devices list.deviceName field represents the Device MO Name.Note: The Device MO Name can also be retrieved programmatically using the v2/listDevices API.
vCenter MO Name is the unique identifier assigned to a monitored vCenter server. It is used in REST APIs to fetch vCenter-specific entities such as virtual machines, ESXi hosts, and datastores.
deviceName field represents the vCenter MO Name.Note: The vCenter MO Name can also be retrieved using the listVirtualDevices API.
Group MOID is the unique identifier assigned to a logical group in OpManager. It is required for APIs that retrieve group-related devices, monitors, and availability information.
groupID field represents the Group MOID.Note: The Group MOID can also be retrieved using the listAllLogicalGroups API.
Policy Name is a unique identifier for performance monitors. It helps uniquely identify each monitor and is required when fetching monitor-level graphs and performance data.
policyName field represents the Policy Name.Graph Name is the unique identifier used to identify the performance monitor associated with the device. This parameter must be passed for instance-based monitors (C:, D:, CPU0, CPU1, etc.), such as partition or database instance monitors, along with the corresponding instance name.
name field represents the Graph Name.Poll ID is a unique identifier for performance monitors associated with devices. It is required when fetching monitor-level graphs and performance data.
pollId field represents the Poll ID of the monitor.MSSQL Instance Name identifies the SQL Server instance being monitored (for example, DEFAULT or SQLEXPRESS). It is required when invoking MSSQL-specific monitoring APIs.