Baramundi
- Add New Server
- Add Server To Job
- Baramundi disconnect
- Connect To Baramundi
- Get Clients List
- Get Group Info
- Get Group Job Info
- Remove Server From Job
Connect To Baramundi
This activity connects to Baramundi.
Activity Parameters
The Connect To Baramundi activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- 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 workflow, for example Flowster Portal).
- URL Service Request (text box type) (type: string): enter the Baramundi URL. E.g. 'http://servername:10081/httpmoc/httpmoc.asmx'.
- Username(text box type) (type: string): enter the Baramundi username e.g. Domain\Demouser
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: object): outputs a Baramundi connection. The Output of this activity should be used as input for all Connection parameters used for activities placed under Baramundi.
Baramundi Disconnect
This activity closes the connection to Baramundi.
Activity Parameters
The Baramundi Disconnect activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): SCCM connection string. The Output from Connect to SCCM acitivity should be used as Input here.
Add New Server
This activity adds a new server to Baramundi account.
Activity Parameters
The Add New Server activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): Baramundi connection string. The Output from Connect to Baramundi activity should be used as Input here.
- Display Name (text box editor type) (type: string): enter the display name of the new server to be added to Baramundi environment.
- Domain (text box editor type) (type: string): enter the domain name. E.g. 'fmrp.net'.
- Group GUID (text box editor type) (type: string): enter the group GUID. Use the output from Get Group Info activity to bind to Group GUID parameter.
- Hostname (text box editor type) (type: string): enter the hostname.
- HW Profile GUID (text box editor type) (type: string): enter the HW Profile GUID (not required).
- IP (text box editor type) (type: string): enter the IP address (not required).
- MAC (text box editor type) (type: string): enter the MAC for the computer you want to add to the collection e.g. 00-14-22-01-23-45
The Read Only Output variable are the possible output values that the activity will provide:
- Output status (type: string): outputs the baramundi status.
Add Server To Job
This activity adds server to job in Baramundi environment.
Activity Parameters
The Add Server To Job activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): Baramundi connection string. The Output from Connect to Baramundi activity should be used as Input here.
- Job GUID (text box editor type) (type: string): enter the Job GUID. Use the output from Get Group Job Info activity to bind to Job GUID parameter.
- Machine GUID (text box editor type) (type: string): enter the Machine GUID. Use the output from Get Clients List activity to bind to Machine GUID parameter.
The Read Only Output variable are the possible output values that the activity will provide:
- Output status (type: string): outputs the baramundi status.
Remove Server From Job
This activity removes server from job.
Activity Parameters
The Remove Server From Job activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): Baramundi connection string. The Output from Connect to Baramundi activity should be used as Input here.
- Job Name (text box editor type) (type: string): enter the Job Name.
- Machine GUID (text box editor type) (type: string): enter the Machine GUID. Use the output from Get Clients List activity to bind to Machine GUID parameter.
The Read Only Output variable are the possible output values that the activity will provide:
- Output status (type: string): outputs the baramundi status.
Get Clients List
This activity retrieves a list of Baramundi clients.
Activity Parameters
The Get Clients List activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): Baramundi connection string. The Output from Connect to Baramundi activity should be used as Input here.
- Group GUID (text box type) (type: string): enter the Group GUID. Use the output from Get Group Info activity to bind to Group GUID parameter.
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: list<keyvaluepair<string,string>>): outputs the list of clients(devices). The output format is keyvaluepair where key→GUID and value → DisplayName. In order to extract a specific client, use Get KeyValuePair activity.
Get Group Info
This activity retrieves information about a group.
Activity Parameters
The Get Group Info activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): Baramundi connection string. The Output from Connect to Baramundi activity should be used as Input here.
- Group Name (text box type) (type: string): enter the Group name from Baramundi server.
The Read Only Output variable are the possible output values that the activity will provide:
- Output GUID (type: string): outputs the Group GUID.
- Output GUID List (type: list<string>): outputs the complete list of Group GUIDs from the response.
- Output Parent Group GUID (type: string): outputs the Parent Group GUID.
- Output Parent Group GUID List (type: list<string>): outputs the complete list of Parent Group GUIDs from the response.
Get Group Job Info
This activity retrieves information about a group.
Activity Parameters
The Get Group Job Info activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): Baramundi connection string. The Output from Connect to Baramundi activity should be used as Input here.
- Group Name (text box type) (type: string): enter the Group name from Baramundi server.
The Read Only Output variable are the possible output values that the activity will provide:
- Output Group Job GUID (type: string): outputs the Group GUID.
- Output Jobs (type: list<keyvaluepair<string,string>>): outputs the list of jobs under the given group. The output format is keyvaluepair where key→GUID and value → DisplayName. In order to extract a specific client, use Get KeyValuePair activity.