The PowerIQ Node Metadata table lets you assign a device name and device type to each monitoring node. Power IQ automatically uses the device type to select the correct Dynamic Plugin for that node. The device name is exposed as a readable attribute via SNMP.
Prerequisites
SNMP must be enabled, and the SNMP Client Mode must be set to Power IQ with Dynamic Plugins on the SNMP configuration page before Power IQ will make use of these attributes.
Adding Entries Manually
-
Navigate to Destinations → SNMP → PowerIQ Node Metadata.
-
Click the Actions →Add button in the table dropdown to open the entry form.
-
Fill in the three required fields:
|
Field |
Description |
Constraints |
|---|---|---|
|
GUID |
The unique identifier of the monitoring node. Can be entered in any standard GUID format — it will be normalized automatically. |
Must be a valid GUID |
|
Device Type |
The device type string used by Power IQ to select a Dynamic Plugin. |
Max 256 ASCII characters |
|
Device Name |
A human-readable name for the device, exposed via SNMP. |
Max 256 ASCII characters |
-
Click Save to add the entry.
To remove an entry, select the row and select Actions→ Delete from the table dropdown.
Importing from a CSV File
For bulk entry, you can import a CSV file instead of adding nodes one at a time.
How to Import
-
Navigate to Data Destinations → SNMP → PowerIQ Node Metadata.
-
Click the Actions →Import node CSV file from the table dropdown.
-
Select your CSV file in the file picker dialog.
-
The file will be parsed and all valid entries added to the table immediately.
If any row in the file is invalid, an error message will be displayed, and no entries from beyond that import entry will be saved.
CSV Format
The CSV file must have a header row. The following column names are supported:
|
Column |
Required |
Notes |
|---|---|---|
|
|
Yes (or |
Node identifier that can be entered in any standard GUID format — it will be normalized automatically. The column name |
|
|
Yes |
Name for the device. |
|
|
Yes |
Device type string used by Power IQ. |
Column names are case-sensitive.
Every row must have a valid guid (or NodeID), a deviceName, and a deviceType. Rows missing any of these fields will cause the import to fail.
Exporting to a CSV File
To download the current table as a CSV file:
-
Navigate to Destinations → SNMP → PowerIQ Node Metadata.
-
Click the Actions → Export node CSV file from the table dropdown.
-
A file named
snmp_node_metadata.csvwill be downloaded automatically.
The exported file uses the column order guid, deviceType, deviceName and can be re-imported after edits.