FSM-Get-Inventory
The FSM-Get-Inventory activity gets the system inventory that is collected by the FSM-Collect-Inventory activity. The inventory result can be viewed in either plain text or in html format.
Prerequisite
Before the FSM-Get-Inventory activity can be used, the system must first be discovered using the FSM-Discover activity. For more information, see SM-Discover.
Input parameters
The following table lists the input parameters that can be used with the FSM-Get-Inventory activity.
Example
<span className="keyword cmdname">FSM-Get-Inventory</span> System<ManagedSystem>, InventoryType<Enum>
Parameter | Description | Example value |
---|---|---|
System | A system that can be selected from a managed system list or input manually in a ManagedSystem format (name, type, ID). | (9.115.252.102, server, 0x3243f) |
InventoryProfile | InventoryProfile values:
| All Hardware Inventory |
Published data
The following table lists the published data parameters that can be used with the FSM-Get-Inventory activity.
Example
SystemId<String>, Inventory(txt)<String>, Inventory(html)<String>
Parameter | Description | Example value |
---|---|---|
SystemId | System OID | 0x1306 |
Inventory(txt) | A system inventory list based on the selected inventory profile, in TXT format. | |
Inventory(html) | A system inventory list based on the selected inventory profile, in HTML format. (readable format) |
Give feedback