FSM-Get-SystemAccessState
The FSM-Get-SystemAccessState activity gets the system access state, which indicates whether FSM can communicate or access the target system.
Input parameters
The following table lists the input parameters that can be used with the FSM-Get-SystemAccessState activity.
Example
<span className="keyword cmdname">FSM-Get-SystemAccessState</span> System<ManagedSystem>, [AdditionalSystemID<String>]
Parameter | Description | Example value |
---|---|---|
System | A system that can be selected from a managed system list or input manually in the ManagedSystem format (name, type, ID). | (9.115.252.102, server, 0x3243f) |
AdditionalSystemID |
| 0x1036, 0x156d |
Published data
The following table lists the published data types that can be used with the FSM-Get-SystemAccessState activity.
Example
[Array]SystemName<String>, SystemID<String>, IsConnect<Boolean, Filter>,
IsFullAccess<Boolean, Filter>
Name | Description | Example value |
---|---|---|
SystemName | The system name. | FSM_System_1 |
SystemID | The system ID. | 0x1036 |
IsConnect | FSM can communicate with the target system. | True |
IsFullAccess | FSM has full access to the target system. | True |
Give feedback