FSM-Get-SystemList
The FSM-Get-SystemList activity gets the managed system list according to the system type.
Input parameters
The following table lists the input parameter that can be used with the FSM-Get-SystemList activity.
Example
<span className="keyword cmdname">FSM-Get-SystemList</span> SystemType<Enum>
Parameter | Description | Example value |
---|---|---|
SystemType | SystemType:
| All |
Published data
The following table lists the published data types that can be used with the FSM-Get-SystemList activity.
Example
[Array] SystemName<String,Filter>, SystemType<Enum,Filter>,
SystemID<String,Filter>, System<ManagedSystem>
Name | Description | Example value |
---|---|---|
SystemName | System name | FSM_System_1 |
SystemType | System type values:
| OperatingSystem |
SystemID | System Object ID | 0x1036 |
System | A system in ManagedSystem format (name, type, ID), which can be used as direct input for another activity. | (FSM_System_1, OperatingSystem, 0x1036) |
Give feedback