Orion.ADM.NodeInventory
SolarWinds Information Service 2024.4 Schema Documentation
This entity represents inventory of nodes.
Inheritance
Access control
everyone
Properties
| Name | Type | Summary | Access Control |
|---|---|---|---|
| ID | System.Int32 | Every inventory has it's own integer representation. | everyone |
| NodeID | System.Int32 | Node associated with inventory ID. | everyone |
| LastPoll | System.DateTime | Latest date when inventory was polled. | everyone |
| IPAddress | System.String | IP address of node. | everyone |
| Plugins | System.String | Plugin which reguested polling of inventory. | everyone |
| Status | System.Int32 | Reflects success of inventory polling from node. | everyone |
| DetailsUrl | System.String | Url of node details page. | everyone |
| IsClusterVIP | System.Boolean | Defines whether inventory is from cluster virtual IP. | everyone |
| DisplayName | System.String | Display name in format: "NodeCaption" Inventory" | everyone |
| Description | System.String | This property is not used. | everyone |
| StatusLED | System.String | This property is not used. | everyone |
| Image | System.String | This property is not used. | everyone |
| ModernIcon | System.String | Nova icon name for the entity. | everyone |
Target Relationships
| Name | Type | Notes |
|---|---|---|
| Node | Orion.Nodes | Defined by relationship Orion.ADM.NodeHostsNodeInventory (System.Hosting) |
Verbs
PollNow
Poll inventory from set of nodes.
Access control
| Operations | Right |
|---|---|
| invoke | manageNodes |
Enable
Enables polling of inventory on set of nodes.
Access control
| Operations | Right |
|---|---|
| invoke | manageNodes |
Disable
Disables polling of inventory on set of nodes.
Access control
| Operations | Right |
|---|---|
| invoke | manageNodes |
SchedulePollNow
More intelligent 'poll now' which can be resolved by its guid. It also triggers an indication when the poll has finished or timed out.
Access control
| Operations | Right |
|---|---|
| invoke | manageNodes |
ScheduleEnable
More intelligent 'enable'. During execution adm plugin is installed if not exists. 'Enable' is called after receive notification about adm plugin installation.
Access control
| Operations | Right |
|---|---|
| invoke | manageNodes |
UninstallConnectionQualityAgentPlugin
Uninstall 'ADMConnectionQuality' agent plugin from all nodes with agent where this plugin is installed.
Access control
| Operations | Right |
|---|---|
| invoke | manageNodes |