Activities
- Connect to IPMI
- Disconnect from IPMI
- Get Chassis State
- Get Device ID
- Get PowerOn Hour
- Get Sensor Reading
- Get User Privilege
- Get Users
- Set PowerOn Time
- Set Power Restore Policy
- Set Power State
- Set Channel Access
- Set User Access
- Set User Password
Connect To IPMI
This activity connects to the specified IPMI account and outputs a IPMI client connection. Intelligent Platform Management Interface.
Activity Parameters
The Connect to IPMI activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Password combo box control): the password for the provided username.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password. (This parameter is used only when the user wants to send an encripted password from outside the task, for example Flowster Portal).
- Server Name (text box editor type) (type: string): the IPMI server name.
- Username (text box editor type) (type: string): the username for authentication.
The Read Only Output variable are the possible output values that the activity will provide:
- Connection (type: object): outputs a IPMI connection. The output of this activity should be used as Input for all Connection parameters used for all activities placed under IPMI category.
Disconnect from IPMI
This activity disconnects from the specified IPMI, Intelligent Platform Management Interface account.
Activity Parameters
The Disconnect from IPMI activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: object): the output from a Connect to IPMI activity.
Get Chassis State
This activity gets and returns information about the chassis state.
Activity Parameters
The Get Chassis State activity parameters can be provided by manual inserted values or via IN arguments or variables:
The Read Only Output variable are the possible output values that the activity will provide:
- Last Power Event (type: string): outputs the last power event.
- PowerOn Policy (type: string): outputs the power on policy - AC Power Restore Policy.
- Power State (type: string): outputs the power state - System Power Policy State.
Get Device ID
This activity gets and returns information about the device ID.
Activity Parameters
The Get Device ID activity parameters can be provided by manual inserted values or via IN arguments or variables:
The Read Only Output variable are the possible output values that the activity will provide:
- Manufacture ID (type: string): outputs the device manufacture ID.
- Product ID (type: string): outputs the device product ID.
Get Power On Hour
This activity gets and returns information about the power on hour.
Activity Parameters
The Get Power On Hour activity parameters can be provided by manual inserted values or via IN arguments or variables:
The Read Only Output variable are the possible output values that the activity will provide:
- Power On Hour (type: string): outputs the power on hour.
.
Get Sensor Reading
This activity gets and returns values from sensors.
Activity Parameters
The Get Sensor Reading activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Sensor Number (text box editor type) (type: string): set sensor number.
- Sensor Type (text box editor type) (type: string): set sensor type.
The Read Only Output variable are the possible output values that the activity will provide:
- Description (type: string): outputs the sensor description.
- Event Description (type: string): outputs the sensor event description.
- Product ID (type: string): outputs the device product ID.
- Sensor Read (type: string): outputs the sensor value.
- Threshold Lower Critical (type: double): outputs the ThresholdLowerCritical.
- Threshold Lower NonCritical (type: double): outputs the ThresholdLowerNonCritical.
- Threshold Lower NonRecoverable (type: double): outputs the ThresholdLowerNonRecoverable.
- Threshold Upper NonCritical (type: double): outputs the ThresholdUpperNonCritical.
- Threshold Upper NonRecoverable (type: double): outputs the ThresholdUpperNonRecoverable.
.
Get User Privilege
This activity gets and returns user privileges.
Activity Parameters
The Get User Privilege activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Channel ID (text box editor type) (type: Int32): enter the channel id for the specified user to get privileges (0-255). E.g. 20.
- User ID (text box editor type) (type: Int32): enter the user id to get privileges (0-255). E.g. 20.
The Read Only Output variable are the possible output values that the activity will provide:
- Privilege (type: string): outputs the privilege of the user.
Get Users
This activity gets and returns user privileges.
Activity Parameters
The Get Users activity parameters can be provided by manual inserted values or via IN arguments or variables:
The Read Only Output variable are the possible output values that the activity will provide:
- Users (type: dictionary<Int32,string>): outputs the users.