Skip to main content

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>
Table 1. FSM-Get-SystemList input parameter
ParameterDescriptionExample value
SystemTypeSystemType:
  • All
  • GenericNetworkDevice
  • ComputerSystem
  • SystemPool
  • PowerUnit
  • Storage Enclosure
  • SystemChassis
  • HybridSystem
  • HardwareManagementConsole
  • StorageSubsystem
  • Farm
  • PassThroughModule
  • Switch
  • Server
  • OperatingSystem
  • Cluster
  • Chassis
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>
Table 2. FSM-Get-SystemList published data types
NameDescriptionExample value
SystemNameSystem nameFSM_System_1
SystemTypeSystem type values:
  • GenericNetworkDevice
  • ComputerSystem
  • SystemPool
  • PowerUnit
  • Storage Enclosure
  • SystemChassis
  • HybridSystem
  • HardwareManagementConsole
  • StorageSubsystem
  • Farm
  • PassThroughModule
  • Switch
  • Server
  • OperatingSystem
  • Cluster
  • Chassis
OperatingSystem
SystemIDSystem Object ID0x1036
SystemA system in ManagedSystem format (name, type, ID), which can be used as direct input for another activity.(FSM_System_1, OperatingSystem, 0x1036)