IPA
Activities
- AddAdd host to host group
- Add new host group to IPA
- Add new host to IPA
- Add new user to IPA
- Connect To IPA
- Disconnect From IPA
Add host to host group
Activity Parameters
The Add host to host group activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): IPA Connection. The Output from Connect To IPA activity should be used as Input for this parameter.
- Host Group (text box editor type) (type: string): enter the host group to be added.
- Host Name (text box editor type) (type: string): enter the host name to be added to group.
- Timeout (text box editor type) (type: Int32): enter the number of seconds to wait for the Command to execute.
The Read Only Output variable is the possible output value that the activity will provide:
- Output (type: String): outputs the IPA ExitCode as a string.
- Output Error (type: String): outputs the IPA Error as a string.
- Output Result (type: String): outputs the IPA output result.
Add new host group to IPA
This activity adds a new host group to IPA.
Activity Parameters
The Add new host group to IPA activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): IPA Connection. The Output from Connect To IPA activity should be used as Input for this parameter.
- Host Group (text box editor type) (type: string): enter the host group to be added.
- Timeout (text box editor type) (type: Int32): enter the number of seconds to wait for the Command to execute.
The Read Only Output variable is the possible output value that the activity will provide:
- Output (type: String): outputs the IPA ExitCode as a string.
- Output Error (type: String): outputs the IPA Error as a string.
- Output Result (type: String): outputs the IPA output result.
Add new host to IPA
This activity adds a new host to IPA.
Activity Parameters
The Add new host to IPA activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): IPA Connection. The Output from Connect To IPA activity should be used as Input for this parameter.
- Host name (text box editor type) (type: string): enter the new host name for IPA host. E.g. 'DemoVM'.
- IPAddress (text box editor type) (type: string): enter the new host IP address.
- Password (password editor type) (type: string): enter the password.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for connection. This parameter is used only when the user wants to send an encrypted password from outside the task, for example Flowster Studio Portal.
- Timeout (text box editor type) (type: Int32): enter the number of seconds to wait for the Command to execute.
The Read Only Output variable is the possible output value that the activity will provide:
- Output (type: String): outputs the IPA ExitCode as a string.
- Output Error (type: String): outputs the IPA Error as a string.
- Output Result (type: String): outputs the IPA output result.
Add new user to IPA
This activity adds a new user to IPA.
Activity Parameters
The Add new user to IPA activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): IPA Connection. The Output from Connect To IPA activity should be used as Input for this parameter.
- Display Name (text box editor type) (type: string): enter the display name for the user.
- Full Name (text box editor type) (type: string): enter the full name for the user.
- Given Name (text box editor type) (type: string): enter the given name for the user.
- Initials (text box editor type) (type: string): enter the initials for the user.
- Last Name (text box editor type) (type: string): enter the last name for the user.
- Login Name (text box editor type) (type: string): enter the given name for the user.
- Password (password editor type) (type: string): enter the password.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for connection. This parameter is used only when the user wants to send an encrypted password from outside the task, for example Flowster Studio Portal.
- Timeout (text box editor type) (type: Int32): enter the number of seconds to wait for the Command to execute.
The Read Only Output variable is the possible output value that the activity will provide:
- Output (type: String): outputs the IPA ExitCode as a string.
- Output Error (type: String): outputs the IPA Error as a string.
- Output Result (type: String): outputs the IPA output result.
Connect To IPA
This activity connects to IPA server and returns an IPA connection.
Activity Parameters
The Connect To IPA activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Curl Path (file editor type) (type: string): enter path of the curl.exe application.
- Host URL (text box editor type) (type: string): enter the host url for the IPA host. E.g. 'https://myIPAHost.local/ipa'.
- Password (password editor type) (type: string): enter the password.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for connection. This parameter is used only when the user wants to send an encrypted password from outside the task, for example Flowster Studio Portal.
- Timeout (text box editor type) (type: Int32): enter the number of seconds to wait for the Command to execute.
- Username (text box editor type) (type: string): enter the IPA user. E.g. 'flowuser'
The Read Only Output variable is the possible output value that the activity will provide:
- Output (type: String): outputs the IPA ExitCode as a string.
- Output Connection (type: Object): outputs the IPA connection object.
- Output Error (type: String): outputs the IPA Error as a string.
- Output Result (type: String): outputs the IPA output result.
Disconnect From IPA
This activity disconnects from IPA server.
Activity Parameters
The Disconnect From IPA activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: object): enter/bind this parameter to the Output Connection parameter from Connect To IPA activity.
The Read Only Output variable is the possible output value that the activity will provide:
- Output (type: String): outputs the IPA ExitCode as a string.