Activities
- Connect to NetApp
- Disconnect from NetApp
Connect To NetApp
This activity establishes a connection to a specified Netapp account and outputs a Netapp connection.
Activity Parameters
The Connect to NetApp activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Netapp IPAddress (text box editor type) (type: string): enter the Netapp IP Address to connect to the desired Netapp account.
- Netapp Port (text box editor type) (type: string): enter the Netapp port. E.g. 1234
- Netapp URI (text box editor type) (type: string): enter the Netapp URI in the following format "http://example.com".
- Password (password editor type) (type: string): the password for the provided username.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for the connection. (This parameter is used only when the user wants to send an encripted password from outside the task, for example Flowster Portal).
The Read Only Output variable are the possible output values that the activity will provide:
- Connection (type: object): outputs a Netapp Connection. This parameter should be used as input for all Connection parameters used for activities placed under Netapp category.
Disconnect from NetApp
This activity disconnects from Netapp.
Activity Parameters
The Disconnect from NetApp activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): the Connection object - bind to the output of a Connect to Netapp activity.