...
- 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.
...
- Output status (type: string): outputs the baramundi status.
Get
...
Clients List
This activity gets user detailsretrieves a list of Baramundi clients.
Activity Parameters
The Get User Info Clients List activity parameters can be provided by manual inserted values or via IN arguments or variables:
All of the input parameters are mandatory.
Parameters:
:
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): SCCM Baramundi connection string. The Output from Connect to SCCM acitivity Baramundi activity should be used as Input here.
- User ID Group Name (text box type) (type: string): enter the User ID ( Resource ID)Group name from Baramundi server.
The Read Only Output variable are the possible output values that the activity will provide:
- Output GUID (type:
...
- Output string): outputs the Group GUID.
- Output GUID List (type: objectlist<string>): outputs the SCCM results - list of KeyValuePairs. To access the values use as key: FullUserNAme, Name, NetworkOperatingSystem, UniqueUserName, UserNamecomplete 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.