AlgoSec
Activities
- Check Flow Connectivity
- Connect To AlgoSec
- Create Change
- Disconnect From AlgoSec
- Get Change Status
- Get Function Flow
Check Flow Connectivity
This activity runs check connectivity on a specific flow and returns the results.
Activity Parameters
The Check Flow Connectivity activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Application ID (text box editor type) (type: string): Enter the application revision ID
- Connection (text box editor type) (type: string): AlgoSec Connection. The Output from Connect To AlgoSec activity should be used as Input for this parameter
- Flow ID (text box editor type) (type: string): Enter the flow ID
The Read Only Output variable is the possible output value that the activity will provide:
Output (text box editor type) (type: string): Outputs a list of KeyValuePairs containing the property names and values for the specified Function Flow. Available keys are: 'relevantDevices', 'queryLink', 'flowId', 'status'
Connect To AlgoSec
This activity connects to the specified AlgoSec account and outputs a AlgoSec client connection.
Activity Parameters
The Connect To AlgoSec activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- AlgoSec IP (text box editor type) (type: string): Enter the IP for the AlgoSec website
- AlgoSec Version (text box editor type) (type: string): Enter the AlgoSec Rest API version
- Password (text box 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 workflow, for example Flowster Studio Portal)
- Username (text box editor type) (type: string): Enter the Username, for example 'Username'
The Read Only Output variable is the possible output value that the activity will provide:
- Connection (text box editor type) (type: string): Ouputs the AlgoSec connection. The output of this activity should be used as input for all Connection parameters used for all activities placed under AlgoSec category
Create Change
This activity creates a new change request.
Activity Parameters
The Create Change activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): AlgoSec Connection. The Output from Connect To Algosec activity should be used as Input for this parameter
- Custom Fields (text box editor type) (type: string): Insert the custom fields needed for the new change
- Due (text box editor type) (type: string): Enter the date by which this change request should be resolved, in the following format: YYYY-MM-DD HH:MM:SS
- Owner (text box editor type) (type: string): Enter the change request's owner
- Priority (text box editor type) (type: string): Enter the number indicating this request's priority, where 0 indicates lowest priority
- Queue (text box editor type) (type: string): Enter the Queue to which the change request belongs
- Requestor (text box editor type) (type: string): Enter the email address of the change requestor
- Status (text box editor type) (type: string): Enter the change request's status
- Subject (text box editor type) (type: string): Enter the title for the change request
The Read Only Output variable is the possible output value that the activity will provide:
- Output (text box editor type) (type: string): Outputs the id for the new change request.
Disconnect From AlgoSec
This activity disconnects the specified AlgoSec account.
Activity Parameters
The Disconnect From AlgoSec activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): AlgoSec Connection. The Output from Connect To Algosec activity should be used as Input for this parameter
Get Change Status
This activity gets the specified change status.
Activity Parameters
The Get Change Status activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Change Request ID (text box editor type) (type: string): Enter the change request ID
- Connection (text box editor type) (type: string): AlgoSec Connection. The Output from Connect To Algosec activity should be used as Input for this parameter
The Read Only Output variable is the possible output value that the activity will provide:
- Output (text box editor type) (type: string): Outputs the change request status.
Get Function Flow
This activity returns a single flow from an application.
Activity Parameters
The Get Function Flow activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Application ID (text box editor type) (type: string): Enter the application revision ID
- Connection (text box editor type) (type: string): AlgoSec Connection. The Output from Connect To Algosec activity should be used as Input for this parameter
- Flow ID (text box editor type) (type: string): Enter the flow ID
The Read Only Output variable is the possible output value that the activity will provide:
- Output (text box editor type) (type: string): Outputs a list of KeyValuePairs containing the property names and values for the specified Function Flow. Available keys are: 'createdDate', 'sources', 'flowType', 'templateID', 'customFields', 'lastUpdateDate', 'destinations', 'name', 'subscribedApplication', 'comment', 'services', 'connectivityStatus'.